input {
	background-color:#332E2E;	
	color:#9A8E8E;
	border-color:#9A8E8E;
}

textarea {
	background-color:#332E2E;	
	color:#9A8E8E;
	border-color:#9A8E8E;
}

body {
	font-family:Arial;
	font-size:10pt;
	color:#9A8E8E;
	background-color:#ff0000;	
}

.centerbox {
	position:absolute;
	left:50%;	
	top:0px;
	margin-left:-500px;
	width:1000px;
	padding:0px;
}

.head {
	position:relative;
	top:0px;	
	left:0px;
	width:1000px;
	height:117px;
	padding:0px;
	background-image:url('../bilder/verlauf_footer.png');
	repeat:y-repeat;
	z-index:100;
}

.middle {
	margin-top:0px;	
	margin-left:0px;
	width:1000px;
	position:relative;
	padding:0px;
	background-image:url('../bilder/verlauf_content_1px.png');
	background-repeat:y-repeat;
}

.middleLeft {
	position:relative;
	top:0px;	
	left:100px;
	width:106px;
	padding:0px;
	padding-top:10px;
}

.middleRight {
	margin-top:-560px;	
	margin-left:310px;
	width:540px;
	position:relative;
	padding:5px;
}

.foot {
	margin-top:0px;	
	margin-left:0px;
	width:1000px;
	height:80px;
	padding:0px;
	background-image:url('../bilder/verlauf_footer.png');
	repeat:y-repeat;
}

.logo {
	position:absolute;
	top:0px;	
	left:100px;
	width:118px;
	height:118px;
	padding:0px;
	background-image:url('../bilder/head_logo.png');
	repeat:y-repeat;
}

.header {
	position:absolute;
	top:0px;	
	left:215px;
	width:392px;
	height:87px;
	padding:0px;
	background-image:url('../bilder/header.png');
	repeat:y-repeat;
	z-index:10;
}

.menu {
	position:absolute;
	top:90px;	
	left:215px;
	width:610px;
	/*height:34px;*/
	padding:0px;
	z-index:100;
}

.menuitem {
	margin:0px;
	padding:0px;
	width:100px;
	height:34px;
	float:left;	
	cursor:pointer;
}

.untermenu {
	position:absolute;
	top:25px;
	width:100px;
	cursor:pointer;	
	background-color:#000000;
	padding:0px;
}

.untermenuItem {
	height:25px;
	padding:0px;
	border:0px;
	margin:0px;
	width:100px;
}

.mitglied {
	position:relativ;
	top:0px;	
	left:0px;
	cursor:pointer;
	width:118px;
	height:106px;
	padding:0px;
}

.gastesbuchButton {
	position:relativ;
	top:450px;	
	left:0px;
	width:119px;
	height:107px;
	padding:0px;
	cursor:pointer;
	text-align:center;
}

.tabelle {
	font-size:7pt;
	margin-top:20px;
	position:relativ;
	top:106px;	
	left:0px;
	width:119px;
	height:324px;
	padding:0px;
}

.sponsoren {
	width:560px;
	height:70px;
	padding:0px;
	padding-left:215px;
	padding-top:10px;
}

.itemSponsor {
	border:0px;
	float:left;	
}

a:link, a:visited, a:active {
	color:#EB8281;	
	text-decoration:none;
	border:0px;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;	
}


#MENU ul { list-style: none; margin: 0; padding: 0; cursor:pointer; } 

#MENU a, #MENU h2 {
  display: block;
}
#MENU img {
	border:0px;
	margin:0px;
	padding:0px;
}

#MENU ul li {
	float:left;
	margin-left:0px;
}

#MENU ul ul li {
	clear: both;
}

#MENU ul ul {
	display:none;
	margin: 0; 
	margin-top:-5px;
	padding: 0;
}
    
div#MENU ul ul,
div#MENU ul li:hover ul ul,
div#MENU ul ul li:hover ul ul  {
  	display: none;
  } 

div#MENU ul li:hover ul,
div#MENU ul ul li:hover ul,
div#MENU ul ul ul li:hover ul  {
  	display: block;
  	clear:both; 
  } 