* {
		margin:0;
		padding:0;
		}

html, body {
		height:100%;
		}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#FFFFFF;
	text-align:center; /* horizontales zentrieren IE Win quirks */
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#D6DDE7;
	}
	
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color:#FFF;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#CEEAF6;
}

ul {
	margin-top:5px;
	margin-bottom:7px;
}

li {
	margin-left:20px;
}


	
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-278px; /* halbe container höhe */
	float:left;
	}
	
#container {
	margin:0 auto;
	position:relative; /* schiebt container vor distance */
	text-align:left;
	height:556px;
	width:915px;
	clear:left;
	}
	
#logo {
	height:68px;
	background-image:url(../images/logo.png);
	}
	
#content {
	height:376px;
	background-color:#0088C1;
	}

#content_pic {
	width:615px;
	height:376px;
	background-image:url(../images/ban1.jpg);
	}
	
#navi {
	height:76px;
	background-image:url(../images/logo_dw.png);
	margin-top:5px;
	}
	
#navi1 {
	width:615px;
	height:38px;
	background-color:#0088C1;
	}

#navi2 {
	width:615px;
	height:38px;
	background-color:#000;
	}
	
#footer{
	height:16px;
	color:#737373;
	font-size:9px;
	margin-top:10px;
	}


