/* CSS Document */
*:focus{ outline: none; }
body {
	background: #88AA1D url(/grafik/body_bg.gif) repeat-y center top;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 0 1px; /* CSSBug#4 */
	color: #917D4C;
}

/* GRUNDGERÜST */
div#header, div#maincontainer, div#copyright {
	width: 750px;
	margin: 0 auto;
	text-align: left;	
}
div#header {
	height: 216px;
	background-color: #527546;
	overflow: hidden; /* für IE 5 */
}
div#header img {
	float: right;
	border-bottom: 3px solid #527546;
}
div#adresse {
	width: 240px;
	height: 216px;
	background: url(/grafik/adresse_bg.jpg) no-repeat;
	float: left;
	color: #FCFDF5;
	font-size: 90%;
	overflow: hidden;
}
div#adresse a {
	color: #FFF;
	text-decoration: none;
}
div#adresse a:hover { text-decoration: underline; }
div#adresse blockquote { margin: 100px 0px 10px 40px; }
div#adresse blockquote p { margin: 10px 0; }

/* MENUE */
div#menu {
	width: 245px;
	float: left;
}
div#menu ul {
	margin: 0;
	padding: 0;
	background: url(/grafik/menu_ul_bg.gif);
}
div#menu ul li {
	text-align: right;
	list-style: none;
/*	border-bottom: 1px solid #FFF;*/
	background: url(/grafik/menu_ul_li_bg.gif) no-repeat right bottom;
	margin: 0;
	padding: 0;
}
div#menu ul li a {
	color: #7B7560;
	display: block;
	padding: 10px 33px 10px 0;
	background: url(/grafik/menu_ul_li_a_bg.gif) no-repeat right top;
	text-decoration: none;
}
div#menu ul li a:hover {
	background: #FBFCF2 url(/grafik/menu_ul_li_a_hover_bg.gif) no-repeat right top;
	color: #83A521;
}
blockquote.wetter {
	cursor: pointer;
	margin: 40px 18px 40px 12px;
}
blockquote.wetter h3 a {
	color: #917D4C;
	text-decoration: none;
}
blockquote.wetter table td { text-align: center; }

/* CONTENT */
div#content {
	width: 460px;
	float: left;
	line-height: 140%;
	padding: 20px 0; /* Margin würde bei IE die Überschrift schneiden - Bug */
	margin-left: 20px;
	text-align: justify;
}
div#content h1 {
	color: #FE7200;
	font-weight: lighter;
	font-size: 180%;
}
div#content h2 { font-size: 120%; }
div#languageselect {
	text-align: right;
	height: 12px;
	float: right;
}
#bildbox {
	width: 100%;
	height: 280px;
	overflow: hidden;
}
#bildboxnav {
	text-align: right;
	position: absolute;
	margin-top: 244px;
	padding: 12px 8px;
	width: 444px;
	height: 12px;
	z-index: 100 !important;
}
#bildboxnav a {
	background: transparent url(/grafik/panorama_nav_inactive.gif) center no-repeat;
	text-decoration: none;
	margin: 2px;
	padding: 5px;
}
#bildboxnav a.activeSlide {
	background: transparent url(/grafik/panorama_nav_active.gif) center no-repeat;
}
div#content a { color: #73930F; }
div#content a:hover { color: #527546; }
#content a.bildlink {
	border-bottom: 1px dotted;
	text-decoration: none;
}
#content a.seo {
	color: #917D4C;
	text-decoration: none;
}
#content a.seo:hover { color: #917D4C; }

/* FUSSZEILE */
div#copyright {
	clear: both;
	color: #73930F;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 50px 0 5px  20px;
}
div#copyright a {
	color: #73930F;
	text-decoration: none;
}
div#copyright a:hover {
	color: #527546;
	text-decoration: underline;
}
