body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	}

#Kopfzeile {
	width: 864px;
	margin: 10px auto 10px auto;
}

#Kopfzeile a {
	color: #555555;
	font-weight:normal;
	text-decoration: none;
	}
	
#Kopfzeile a:hover {
	color: #9E0000;
	text-decoration: underline;
	}
	
#Inhalt {
	width:695px;
	margin: 0px auto;
	padding:10px 10px 10px 170px;
	text-align: center;
	min-height: 320px;
	}
	
#Inhalt p {
	text-align:justify;
	line-height: 140%;
	}

#Inhalt p a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	}
	
#Inhalt p a:hover {
	color: #9E0000;
	font-weight: bold;
	text-decoration: underline;
	}
		
h1 {
	font-size:22px;
	font-weight:normal;
	padding-bottom:10px;
	}
	
h1 a {
	color:#555555;
	text-decoration:none;
	font-weight:normal;
	} 
	
#Fusszeile {
	width: 695px;
	margin:25px 0px 0px 0px;
	float: right;
	border-top: #CCCCCC solid 1px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#Fusszeile p {text-align: center;}
	
#Fusszeile a {
	color: #555555;
	font-weight:normal !important;
	text-decoration: none;
	}
	
#Fusszeile a:hover {
	color: #9E0000 !important;
	text-decoration: underline;
	}