html, body {
	height:100%;
	background-color: #001b00;
	margin:0;
	padding:0;
	background-image: url(design/bodyk.jpg);
	background-repeat: no-repeat;
	
	background-attachment: fixed;
	color: #FFFFFF;
	
	
}
td {vertical-align:top;}
a img {border:0;}
h3, h4  {color: #ffffff;}
a, h1, h2, h5, h6 {color: #a5de34;}

a:visited {color: #a5de34; text-decoration: none;}
a:hover {color: #bdec62;}

#contentbox {
	position: absolute;
	top:200px;
	left:270px;
	width:460px;
	
}
#rightbox {
	position: fixed;	
	top:140px;
	left:740px;
	width:200px;
	}
	
#headerbox {
	position: fixed;
	height: 157px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000d00;
	background-image: url(design/header.jpg);
	background-repeat: no-repeat;
}
#leftbox {
	position: fixed;	
	xxheight: 418px;
	width: 265px;
	left: 0px;
	top: 0px;}	
	
/*---------------------Menue-----------*/

#mainmenu {
	left:268px;
	top:124px;
	height: 53px;
	position: fixed;
	XXbackground-color: #a5de34;
}
#mainmenu img {height: 53px;}
#mainmenu a {
	display:block;
	height: 53px;
	background-repeat: no-repeat;
	
}
.menu-current, .menu-parent {background-position: 0px 0px; border-bottom: 2px solid #a5de34}

.m_2, .m_2 img {width:84px;}
.m_2 a { background-image: url(menue/programm.gif);}
.m_2 a:hover, .m_2 .menu-current { background-image: url(menue/programm-hi.gif);}

.m_3, .m_3 img {width:59px;}
.m_3 a { background-image: url(menue/events.gif);}
.m_3 a:hover, .m_3 .menu-current { background-image: url(menue/events-hi.gif);}

.m_4, .m_4 img {width:74px;}
.m_4 a { background-image: url(menue/eatdrink.gif);}
.m_4 a:hover, .m_4 .menu-current { background-image: url(menue/eatdrink-hi.gif);}

.m_7, .m_7 img {width:85px;}
.m_7 a { background-image: url(menue/equipment.gif);}
.m_7 a:hover, .m_7 .menu-current { background-image: url(menue/equipment-hi.gif);}

.m_8, .m_8 img {width:67px;}
.m_8 a { background-image: url(menue/connect.gif);}
.m_8 a:hover, .m_8 .menu-current { background-image: url(menue/connect-hi.gif);}

.m_9, .m_9 img {width:64px;}
.m_9 a { background-image: url(menue/contact.gif);}
.m_9 a:hover, .m_9 .menu-current { background-image: url(menue/contact-hi.gif);}

.m_10, .m_10 img {width:23px;}
.m_10 a { background-image: url(menue/und.gif);}
.m_10 a:hover, .m_10 .menu-current { background-image: url(menue/und-hi.gif);}

/*-----------------------------------------------------------------*/
#leftmenue {
	/*left:0px;
	top:240px;
	xxposition: fixed;
	border-top:1px solid #baf366;*/
	margin-top:10px;
	height: 149px;
	font-size:12px;
	
}

#leftmenue ul {
	list-style:none;
	width:233px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align: right;
}

#leftmenue li { /*Abstand vom letzten Unterpunkt zum nächsten Hauptpunkt */
margin-bottom:0px;
display:block;
}

#leftmenue li a {

height:22px;
text-decoration:none;
color:#a5de34;
display:block;

padding: 4px 0px 1px 0; /*Oben, rechts, unten, links */
XXbackground:  url(img/mp0.gif) top left repeat-x;
border-bottom:1px solid #baf366;

}

#leftmenue li a:hover, #leftmenue li a.current, #leftmenue li a.menu-current {
XXbackground:url(img/mp1.gif) top left repeat-x;
color:#ffffff;
font-weight:bold;
padding-right: 0px; /*4px 30px 1px 0; Oben, rechts, unten, links */
border-bottom:1px solid #e8feca;

}

#leftmenue li a.current, #leftmenue li a.menu-current {
border-bottom:2px solid #e8feca;

}



/*-----------------------------------------------------------------*/	
/*form & search*/
input
{
	color:#000000;
	font-weight: normal;	
	border: 1px solid #666666;
	font-variant:normal;
	font-size:12px;
	margin-top:0px;
	
}


.searchbutton {
	width:27px;
 	height:28;
	border: 0;
	vertical-align: middle;
	margin-top:-5px;
}

select
{
  color:#9999cc;
  font-weight: none;
  color:#ff9933; 
  text-decoration: none;
  background:#330033;
 
}

.contact {font-size:11px;}

input, textarea
{
  color:#ffffff;
  font-weight: normal;
  text-decoration: none;
  background: #023705;
  border: 1px #a5de34 solid;  
  padding : 3px;
}

.checkbox {border: 0; margin:0; padding:0;}
.input {width:90%;}
.textarea {width:90%; height:40px;}

.absenden {width:90%; margin:10px 0 0 0; font-weight:bold; font-size:14px;}



/*-----------------------------------------------------------------*/
/*----- Fonts: >> editor CSS -------*/



#sidebar {
	XXfont-size:0.9em;
	color: #335900;
}
#sidebar p {
	
}

#sidebar h3 {
	font-size:12px;
	color: #335900;
	font-weight: normal;
}

#sidebar img {
	margin-left:-30px;
}

#termine .datum {
	font-size:14px;
	color: #ffffff;
	font-weight: bold;
}
#termine h3 {margin-top:0; color: #a5de34;}
#termine p {
	font-size:11px;
	line-height: 140%;
}

/*--------- Gästtebuch --------------*/
.gbentry {
	font-size:11px;
	width:90%;
	border-bottom: 1px dotted #006600;	
	margin-bottom:20px;
}
.gbname {font-size:12px; }
.gbdate { text-align: right;}
.gbhomepage {}
.gbcontent {}


  /*--------------PRINT------------------*/
  
@media print {

 #header, #submenu, #footer {display:none;}

}