@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
}
body
{
	position:relative;
}
h1, h2, h3, a
{

}
h1
{
	font-size:28px;
	color:#003915;
	padding:0 0 20px 0;
	line-height:32px;
}
.small_h1
{
	font-size:22px;
	color:#003915;
	line-height:34px;
}
h2
{
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	padding:0 0 2px 0;
	text-transform:uppercase;
}
a
{
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
strong
{
	font-weight:bold;
}
p
{
	padding:0 0 16px 0;
}
input, textarea
{

}

/* Helper */
.clear_both
{
	font-size:0%;
	line-height:0%;
	clear:both;
	margin-bottom:-1px;
}
.clear_left
{
	font-size:0%;
	line-height:0%;
	clear:left;
	margin-bottom:-1px;
}
.clear_right
{
	font-size:0%;
	line-height:0%;
	clear:right;
	margin-bottom:-1px;
}
.half_line
{
	font-size:6px;
	line-height:8px;
}
#flashSoundContainer
{
	position:absolute;
	height:15px;
	width:60px;
	bottom:10px;
	right:0px;
}
/* Conainer */
#center_container
{
	position:relative;
	width:944px;
	margin:0 auto;
}
/* Seitenkopf */
#header
{
	position:relative;
	height:260px;
}
#header #logo
{
	position:absolute;
	left:30px;
	top:42px;
}
/* Navigation */
/* Menüpunkte */
#topnav a, #mainnav a, #helpnav a
{
	display:block;
	position:relative;
	float:left;
	line-height:28px;
	padding:0 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
}
#topnav a:hover, #mainnav a:hover, #topnav a.active, #mainnav a.active
{
	background-color:#438b21;
	text-decoration:none;
}
#topnav .sep, #mainnav .sep, #helpnav .sep
{
	display:block;
	float:left;
	line-height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
/* Topnavigation */
#topnav
{
	position:absolute;
	top:65px;
	right:40px;
	height:28px;
}
#topnav .sep
{
	color:#ffffff;
	background-color:#65a421;
}
#topnav a
{
	background-color:#65a421;
	color:#ffffff;
}
#topnav .topmenu_arr
{
	position:absolute;
	top:-16px;
	left:7px;
}
/* Topnav DHTML */
.topnavsub
{
	position:absolute;
	top:93px;
	display:none;
}
.topnavsub a
{
	display:block;
	position:relative;
	line-height:16px;
	padding:5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	background-color:#65a421;
	color:#ffffff;
	width:300px;
	border-top:1px solid #ffffff;
}
.topnavsub a:hover
{
	background-color:#438b21;
	text-decoration:none;
}

/* Hauptnavigation */
#mainnav
{
	position:absolute;
	right:40px;
	top:130px;
	width:640px;
	height:28px;
}
#mainnav a
{
	color:#65a421;
	margin:0 5px;
}
#mainnav a:hover, #mainnav a.active
{
	color:#ffffff;
}
#mainnav .clear_left
{
	border-top:1px solid #000000;
	position:relative;
}
#mainnav .subNav
{
	position:absolute;
	top:28px;
	left:0px;
	width:640px;
	border-left:1px solid #000000;
}
#mainnav .subNav .menupointContainer, #mainnav .subNav .sep
{
	float:left;
	border-bottom:1px solid #000000;
	height:28px;
}
#mainnav .subNav a
{
	color:#000000;
}
#mainnav .subNav a:hover, #mainnav .subNav a.active
{
	color:#ffffff;
}
#mainnav .subNav .menuLastSep
{
	display:block;
	float:left;
	border-bottom:1px solid #000000;
}
#mainnav .subNav #hideLrow, #mainnav .subNav #hideLLrow
{
	width:100%;
	height:2px;
	display:block;
	left:0px;
	bottom:28px;
	position:absolute;
	border-bottom:1px;
	background-color:#ffffff;
}
#mainnav .subNav #hideLLrow
{
	bottom:57px;
}
#mainnav .subNav .clear_left
{
	border:none;
}
/* IE6 Bug border Bottom vom Menü unsichtbar*/
*html #mainnav .subNav .clear_left
{
	background-color:#FF0000;
	margin:0;
}
/* Hilfsnavigation */
#helpnav
{
	position:absolute;
	left:272px;
	bottom:5px;
}
#helpnav .sep
{
	color:#cccccc;
}
#helpnav a
{
	color:#cccccc;
}
#helpnav a:hover, #helpnav a.active
{
	color:#65a421;
}

/* Inhaltscontainer mit Seitenhintergrund */
#content_container
{
	position:relative;
	min-height:364px;
	background-image:url(pix/bg_body_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#EEEB74;
	
}
#content_container_bg
{
	position:relative;
	min-height:364px;
	background-image:url(pix/bg_body_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
/* IE6 min-height bug */
*html #content_container, *html #content_container_bg
{
	height:364px;
}

/* Transparente Box mit abgerundeten Ecken*/
.roundedcorner_sep_top, .roundedcorner_sep_bottom
{
	position:relative;
	padding:0 30px 0 30px;
	
}
.roundedcorner_sep_top div, .roundedcorner_sep_bottom div
{
	position:relative;
	height:20px;
}
.roundedcorner_sep_top div .center, .roundedcorner_sep_bottom div .center
{
	position:relative;
	height:20px;
	background-image:url(pix/c_big.png);
}
/* IE6 png bug */
*html .roundedcorner_sep_top div .center, *html .roundedcorner_sep_bottom div .center
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pix/c.png',sizingMethod='scale');
	background:none;
}
.roundedcorner_sep_top div .left
{
	position:absolute;
	left:-30px;
	top:0px;
	height:20px;
	width:30px;
	background-image:url(pix/ul.png);
}
/* IE6 png bug */
*html .roundedcorner_sep_top div .left
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pix/ul.png',sizingMethod='scale');
	background:none;
}
.roundedcorner_sep_top div .right
{
	position:absolute;
	right:-30px;
	top:0px;
	height:20px;
	width:30px;
	background-image:url(pix/ur.png);
}
/* IE6 png bug */
*html .roundedcorner_sep_top div .right
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pix/ur.png',sizingMethod='scale');
	background:none;
}
.roundedcorner_sep_bottom div .left
{
	position:absolute;
	left:-30px;
	top:0px;
	height:20px;
	width:30px;
	background-image:url(pix/dl.png);
}
/* IE6 png bug */
*html .roundedcorner_sep_bottom div .left
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pix/dl.png',sizingMethod='scale');
	background:none;
}
.roundedcorner_sep_bottom div .right
{
	position:absolute;
	right:-30px;
	top:0px;
	height:20px;
	width:30px;
	background-image:url(pix/dr.png);
}
/* IE6 png bug */
*html .roundedcorner_sep_bottom div .right
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pix/dr.png',sizingMethod='scale');
	background:none;
}
.content_text_box
{
	position:relative;
	padding:0 30px;
	background-image:url(pix/c_big.png);
}
/* IE6 png bug */
*html .content_text_box
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pix/c.png',sizingMethod='scale');
	background:none;
	height:1px;
}

/* Seitenfuß */
#footer
{
	position:relative;
	padding:14px 0;
	color:#686868;
}
#footer *
{
	color:#686868;
}
#footer a
{
	text-decoration:none;
}
#footer a:hover
{
	color:#65a421;
	text-decoration:none;
}
#footer #imprint
{
	display:block;
	float:right;
	padding:20px 45px; 0 0;
}

/* Selbstverwaltung */
#selfEdit
{
	position:relative;
	padding:80px 20px 30px 30px; 
}
#selfEdit .title
{
	position:absolute;
	top:-37px;
	left:30px;
	background-color:#438b21;
	color:#FFFFFF;
	font-size:24px;
	line-height:37px;
	padding:0 7px; 
	letter-spacing:-1px;
}
#selfEdit .selfEditLeft
{
	position:relative;
	width:620px;
	float:left;
}
#selfEdit .selfEditRight
{
	position:relative;
	width:260px;
	float:right;
}
#selfEdit .content_text_box
{
	padding:10px 30px 5px 30px;
}
#selfEdit .content_text_box .imgRightBox
{
	float:right;
	padding:0px 0px 0px 10px;
	width:220px;
}
#selfEdit .content_text_box .imgRightBox img
{
	float:right;
	padding:0 0 10px 0;
}
#selfEdit .clear_both
{
	margin:0;
}
#selfEdit .leftText
{
	position:relative;
	float:left;
	width:470px;
}
#selfEdit .rightImg
{
	position:relative;
	float:right;
}

/* sonderausstellung2010statisch */
#sonderausstellung2010statisch
{
	position:relative;
	padding:100px 20px 30px 30px; 
}
#sonderausstellung2010statisch .title
{
	position:absolute;
	top:-37px;
	left:30px;
	background-color:#438b21;
	color:#FFFFFF;
	font-size:24px;
	line-height:37px;
	padding:0 7px; 
	letter-spacing:-1px;
}
#sonderausstellung2010statisch .galleryLinkBox
{
	position:absolute;
	top:-70px;
	height:100px;
	width:137px;
	right:40px;
	background-color:#438b21;
	text-decoration:none;
	overflow:hidden;
}
#sonderausstellung2010statisch .galleryLinkBox img
{
	display:block;
	cursor:pointer;
}
#sonderausstellung2010statisch .galleryLinkBox .desc
{
	cursor:pointer;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
}
#sonderausstellung2010statisch .sonderausstellung2010statischLeft
{
	position:relative;
	width:580px;
	float:left;
}
#sonderausstellung2010statisch .sonderausstellung2010statischRight
{
	display:block;
	position:relative;
	width:300px;
	float:right;
}
#sonderausstellung2010statisch .content_text_box
{
	padding:20px 30px 5px 30px;
}
#sonderausstellung2010statisch .clear_both
{
	margin:0;
}
#sonderausstellung2010statisch .leftText
{
	position:relative;
	float:left;
	width:470px;
}
#sonderausstellung2010statisch .rightImg
{
	position:relative;
	float:right;
}

#sonderausstellung2010statischGalerie
{
	position:relative;
	padding:100px 150px 30px 40px; 
}
#sonderausstellung2010statischGalerie .clear_both
{
	margin:0;
}
#sonderausstellung2010statischGalerie .title
{
	position:absolute;
	top:-37px;
	left:30px;
	background-color:#438b21;
	color:#FFFFFF;
	font-size:24px;
	line-height:37px;
	padding:0 7px; 
	letter-spacing:-1px;
}
#sonderausstellung2010statischGalerie .contentGalerie
{
	position:relative;
}
#sonderausstellung2010statischGalerie .backlink
{
	position:absolute;
	text-transform:uppercase;
	font-size:12px;
	left:650px;
	top:-26px;
	line-height:26px;
}
#sonderausstellung2010statischGalerie .panoramalink
{
	position:absolute;
	text-transform:uppercase;
	font-size:12px;
	left:500px;
	top:-26px;
	line-height:26px;
	cursor:pointer;
}
#sonderausstellung2010statischGalerie .content_text_box
{
	padding:20px 0 0 30px;
}
#sonderausstellung2010statischGalerie .content_text_box a img
{
	padding:0 20px 20px 0;
	margin:0;
}


/* Museum */
#museum
{
	position:relative;
	padding:30px 60px 30px 40px; 
}
#museum .content_text_box
{
	padding:0 40px 0 30px;
}
#museum .clear_both
{
	margin:0;
}
#museum .leftText
{
	position:relative;
	float:left;
	width:380px;
}
#museum .rightText
{
	position:relative;
	float:right;
	width:340px;
}
#museum .img
{
	display:block;
	padding:0 0 20px 0;
}
#museum a.bttn
{
	display:block;
	position:relative;
	float:left;
	line-height:25px;
	padding:0 7px;
	margin:0 7px 7px 0;
	background-color:#65a421;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
#museum a.bttn:hover
{
	background-color:#438b21;
}

/* Wissenswertes Übersicht */
#wissenswertes_overview
{
	position:relative;
	padding:30px 60px 30px 40px; 
}
#wissenswertes_overview .content_text_box
{
	padding:20px 300px 5px 30px;
}

/* Wissenswertes */
#wissenswertes
{
	position:relative;
	padding:30px 60px 30px 40px; 
}
#wissenswertes .content_text_box
{
	padding:20px 40px 5px 30px;
}
#wissenswertes .clear_both
{
	margin:0;
}
#wissenswertes .leftText
{
	position:relative;
	float:left;
	width:470px;
}
#wissenswertes .rightImg
{
	position:relative;
	float:right;
}

/* Geschichte Übersicht */
#geschichte_overview
{
	position:relative;
	padding:30px 60px 30px 40px; 
}
#geschichte_overview .content_text_box
{
	padding:20px 150px 5px 30px;
}

/* Geschichte */
#geschichte
{
	position:relative;
	padding:100px 20px 30px 30px; 
}
#geschichte .title
{
	position:absolute;
	top:-37px;
	left:30px;
	background-color:#438b21;
	color:#FFFFFF;
	font-size:24px;
	line-height:37px;
	padding:0 7px; 
	letter-spacing:-1px;
}
#geschichte .galleryLinkBox
{
	position:absolute;
	top:-70px;
	height:100px;
	width:137px;
	right:40px;
	background-color:#438b21;
	text-decoration:none;
	overflow:hidden;
}
#geschichte .galleryLinkBox img
{
	display:block;
	cursor:pointer;
}
#geschichte .galleryLinkBox .desc
{
	cursor:pointer;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
}
#geschichte .geschichteLeft
{
	position:relative;
	width:580px;
	float:left;
}
#geschichte .geschichteRight
{
	position:relative;
	width:300px;
	float:right;
}
#geschichte .content_text_box
{
	padding:20px 30px 5px 30px;
}
#geschichte .clear_both
{
	margin:0;
}
#geschichte .leftText
{
	position:relative;
	float:left;
	width:470px;
}
#geschichte .rightImg
{
	position:relative;
	float:right;
}

#geschichteGalerie
{
	position:relative;
	padding:100px 150px 30px 40px; 
}
#geschichteGalerie .clear_both
{
	margin:0;
}
#geschichteGalerie .title
{
	position:absolute;
	top:-37px;
	left:30px;
	background-color:#438b21;
	color:#FFFFFF;
	font-size:24px;
	line-height:37px;
	padding:0 7px; 
	letter-spacing:-1px;
}
#geschichteGalerie .contentGalerie
{
	position:relative;
}
#geschichteGalerie .backlink
{
	position:absolute;
	text-transform:uppercase;
	font-size:12px;
	left:650px;
	top:-26px;
	line-height:26px;
}
#geschichteGalerie .panoramalink
{
	position:absolute;
	text-transform:uppercase;
	font-size:12px;
	left:500px;
	top:-26px;
	line-height:26px;
	cursor:pointer;
}
#geschichteGalerie .content_text_box
{
	padding:20px 0 0 30px;
}
#geschichteGalerie .content_text_box a img
{
	padding:0 20px 20px 0;
	margin:0;
}

/* Familienerlebnis */
#familienerlebnis
{
	position:relative;
	padding:30px 60px 30px 40px; 
}
#familienerlebnis .content_text_box
{
	padding:20px 300px 5px 30px;
}

/* Anfahrt */
#anfahrt
{
	position:relative;
	padding:30px 60px 30px 40px; 
}
#anfahrt .content_text_box
{
	padding:20px 40px 20px 30px;
}
#anfahrt .clear_both
{
	margin:0;
}
#anfahrt .leftText
{
	position:relative;
	float:left;
	width:280px;
}
#anfahrt .rightText
{
	position:relative;
	float:right;
	width:470px;
}
#anfahrt a.bttn
{
	display:block;
	position:relative;
	float:left;
	line-height:25px;
	padding:0 7px;
	margin:0 7px 0 0;
	background-color:#65a421;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
#anfahrt a.bttn:hover
{
	background-color:#438b21;
}

/* Café */
#cafe
{
	position:absolute;
	top:80px;
	left:30px;
	width:874px;
	height:188px;
}
#cafe .cafe_content
{
	position:relative;
	background-image:url(pix/bg_cafe.png);
	width:814px;
	height:108px;
	padding:40px 30px;
}
/* IE6 png bug */
*html #cafe .cafe_content
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pix/bg_cafe.png');
	background:none;
}
#cafe .title
{
	position:absolute;
	top:-37px;
	left:30px;
	background-color:#438b21;
	color:#FFFFFF;
	font-size:24px;
	line-height:37px;
	padding:0 7px; 
	letter-spacing:-1px;
}

/* Impressum */
#impressum
{
	position:relative;
	padding:30px 60px 30px 40px; 
}
#impressum .content_text_box
{
	padding:20px 300px 5px 30px;
}
