body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin:0px;
	padding:0px;
	background:#ccd6e5;
}
a:link,a:visited {
	color: #CC0000; 
	text-decoration: none;
}
a:hover {
	color: Black; text-decoration: underline;
}
p {
	text-align: justify; 
	margin: 5px 20px;
}

#pagewidth{
	width:770px;
}
#menucol{
	float:left;
	width:170px;
}
#contentcol{
	float:left;
	width:600px;
}
h1{
	margin:10px 0px 3px 0px;
	height:20px;
	padding:5px 0px 5px 20px;
 	font-size: 13px; 
	font-weight: bold;
	background: #fff url(images/tabtitelhgrund.gif);
	
	border:1px solid #365C96;
}
.inhaltbox{
	padding:5px 20px;
	margin-bottom:5px;
	border:1px solid #365C96;
	background:#fff;
}
ul#navi{
	display:none;
	visibility:hidden;
}