body { 
	font-family: sans-serif; 
	color: #CCCCCC;
	background-color: #000000;
	font-size: 11pt;
	} 
p { 
	font-size: 11pt 
	}   
h1 { 
	font-size: 24pt;
	}
h2 { 
	font-size: 16pt; 
	}
h3 { 
	font-size: 14pt; 
	}
h4  { 
	font-size: 12pt; 
	}
hr {
	color: #CCCCCC;
}
a:link { 
	color: #CCCCCC;
	font-size: 11pt;
	}
a:visited {
	color: #CCCCCC;
	font-size: 11pt;
	}
a:focus {
	color: #FFFFFF;
	font-size: 11pt;
	}

ul.links {
	list-style-type: none;
	line-height: 150%;
	font-weight: bold;
	padding-left: 10px;
}
hr.ltrenner{
	height: 3px;
	width: 75%;
	margin-left: 10px;
}
.klein {
	font-size: 9pt;
}
#verteiler {
	width: 220px;
	margin-left: 0px;
	border-right: solid #CCCCCC 2px;
	float: left;
}
#inhalt {
	min-width: 300px;
	max-width: 800px;
	margin-left: 240px;
}