@charset "UTF-8";
/* CSS Document */


body
{
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000000;
	background-color:#ffffff;
	text-align:left;
	margin:0px;
	padding:0px;
}


p, div, ul, li
{
	margin:0px;
	padding:0px;
}

div#head
{
	position:absolute;
	top:5px;
	height:50px;
	left:0px;
	width:1000px;
	border-bottom:1px solid #999999;
	font-size:12px;
	background-color:#ffffff;
}

a, a:active, a:link, a:focus, a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color:#82786f;
	text-decoration: none;
}

div#content
{
	position:absolute;
	top:0px;
	left:30px;
	width:1000px;
	height:665px;
}



div#seiteninhalt
{
	position:absolute;
	margin-top: 55px;
	height: 570px;
	overflow:hidden;
}



p
{
	margin-bottom:10px;
}


div.bilder
{
	position:absolute;
	width:1000px;
	height:570px;
	text-align:right;
}


div#Bild
{
	position:relative;
	left:0px;
	top:10px;	
	width:1000px;
	height:570px;
}

div#fusszeile
{
	position:absolute;
	bottom:5px;
	height:25px;
	left:0px;
	width:1000px;
	border-top:1px solid #888888;
	font-size:12px;
	background-color:#ffffff;
}

div#fusszeile p
{
	padding:5px;
	padding-left:0px;
	padding-right:0px;
}

div.killer
{
	clear:both;
}
