@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	background-color: #ccc;
	background-position: left top;
}

#navigation {
	position:absolute; top: 130px; left: 0px;
	width: 180px; height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color:#333;
	padding-bottom:50px; padding-top:50px;
	}
	.navigation {
		color: #CCC;
		text-transform: uppercase;
		padding-left:10px;
		}
	a.navigation:link {
		color: #CCC;
		text-decoration:none;
		background-image:url("../images/cvf-bgGrau1.gif");
		background-repeat:no-repeat;
		background-position:0px center;}
	a.navigation:visited {
		color: #CCC;
		text-decoration:none;
		background-image:url("../images/cvf-bgGrau1.gif");
		background-repeat:no-repeat;
		background-position:0px center; }
	a.navigation:active {
		color: #CCC;
		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; }


#kopf {
	position: absolute; top: 10px; left: 0px; right:0px; 
	width:1200px; height:auto;
	text-align:left; 
	background-color:#333; }

#inhalt {
	position:absolute; width:800px;; height:auto;
	top:170px; left:200px;
	font-family:Verdana, Geneva, sans-serif; color:#000;
	padding-bottom:20px; padding-left:20px; padding-right:20px; padding-bottom:30px;
	background-color:#CCC;
	}
	
h1 {font-size:12px; text-transform:uppercase; font-family:Verdana, Geneva, sans-serif; color:#000;}
h2 {font-size:12px; text-transform:uppercase; font-family:Verdana, Geneva, sans-serif; color:#900;}

table {width:800px; border:0px; vertical-align:middle; }
td {padding-top:5px; padding-bottom:5px; padding-left:0px; padding-right:5px;}

.untertitel {
	font-size:11px;}
	
ul {list-style-image:url("../images/cvf-bgRot2.gif");}
li {font-size:12px; font-family:Verdana, Geneva, sans-serif; color:#000; line-height:30px;}
	
a:link {text-decoration:none; color:#900;	}
a:hover {text-decoration:none; color:#333;	}
a:visited {text-decoration:none; color:#900;}
a:active {text-decoration:none; color:#900;	}