@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	background-color: #333;
	background-position: left top;
}

#kopf {
	position: absolute; top: 10px; left: 15px; right:15px; 
	width:1000px; height:auto;
	text-align:right; }

#navigation {
	position:absolute; top: 300px; left: 0px;
	width: 200px; height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
	.navigation {
		color: #CCC;
		text-transform: uppercase;
		padding-left:10px;
		}
	a.navigation:link {
		text-decoration:none;
		background-image:url("../images/cvf-bgGrau1.gif");
		background-repeat:no-repeat;
		background-position:0px center;}
	a.navigation:visited {
		text-decoration:none;
		background-image:url("../images/cvf-bgGrau1.gif");
		background-repeat:no-repeat;
		background-position:0px center; }
	a.navigation:active {
		text-decoration:none;
		background-image:url("../images/cvf-bgGrau1.gif");
		background-repeat:no-repeat;
		background-position:0px center; }
	a.navigation:hover {
		text-decoration:none;
		color:#C00;
		background-image:url("../images/cvf-bgRot1.gif");
		background-repeat:no-repeat;
		background-position:0px center; }
		
#inhalt {
	position:absolute; width:820px; height:auto;
	top:300px; left:200px;
	padding-bottom:20px; padding-left:20px; padding-top:50px;
	}