
	
* {
margin: 0;
padding: 0;
}
	
body {
	font-family : Verdana,Arial,Helvetica,Sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #4f4f4f;
	background:url(image/bg.gif) no-repeat #f3f1e9;
  	scrollbar-base-color:#9ca1a6;
  	scrollbar-3dlight-color:#f3f1e9;
  	scrollbar-arrow-color:#9ca1a6;
  	scrollbar-darkshadow-color:#f3f1e9;
  	scrollbar-face-color:#f3f1e9;
  	scrollbar-highlight-color:#9ca1a6;
  	scrollbar-shadow-color:#9ca1a6;
  	scrollbar-track-color:#f3f1e9;
	text-align: center; /* zentrieren */
    min-width: 800px; /* zentrieren */
}



#container
{ 
	width: 800px; /* zentrieren */
    margin: 40px auto; /* zentrieren */
    text-align: left; /* zentrieren */
	border: 1px solid #9ca1a6;
}


#container2
{ 
	text-align: left;	
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	line-height: 16px;

}


#logo
{ 
	width: 800px;
	height: 183px;
	text-align: center;	
	padding: 20px 0px 20 0px;
	background-color: #ffffff;
}

A:link, A:visited, A:hover, A:focus, A:active {
	text-decoration : underline;
	color : #4f4f4f;
	}

p { 
    font-size: 12px; 
    line-height: 16px;
    margin: 15px 0 15px 0;
    text-align: justify;
}
	
	
i  {
	color : #8c161b;
	font-style : italic;
}


h1  {
	font-family : Verdana,Arial,Helvetica,Sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #8c161b;
	font-weight : bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

td  {
	font-family : Verdana,Arial,Helvetica,Sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #4f4f4f;
	vertical-align: top;
	line-height: 16px;
	padding: 4px 4px 4px 4px;
}


.klein  {
	font-size : 10px;
	}

.rot  {
	color : #8c161b;
	font-weight : bold;
}
	
hr
{
	height:0;
	color: #8c161b;
	border-bottom: 1px solid #8c161b;
	margin-top: 2px;
	margin-bottom:4px;
	border-top: 2px;
	border-left:4px;	
}


