html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* HTML Tags */
a{
	color: #9ab227;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	background: #fff url(../images/body.jpg) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #716e6e;
}
ul, ol{
	padding-left: 25px;
	list-style-position: outside;
	margin-bottom: 0.8em;
}
ul{
	list-style-type: disc;
}
ol{
	list-style-type: decimal;
}
h1{
	margin-bottom: 0.75em;
	font-size: 12pt;
	font-weight:bold;
	color: #9ab227;
}
h2{
	font-size: 10pt;
}
h3{
	font-size: 9pt;
}
p{
	margin-bottom: 0.8em;
}

/* IDs */
#container p{
	font-size: 1.2em;
}
	#container a{
		text-decoration: underline;
	}
#content{
	/*float: left;
	display: inline;
	width: 700px;*/
	margin: 0 0 0 60px;
}
	#content .clearfix{
		margin-right: 180px;
	}
#footer{
	height: 80px;
	background: transparent url(../images/footer.jpg) no-repeat scroll center top;
	clear: both;
}
#headerlink{
	display: block;
	outline: none;
	text-indent: -9999px;
	height: 252px;
	background: transparent url(../images/header/default.jpg) no-repeat;
}
#middle{
	background: transparent url(../images/middle.jpg) repeat-y scroll center top;
}
	#middle .wrapper{
		background: url(../images/wrapper.jpg);
	}
#nav {
	background: transparent url(../images/nav.jpg) no-repeat;
	height: 50px;
	width: 924px;
	display: block;
}
* html ul#nav{
	margin-left: 1px;
}
#nav, #nav ul{
	list-style: none;
}
#nav a{
	outline: none;
}
#nav li.first {
	float: left;
	display: inline;
	width: auto;
}
#nav ul {
	display: block;
	position: absolute;
	left: -9999px;
	background: #acc639;
	border: 2px solid #fff;
	padding: 0 7px 0 0;
	margin: 0;
	height: 27px;
	margin-bottom: -33px;
	z-index: 10;
}
#nav li.second {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li.first a {
	display: block;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: -1px;
	padding: 10px 10px 12px;
	height: 18px;
	width: auto;
	z-index: 10;
}
* html #nav li.first a{
	display: inline-block;
}
* html #nav .subNav{
	position: absolute;
	margin-top: 40px;
}
* html #nav .subsubNav{
	position: absolute;
	top: 27px;
}
#nav li.first a:hover, #nav li.first.actif a{
	/*display: block;*/
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	padding-top: 20px;
	top: -10px;
	margin-bottom: -10px;
}
* html li.first a:hover{
	background-color: #fff;
	height: 18px;
	padding: 20px 10px 12px;
	margin: 0 0 -10px;
	display: block;
}
#nav li.first.actif a{
	font-weight: bold;
}
#nav li.second a{
	display: block;
	padding: 7px 7px 7px 7px!important;
	padding-top: 7px!important;
	height: auto;
	text-transform: none;
	outline: none;
	background-color: transparent!important;
	color: #4e4b4b;
	font-weight: normal!important;
	top: 0!important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha (opacity=100);
	opacity: 1;
	font-size: 1em;
	margin-bottom: 0!important;
}
#nav li.second.actif a, #nav li.second a:hover{
	padding: 7px 7px 7px 7px!important;
	top: 0;
	background-color: transparent;
	margin-bottom: 0;
}
#nav li.second.hasSub{
	background: transparent url(../images/hasSub.gif) no-repeat scroll right center;
	padding-right: 7px;
}
#nav .subNav li a:hover{
	text-decoration: underline!important;
}
#nav .subsubNav{
	height: auto;
	margin: 0 0 0 0!important;
	padding: 0 0 0 0!important;
	display: block;
	float: none;
	clear: both;
	width: 120px;
}
#nav .subsubNav li.third{
	display: block;
	float: none;
}
#nav ul.subsubNav li.third a{
	padding: 2px 7px 2px 7px!important;
	display: block;
	float: none;
}
#nav .subsubNav li.third.first, #nav .subsubNav li.third.middle{
	border-bottom: 1px solid #fff;
}
* html #nav .subsubNav li.third a:hover{
	padding: 2px 7px 2px 7px!important;
}
#rootline{
	margin: 25px 0 20px 25px;
}
#shortlinks{
	list-style: none;
	margin: 25px 0;
	padding-left: 7px;
}
#shortlinks a{
	display: block;
	text-decoration: underline;
	color: #716e6e;
	padding: 4px;
}
#sidebar{
	z-index: 1;
	width: 160px;
	display: inline;
	float: right;
}
	#sidebar .clearfix{
		padding: 0 0 0 5px;
		margin-right: 0;
	}
#toplink{
	display: block;
	height: 30px;
	text-align: right;
	background: transparent url(../images/toplink.jpg) no-repeat;
	margin: 42px 0 0;
	color: #716e6e;
	font-size: 1.75em;
	letter-spacing: -1px;
	padding: 10px 10px 0 0;
}

/* Classes */
.clear{
	clear: both;
}
.csc-textpic-caption{
	font-style: italic;
}
.tx-macinasearchbox-pi1{
	background: transparent url(../images/suche.jpg) no-repeat;
	height: 40px;
	margin-top: 10px;
	padding: 74px 5px 0 5px;
}
.tx-macinasearchbox-pi1 #suchwort{
	width: 105px;
	border: 1px solid #798e17;
	float: left;
	display: inline;
}
.tx-macinasearchbox-pi1 #suchbutton{
	float: left;
	display: inline;
	border: none;
	background: transparent;
	text-decoration: underline;
	color: #fff;
}
.wrapper{
	width: 951px;
	margin: 0 auto;
}


/* Clearfix-Hack */
.clearfix{
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
	font-size: 0px;
    clear: both;
    visibility: hidden;
}

/* IE6 bugfix */
* html #nav{
	
}
/* IE6 bugfix end */
/* IE7 bugfix */
*:first-child+html #nav{
	margin-left: 1px;
}
/* IE7 bugfix end */


/* HEADER */

#body_2 #headerlink{ background-image: url(../images/header/luftansicht.jpg); }
#body_5 #headerlink,#body_113 #headerlink,#body_130 #headerlink,#body_131 #headerlink,#body_132 #headerlink,#body_133 #headerlink,#body_134 #headerlink,#body_135 #headerlink{ background-image: url(../images/header/wiese-blumen.jpg); }
#body_6 #headerlink{ background-image: url(../images/header/markt.jpg); }
#body_8 #headerlink{ background-image: url(../images/header/wald.jpg); }


.clear{
	clear: both;
}
.csc-frame-rulerAfter{
	border-bottom: 2px solid #D8A672;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.csc-frame-rulerBefore{
	border-bottom: 2px solid #D8A672;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.csc-mailform-field{
	display: block;
	margin-bottom: 5px;
}
.csc-mailform-field label{
	display: inline-block;
	width: 150px;
	text-align: right;
}
.csc-mailform-submit{
	margin-left: 155px;
}
.csc-mailform-radio{
	
}
#mailformabonnieren{
	margin-left: 150px;
	margin-top: -15px;
}
#mailformabonnieren legend{
	display: none;
}
#mailformabonnieren label{
	display: inline;
}



.powermail_submit{
	margin-left: 170px;
}
.tx-powermail-pi1_fieldset{
	
}
	.tx-powermail-pi1_fieldset legend{
		display: none;
	}
.tx_powermail_pi1_fieldwrap_html{
	padding: 3px 10px;
}
	.tx_powermail_pi1_fieldwrap_html label{
		display: inline-block;
		width: 150px;
		text-align: right;
		margin-right: 15px;
	}
.tx-srfreecap-pi2-cant-read{
	display: block;
}
