form,fieldset,img{padding:0;margin:0;border:0;}
ul{margin:0;padding:0;list-style:none;overflow:hidden;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
input{outline:none;}
textarea{
	outline:none;
	min-height:256px;
	min-width:455px;
	max-height:256px;
	max-width:455px;
}
html{
	height:100%;
}
body{
	padding:0;
	margin:0;
	background:url(images/body.gif) repeat-x;
	width:100%;
	height:100%;
}

#page{
	margin:0 auto;
	width:938px;
	padding:0 42px;
	background:url(images/page.png) repeat-y;
	min-height:100%;
	overflow:hidden;
}

#header{
	width:938px;
	height:120px;
	overflow:hidden;
	position:relative;
}

#header div.logo{
	width:332px;
	overflow:hidden;
	margin:12px 0 0 29px;
	float:left;
	display:inline;
}

#header div.logo h1{
	margin:0;
	padding:0;
	width:332px;
	height:83px;
}

#header div.logo h1 a{
	display:block;
	background:url(images/logo.gif) no-repeat;
	width:332px;
	height:83px;
	text-indent:-9999px;
}

#header div.logo span{
	font-size:19px;
	color:#478e09;
	font-family:Arial;
	float:right;
	margin:0 8px 0 0;
	display:inline;
}

#header div.navigation{
	float:right;
	overflow:hidden;
	border-bottom:1px solid #666;
	margin:3px 0 0;
}

#header div.navigation ul{
	margin:0 74px 0 -8px;
	float:left;
	display:inline;
}

#header div.navigation ul li{
	float:left;
}

#header div.navigation ul li a{
	font-size:11px;
	font-family:Arial;
	color:#666;
	text-transform:uppercase;
	padding:0 17px 0 8px;
	background:url(images/point.gif) no-repeat 100% 3px;
	line-height:20px;
}
#header div.navigation ul li a.last{
	padding:0 0 0 8px;
	background:none;
}
#header div.navigation ul li a:hover{
	color:#e3192d;
	text-decoration:none;
}

#banner{
/*	background:url(images/banner_no_img.png) no-repeat; */
	width:938px;
	height:294px;
	overflow:hidden;
	position:relative;
	margin:3px 0 0;
}

#banner div.bg{
	width:938px;
	height:294px;
	position:absolute;
	top:0;
	left:0;
	background:url(images/banner.png) no-repeat;
	z-index:2;
}

#banner div.image{
	width:938px;
	height:257px;
	position:absolute;
	top:1px;
	left:0;
	z-index:1;
}

#banner div.text{
	width:355px;
	overflow:hidden;
	position:absolute;
	top:105px;
	right:26px;
	z-index:3;
}

#banner div.text span{
	font-size:25px;
	color:#fff;
	letter-spacing:-1px;
	padding:0 0 0 47px;
}

#banner div.text p{
	font-size:25px;
	color:#fff;
	letter-spacing:-1px;
	margin:0;
}

#banner div.text p cite{
	color:#ee0018;
}

#conteiner{
	width:938px;
	overflow:hidden;
	position:relative;
	min-height:1120px;
}

#sidebar{
	width:222px;
	float:left;
	background:#63ac21 url(images/sidebar_bottom.gif) no-repeat 0 100%;
	position:relative;
	padding:0 0 236px;
} 

#sidebar ul.menu{
	margin:0;
}

#sidebar ul.menu li{
	background:url(images/menu_passive.gif) repeat-x;
	margin:0 0 3px;
	position:relative;
	overflow:hidden;
	height:31px;
	padding:0;
}

#sidebar ul.menu li.active{
	background:url(images/menu_active.gif) repeat-x;
}

#sidebar ul.menu li.active a{
	background:url(images/menu_point_active.gif) no-repeat 24px 12px;
	text-decoration:none;
}

#sidebar ul.menu li a{
	display:block;
	height:31px;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	line-height:31px;
	padding:0 0 0 36px;
	background:url(images/menu_point_passive.gif) no-repeat 24px 12px;
	position:relative;
	font-family:Arial;
}

#sidebar div.not{
	width:222px;
	height:64px;
	margin:52px 0 0;
}
#sidebar a div.not{
	width:222px;
	height:64px;
	background:url(images/not.gif) no-repeat;
}
#sidebar a:hover div.not{
	background:url(images/not.gif) no-repeat 0px -64px;
}
#sidebar div.contact{
	width:222px;
	overflow:hidden;
	margin:61px 0 0;
}

#sidebar div.contact ul{
	margin:0 0 5px;
	padding:0 0 0 37px;
}

#sidebar div.contact ul li{
	font-size:12px;
	color:#fff;
	font-family:Arial;
}

#content{
	width:651px;
	padding:5px 0 180px 25px;
	float:left;
	background:url(images/content_bottom.gif) no-repeat 98% 100%;
/*	min-height:1095px; */
}

#content.moerser{
	background:url(images/moerser.jpg) no-repeat 98% 100%;
}
#content.empty{
	background:none;
}

#content div.text{
	width:651px;
	overflow:hidden;
	padding:0 0 42px;
}

#content h1{
	font-size:16px;
	color:#478e09;
	font-family:Arial;
	line-height:25px;
	text-transform:uppercase;
	margin:0 0 15px;
	border-bottom:1px solid #478e09;
}

#content h2{
	font-size:14px;
	color:#478e09;
	font-family:Arial;
	text-transform:uppercase;
	line-height:20px;
	margin:0;
	padding:0 0 5px;
}

#content h3{
	font-size:14px;
	color:#E3192D;
	font-family:Arial;
	text-transform:uppercase;
	line-height:20px;
	margin:0;
	padding:0 0 5px;
}

#content p{
	font-size:14px;
	line-height:20px;
	color:#666;
	font-family:Arial;
	margin:0;
	padding:0 0 20px;
}
#content td{
	font-size:14px;
	line-height:20px;
	color:#666;
	font-family:Arial;
	margin:0;
	padding:0;
}

#content hr{
	height:0;
	border-bottom: 1px solid #666;
	border-top: 0px;
}

#content a{
	color:#e3192d;
	font-size:14px;
	line-height:20px;
	font-family:Arial;
	text-decoration:underline;
}

#content a:hover{
	text-decoration:none;
}

#content div.text ul li{
	background:url(images/point_list.gif) no-repeat 8px 7px;
	padding:0 0 0 20px;
	font-size:14px;
	font-family:Arial;
	line-height:20px;
	color:#666;
}

#content div.forma{
	width:651px;
	overflow:hidden;
	background:url(images/envelope.gif) no-repeat 415px 30px;
}

#content div.forma div.item{
	width:651px;
	overflow:hidden;
	height:24px;
}

#content div.forma div.item span.asterisk,#content div.forma div.area span.asterisk{
	float:left;
	font-size:14px;
	font-family:Arial;
	color:#666;
	line-height:24px;
	padding:0 0 0 2px;
	margin:0;
}

#content div.forma div.area cita{
	padding:0 0 0 5px;
}

#content div.forma div.item span{
	float:left;
	font-size:12px;
	line-height:19px;
	color:#666;
	display:inline;
	margin:0 0 0 69px;
	font-family:Arial;
}

#content div.forma form{
	overflow:hidden;
}

#content div.forma label{
	width:114px;
	display:block;
	float:left;
	font-size:14px;
	line-height:17px;
	color:#666;
	font-family:Arial;
}

#content div.forma input{
	width:231px;
	height:14px;
	border:1px solid #529517;
	float:left;
	padding:0 0 1px;
	font-size:12px;
	color:#666;
	line-height:15px !important;
	font-family:Arial;
}
/*
#content div.forma input.address{
	background:#e3f1d6;
}
*/
#content div.forma div.area{
	width:651px;
	overflow:hidden;
	margin:24px 0 0;
}

#content div.forma div.area textarea{
	width:455px;
	height:256px;
	border:1px solid #529517;
	float:left;
	font-size:12px;
	font-family:Arial;
	color:#666;
}

#content div.forma div.submit{
	width:111px;
	height:19px;
	background:url(../img/submit2.gif) no-repeat;
	margin:13px 0 0 114px;
	float:left;
	display:inline;
	position:relative;
}

#content div.forma div.submit label{
	position:absolute;
	top:2px;
	left:20px;
	z-index:1;
	font-size:14px;
	font-family:Arial;
	color:#fff;
	cursor:pointer;
	line-height:normal;
	width:auto;
	outline:none;
}

#content div.forma div.submit input{
	background:#63ac21;
	width:111px;
	height:19px;
	border:none;
	cursor:pointer;
	font-size:14px;
	font-family:Arial;
	color:#fff;
	padding:0;
	float:left;
	position:absolute;
	top:0;
	left:0;
}

#content div.images{
	width:675px;
	overflow:hidden;
	margin:30px 0 0;
}

#content div.images div.picture{
	float:left;
	margin:0 20px 0 0;
	
}



.search-result{
	margin-bottom: 0.4em;
	background: url(images/dotted.gif) top left repeat-x;
}
ol.search{
	padding: 0 0 2px 2.5em;
	margin-bottom: .7em;
}
ol.search li{
	line-height: 1.5em;
	margin-bottom: 1.4em;
}
ol.search li strong{
	color: #083163;
}
ol.search li strong a{
	padding-left: 13px;
	background: url(../../images/arrow.gif) 0px 3px no-repeat;
}
ol.search li strong a:link,
ol.search li strong a:visited,
ol.search li strong a:active { text-decoration: none; }
ol.search li strong a:hover,
ol.search li strong a:focus { text-decoration: underline; }
#content div.text p.error {
	color:#cc0033;
	font-weight:bold;
	margin:15px 0;
}
#newscenter .overview H3 {
	font-size: 1.4em;
}
#newscenter .overview IMG.left {
	margin-top: 4px;
	margin-right:5px;
	float:left;
}
#newscenter .overview {
	margin: 4px 0 6px 0;
}
#newscenter .overview .noFluss {
	font-size:12px;
	line-height:1.3;
}
#newscenter .overview .next {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#newscenter .overview .next {
	height: 1px;
}
.artikel H1 {
	font-size: 1.6em;
}
.artikel IMG {
	margin: 4px 0 0 0;
}
.artikel .bildcont {
 	float: left;
	width: 260px;
}
#addInformation {
	clear: both;
	text-align: right;
	white-space: nowrap;
	width: 100%;
	height: 15px;
	padding: 2px 0 0 0;
	margin: 2px 0 0 0;
	border-top:1px solid #738494;
}
.artikelview {
	padding: 7px 0 9px 0;
	clear: both;
	line-height: 16px;
}
.artikelview h3 {
	font-size: 15px;	
	line-height: inherit;
	margin-bottom: 1px;
}
.ts {
	font-style: normal;
	font-weight: normal;
	white-space: nowrap; 
	color: #888; 
	font-size: 11px; 
}
.cl {
	line-height: 1px;
	margin-bottom: -1px;
	display: block;
	clear: both;
	visibility: hidden;
}
#sidebar ul.menu li.levelshift_0 {padding-left: 0px}
#sidebar ul.menu li.levelshift_1 {padding-left: 13px}
#sidebar ul.menu li.levelshift_2 {padding-left: 17px}
#sidebar ul.menu li.levelshift_3 {padding-left: 30px}
#sidebar ul.menu li.levelshift_4 {padding-left: 40px}
#sidebar ul.menu li.levelshift_5 {padding-left: 50px}

