@charset "UTF-8";
/* CSS Document */
/* --- site properties --- */

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
}


body {
	/* background */
	background-color: #FFF;
	/* text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #808080;
    -moz-opacity:.999;
}

#limits{
	/* size */
	width: 860px;
	height:600px;
	/* position */
	position: absolute;
	top: 0px;
	left: 0px;
	/* border: 1px solid #ccc; */
      }

#title {
	text-align : left;
	color : #caa743;
	text-decoration : none;
	position : absolute;
	left : 200px;
	top : 47px;
	width : 600px;
	text-transform : lowercase;
	font: medium Arial, Helvetica, sans-serif;
	vertical-align: middle;/* border: 1px solid #CCC; */
}

#logo {
	width : 200px;
	position : absolute;
	left : 660px;
	height: 32px;
	background: url(logo.gif);
}
.besucher {
	width: 300px;
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	margin-top: 450px;
	text-decoration: none;
	border-color: #FFF;
	display: none;
}

#nav {
	/* position */
	position: absolute;
	top: 100px;
	left: 0px;
}

#nav a { text-decoration: none; }

#navcontainer {
	margin-left: 5px;
}

#navcontainer ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size:12px;
}

#navcontainer li { margin: 0 0 1px 0; }
		
#navcontainer a{
display: inline;
color: #999999;
background-color: #;
text-decoration: none;
font-weight:normal;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}
		
#navcontainer a:hover{
color: #003333;
background-color: #;
text-decoration: none;
font-weight: normal;
}
		
#navcontainer ul ul li { margin: 0 0 1px 0; }
#navcontainer li current {
color: #000;; 
}
		
#navcontainer ul ul a{
display: inline;
color: #999;
background-color: #;
text-decoration: none;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 30px;
}
		
#navcontainer ul ul a:hover{
color: #003333;
background-color: #;
text-decoration: none;
font-weight: normal;
display: inline;
}

#navlist li a#current, #navlist li a#current:link{
color: #CAA743;
cursor: default;
font-weight: normal;
text-decoration: none;
}
		
div#navcontainer  #active{
font-weight: bold;
color: #000;
}

#subnavlist li a#subcurrent, #subnavlist li a#subcurrent:link{
color: #CAA743;
cursor: default;
font-weight: normal;
display: inline;
}
		
div#subnavlist  #subactive{
font-weight: bold;
color: #000;
display: inline;
}

#subnavlist li a {
color: #66FF00;
font-weight: normal;
display: inline;
}



