html
{
	height: 100%;
}

body{
	height: 100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4b4b4b;
	background: #fbfbfb url(../objekte/body_hg.png) repeat-x;
	
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#header {
	height:124px;
	width:1000px;
	margin: 0 auto;
	clear:both;
}
#logo {
	height:124px;
	width:164px;
	float:left;
}
#claim {
	background:url(../objekte/claim.png) left center no-repeat;
	height:57px;
	width:613px;
	float:left;
}
#extramenu {
	height:57px;
	width:213px;
	float:left;
	color:#fff;
	font-size:12px;
	padding: 0px 5px 0px 5px;
	line-height:57px;
	text-align:right;
}
#extramenu a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
#extramenu a:hover {
	color:#94d13b;
}

#bannerwrapper {
	width:100%;
	min-width:1000px;
	background:url(../objekte/banner_shadow.png) center top no-repeat;
	height:331px;
	clear:both;
}

#contentwrapper{
	position:relative;
	width: 1000px;
	margin: 0 auto;
	clear:both;
	padding-bottom:80px;
}
#contentwrapper:after { content:"clear"; clear:left; display:block; height:0px; overflow:hidden; visibility:hidden;}

/* Allgemeines ---------------------------------------------------------------------------------*/

a { color: #4b4b4b; }
a:hover { color:#0e8397; }

a img {
	border:0;
	outline:none;
}

p {
	margin:0px 0px 13px 0px;
	padding:0px;
}

h1 {
	margin:0px 0px 26px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	font-weight:bold;
	color: #0e8397;
}

h2 {
	margin:13px 0px 13px 0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
}

.inhalt  ul, ol {
	margin-left: 0;
	padding-left: 0;
}
.inhalt ul li {
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
/*	list-style-image: url('../objekte/listenpunkt.gif');*/
}
.inhalt  ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

/*Bildunterschriften im Textfeld mit jquery*/
.bildunterschriften {
	font-size:10px;
	color:#666;
	line-height: 11px;
	margin-bottom: 0px;
	margin-top:-4px;
	padding:1px;
}

.clear {
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	clear:both !important;
	float:none !important
}

/* Toggle Banner ---------------------------------------------------------------------------------*/

#contentshadow {
	width:100%;
	min-width:1000px;
}

#togglebuttonwrapper {
	position:absolute;
	width:68px;
	height:25px;
	right:0px;
	top:-25px;
	background-image:url(../objekte/togglebutton_hg.png);
	background-repeat: no-repeat;
}
#togglebutton {
	width:27px;
	height:22px;
	margin:3px 0px 0px 33px;
	background-image:url(../objekte/togglebutton.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

/* Topnavigation ---------------------------------------------------------------------------------*/

#nav {
	padding: 0px 0px 0px 0px;
	height:67px;
	width:836px;
	float:left;
	z-index:999;
}

#nav ul.topnav {
	position:relative;
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	z-index:999; /*für ältere Browser*/
}
#nav ul.topnav li {
	padding:0px;
	height:43px;
	margin:12px 0px 0px 15px;
	float:left;
}
#nav ul.topnav li a {
	display:block;
	height:43px;
	line-height:43px;
	padding:0px 12px;
	text-decoration:none;
	outline:none;
	font-size:22px;
	background:none;
	/*CSS3*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/scripts/PIE.htc);
}
/* Hover- & Aktivzustand vom Hauptmenüpunkt */
#nav ul.topnav li a:hover, #nav ul.topnav li a.current {
	color:#FFF;
	background:url(../objekte/topmenu_o.png) center center repeat-x;
}
#nav ul.topnav li a:hover, #nav ul.topnav li a.activ {
	color:#FFF;
	background:url(../objekte/topmenu_o.png) center center repeat-x;
}

/* Dropdown-Menü */
#nav ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top: 48px;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	display: none;
	float: left;
	min-width:130px;
	background: #77a93d;
	/*CSS3*/
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	-webkit-box-shadow: 2px 3px 3px 0px #999;
	box-shadow: 2px 3px 3px 0px #999; 
	behavior: url(/scripts/PIE.htc);
}
#nav ul.topnav li ul.subnav li{
	float:none;
	margin: 0; padding: 0;
	line-height:normal;
	height:auto;
	width:auto;
	clear: both;
}
#nav ul.topnav li ul.subnav li a {
	display:block;
	font-size:16px;
	line-height:normal;
	height:auto;
	width:auto;
	padding: 8px 8px 8px 20px;
	color:#fff;
	background:url(../objekte/subpfeil.png) 7px 13px no-repeat;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#nav ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color: #fff;
	background-color: #9fc040;
}

/* Contentbereich ---------------------------------------------------------------------------------*/
.content_m {
	padding:0px;
	width:640px;
	float:left;
	margin-top:40px;
	margin-left:60px;
	margin-bottom:30px;
}

.content_r {
	width:240px;
	float:left;
	margin-top:40px;
	margin-left:60px;
	margin-bottom:30px;
}
.content_full {
	padding:0px;
	width:940px;
	float:left;
	margin-top:40px;
	margin-left:60px;
	margin-bottom:30px;
}

.inhalt_headline {
	margin:0px 0px 26px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	font-weight:bold;
	color: #0e8397;
}
.inhalt {
	line-height:18px;
	font-size:14px;
	margin-bottom:30px;
}

.infobutton_r {
	position:relative; /*wg. Togglefunktion*/
	display:block;
	width:240px;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	text-align:center;
	background:url(../objekte/topmenu_o.png) center center repeat-x;
	/*CSS3*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	behavior: url(/scripts/PIE.htc);
}
.infobutton_r:hover {
	background-image:none;
	background-color: #9fc040;
	color:#fff;
}
.infobutton_r img {
	margin-bottom:-1px;
}

.spaltenboxwrapper {
	position:relative; /*wg. Togglefunktion*/
	width:238px;
	padding:1px;
	margin-bottom:10px;
	background-color:#fff;
	/*CSS3*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 2px 1px #9c9c9c;
	box-shadow: 0px 0px 2px 1px #9c9c9c;  
	behavior: url(/scripts/PIE.htc);
}
.spaltenboxheader {
	position:relative; /*wg. Togglefunktion*/
	height:30px;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	background:url(../objekte/topmenu_o.png) center center repeat-x;
	/*CSS3*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/scripts/PIE.htc);
}
.spaltenboxcontent {
	padding:13px;
}

/*Dateianhänge direkt unter dem Text z.B. bei Aktuelles*/
.dateianhangheader {
	margin-top:20px;
	text-align:left;
	font-size:14px;
	height:18px;
	padding:2px 10px 2px 10px;
	line-height:18px;
	text-decoration:none;
	color:#fff;
	background:url(../objekte/topmenu_o.png) center center repeat-x;
	/*CSS3*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/scripts/PIE.htc);	
}

/* Aktuell ----------------------------------------------------------------------------------*/
/*rechts - Box-Aktuell*/

.spaltenbox-aktuell {
	position:relative;
	display:block;
	background: url(../objekte/pfeil_bl_animated.gif) 0px 3px  no-repeat;
	text-decoration:none;
	margin-bottom:4px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px dotted #999;
	font-weight:bold;
	
}
.spaltenbox-aktuell .text {
	padding:0px 0px 4px 13px;
}

.spaltenbox-aktuell:hover {
	background: url(../objekte/pfeil_bl.png) 3px 3px  no-repeat;
	color:#0e8397;
}
.spaltenbox-aktuell .akt-image {
	display:block;
	text-align:center;
	margin: 0px;
	padding-bottom:0px;
	outline:none;
	border:none;
	margin-bottom:4px;
}
.spaltenbox-archivlink {
	display:block;
	text-decoration:none;
	font-size:11px;
	text-align:right;
	margin-bottom:-10px;
}

/* Aktuell Archiv */

ul.archivliste  {
	position:relative;
	padding:0px;
	margin:0px 0px 15px 0px;
	list-style:none;
}
ul.archivliste li {
	padding:0px;
	margin:0px;
	min-height:19px;
	border-bottom: 1px dotted #999;
	background: url(../objekte/pfeil_bl.png) right 4px no-repeat;
}
ul.archivliste li a {
	display:block;
	min-height:19px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}

/* Karten & Downloads -------------------------------------------------------------------------*/

.kartenitem {
	display:block;
	text-decoration:none;
	margin:5px 0px;
	padding-right:15px;
	padding-bottom:5px;
	border-bottom: 1px dotted #999;
	background: url(../objekte/pfeil_bl.png) right center no-repeat;
}
.kartenitem img {
	float:left;
	margin-right:15px;
	border: 1px solid #CCC;
	padding:1px;
	background-color:#fff;
}
.kartenitem div.titel {
	display:table-cell;
	font-size:16px;
	vertical-align:middle;
	height:50px;
}

#blaetter-navigation {
	position:relative;
	float:right;
}

#blaetter-navigation a {
	position:relative;
	margin: 0px 1px;
	color:#fff;
	padding: 0px 5px 2px 5px;
	font-size:16px;
	text-decoration: none;
	background:url(../objekte/topmenu_o.png) center center repeat-x;
	/*CSS3*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	behavior: url(/scripts/PIE.htc);
}
#blaetter-navigation a:hover {
	background-image:none;
	background-color: #9fc040;
	color: #fff; 
	text-decoration: none;
}

/* Kategorien */
.kategorie_wrapper {
	margin-bottom:15px;
}
.kategorie_titel {
	position:relative; /*wg. Togglefunktion*/
	height:15px;
	line-height:15px;
	margin-bottom:10px;
	padding-left:6px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	/*border: 1px solid #999;*/
	background:url(../objekte/blauverlauf_hg.png) center center repeat-x;
	/*CSS3*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	behavior: url(/scripts/PIE.htc);
}

/* Dateianhang / Bildanhang zu einem Thema*/
.dateianhangitem {
	padding-left:21px;
	padding-bottom:2px;
	margin-bottom:4px;
	min-height:16px;
	border-bottom:1px dotted #999;
}
.dateianhangitem a {
	text-decoration:none;
}

/* Box Abstimmung --------------------------------------------------------------------------*/
.abstimmungswrapper {
	padding:1px;
	margin-bottom:10px;
	background-color:#fff;
	/*CSS3*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 2px 1px #9c9c9c;
	box-shadow: 0px 0px 2px 1px #9c9c9c;  
	behavior: url(/scripts/PIE.htc);
}
.abstimmungsheadline {
	height:25px;
	line-height:25px;
	padding: 0px 6px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:url(../objekte/blauverlauf_hg.png) center center repeat-x;
	/*CSS3*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/scripts/PIE.htc);
}
.abstimmungsitem {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:8px;
	padding:4px;
	/*border: 1px solid #999;*/
	
}
.abstimmungsheader {
	font-weight:normal;
	margin-bottom: 8px;
	
}
.abstimmungsbutton {
	clear:both;
	margin:8px;
	
}


/* Gästebuch ------------------------------------------------------------------------------*/

.guestbook-item-wrapper{
	padding:5px;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #abadb3;
	/*CSS3*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	behavior: url(/scripts/PIE.htc);
}

.guestbook-antwort {
	position:relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#dde7c4;
	padding:8px;
	margin:15px 5px 5px 5px;	
}
.guestbook-antwort p:last-child{margin-bottom:0px;}
.antwortpfeil {
	position:absolute;
	height:13px;
	width:19px;
	top:-13px;
	left:8px;
	background:url(../objekte/antwortpfeil.png) center center no-repeat;	
}

/* Newsletter ------------------------------------------------------------------------------*/

.newsletterconfirm {
	margin-top:50px;
	text-align:center;
	font-size:14px;
}

/* Fromular Newsletter auf Home */
.newsemail {
	display:inline-block;
	width:120px;
	height:15px;
	margin: 0px 3px 0px 5px;
	padding:0px;
	line-height:15px;
	font-size:12px;
	border: 1px solid #fff;
	background-color:#fff;
}
.submitbutton {
	margin: 0px 0px -3px 3px;
}

/* Footer ---------------------------------------------------------------------------------------*/

#footer{
	width:100%;
	min-width:1000px;
	position: relative;
	background:url(../objekte/footer_shadow.png) center center no-repeat;
	height:80px;
	margin-top: -80px;
}
.footerwrapper {
	position:relative;
	height: 80px;
	width: 1000px;
	margin: 0 auto;
}
.footerwrapper .nachoben {
	position:absolute;
	height:24px;
	width:29px;
	right:0px;
	top:-26px;
	z-index:999;
}
.footertags {
	float: left;
	margin-top:13px;
	padding: 0px 35px 5px 8px;
	width:780px;
	color:#6a6969;
	font-size:12px;
	border-right: 1px solid #c3c3c3;
}
.footertags a {
	color:#6a6969;
	text-decoration:none;
}
.footertags a:hover {
	color:#6a6969;
	text-decoration:none;
}
.footermenu {
	float: left;
	margin-top:13px;
	padding-left:35px;
	width:135px;
	color:#6a6969;
	font-size:12px;
	z-index:999;
}

.footermenu ul {
	margin:0px; padding:0px;
	list-style:none;
}
.footermenu ul li {
	margin:0px;
	padding:0px 0px 0px 10px;
	background:url(../objekte/footerlistimg.png) 0px 3px no-repeat;
}
.footermenu ul li a {
	color:#6a6969;
	text-decoration: none;
}
.footermenu ul li a:hover {
	color:#fbfbfb;
}




