@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../bilder/nix_darker.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0px;
	padding:0px;
}

#hinter{
	background-image:url(../bilder/nix_dark.png);
	background-color:#000000;
	height:20px;
}

#hintergrund{
	background-image:url(../bilder/bg_hoch.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
}

#hintergrundbild{
	background-image:url(../bilder/bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

.bold{
	font-weight:bold;
}

#rahmen{
	width:800px;
	background:#FFFFFF;
	position:relative;
	margin: 0px auto 0px auto;
	padding:10px 20px 20px 10px;
}

#kopf{
	width:800px
}

#logo{
	width:190px;
	float:left;
}

#header{
	width:600px;
	float:right;
}

#koerper{
	clear:both;
}

#navi{
	background-image:url(../bilder/bg_navi.png);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:20px;
	width:185px;
	float:left;
	margin-bottom:5px;
	font-size:0.8em;
	margin-right:15px;
}

a{
	text-decoration:none;
	color:#666666;
}

a:hover{
	color:#99CC00;
}

.nav{
	padding:5px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:block;
	border-bottom:#BBBBBB 1px dotted;
	padding-left:10px;
}
.nav:hover{
	border-bottom:#99CC00 1px solid;
	color:#99CC00;
	background-image:url(../bilder/navover.png);
	background-position:right;
	background-repeat:no-repeat;
}
.nav:hover a{
	color:#99CC00;
}

.subnav{
	padding:5px;
	cursor:pointer;
	border-bottom:#DDDDDD 1px dotted;
	padding-left:15px;
}

#inhalt{
	float:right;
	width:560px;
	padding:20px;
	padding-top:15px;
	position:relative;
	min-height:400px;
	margin-top:10px;	
	font-size:0.8em;
}

#fuss{
	color:#999999;
	text-align:center;
	font-size:0.7em;
	margin-right:15px;
	padding:10px;
	clear:both;
}

img.ol {
	left:0;
	top:0;
	position:absolute;
}

img.or {
	right:0;
	top:0;
	position:absolute;
}

img.ul {
	left:0;
	bottom:0;	
	position:absolute;
}

img.ur {
	right:0;
	bottom:0;	
	position:absolute;
}