@import url("../css/content_01.css");
@import url("../css/nav.css");
@import url("../css/size0.css");

body {
color: #333; 
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #c80064;
	}
	
#wrap {
	max-width: 1800px;
	min-width: 768px;
	background: url("../img/neu/sidebar2.gif") repeat-y 0;
	}
#header {
width: auto;
height: 150px;
background: url("../img/neu/header1.jpg");
}

#topnav {
	
		position:absolute;
		top: 10px;
		right: 20px;
		color: #333;
		text-align: right; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
	}
#date {
	position: absolute;
	text-align: right;
	width: 100%;
	padding-right: 20px;
	right: 0px;
	top: 150px;
	background-color: #c80064;
	color: #d0d0d0;
	font-size: 85%;
	}
	#date a {text-decoration:none; color:#d0d0d0;}
#date a:hover {color: #333;}

#main-body {
	float: left;
width:100%;
}

#content {
	float: right;
	background: #fff;
	padding-right: 5%;
	width: 77%;	
	
}
#content div {
padding-top: 1%;

}
#sidebar {
	float: left;
	width: 14%;
	height: auto;
	
		}
#sidebar div {
	padding: 5px;
}

#footer {
	clear: both;
	background: #D5D5D5;
	padding: 0.3%;
	font-size: 90%;
	text-align: center;
}

