/* CSS Document */
body {
	overflow-y:scroll;
	overflow-x:auto;
	margin:0px;
	padding:0px;
}

div#header {
	width:780px;
	height:70px;
	
	position:absolute;
	left:50%;
	top:30px;

	margin-left:-390px;

	background-color:#FFFFFF;

}

div#centerLine {
	position:absolute;
	top:120px;
	min-height:500px;		
	width:100%;
	background-color:#EEEEEE;
	background-image:url(../grafiken/background_centerLine.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

div#center {
	width:780px;
	height:500px;
	
	position:absolute;
	left:50%;

	margin-left:-390px;

	background-color:#FFFFFF;

}

div#navigation {
	float:left;
	width:160px;
	min-height:500px;	
	text-align:left;
	line-height:8pt;
	padding-left:10px;
	background-color:#FFFFFF;	
	background-image:url(../grafiken/background_navigation.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

	ul.navigation {
		margin:0px;
		padding:5px 0px;
		list-style:none;
	}
	li.navi {
		margin-top:5px;

	}
	li.subnavi {
		margin-top:2px;
		margin-left:5px;
	}
div#content {
	float:left;
	width:538px;
	min-height:500px;
	background-color:#FFFFFF;	
	border-left:1px solid #DC0918;
	border-right:31px solid #DC0918;	
	padding-left:20px;
	padding-right:20px;
}