@import url("reset.css");
/* body  ---------------------------------- */

BODY { 
		/*background-color: #615C50;*/
		background-image: url(../img/bg_stripe.gif);
        margin-top: 0px;
        margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
        font-style: normal;
        font-size: 12px;
        font-weight: normal;
        color: #7D7E7E;
        font-family:  ARIAL,HELVETICA,serif;
        line-height: 20px;
        }

/* container  ---------------------------------- */

#container{
	background-color: #ffffff; 
	margin: auto;
	margin-top: 5px;
	width: 960px;
	border: 0px solid #000000;
}
/* contents  ---------------------------------- */
#header{
	position: relative;
	width: 960px;
	height: 172px;
}
#haeder_text{
	position: absolute;
	right: 12px;
	top: 6px;
	text-align: right;
	font-size: 11px;
	color: #666666;
	line-height: normal;
}
#menu{
	border-top: 3px solid #a7a6a1;
	background-color: #e3e3e3;
	height: 24px; /* height: inc border und padding 30px;*/
	font-size: 17px; /* laufweite bei links */
	padding-top: 3px;
	padding-left: 35px;
}
#menu_shadow{
	width: 960px;
	height: 8px;
}
#contentcontainer{
	width: 960px;
	margin-top: 4px;
	margin-bottom: 10px; 
}
#ccleft{
	float: left;
	margin-left: 10px;
	display: inline; /* IE6 BUG */
	width: 160px;
	height: 390px;
	margin-right: 10px;
	border: 0px solid #000000;
	/*background-color: #E8E5E5;*/
	position: relative;
}
#subnav{
	font-size: 14px;
	background-color: #E8E5E5;
	min-height: 200px;
}
.subnavpoint{
	border-bottom: 1px solid #ffffff;
	padding-left: 5px;
}
#newsletter_img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#ccmitte{
	float: left;
	width: 600px; /* 600px */
	line-height: 18px;
}
#ccright{
	float: right;
	margin-left: 10px;
	display: inline; /* IE6 BUG */
	width: 160px;
	height: 390px;
	margin-right: 10px;
	border: 0px solid #000000;
}
#tn_top{
	height: 26px; /* inc padding 30px; */
	overflow: hidden;
	padding-top: 4px;
	background-image: url(../img/top_news_top_leer.gif); /* or png */
	background-color: transparent;
	background-repeat: no-repeat;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
#tn_mitte{
	/*height: 50px;*/
	background-image: url(../img/top_news_mitten1px_leer.gif); /* or png */
	background-repeat: repeat-y;
}
.tn_mitte_text{
	width: 140px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.tndate{
	font-size: 11px;
	font-weight: bold;
}
#tn_ende{
	height: 30px;
	background-image: url(../img/top_news_unten_abschluss_30px.gif); /* or png */
	background-color: transparent;
	background-repeat: no-repeat;
}

#footer{
	position: relative;
	padding-top: 12px;
	padding-right: 10px;
	height: 26px;
	background-color: #e3e3e3;
	color: #666666;
	font-size: 11px;
	text-align: right;
	line-height: normal;
}
#ovilogo{
	position:absolute;
	width: 200px;
	height: 28px;
	left: 10px;
	bottom: 7px;
}
.inhalt{
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px dotted #666666;
}
.inhalt_ohne{
	padding-bottom: 8px;
	border-bottom: 0px dotted #666666;
}

.clear {clear:both;height:0.1px;overflow:hidden;}

.faqcat{
	border-bottom: 1px dotted #666666;
}
.frage{
	background-image: url(../img/faq_plus.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	cursor: pointer;
	padding-left: 15px;
}
.antwort{
	color: #FF6600;
	padding-left: 15px;
}
.elinks{
	border-bottom: 1px dotted #666666;
}
.newsbeitrag{
	background-color: #E3E3E3;
	width: 600px;
	margin-bottom: 10px;
}
.newsbild{
	margin-right: 10px;
	width: 120px;
	float: left;
}
.newstext{
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 450px;
	margin-right: 20px;
	line-height: normal;
	display: inline;
}
.newsblaettern{
	font-size: 11px;
	font-weight: bold;
	float: right;
	text-align: right;
}

.mabeitrag{
	/*background-color: #CE7E6F;*/
	width: 600px;
	margin-bottom: 25px; /* 15px*/
	position: relative;
	/*margin-top: 20px;*/
}
.mabild{
	position: absolute;
	width: 90px;
	height: 120px;
	left: 15px;
	top: 0px;
	/*float: left;
	margin-left: 15px;
	margin-right: 15px;*/
	/*display: inline;*/
}
.matext{
	color: #323232;
	width: 460px; /* 580px; */
	background-color: #CE7E6F;
	padding-left: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	line-height: normal;
}
h1{
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
h3{
	color: #323232;
	letter-spacing: 0.05em;
}

ol, ul {
	list-style: square;
}
li{
	margin-left: 15px;
}
/* links  ---------------------------------- */

a:link{color: #555555; text-decoration: none;}
a:visited{color: #555555; text-decoration: none;}
a:active{color: #555555; text-decoration: underline;}
a:hover{color: #555555; text-decoration: underline;}
a:focus{color: #555555; text-decoration: underline;}

a.mailto:link{color: #000000; text-decoration: none;}
a.mailto:visited{color: #000000; text-decoration: none;}
a.mailto:active{color: #000000; text-decoration: underline;}
a.mailto:hover{color: #000000; text-decoration: underline;}
a.mailto:focus{color: #000000; text-decoration: underline;}

a.hnav:link{color: #555555; text-decoration: none; margin-left:10px; margin-right:10px;}
a.hnav:visited{color: #555555; text-decoration: none; margin-left:10px; margin-right:10px;}
a.hnav:active{color: #555555; text-decoration: underline; margin-left:10px; margin-right:10px;}
a.hnav:hover{color: #555555; text-decoration: underline; margin-left:10px; margin-right:10px;}
a.hnav:focus{color: #555555; text-decoration: underline; margin-left:10px; margin-right:10px;}

a.active:link{color: #555555; text-decoration: underline; margin-left:10px; margin-right:10px;}
a.active:visited{color: #555555; text-decoration: underline; margin-left:10px; margin-right:10px;}
a.active:active{color: #555555; text-decoration: underline; margin-left:10px; margin-right:10px;}
a.active:hover{color: #555555; text-decoration: underline; margin-left:10px; margin-right:10px;}
a.active:focus{color: #555555; text-decoration: underline; margin-left:10px; margin-right:10px;}

a.snav:link{color: #555555; text-decoration: none;}
a.snav:visited{color: #555555; text-decoration: none;}
a.snav:active{color: #555555; text-decoration: underline;}
a.snav:hover{color: #555555; text-decoration: underline;}
a.snav:focus{color: #555555; text-decoration: underline;}

a.snava:link{color: #555555; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}
a.snava:visited{color: #555555; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}
a.snava:active{color: #555555; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}
a.snava:hover{color: #555555; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}
a.snava:focus{color: #555555; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}

a.snavmb:link{color: #8D9AA7; text-decoration: none;}
a.snavmb:visited{color: #8D9AA7; text-decoration: none;}
a.snavmb:active{color: #8D9AA7; text-decoration: underline;}
a.snavmb:hover{color: #8D9AA7; text-decoration: underline;}
a.snavmb:focus{color: #8D9AA7; text-decoration: underline;}

a.snavmba:link{color: #8D9AA7; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}
a.snavmba:visited{color: #8D9AA7; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}
a.snavmba:active{color: #8D9AA7; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}
a.snavmba:hover{color: #8D9AA7; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}
a.snavmba:focus{color: #8D9AA7; text-decoration: none; background-image: url(../img/eckerl.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left: 20px;}

a.blaettern:link{color: #555555; text-decoration: none;}
a.blaettern:visited{color: #555555; text-decoration: none;}
a.blaettern:active{color: #555555; text-decoration: none;}
a.blaettern:hover{color: #555555; text-decoration: none;}
a.blaettern:focus{color: #555555; text-decoration: none;}

/* formular  ---------------------------------- */
.formright{
	float: right;
	width: 200px;
	height: 30px;
	color: #333333;
}
.formtitel{
	float:left;
	width: 100px;
	height: 30px;
}
.formfeld{
	color: #666666;
	width: 200px;
}
.kdnr1{
	color: #666666;
	width: 25px;
}
.kdnr2{
	color: #666666;
	width: 32px;
}
.formtextarea{
	
	width: 200px;
}

/* bg #615C50
grey haedline #7D7E7E 14px arial
grey fliestext #7D7E7E 12px arial
grey bg rechts und links #E8E5E5
*/
