body {
	background-color: #a5b73c;
	background-image: url(images/background.jpg);
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #247130;
	background-repeat: repeat-x;
}
/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
}
a:link   {
	color: #E75136;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
}
hr {
}
h1 {
	font-size: 24px;
	color: #E75136;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 19px;
	color: #309340;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 0px;
}
form {
	margin: 0;
}
.main {
	width: 900px;
	margin: auto;
	padding: 0;
	background-color: #FFF;
}

.banner {
	width: 900px;
	text-align: left;
	background-image: url(images/header.jpg);
	height: 228px;
}
.search_box {
	float: right;
	clear: right;
	width: 500px;
	text-align: right;
	padding-top: 190px;
	padding-right: 30px;
}
.search_string {
	width: 170px;
	height: 24px;
	vertical-align: middle;
	border: 1px dashed #309340;
}
.search_submit {
	font-size: 15px;
	vertical-align: middle;
	background-color: #eb971f;
	color: #FFF;
	height: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
}
.highlight {
	background-color: #E75136;
}

.content {
	text-align: justify;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	clear: both;
}
.footer {
	clear: both;
	height: 10px;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #309340;
	border-right-color: #309340;
	border-bottom-color: #309340;
	border-left-color: #309340;
}
.powered_by {
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	color: #184920;
}
.powered_by a {
	text-align: center;
/*	font-size: 12px; */
	padding-top: 2px;
	color: #22682D;
	text-decoration: underline;
}

 
.nav2 {
	white-space:nowrap /*IE hack*/;
	width:900px;
	color:#FFF;
	font-size:13px;
	height: 42px;
	background-color: #e75136;
} /*Color navigation bar normal mode*/
.navwrapper {
	width: 40px;
}

.nav2 ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	width: 900px;
	clear: both;
	float: none;
}
.nav2 ul li {
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}
.nav2 ul li a {
	float:left /*IE-6*/;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #FFF;
	background-color: #a5c637;
	padding-top: 2;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 42px;
	line-height: 40px;
}
.nav2 ul li ul {
	display:none;
	border:none;
}
/*Non-IE6 hovering*/

.nav2 ul li:hover {
	position:relative;
} /*Sylvain IE hack*/
.nav2 ul li:hover a {
	background-color:#EB971F;
	text-decoration:none;
} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {
	display:block;
	position:absolute;
	z-index:999;
	top:3.0em;
	margin-top:4px;
	left:0;
	width: 10px;
}
.nav2 ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	background-color:#a5b73c;
	font-weight:normal;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {
	text-decoration:none;
	background-color: #3a9948;
} /*Color subcells hovering mode*/
/*IE6 hovering*/

.nav2 table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
.nav2 ul li:hover a:active {
	background-color:#f1a73d;
	text-decoration:none;
	color: #FFF;
}
.nav2 ul li:hover a:visited {
	background-color:#f1a73d;
	text-decoration:none;
	color: #FFF;
}

/*Drop-down menu*/
.nav2 ul li.menu-current a {
	background-color: #f3521c;
}
li.menu-first {
	border-left:1px solid #FFFFFF
}

iframe[src="https://goldenhar.de/familientreffen/index.php"] {
    height: calc(100vh - 380px);
    min-height: 300px;
}

}