body {
	background-color:#236913;
	font: 12px Verdana;
	color: #fff ; }

td {
	font: 12px Verdana;
	color: #fff; }

#head {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 810px;
	height: 100px; }


#main { 
	position: absolute;
	width: 635px;
	top: 115px;
	left: 160px;
	padding: 10px; }
#main a {
	font: 12px Verdana;
	color: #fff;
	text-decoration: none;
	border-bottom:1px #fff dotted;  }
#main a:hover {
	font: 12px Verdana;
	color: #165C00;
	text-decoration: none;
	border-bottom: none;  }


#hauptmenue {
	position: absolute;
	width: 155px;
	top: 115px;
	left: 5px;
	font: bold 12px Verdana;
	margin: 0px;
	padding: 0px 0px; }
#hauptmenue p {
	font: bold 12px Verdana;
	margin: 0px;
	padding: 3px 10px;
	border-left: 4px double #fff;
	margin-left: 3px; }
#hauptmenue p#rest {
	height: 10px;
	width: 60%;
	padding: 0px;
	margin: 0px;
	border-left: 4px double #fff;
	border-bottom: 1px solid #fff;
	margin-left: 3px; }
#hauptmenue p#rest2 {
	height: 5px;
	width: 80%;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #fff;
	margin-left: 3px; }
#hauptmenue ul { 
	list-style-type: none;
	padding: 0px;
	margin: 0px; }
#hauptmenue li {
	border-left: 4px double #fff;
	margin-left: 3px;
	display: block;
	margin-bottom: 0px; }
#hauptmenue li a {
	width: 120px;
	padding: 3px 10px;
	border-top: none;
	border-right: 4px double #fff;
	border-bottom: 1px solid #fff;
	display: block;
	text-decoration: none;
	background: #165C00;
	font: bold 12px Arial; }
#hauptmenue li a:link, #hauptmenue li a:visited {
	color: #fff;
	background-color: #104500; }
#hauptmenue li a:hover {
	color: #fff;
	background-color: #165C00; }

#hauptmenue li ul { /* second-level lists */
	position: absolute;
	background-color:#236913;
	width: 155px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#hauptmenue li:hover ul, #hauptmenue li.sfhover ul { /* lists nested under hovered list items */
	left:75px;
	margin-left: 6px;
}

#hauptmenue p a {
	text-decoration: none;
	font: bold 12px Arial; }
#hauptmenue p a:link, #hauptmenue p a:visited {
	color: #fff;
	border-bottom:1px #fff dotted; }
#hauptmenue p a:hover {
	color: #104500 ;
	border-bottom: none; }
#hauptmenue input {
	float:left;
	display:block;
	width:110px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom:10px;
	padding:1px; }
#hauptmenue input#login {
	float:left;
	display:block;
	width:60px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-family: Verdana;
	font-size: 11px;
	padding:1px; }


.aktuelles {
	width: 100%;
	color: #fff; }
.topic {
	width: 450px;
	height: 30px; 
	padding: 3px 10px;
	background: #165C00;
	font: bold 12px Verdana;
	color: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff; }
.datum {
	width: 140px;
	padding: 3px 10px;
	background: #165C00;
	text-align: right;
	font: 10px Verdana;
	color: #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff; }
.text { 
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font: 12px Verdana;
	color: #fff;
	padding: 10px; }
.comment {
	height: 30px; 
	font: 12px Verdana;
	padding: 3px 10px;
	color: #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: right;  }
.admin {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: none;
	padding: 3px 10px; }



#nutzer {
	width: 100%;
	border: 1px solid #fff;
	font: 12px Verdana; }

#nutzer td#kopf {
	height: 30px;
	background-color: #165C00;
	font: bold 12px Verdana;
	border-bottom: 1px solid #fff;
	padding: 0px 1px; }

#nutzer td#element {
	padding: 10px 1px;
	border-bottom: 1px solid #fff; }


