BODY   { color: #fdf5e6; background-color: #006400; font-size: 14px; font-family: Arial, Geneva, Swiss; text-decoration: none; word-spacing: 2px }
/* BODY   { color: #fdf5e6; background-color: #006400; link="#b7e655" alink="#b7e655" vlink="#ffff33"; font-size: 14px; font-family: Arial, Geneva, Swiss; text-decoration: none; word-spacing: 2px } */

.menu {
	position: absolute;
	top:0px;
	left:0px;
 	width:175px;
	background: #006400;
 	font-size:14px;
	font-family: Arial, Geneva, Swiss;
	padding:0;
	margin:0 0 0 0;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* Logo */
.menu ul li.menulogo {
	width: 175px;
	background: url($media/menulogo.jpg) no-repeat 0px 0px; 
	padding:0;
	margin:0 0 0 0;
	font-size:160px;
}

/* Hauptueberschrift */
.menu ul li.menutop {
	width: 175px;
	color: #000000;
	background: #FDEE82;
	padding:0;
	margin:0;
	font-weight:bold; 
	line-height:30px;
	text-indent: 0px;
	text-align: center;
	border-top: 1px solid #006400;
	border-left: 0px solid #006400;
	border-right: 0px solid #006400;
	border-bottom: 2px solid #006400;
}

/* Untermenuepunkte */
.menu ul li.menuheader {
	padding: 0;
	margin: 0;
	line-height:24px;
/*	font-weight:bold; */
	text-indent: 10px;
	text-decoration:none;
	border-top: 0px solid #006400;
	border-left: 0x solid #006400;
	border-right: 0px solid #006400;
	border-bottom: 1px solid #006400;
	background: #8CC21D;
}

/* Menupunkte */
.menu ul li ul li.menuitem {
	padding: 0;
	margin:0; 
	line-height:22px;
	font-weight: ;
 	text-indent: 20px;
	text-decoration:none;
	border-top: 1px solid #006400;
	border-left: 0px solid #006400;
	border-right: 0px solid #006400;
	border-bottom: 1px solid #006400;
        background: #8CC21D url($media/arrow.gif) no-repeat 5px 12px;
}

.menu ul a,
.menu ul a:visited {
	display: block;
	text-decoration:none;
	color:#000000;
	padding: 3px 0 3px 0;
	margin:0;
}

.menu ul li a:hover {
	background: #B7E655;
}

.menu ul li ul li a:hover {
	background: #B7E655 url($media/arrow.gif) no-repeat 10px 11px;
	font-weight:bold; 
}


.content {	
	position: absolute;
	top:0px;
	left:180px;
	background: #006400;
 	font-size:14px;
	font-family: Arial, Geneva, Swiss;
	padding:0;
	margin:0 0 0 0;
	visibility: visible 
}

#cursor { 
	position: absolute; 
	top: 42px; 
	left: 0px; 
	width: 66px; 
	height: 33px; 
	visibility: visible 
}


