/* CSS Document */
a{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color:#333333;
}
a img{
	border:none;
}
#container{
	width:800px;
	height:600px;
	margin:0px;
	padding:0px;
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left:-400px;
	margin-top:-300px;
	
	color:#33333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#header{
	height:63px;
	vertical-align:bottom;
}
#menue{
	width:220px;
	height:517px;
}
#menue ul{
	list-style:none;
	margin:0px 10px;
	padding-left:4px;
	
	background-color:#CCCCCC;
	width:146px;
	
	color:#33333;
	font-weight:bold;
	font-size:12px;
}
#menue a:hover {
	color:#990000;
}
.activLink a{
	color:#990000 !important;
}
#inhalt{
	position:absolute;
	left: 220px;
	top: 102px;
	
	width:580px;
	height:480px;
	overflow:auto;
}
#footer{
	width:800px;
	height:20px;
}
