
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF5E1;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	}
/* ~~ Der Container umschließt alle anderen div-Tags ~~ */
.container {
	width: 1000px;
	background-color: #BBC956;
	margin: 0 auto;	/* zentriert */
	overflow: hidden;
	margin-top:20px;
	}
.titel {
	background-color: #BBC956;
	height: 20px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.links {
	float: left;
	width: 713px;
	/*height: 500px; /* Zeile loeschen, wenn sich Container an Inhalt anpassen soll */
	 /* min-height: 780px; */ /* mindesthoehe */
	background-color: #BBC956;
	}
.rechts {
	overflow: hidden; /* menue-div umfasst menue */
	float: left;
	width: 287px;
	/*height: 500px; /* diese Zeile deaktivieren, wenn sich der Container an den Inhalt anpassen soll */
	/* min-height: 780px; */ /* mindesthoehe */
	background-color: #CBD67E;
	}
#inhalt {
	clear: both;
	font-size:18px;
	padding-bottom:25px;
	margin-left:50px;
	margin-right:50px;
	padding-top:30px;
	/*width:900px;*/
	height: auto;
	}
.inhalt2 {
	/*clear: both;*/
	/*position:relative;*/
	/*width:700px;*/
	height: auto;
	margin-top:40px;
	padding-left:50px;
	padding-right:50px;
	}
.fusszeile {	/* fusszeile ausser container */
	clear: both;
	width:980px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	margin: 0 auto;	/* zentriert */
	background-color: #547638;
	margin-top: 5px;
	margin-bottom: 10px;
	}
.fusszeile2 {	/* fusszeile ausser container */
	width:1000px;
	margin: 0 auto;	/* zentriert */
	margin-bottom:20px;
	color: #547638;
	}
.menu{
	overflow: hidden; /* menue-div umfasst menue */
	margin-top:20px;
	margin-left:10px;
	margin-bottom:22px;
	}
/*.menu a:active :before { content: url(pic/aufzaelzeichen_meu.jpg);
	}
.menu a:hover:before { content: url(pic/aufzaelzeichen_meu.jpg);
	}
.menu a{
	text-decoration: none;	
	color:#547638;
	}
.menu li{
	list-style: none;
	}*/
a:hover { font-weight:bold; color:#547638;
	}
.anfrage{
	height:40px;
	margin-bottom:10px;
	padding-left:10px;
	background-color: #547638;
	}
	
.bildergalerie{
	padding-top:20px;
	padding-bottom:20px;
	margin-left:50px;
	}
#sprache{
	margin-top:10px;
	padding-left:20px;	
	}
	
#logoleiste{
	float:left;
	width:470px;}

#wetter{
	float:left;
	width:200px;}