/* CSS Document */

body{
	background-color:#FFFFFF;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	margin:0px auto;
	padding:0px;
	font-size:12px;
	font-family: Trebuchet MS, Verdana, sans-serif;
}
h1{
	color:#5BA653;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	margin-top:0px;
}
h2{
	color:#5BA653;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	margin-top:0px;
}
h3, h4{
	color:#5BA653;
	font-weight:bold;
	font-size:12px;
	margin:0px;
}
h3 + p{
	margin-top:5px;
}
h2 + p.spacing{
	margin-top:-9px;
}

/*Site-Struct-Defs*/
#site{
	width:936px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
#header{
	background-image:url(../img/header-bg.jpg);
	background-repeat:no-repeat;
	width:936px;
	height:195px;
	margin:0px;
	padding:0px;
}

#contentbox{
	background-image:url(../img/contentbox-bg.png);
	background-repeat:repeat-y;
	width:936px;
	height:auto;
	margin:0px;
	padding:0px;
}


#footer{
	background-image:url(../img/footer-bg.png);
	background-repeat:no-repeat;
	width:910px;
	height:26px;
	margin:0px;
	padding:10px 13px 0px 13px;
	color:#676767;
}

/* Header-defs */
#header p{
	width:923px;
	height:131px;
	margin:0px;
	padding:12px 13px 0px 0px;
	text-align:right;
	color:#676767;
}
.topnavi{
	width:581px;
	height:52px;
	color:#A72E70; /*Standard-Violett*/
	margin:0px;
	padding:0px 13px 0px 342px;
	overflow:hidden;
}

/*Content-DEFS*/
#contentleft{
	float:left;
	width:186px;
	height:auto;
	margin:9px 0px 3px 0px;
	padding:35px 10px 10px 13px;
}
#contentleft img{
	margin-top:-15px;
}
#content{
	float:left;
	width:492px;
	height:auto;
	background-image:url(../img/contentleft-divider.png);
	background-repeat:repeat-y;
	background-position:left;
	margin:9px 0px 3px 0px;
	padding:0px 10px 0px 13px;
	overflow:hidden;
}
#contentright{
	float:left;
	width:196px;
	height:auto;
	margin:9px 0px 3px 0px;
	padding:29px 0px 0px 3px; /*padding nach rechts ausgestellt für IE6, weil sonst Zeilenumbruch! oben 29px um mit h1-headline auf eine höhe zu kommen, 3px rand bis teaser anfängt*/
	overflow:hidden;
}
/*ohne teaser-right!*/
#content2{
	float:left;
	width:714px;
	height:auto;
	background-image:url(../img/contentleft-divider.png);
	background-repeat:repeat-y;
	background-position:left;
	margin:9px 0px 3px 0px;
	padding:0px 0px 0px 13px;
	overflow:hidden;
}

/* TopNavi Defs*/
a.tn1, a.tn1:link, a.tn1:visited, a.tn1:active{
	display:block;
	float:left;
	width:177px;
	height:29px;
	margin:0px 3px 0px 0px;
	padding:23px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	color:#A72E70;
	font-style:normal;
	overflow:hidden;	
}
a.tn1:hover{
	background-image:url(../img/tn1-active.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;		
}

a.tn2, a.tn2:link, a.tn2:visited, a.tn2:active{
	display:block;
	float:left;
	width:123px;
	height:29px;
	margin:0px 3px 0px 0px;
	padding:23px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	color:#A72E70;
	font-style:normal;
	overflow:hidden;
}
a.tn2:hover{
	background-image:url(../img/tn2-active.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;		
}

a.tn3, a.tn3:link, a.tn3:visited, a.tn3:active{
	display:block;
	float:left;
	width:96px;
	height:29px;
	margin:0px 3px 0px 0px;
	padding:23px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	color:#A72E70;
	font-style:normal;
	overflow:hidden;
}
a.tn3:hover{
	background-image:url(../img/tn3-active.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;		
}

a.tn4, a.tn4:link, a.tn4:visited, a.tn4:active{
	display:block;
	float:left;
	width:121px;
	height:29px;
	margin:0px 3px 0px 0px;
	padding:23px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	color:#A72E70;
	font-style:normal;
	overflow:hidden;
}
a.tn4:hover{
	background-image:url(../img/tn4-active.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;		
}

a.tn5, a.tn5:link, a.tn5:visited, a.tn5:active{
	display:block;
	float:left;
	width:52px;
	height:29px;
	margin:0px;
	padding:23px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	color:#A72E70;
	font-style:normal;
	overflow:hidden;
}
a.tn5:hover{
	background-image:url(../img/tn5-active.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;		
}

/* ACTIVE NAVI */
.tn1active{
	display:block;
	float:left;
	width:177px;
	height:29px;
	margin:0px 3px 0px 0px;
	padding:23px 0px 0px 0px;
	background-image:url(../img/tn1-active.jpg);
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;		
	overflow:hidden;	
}

.tn2active{
	display:block;
	float:left;
	width:123px;
	height:29px;
	margin:0px 3px 0px 0px;
	padding:23px 0px 0px 0px;
	background-image:url(../img/tn2-active.jpg);
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;	
	overflow:hidden;
}

.tn3active{
	display:block;
	float:left;
	width:96px;
	height:29px;
	margin:0px 3px 0px 0px;
	padding:23px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	background-image:url(../img/tn3-active.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#5BA653;		
	overflow:hidden;
}

.tn4active{
	display:block;
	float:left;
	width:121px;
	height:29px;
	margin:0px 3px 0px 0px;
	padding:23px 0px 0px 0px;
	background-image:url(../img/tn4-active.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;		
	text-align:center;
	overflow:hidden;
}


.tn5active{
	display:block;
	float:left;
	width:52px;
	height:29px;
	margin:0px;
	padding:23px 0px 0px 0px;
	text-align:center;
	background-image:url(../img/tn5-active.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#5BA653;
	overflow:hidden;
}

/*Content Defs*/
.breadcrumb{
	width:492px;
	margin:2px 0px 18px 0px;
	padding:0px;
	font-size:10px;
	color:#676767;
	overflow:hidden;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited{
	text-decoration:none;
	color:#A72E70;
} 
.breadcrumb a:active, .breadcrumb a:hover{
	text-decoration:underline;
	color:#A72E70;
}
.main{
	width:492px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#676767;
}
/*Breitenanpassung wenn Teaser right wegfällt*/
#content2 .breadcrumb{
	width:701px;
}
#content2 .main{
	width:701px;
}
.main a, .main a:link, .main a:visited{
	text-decoration:underline;
	color:#A72E70;
}
.main a:active, .main a:hover{
	text-decoration:underline;
	color:#5BA653;
}
.main ul{ 
	list-style-image:url(../img/listitem.png);
	list-style-position:outside;
	line-height:14px; /*ohne line-height=12px versatz in IE*/
	padding-left:0px; /*Abstände in IE und FF angleichen*/
	margin-left:16px;
}

.main ul li{
	margin-bottom:7px;
}
 
/*content-right Defs*/
.teaserbox{
	width:196px;
	height:auto;
	margin:0px 0px 10px 0px;
	color:#676767;
}
.teasertop{
	height:20px;
	width:176px;
	background-image:url(../img/teasertop.png);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	font-size:12px;
	font-weight:bold;
	color:#5BA653;
}
.teasertext{
	height:auto;
	width:174px;
	border-right:1px solid #E2B4CA;
	border-left:1px solid #E2B4CA;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	font-size:12px;
	line-height:14px;
}
.teaserbottom{
	height:8px;
	width:176px;
	background-image:url(../img/teaserbottom.png);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	font-size:6px;
}
.teasertext ol{ 
	padding-left:0px;
	margin:7px 0px 7px 30px;
}

#content2 .teaserbox{
	width:701px;
	height:auto;
	margin:0px 0px 10px 0px;
	color:#676767;
}
#content2 .teasertop{
	height:20px;
	width:681px;
	background-image:url(../img/teasertop2.png);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	font-size:12px;
	font-weight:bold;
	color:#5BA653;
}
#content2 .teasertext{
	height:auto;
	width:679px;
	border-right:1px solid #E2B4CA;
	border-left:1px solid #E2B4CA;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	font-size:12px;
	line-height:14px;
}
#content2 .teaserbottom{
	height:8px;
	width:681px;
	background-image:url(../img/teaserbottom2.png);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	font-size:6px;
}
.teasertop + h4{
	font-size:12px;
	font-weight:bold;
	color:#5BA653;
	margin:0px;
}
img.noborder{
	border:0px;
	float:none;
}
.teasertext a img{
	border:none;
	margin:0px;
}
.contentimg{
	float:right;
	border:1px solid #E2B4CA; /*#A72E70;*/
	margin:0px 0px 0px 7px;
}
.contentrightimg{
	margin:8px 0px;
	border:1px solid #E2B4CA;
}
.contenttable th{
	text-align:left;
}
.flashbanner{
	z-index:2;
	position:absolute;
	text-align:center;
	width:470px;
	height:62px;
}
.banner{
	width:468px;
	height:60px;
	z-index:1;
	border:1px solid #E2B4CA;
}

/*Link-Definitions*/
#header p a, #header p a:link, #header p a:visited, #header p a:active{
	text-decoration:none;
	color:#676767;
}
#header p a:hover{
	text-decoration:underline;
	color:#676767;
}
a.subnavi, a.subnavi:link, a.subnavi:visited{
	display:block;
	width:100%;
	height:25px;
	color:#A72E70;
	text-decoration:none;
	border:0px;
}
a.subnavi:active, a.subnavi:hover{
	color:#5BA653;
	text-decoration:none;
	border:0px;
}
.subactive{
	display:block;
	width:100%;
	height:25px;
	color:#5BA653;
	text-decoration:none;
	font-weight:bold;
}
.contenttable{
	margin:3px 0px 20px 0px;
}
.margintable{
	margin:12px 0px 12px 0px;
}
.main h3 a, .main  h3 a:link, .main h3 a:visited{
	color:#5BA653;
	font-weight:bold;
	text-decoration:underline;
}
.main h3 a:hover, .main h3 a:active{
	color:#5BA653;
	font-weight:bold;
	text-decoration:underline;
}

.main blockquote a, .main blockquote a:link, .main blockquote a:visited{
	color:#676767;
	font-weight:normal;
	text-decoration:underline;
}
.main blockquote a:hover,.main blockquote a:active{
	color:#676767;
	font-weight:normal;
	text-decoration:underline;
}

.main h4 a, .main  h4 a:link, .main h4 a:visited{
	color:#5BA653;
	font-weight:normal;
	text-decoration:underline;
}
 .main h4 a:hover, .main h4 a:active{
	color:#5BA653;
	font-weight:normal;
	text-decoration:underline;
}
.main ul li a, .main ul li a:link, .main ul li a:visited{
	color:#5BA653;
	text-decoration:underline;
}
.main ul li a:hover, .main ul li a:active{
	color:#5BA653;
	text-decoration:underline;
}
.teasertop a,.teasertop a:link, .teasertop a:visited{
	display:block;
	background-image:url(../img/teaserlink.png);
	background-position:right;
	background-repeat:no-repeat;
	color:#5BA653;
	text-decoration:none;
	font-weight:bold;
}
.teasertop a:active,.teasertop a:hover{
	color:#5BA653;
	text-decoration:underline;
	font-weight:bold;
}
.teasertext a,.teasertext a:link, .teasertext a:visited{
	color:#676767;
	text-decoration:none;
}
.teasertext a:active,.teasertext a:hover{
	color:#676767;
	text-decoration:underline;
}
.highlight{
	font-weight:bold;
	color:#676767;
	font-size:14px;
}

.formtable{
	margin:10px 0px 20px 0px;
	width:450px;
}
.tr1{
	vertical-align:top;
	height: 20px;
	color:#5BA653;
	font-weight:bold;
}
.tr2{
	vertical-align:top;
	height: 40px;
}
.main select{
	border: 1px solid #676767;
	width: 80px;	
}
.adsense{
	text-align:center;
	margin:20px 0px 20px 0px;
	height:252px;
	width:186px;
	/*border-top:1px dotted #ACACAC;*/
}
.adsense2{
	text-align:center;
	margin:20px 3px 20px 3px;
	height:90px;
	width:180px;
	/*border-top:1px dotted #ACACAC;*/
}

a + .adsense{
	text-align:left;
	margin:20px 0px 20px 0px;
	height:252px;
	width:186px;
	/*border-top:1px dotted #ACACAC;*/
}
.main ul li a.nostyle, .main ul li a.nostyle:link, .main ul li a.nostyle:visited{
	text-decoration:none;
	color:#676767;
}
.main ul li a.nostyle:active, .main ul li a.nostyle:hover{
	text-decoration:underline;
	color:#676767;
}
.spacing{
	letter-spacing:3px;
}
.spacing a, .spacing a:link, .spacing a:visited{
	text-decoration:none;
	color:#676767;
}
.spacing a:active, .spacing a:hover{
	text-decoration:underline;
	color:#A72E70;
	/*font-weight:bold;*/
}
.spacing .active{
	color:#A72E70;
	font-weight:bold;
}

tr.light{
	background-color:#f2f7ee; /*#F4D6E2;*/
}
