@charset "utf-8";

html, body {
	height:100%;
	width:100%;
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow:hidden;
	}
	
table, td {
	valign: top;
	vertical-align:top;
	}
	
#content {
	position: relative;
	height: 60%;
	width: 75%;
	top: 150px;
	left: 190px;
	background-color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-color: #FF3300;
	border-right-color: #FF6600;
	border-bottom-color: #FF9900;
	border-left-color: #FFCC00;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	overflow:auto;
	}


#ansichtwahl {
	position: absolute;
	width: 300px;
	top: 10px;
	right: 20%;
	text-align: right;
	height: 44px;
	font-size: 12px;
	color: #F0F0F0;
}
#ansichtwahl a {
	color: #666666;
	text-decoration: none;
}
#ansichtwahl a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navi {
	position:absolute;
	height: 40px;
	width: 100%;
	top: 100px;
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	padding-left: 300px;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
	

#navi a {
	color: #CC0000 ;
	display: block;
	text-decoration:none;
	padding: 5px;
	text-transform:uppercase;
	}

	
	
#navi a:hover {
	color: #990000 ;
	background-color: #FFDB90;
	padding: 5px;
	text-transform:uppercase;
	text-decoration:none;
	}
	
#subnav{
	position:fixed;
	background-color:#FFFF99;
	padding:15px;
	margin-bottom:10px;
	width:700px;
	left: 10px;
	top: 200px;	
	width:180px;
	}
	
#subnav a {
	color:#990000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	}
	
#subnav a:hover {
	color: #FF0000;
	}

#seitenbild {
	position: absolute;
	height: 210px;
	width: 150px;
	left: 100px;
	top: 30px;
	background-image: url(seitenbildBG.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
	
#footer {
	position: absolute;
	height: 40px;
	width: 100%;
	bottom: 30px;
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}

.floatrechts{
	float:right;
	margin:10px;
	}
	
.legend {
	font-size:12px;
	color:#333333;
	font-style:italic;
	}
	
	