@charset "utf-8";
/* CSS Document */
* html, body{
	margin: 0px;
	padding: 0px;
	background-color: #fdf6d9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#container{
	width: 992px;
	margin: 20px auto auto auto;
}

#header{
	width: 992px;
	height: 191px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

* html #header{
	behavior: url(png/iepngfix.htc);
}

#bg_content{
	width: 992px;
	min-height: 500px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
}

* html #bg_content{
	height: 500px;
	behavior: url(png/iepngfix.htc);
}

#footer{
	width: 992px;
	height: 24px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

* html #footer{
	behavior: url(png/iepngfix.htc);
}

#content_holder{
	width: 980px;
	min-height: 400px;
	margin-left: 6px;
	padding-top: 30px;
}

* html #content_holder{
	height: 400px;
}

#leftbox{
	width: 252px;
	float: left;
	background-image: url(../images/trenner.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#maincontent_holder{
	width: 728px;
	min-height: 400px;
	float: right;
}

#maincontent{
	margin-left: 30px;
	width: 668px;
}

#maincontent h1{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#maincontent p{
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 16px;
}

#maincontent table{
	width: 668px;
	margin: 0px;
	padding: 0px;
}

#maincontent table tr{
	height: 40px;
	vertical-align: top;
}

#maincontent .error{
	color: #00792e;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

img{
	border: 0px;
}

* html img{
	behavior: url(png/iepngfix.htc);
}

#leftbox_content{
	margin-left: 24px;
	margin-top: -6px;
}

#leftbox_content .text{
	font-size: 14px;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 14px;
}

#leftbox_content #kontaktdaten{
	margin-top: 50px;
	margin-left: 6px;
}

#leftbox_content #kontaktdaten h1{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#leftbox_content #kontaktdaten p{
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#trenner_kontakt{
	width: 200px;
	height: 2px;
	font-size: 0px;
	background-image: url(../images/trenner_kontakt.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 5px 0px;
}

#trenner_form{
	width: 524px;
	height: 2px;
	font-size: 0px;
	background-image: url(../images/trenner_kontakt.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 5px 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #00792e;
	text-decoration: underline;
}
#redaktionsschluss{
	padding: 10px;
	text-transform: uppercase;
	height: 47px;
	width: 182px;
	font-size: 16px;
	background-color: #00782e;
	color: white;
	font-weight: bold;
	background: -moz-linear-gradient(top,  rgba(0,120,46,1) 0%, rgba(0,147,56,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,120,46,1)), color-stop(100%,rgba(0,147,56,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,120,46,1) 0%,rgba(0,147,56,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,120,46,1) 0%,rgba(0,147,56,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,120,46,1) 0%,rgba(0,147,56,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,120,46,1) 0%,rgba(0,147,56,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00782e', endColorstr='#009338',GradientType=0 ); /* IE6-9 */

}

#redaktionsschluss strong {
	display: block;
	margin-top: 5px;
	width: 100%;
	text-align: center;
	font-size: 17px;
}
