body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a.frm-btn-anfordern img, 
a.frm-btn-rueckruf img,
a.frm-btn-absenden img{	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.error {
	border:1px solid #bb012a;
	background-color:#f6b1bf;
}

#center {
	margin: 0px auto; 
	text-align: left; 
	width: 863px;
}

#header_txt {
	position:absolute;
	margin:0 0 0 0px;
	width:705px;
}

#header_logo {
	position:absolute;
	margin:0 0 0 705px;
	width:158px;
}

div#video {
	position: absolute;
	left:0;
	top:0;
	width:491px;
	height:230;
}


/* Navigation  */

ul#navigation {
	position:absolute;
	margin:100px 0 0 0;
	padding:0px;

	background-image:url(../images/nav_hg.gif);
	background-repeat:no-repeat;
	
	list-style:none;
		
	width: 863px;
	height:57px;

}

ul#navigation li {
	float:left;
	margin:0px;
	padding-top:15px;
	margin-right:30px;
	font-size:13px;
	font-weight:bold;
}

ul#navigation li#aktiv { 
	color:#c00029;
}

ul#navigation li span { 
	margin-left:45px;
}

ul#navigation a {
	color:#018342;
	text-decoration:none;
}

ul#navigation a:hover {
	color:#c00029;
}


/* Inhaltsbereich
Ein Inhaltskästchen ist gegliedert in "top", "mid" und "bottom".
"top" und "bottom" beinhalten die abgerundeten Ecken
der Inhalt befindet sich in "mid"
*/

#content {
	position:absolute;
	margin:157px 0 0 0;
	background:url(../images/content_hg_hg.gif);
	background-repeat:no-repeat;
	width:863px;
	height:675px;
}

#content_left {
	display:inline;
	float:left;
	margin:20px 0 0 20px;
	width:555px;
}

#content_left_top {
	float:left;
	background:url(../images/content_left_top_hg.gif);
	background-repeat:no-repeat;
	height:27px;
	width:555px;
}

#content_left_mid {
	float:left;
	padding:0 32px 20px 32px;
	background:url(../images/content_left_mid_hg.gif);
	background-repeat:repeat-y;
	width:491px;
}

#content_left_bottom {
	float:left;
	background:url(../images/content_left_bottom_hg.gif);
	background-repeat:no-repeat;
	height:25px;
	width:555px;	
}

#content_right {
	display:inline;
	float:left;
	margin:20px 0 0 10px;
	width:258px;
}

#content_right_top {
	float:left;
	background:url(../images/content_right_top_hg.gif);
	background-repeat:no-repeat;
	width:258px;
	height:27px;
}

#content_right_mid {
	float:left;
	padding:0 23px 0 23px;
	background:url(../images/content_right_mid_hg.gif);
	background-repeat:repeat-y;
	width:212px;
}

#content_right_bottom {
	float:left;
	background:url(../images/content_right_bottom_hg.gif);
	background-repeat:no-repeat;
	width:258px;
	height:25px
}

#footer {
	float:left;
	margin:20px 0 0 40px;
	width:400px;
	height:55px;
}


/* Textformatierungen  */

a { 
	color: #018342; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

a.pfeil { 
	background: url(../images/pfeil_rechts.gif) center left no-repeat;
	font-weight:bold;
	padding-left: 11px;
	margin-left: 5px; 
}

h1{
	padding:0;
	margin:0 0 15px 0;
	font-weight:normal;
	font-size:20px;
	color:#bf0029;
}

h1.first{
	margin:0 0 5px 0;
}

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

h2.gap{
	margin:0 0 10px 0;
}

p {
	padding:0;
	margin:0 0 15px 0;
	line-height:17px;
}

.last {
	/* letzer Absatz vor nächster Headline  */
	margin:0 0 25px 0;
}

.red {
	font-weight:bold;
	color:#c00029;
}

ul {
	margin:0 0 25px 40px;
	padding:0;
}

li {
	margin:0 0 4px 0;
}


/* Formularelemente  */

form {
	padding:0;
	margin:0;
}


input {
	padding:4px 0 0 5px;
	margin:0 0 5px 0;
	border:1px;
	border-style:solid;
	border-color:#018342;
	background-color:#dfedca;
	height: 20px;
	width:200px;
}

p.formelement {
	margin:0 0 2px 0;
	color:#018342;
	font-size: 11px;	
}



/* Moderation  */

#mod {
	margin:0 0 25px 0;
	width:491x;
	height:230px;	
	position: relative;
}



/* Bildleistenelement  */

.taeser_image {
	margin:20px 0 0 0;
	float:left;
	width:162px;
	height:122px;
	border-right:solid;
	border-width:1px;
	border-color:#FFFFFF;	
}


/* ein-/ausblendbarer Layer mit Zusatzinfos  */

.pop-up {
	display:none;
	position:absolute;
	margin:240px 0 0 5px;
	padding:0 40px 40px 40px;
	width:495px;
	background:url(../images/pop-up_hg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#018342;
}

#pop-up_close {
	position:absolute;
	margin:5px 0 0 510px;
}

#pop-up_txt {
	margin:60px 0 0 0;
}






