

body{
	/*background-color: #00397C;*/
	background-color: white;
	width: 900px;
	margin: 0px;
	padding: 0px;
	font-family:'Arial';
}

.header{
	background-color: #00397C;
	height: 39px;
}

.header_logo_heidelberg{
	position: absolute; 
	left: 700px;
	top: 0px;
	z-index: 10;
}

.header_logo_navbar{
	z-index: 10;
}

.blue_line{
	background-color: #00397C;
	position: absolute;
	width: 95px;
	height: 39px;
	top: 0px;
	left: 904px;
}

.stream{
	position: absolute;
	padding: 20px;
	right: 50px;
	top: 50px;
}

.content{
	position: absolute;
	top: 39px;
	border: 10px;
	min-height: 600px;
	min-width: 	900px;
	background-color:#e2e9f4;
	z-index: -1;
}

.impressum{
	position: absolute;
	top: 570px;
	left: 20px;
	z-index: 99;
	font-family:'Arial';
}

.links{
	position: absolute;
	top: 20px;
	left: 40px;
	font-family:'Arial';
}

a{
	border: 0px;
}

.links a{
	color: #ffffff;
}

.links a:hover{
	color: #aaaaaa;
}

.links a:active{
	color: #ffffff;
}