/*ie6 png*/
*{ 
 	behavior: url(/js/iepngfix.htc);
}

/* CSS Document */
body{
	padding:0px; 
	margin:0px; 
	background:url(image/mainbg_blau.jpg) 0 0 repeat-x #fff; 
	color:#707070; 
	background-color: #FFFFFF; 
	font:11px/15px Arial, Helvetica, sans-serif;
}

a{
	color: #336699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #336699;
	text-decoration: underline;
}

#bodycontent a, a.nc, a:visited.nc{
	color: #666666;
	text-decoration: none;
}

#bodycontent a:hover, a:hover.nc {
	color: #666666;
	text-decoration: underline;
}

#bodycontent a.blau, #bodycontent a:visited.blau {
	color: #336699;
	text-decoration: none;
}

#bodycontent a:hover.blau{
	color: #336699;
	text-decoration: underline;
}

div, p, ul, h2, h3, img{
	padding:0px; 
	margin:0px;
}

ul{
	list-style-type:none;
}

.clear{
	float: none;
	clear: both;
}


/*----KOPFBEREICH----*/

#kopf{
	width:955px; 
	height:152px; 
	position:relative; 
	margin:0 auto; 
	padding:0px;
}

#kopf .logo{
	width:137px; 
	height:42px; 
	position:absolute; 
	top:33px; 
	left:0px;
}

#kopf .kopfbild{
	width:330px; 
	height:170px; 
	position:absolute; 
	top:4px; 
	left:160px;
}

#kopf .kopfbild1{
	width:330px; 
	height:108px; 
	position:absolute; 
	top:0px; 
	left:170px;
}

#kopf .slogan1{
	width:200px; 
	height:15px; 
	position:absolute; 
	top:70px; 
	left:3px;
	color: #FFFFFF;
	font-size: 10px;
}

#kopf .slogan{
	width:317px; 
	height:36px; 
	position:absolute; 
	top:30px; 
	left:550px;
}

#container{
	background-image: url(image/body_bg.gif);
	background-repeat: repeat-x; 
	background-position: 0 152px;
	text-align: center;
}

/*- HAUPTMENUE--------------------------- */

#kopf ul.navi {
	position: absolute;
	right: 0;
	bottom: 45Px;
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#kopf ul.navi li {
      display:inline;
      margin:0;
      padding:0;
}

#kopf ul.navi a {
      float:left;
      background:url("image/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}

#kopf ul.navi a span {
      float:left;
      display:block;
      background:url("image/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 10px;
      color:#666;
}
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#kopf ul.navi a span {float:none;}

/* End IE5-Mac hack */
#kopf ul.navi a:hover span {
      color:#000;
}

#kopf ul.navi a:hover {
      background-position:0% -42px;
}

#kopf ul.navi a:hover span {
      background-position:100% -42px;
}

#kopf ul.navi li.active {
	float:left;
    display:block;
    background:url("image/tableftB.gif") no-repeat left top;
	font-weight: bold;
	padding:0 0 0 4px;
    color:#333333;
    background-position:0% -42px;
}

#kopf ul.navi li span.active {
    display:block;float:left;
    background:url("image/tabrightB.gif") no-repeat right top;
	background-position:100% -42px;
   	padding:5px 15px 4px 10px;
}

/*- MENUE LEVEL2--------------------------- */

#kopf ul.navi-level2{
	width:455px; 
	height:22px; 
	position:absolute; 
	top:119px; 
	right:0px;
	border-left: 1px dotted #cccccc;
	margin: 0;
	padding: 0;
}

#kopf ul.navi-level2 li{
	float:left; 
	padding: 0 10px;
	height:22px; 
	margin: 0;
	padding: 0;
}

#kopf ul.navi-level2 li a{
	display:block; 
	padding: 0 10px;
	border-right: 1px dotted #cccccc; 
	color:#3E3E3E; 
	font-size:11px; 
	text-decoration:none; 
	line-height:22px;
} 

#kopf ul.navi-level2 li span.active{
	font-weight: bold;
	color: #006699;
	line-height:22px;
	display:block; 
	padding: 0 10px;
	border-right: 1px dotted #cccccc;  
} 

#kopf ul.navi-level2 li a:hover{
	text-decoration:none; 
	border-right: 1px dotted #cccccc; 
	color: #006699;
}


/*----/BODY CONTENT----*/

#bodywrapper{
	width:955px; 
	margin: 42px auto 0 auto; 
	padding: 0 0; 
	clear:both;
	background-image: url(image/v_trenner_body2.gif);
	background-repeat: repeat-y;
}

#bodycontent{
	width:650px; 
	float: left; 
	background:#F4F4F4; 
	color:#707070; 
	margin:0 0 0 30px; 
	padding:0 0 0 2px;
	text-align: left;
	display: inline;
}

#bodycontent img{
	border: 1px solid #cccccc;
}

#bodycontent img.adresse{
	border: none;
}

#bodycontent h1, #bodycontent h2{
	background:#F4F4F4; 
	color:#336699; 
	font-size:15px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px; 
}

#bodycontent h3{
	background:#F4F4F4; 
	color:#666666; 
	font-size:13px;
	margin: 0;
	padding: 0;
}

#bodycontent p{
	padding:0 38px 15px 0;
}

#bodycontent p span{
	font-weight:bold;
}

#bodycontent .anfang{
	padding-bottom: 20px; 
	border-bottom: 1px dotted #cccccc;
}

#bodycontent ul{
	margin: 20px 30px;
}

#bodycontent ul li{
	background-image: url(image/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 3px 25px;
	font-weight: normal;
	margin: 0;
}

#bodycontent ul li ul{
	margin: 10px 10px;
}

#bodycontent ul li ul li{
	background-image: url(image/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 11px;
	font-weight: normal;
	margin: 0;
}

#bodycontent table, #bodycontent td{
	font:11px/15px Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 3px;
}

/*----/BODY REFERENZEN----*/

#bodycontent ul.plist{
    margin: 15px;
}

#bodycontent ul.plist li{
    background-image: url(image/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 11px;
}


/*----/BODY NEWS----*/
#bodynews {
	float: right;
	width: 220px;
	background-image: url(image/v_trenner_body.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#bodynews h2{
	background:#F4F4F4; 
	color: #336699; 
	font-size:15px; 
	margin: 0 5px 2px 30px;
	padding: 0; 
}

#bodynews .news-datum{
	margin: 0 10px 2px 30px;
}

#bodynews .news-text{
	margin: 0 10px 10px 30px;
}

#bodynews ul{
	margin: 20px 10px 10px 30px;
}

#bodynews ul li{
	line-height: 18px;
}


/*- FOOTER--------------------------- */

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */


#footerwrapper {
	clear: both;
    
	bottom: 0;
	height: 60px;
	width: 100%;
	background-image: url(image/footerbg.gif);
	background-color: #F4F4F4;
	background-repeat: repeat-x;
	background-position: 0 30px;
	text-align: center;
	padding-top: 40px;
}


