@charset "UTF-8";
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fefdfb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background-image: url(grafik/va-prahl-logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
div#nav{
	position: absolute;
	left: 0px;
	top: 300px;
	width: 205px;
	border-top:solid 1px #3660ad;
}
div#pic{
	position: absolute;
	left: 240px;
	top: 154px;
	width: 120px;
}
div#content{
	position: absolute;
	left: 390px;
	top: 150px;
	width: 440px;
}
div#back{
	position: absolute;
	left: 390px;
	top: 100px;
	width: 240px;
}
div#presse{
	position: absolute;
	left: 240px;
	top: 170px;
	width: 590px;
}
/* -------------------------------- Layout Presse-Seite --------------------------- */
#presse table {border-spacing:0px;}
#presse td{
	vertical-align:top;
	padding: 0px;
}
#presse td.bild{
	padding:15px 5px 0px 0px;
	width:145px;
}

/* -------------------------------- Navigation --------------------------- */
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li{
	margin: 0px;
	padding: 3px 0px 3px 40px;
	border-bottom:solid 1px #3580cd;
}
#nav li li{
	padding-left: 20px;
	border-bottom:0px;
}
#nav a:link, #nav a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #57657f;
}
#nav a:hover, #nav a.current{
	color: #3580cd;
}
/* -------------------------------- Content Textformatierung --------------------------- */
h1{
	font-size: 14px;
	color:#BBB;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}
h2, h3, p, ul {
	font-size: 11px;	
	color: #2870bb;
}
h2{
	font-weight: bold;
	margin: 12px 0px 8px 0px;
}
h3{
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
}
p, ul{
	margin: 0px 0px 10px 0px;
}
#pic p.copyright{
	font-size: 9px;
	line-height: 11px;
	margin-top:4px;
	color:#aab;
}
#presse p.bu{
	font-size: 9px;
	line-height: 12px;
	margin-top:6px;
}
#content a:link, #content a:visited, #back a:link, #back a:visited {
	text-decoration: none;
	color: #57657f;
}
#content a:hover, #back a:hover{
	color: #223;
}

#content ul {
	padding-left: 15px;
	list-style-type: circle;
	list-style-position: outside;
}
a.autorenliste {
	line-height:22px;
}


