@charset "utf-8";
/* CSS Document */

#mainContent {
	width: 1020px;
	height: 100%;
	margin: -8px auto;
}

#header {
	z-index: 1;
	width: 980px;
	height: 236px;
	padding: 0 0 0 40px;
	background:url(images/header.jpg);
}

#mainNavigation {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	width: 900px;
	height: 27px;	
	padding: 13px 0 0 80px;
	margin-top: -40px;
}

#mainNavigation a {
	color: #FFF;
}

#mainNavigation a:hover {
	color: #ddd;
}

#subNavigation {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	position:absolute;
	margin: 0 0 0 233px;
	background-color: #91A311;
	display:none;


}

#subMenuItemDiv {
	padding: 8px 10px 0 15px;
	height:30px;
	border-bottom: 1px dotted #abc01b;
}

#subNavigation a {
	color: #FFF;
}

#subNavigation a:hover {
	color: #ddd;
}

.menuItem {
	padding: 0 20px 0 20px;
}

#logo {
	position: absolute;
	top: 55px;
	margin: 0 0 0 55px;
	z-index: 99999;
}

#kontaktbtn {
	position: absolute;
	top: 20px;
	margin: 0 0 0 680px;
	z-index: 99999;
}

#content {
	width: 900px;
	min-height: 300px;
	padding: 60px 60px 120px 60px;
	background: url(images/content.jpg);
	background-repeat:repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #666;
	overflow:auto;
}

#contentTitle {
	float:left;
	width: 520px;
	height: 20px;
	border-bottom: 2px dotted #999;
	margin: 0 0 5px 40px;
	padding: 0 0 5px 0;
}

#contentText {
	//background-color:#0CF;
	margin: 0 0 0 40px;
	width: 520px;
	float:left;
	font-size:12px;
}

#contentImg {
	width: 280px;
	height: 300px;
	//background-color:#0F0;
	margin: -6px 40px 0 0;
	float:right;
	display:none;
}
	

#footer {
	width: 820px;
	height: 63px;
	background:url(images/footer.jpg);
	padding: 10px 100px 0 100px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
}

a {
	color: #91A311;
	text-decoration:none;
}

a:hover {
	color: #abc01b;
}



.impressum a {
	color: #666;
	text-decoration:none;
}

.impressum a:hover {
	color:#999;
}




/*for IE*/

a img{
	border:none;
}
