@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Molengo);
body {
	margin:0 auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background:#F1F9FD url(gfx/bg.png) center top no-repeat;
}

#container {
	margin:0 auto;
	width:985px;
}

#head {
	background:url(gfx/oben.png) center top no-repeat;	
	height:236px;
	width:985px;
	margin-top:50px;
	text-align:left;
}

#logo {
	position:absolute;
	background:url(gfx/logo.png);
	margin-top:-300px;
	margin-left:-30px;
	z-index:1;
	width:420px;
	height:148px;
}
#banner {
	background:url(gfx/banner.jpg);
	margin:0 auto;
	width:946px;
	height:236px;
}

#content {
	background:url(gfx/mitte.png) center repeat-y;
	width:985px;	
}

.invisible {
	display:none;	
}

#footer {
	background:url(gfx/unten.png) center bottom no-repeat;	
}

.rand {
	padding:19px;
}


#nav ul {
list-style: none;
padding: 0 20px;
margin: 0;
float: left;

font-size: 1.2em;
}
#nav ul li {
float: left;
margin: 0;
padding: 0 15px 0 0;
position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
#nav ul li a{
padding: 10px 5px;
display: block;
color:#284886;
text-decoration: none;
float: left;
}
#nav ul li ul li a{
padding:5px;
}
#nav ul li a:hover{

}
#nav ul li span { /*--Drop down trigger styles--*/
font-weight:bold;
padding: 10px 5px;

display: block;
text-decoration: none;
float: left;
}

#nav ul li ul li span {
padding:5px;
}

#nav ul li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
#nav ul li ul {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0; top: 36px;

margin: 0; padding: 0;
display: none;
float: left;
width: 170px;
font-size:0.8em;
}
#nav ul li ul li{
margin: 0; padding: 0;
clear: both;
width: 170px;
}


a img {
	border:none;	
}

.image_container {
	margin:10px;
	padding:4px;
	border:1px #CCC solid;
}

.clear {
	clear:both;
}

#leftContent {
	width:625px;
	margin-right:20px;
	float:left;
}

#leftContent h1 {
	font-family:'Molengo',Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#284886;
	display:block;
	padding-bottom:5px;
	border-bottom:5px solid lightgray;
}

#rightContent {
	width:295px;
	margin-left:20px;
	float:right;
	margin:0;
}

#rightContent h1 {
	font-family:'Molengo',Verdana, Geneva, sans-serif;
	font-size:25px;
	color:#284886;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:5px solid lightgray;
}
