/* CSS Document */
body{
	background-color: #8cbe0d;
	color: #0066b3; 
	font-size: 11px; 
	font-family: Verdana, "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-align: left;
	line-height: 15px;
}

a:link, a:visited{
	font-weight:bold;
	color: #0066b3;
}


a:hover{
	color: #fab914;
}


.head{
	font-weight: bold; 
	}
	
.underline{
	text-decoration:underline;
}


div#bg { /*wrapp mit dem hintergrund mit zo-dach und blaettert etc.*/
	/*position: relative;*/
	background-image: url(bilder/background.jpg);
	width:1000px; 
	height:800px;
	background-repeat: no-repeat;
	margin: 0px 100px; /*waagerecht zentrierte ausrichtung des divs*/
}

html>body div#bg{
	height: auto;
	min-height: 800px;
}


/*Homebutton - unsichtbarer button, der ueberm zo logo liegt!*/
div.homebut{
	position: relative;
	width: 230px;
	height: 119px;
	background-color:none;
	top: 20px;
	left: 660px;
}

div.homebut a{
	display: block;
	width: 230px;
	height: 119px;
	background-color:none;
}
	

/*Menue*/
div.menue {
	position: relative;
	float: left;	
	background-image: url(bilder/menue.jpg);
	width: 129px; 
	height: 600px;
	background-repeat: no-repeat;
	/*margin-top: 139px;
	margin-left: 100px;*/
	margin: 20px 0px 0px 100px;
	display: inline; /*ben?tigt der internet explorer zur richtigen darstellung..(double-float-margin-bug)*/
}


html>body div.menue{ /* fuer firefox*/
	height: auto;
	min-height: 600px;
	}


div.menue ul {
	list-style:none;
	margin:22px 0 0 0; /*buttons gesamt 22px von oben entfernt (+ margin 8px, der einzelnen)*/
	padding:0;
}

div.menue li {	
	margin:0;
	padding:0;
}

div.menue a:link, 
div.menue a:visited { /*darstellung der links*/
	text-decoration: none;
	font-size: 11px;
	display:block;
	height: 20px;
	width: 120px; /*-6px padding left!*/
	margin:8px 0; /*Abstand zwischen den buttons*/
	padding-left: 6px; /*position text*/
	padding-top: 3px;
	background-color:#0066b3;
	color: #ffffff;
}


div.menue a:hover{
	background-color: #fab914;
}


/*aktive links markieren.. (gelbe hintergrundfarbe)*/
#ueber #ueberNav a, #aktion #aktionNav a, #service #serviceNav a, #shops #shopsNav a, #kontakt #kontaktNav a{
		background-color: #fab914;
}

/*umbgibt cont und neben und enthält background mit grüner linie*/
div.wrap{
	background-image:url(bilder/div_back.jpg);
	background-repeat:repeat-y;
	width: 670px;
	height:auto;
	position:relative;
	float:left;
	margin-left:1px;
	margin-top:20px;
	margin-bottom:20px;
}
	

/*contentbereich*/
div.cont{
	float: left;
	background-color: none;
	width: 400px; /*gesamtbreite eig. 440px (-40px padding)*/ 
	height: 570px; /* ie macht 600px automatisch zur mindesth?he und passt die h?he dann automatisch an, wenn mehr text kommt..*/	
	padding-left:20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}

html>body div.cont{ /* fuer firefox*/
	height: auto;
	min-height: 570px;
	}

	
	

.film_left{ /*film auf startseite wird oben in der ecke positioniert*/
	position:relative;
	top: -15px;	
	right:-20px;
	margin-left: -40px;
}


/*nebenbenue*/
div.neben{
	
	float: left;
	width: 204px;
	height: 570px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-left: 1px solid #8cbe0d;
	background-color: none;
}

html>body div.neben{
	height:auto;
	min-height:570px;
}



/*bild auf startseite wird links oben plaziert*/
.bild_left{
	position: relative;
	top: -15px;
	margin-left: -15px;
	margin-right: -10px;
}


		

/*div fuer den flashbanner im menuepunkt ueber*/
div.ueberd{
	display:inline;
	float: left;
	width: 670px; 
	height: 235px; /* ie macht 600px automatisch zur mindesth?he und passt die h?he dann automatisch an, wenn mehr text kommt..*/
	padding-left:0px;
	padding-top: 0px;
}

/*id für menüpunkt über, da min height kleiner ist, da im wrap noch der flashbanner drin ist*/
#uebera{
	height: 335px;/*werte fuer i.e und andere, aeltere browser*/
}

html>body #uebera{ /*fuer firefox bei menuepunkt ueber*/
	height: auto;
	min-height: 335px;
	}



div#footer{
	margin-left: 15px;
	position: relative;
	top: 370px;
}

div#footer a { /*darstellung der links*/
	text-decoration: underline;
	font-size: 9px;
	font-weight:normal;
	display:inline;
	height: 0px;
	width: 0px; /*-6px padding left!*/
	margin:0px 0; /*Abstand zwischen den buttons*/
	padding-left: 0px; /*position text*/
	padding-top: 0px;
	background-color: #8cbe0d;
	color: #ffffff;
}

#index #startNav, #impress #impNav{
	color: #0066b3;
}


#tabelle{
	margin-left: -10px;
	margin-right: -2px;
}

/*popupfenster:*/
.whitebody{
	background-color:#FFFFFF;
}

#top{
	font-size: 20px;
	}

.pop{ 
	font-size: 14px;
	line-height: 19px;
	}
	
/*Aktionen*/
.actions{
	margin-left: 20px;
	margin-top: 15px;
	color: white;
}

#date{
	font-size: 15px;
	font-weight:bold;
	line-height: 40px;

}

#date_eng{
		font-size: 15px;
	line-height:20px;
	font-weight:bold;

}

#top{
	font-size: 25px;
	line-height:25px;
	font-weight:bold;
	line-height: 30px;
}



