* {
	margin:0;
	padding:0;
}
	
html, body {
	height:100%;
}
	
body {
	background-color: #E5E5E5;
	color: #333333;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #003399;
}

a:hover {
	color: #333333;
}

#distance { 
	width:10px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:480px;
	width:950px;
	background-color: #DADADA;
	clear:left;
}

#links {
	width: 347px;
	float: right;
}

#logo {
	width: 249px;
	height: 170px;
	float: left;
}

#navbox {
	width: 180px;
	height: 430px;
	float: left;
	background-color: #FF7E28; 
}

ul, li {
	list-style-type: none;
}

#nav {
	width: 170px;
	margin-top: 20px;
	margin-left: 10px;
}

.nav a {
	text-align: left;
	padding: 2px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #FFF8DF;
	text-decoration: none;
	display: block;
}
.nav a:hover {
	color: #333333;
}

#content_left_box {
	width: 519px;
	height: 430px;
	float: left;
	margin-left: 1px;
	background-color: #FFF8DF;
	overflow: auto;
}

#content_right_box_brightblue {
	width: 249px;
	height: 430px;
	float: left;
	margin-left: 1px;
	background-color: #D7EBFB;
	overflow: auto;
}

.content {
	margin: 10px;
}

.blue {
	color: #000099;
	line-height: 20px;
	font-weight: bold;
}

.black {
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}


.titel  {
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}