body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a { text-decoration: none;}
a:hover { text-decoration: underline;}
#container {
	height: auto;
	width: 800px;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -400px;
}
#container #main {
	background-image: url(../images/menusmall_bg.jpg);
	background-repeat: repeat-y;
}
#container #main #left {
	float: left;
	height: auto;
	width: 199px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	min-height: 316px;
	_height: 316px;
	color: #FFFFFF
}
#container #main #left a { color: #FFFFFF }
#container #main #left ul { padding-top: 10px; }
#container #main #left ul li { list-style: url(../images/li.gif); 
padding-bottom: 5px; font-variant: small-caps; font-weight: bold;}
#container #main #left #aktuality { margin-left: 10px;  margin-right: 10px; border-top: 1px solid white;}
#container #main #left #aktuality h2 { font-size:11px; font-weight:bold; padding: 0; margin: 0; padding-top: 5px;}
#container #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 160px;
	width: 800px;
	color: #CCCCCC;
	padding-top: 20px;
}

#container #header a { color: #CCCCCC; }

#container #main {
	float: left;
	height: auto;
	width: 800px;
	
}
#container #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	width: 800px;
	float:left;
	color: #CCCCCC;
	text-align: right;
	vertical-align: bottom;
	padding-top: 43px;
}

#container #footer a { color: #CCCCCC; }

#container #main #article {
	float: right;
	height: auto;
	width: 590px;
}

