
body{
background-color:#0099cc;
background-color:#ffffff;
}

p,li { font-family: Garamond,serif; font-size: 18px; margin-top:0mm; margin-bottom:0mm; }
h1 { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 18px; font-weight: bold; margin-top:0mm; margin-bottom:0mm; }
h2 { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 18px; color: #003399; font-weight: bold; margin-top:0mm; margin-bottom:0mm; }
h3 { font-family: Garamond,serif; font-size: 18px; font-weight:bold; margin-bottom:10px; }
h4 { font-family: Garamond,serif; font-size: 16px; font-weight:bold; margin-bottom:10px; }

table { font-family: Garamond,serif; font-size: 18px; text-decoration:none; margin-top:0mm; margin-bottom:0mm; }
tr { font-family: Garamond,serif; font-size: 18px; text-decoration:none; margin-top:0mm; margin-bottom:0mm; }
td { font-family: Garamond,serif; font-size: 18px; text-decoration:none; margin-top:0mm; margin-bottom:0mm; }


a:link { font-family: Garamond,serif; font-size: 18px; font-weight: bold; text-decoration:none; color:#0080FF; }
a:visited { font-family: Garamond,serif; font-size: 18px; font-weight: bold; text-decoration:none; color:#0080FF; }
a:hover { font-family: Garamond,serif; font-size: 18px; font-weight: bold; text-decoration:none; color:#FFFFFF; background-color:#0080FF; }
a:active { font-family: Garamond,serif; font-size: 18px; font-weight: bold; text-decoration:none; color:#FFFFFF; background-color:#0080FF; }
a:focus { font-family: Garamond,serif; font-size: 18px; font-weight: bold; text-decoration:none; color:#FFFFFF; background-color:#0080FF; }

ul{
	list-style-type:none;
	margin-bottom: 10px;
}

ol{
	list-style: decimal inside;
	margin-bottom: 10px;
}

div#navigation_links{
	position: fixed;
	top: -10px;
	height: 800px;
	border-right: 2px solid #0099cc;
	float:left;
	/*background-color:#0099cc;*/
	width: 130px;
}
ul#navigation{
	margin: 20 0 0 0;
	padding: 0px;
	
}
ul#navigation li{
	list-style-type:none;
	margin: 0;
	padding: 0;
	float:left;
}

ul#navigation a{
	display: block;
	margin-top: 10px;	
	margin-bottom: 20px;
	margin-left:13px;
	height: 15px;
	width: 93px;
	text-align: center;
	border: 1px solid #003399;
	padding:2px 0px 4px;
	color:#ffffff;
	background: #003399;
}
ul#navigation a:hover{
	color:#0088ff;
}
ul#navigation a#aktuell{
	background:#ffffff;
	color:#003399
}
ul#peoplelist{
	margin-left: 0px;
	display:block;
	text-align: left;
}
ul#peoplelist li{
	margin-bottom:25px;
}
ul#peoplelist li div{
	float: left;
	width: 130px;
	height: 140px;
}
	
ul.Publications{
	margin-left: 15px;
	list-style:circle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.Publications li{
	margin: 0;
	padding: 0;
}

div#Haupttext{
	position: absolute;
	left: 133px;
	top: 0px;
	padding:20px 20px 20px 20px;
	font-family: Garamond,serif; 
	font-size: 18px;
}
p{
	margin-top:10px;
}
p.panelinhalt{
	font-family:Garamond,serif;
	font-size: 16px;
	margin-left: 20px;
}
div.fotobalken{
	height: 260px;
	margin: 20px 0 40px 8px;
}

.fotobalken dl{
	margin: 5px 0 5px 0;
	padding: 4px;
	float: left;
}
.fotobalken dt{
	padding: 0px 10px 0px 12px;
}
.fotobalken dt img{
	border: 2px solid #d1e6ff;
	padding: 10px;
	max-height: 200px;
}
.fotobalken dd{
	margin-left: 26px;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	padding: 0px 10p 5px 12px;
	
}