body {
	margin: 0px auto;
	text-align: center;
	background-image: url(images/bg-line.jpg);
	background-repeat: repeat-x;
	overflow: -moz-scrollbars-vertical;
}

#totalContainer {
	margin: 10px auto;
	width: 915px;
	height: 700px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

#linien {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 915px;
	height:182px;
	background-image:url(images/startseite-linien.jpg);
	background-repeat:repeat-x;
}

#logo {
	position: absolute;
	left: 30px;
	top: 97px;
	width: 200px;
	height:200px;
}


#titel {
	position: absolute;
	left: 240px;
	top: 300px;
	width: 443px;
	height: 80px;
}

#bereiche {
	position: absolute;
	top: 390px;
	left: 20px;
	width: 880px;
	height: 200px;
}
#oceanology, #limnology, #hydrology, #offshore {
	float: left;
	width: 210px;
	height: 50px;
	padding: 150px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
bereiche a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
a #oceanology {
	background: url(images/startseite-oceanology.jpg);
}
a #limnology {
	background: url(images/startseite-limnology.jpg);
}
a #hydrology {
	background: url(images/startseite-hydrology.jpg);
}
a #offshore {
	background: url(images/startseite-offshore.jpg);
}

a:hover div#oceanology {
	background: url(images/startseite-oceanology-over.jpg);
}
a:hover div#limnology {
	background: url(images/startseite-limnology-over.jpg);
}
a:hover div#hydrology {
	background: url(images/startseite-hydrology-over.jpg);
}
a:hover div#offshore {
	background: url(images/startseite-offshore-over.jpg);
}


#adresse {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 900px;
	height: 70px;
	padding: 20px 0 0 15px;
	border-top: dashed 1px #666;
}

#energy, #crosslink {
	position: absolute;
	left: 680px;
	bottom: 0px;
	width: 200px;
	height: 81px;
}
.crosslinkimg {
	position: absolute;
}
.crosslinktxt {
	position: absolute;
	margin-left: 40px;
	margin-top: 41px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}
#crosslink a {
	text-decoration: none;
	color: #666;
}

#energy a img, #crosslink a img {
	border: none;
}



a {
	text-decoration: none;
}

a.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #094895;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top: 0px;
	padding-top: 0px;
}

p, a.normal, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	letter-spacing: 0.01em;
	line-height: 16px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top: 0px;
	padding-top: 0px;
}

a.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	letter-spacing: 0.01em;
	line-height: 20px;
	font-weight:bold;
}

