body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #CCCCCC;
	scrollbar-base-color: #F89E74;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #FBDBBB;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;




}
#rahmen {
	height: 580px;
	width: 955px;
	border: 2px solid #666666;
   margin: -290px 0 0 -477px;
   position:absolute;
   top: 50%;
   left: 50%;
}
#header {
	background-image: url(bilder/header2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 118px;
	width: 955px;
}

#main {
	background-color: #FBDBBB;
	height: 403px;
	width: 955px;
}

#footer {
	background-image: url(bilder/footer.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 955px;
}

#navigation {
	width: 160px;
	border: 1px solid #999999;
	background-color:#FFCF9F;
	vertical-align: top;
	text-align: center;
}


#inhalt {
	width: 690px;
	border: 1px solid #999999;	
	background-color:#FFCF9F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F46C2B;
	text-align: left;
}

#space {
	width: 30px;
}

#tabelle {
	height: 370px;
	margin: 15px 0px 0px 20px;
}
#bildnav {
	position: relative;
	left: 100px;
	top: 20px;
}
#navtabelle {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F46C2B;
	text-align: left;
}

a {
	color: #F46C2B;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
}

