html, body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	background-color: #343402;
	padding:0px;
	margin: 0px;
	margin-top:10px;
}

#mainframe {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}

#top {
	height: 144px;
	width: 998px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555;
}

#logo {
	float: right;
        height: 30px;
	width: 134px;
	background-color: #323B3A;
        padding-top:8px;
        padding-right: 10px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #F1F0EF;
}

#logo a, a:hover{
	font-family:Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #F1F0EF;
        text-decoration:none;
}

#autopic {
	float: left;
        width: 998px;
        height: 144px;
}


#navlist {
	margin:0px;
	padding:0px;
	width: 856px;
	float: left;
}

#navlist ul {
	padding:0px;
	margin:0px;
	float:left;
	width: 100%;
	background-color: #323B3A;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
}

#navlist ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 12px;
}

#navlist ul li a {
	width:auto;
	background-color: #323B3A;
	text-decoration: none;
	display: block;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #F1F0EF;
}

#navlist ul li a:hover {
text-decoration:underline;

}

#navlist ul li a.active {
text-decoration:underline;
}

/* content */

#contentbox {
	float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
	background:#fcf0d6;
}


#midboxhome {
	float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
	width: 984px;
	padding-left:16px;
        padding-top: 30px;
        padding-bottom: 16px;
	background-color:#F1F0EF;
	font-size: 14px;
	line-height: 18px;
}

#midboxhome h1{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;	
}

#midbox {
	float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
	width: 745px;
	padding:30px;
	background-color:#F1F0EF;
	font-size: 14px;
	line-height: 18px;
}

#midbox h1{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;	
}


/* ende */

/* Menustruktur links*/		
#leftsidenavi {
	float:left;
	width: 180px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	margin-top: 18px;
}

#leftsidenavi ul {
	margin:0px;
	padding:0px;
	
}

#leftsidenavi ul li{
	width: 100px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #343402;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#leftsidenavi ul li a {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333;
	text-decoration:none;
}

#leftsidenavi a:hover {
text-decoration: underline;
}

#leftsidenavi a.active {
text-decoration: underline;
}

/* ende Menustruktur links*/	


#footerbox {
	float:left;
	height: 27px;
	width: 989px;
	padding-top: 6px;
	font-size: 12px;
	color:#777;
}

#footerbox a{
	color:#777;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

#footerbox a:hover{
	text-decoration: underline;
}