body	{
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	font-family:Verdana;
	font-size:12px;
	color:#676767;
	background-color:#f3f3f3;
	width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}

img	{
	border:0px;
}
	
a:link, a:visited, a:active {
	color:#DB0000;
	font-size:11px;
	vertical-align:middle;
	text-decoration:none;	
}
a:hover {
	color:#DB0000;
	font-size:11px;
	text-decoration:underline;	
}

.obercontainer {
   	position:absolute;
   	top:50%;  /* linke obere Ecke des Containers in die vert. Mitte legen */
   	left:50%; /* linke obere Ecke des Containers in die horiz. Mitte legen */
   	width:500px;
   	height:500px;
   	margin-left:-250px; /* Container um die halbe Breite nach links verschieben */
   	margin-top:-250px;  /* Container um die halbe Höhe nach oben verschieben */
   	background-image:url(images/background.jpg);
} 	

.untercontainer {
   	width:100%;
   	height:100%;
}
   
.headline	{
	position:absolute;top:143px;left:37px;
	color:#DB0000;
	font-size:18px;
}	 

.subheadline	{
	font-weight:bold;	
}

.irrtum	{
	font-size:9px;	
}

.bodytext	{
	position:absolute;top:175px;left:37px;
}

.download	{
	position:absolute;top:230px;left:37px;
}

.impressum	{
	position:absolute;top:480px;left:400px;
}

.download	img	{
	padding-right: 5px;
	padding-bottom: 3px;	
}

