html
{ 
  margin:0;
  padding:0;
  width:100%;
}

body {
	font:81.25% Arial, Helvetica, sans-serif;
    overflow-y: scroll;
	background: #edeef0;	
    text-align: center;  /* Zentrierung im Internet Explorer */
	
}

#wrapper
    {
        width:1000px;
		margin: 0 auto;       /* standardkonforme horizontale Zentrierung */
		text-align: left;     /* Seiteninhalt wieder links ausrichten */	
		background-color:#fff;
        -moz-box-shadow:0 0 2px 2px rgba(119,119,119,0.8);
        -webkit-box-shadow:0 0 2px 2px rgba(119,119,119,0.8);
        box-shadow:0 0 2px 2px rgba(119,119,119,0.8);
    }

#header {
	/* display: block; */
	height:141px;
	width:1000px;
	background: #ccc url(../img/header.png)  no-repeat;
	z-index:5;
	/*border-right: 1px solid #8f9eac; */

	}

#container {
	color: #000;
	background: #f5f5f5 url(../img/background.gif) 0 0 repeat-y;
	width:1000px;
	border-right: 1px solid #8f9eac;
	}
/* notwendig um fußzeile nach unten zu schieben */


/* linke navigation */
#leftnavibox {
	padding-top: 45px;
	float:left;
	width: 142px;
	color: #25343a;
	text-align:left;	
}

#leftnavibox h1,#leftnavibox h2,#leftnavibox h3,#leftnavibox h4,#leftnavibox h5,#leftnavibox h6{
	display:block;font-weight:bold;color:#6c88a1;
	margin-left:0px;padding-left:6px;padding-top: 3px;
	padding-bottom: 3px;width: 133px;
	}

#leftnavibox h1{
	font-size:125%;
}

#leftnavibox h2{
	font-size:115%;
}

#leftnavibox h3,#leftnavibox h4,#leftnavibox h5,#leftnavibox h6 {
	font-size:100%;
}

#leftnavibox h5{
	font-size:1.2em;
}


#leftnavibox p {
	padding-left:6px;
	margin-left:0px;
	width: 104px;
	padding-top: 3px;
	padding-bottom: 3px;}



#leftnavibox p {
	padding-left:13px;
	margin-left:0px;
	background-color:#ffffff;
	width: 104px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:1px  solid #8f9eac;
	border-top:1px solid  #8f9eac;}

#leftnavibox ul
	{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top:0px;
	width: 132px;
	margin-bottom:20px;
	}	

#leftnavibox li 
	{
	padding-left: 0px;
	background-color:#f9f9f9;
	border-bottom:1px solid #f9f9f9;
	}

#leftnavibox li a:link { 
    display:block;
	text-decoration: none; 
	color:#3E4662;
	background-color:transparent;
	border-bottom:1px solid #f9f9f9;
	padding-top: 3px;
	padding-bottom: 3px; 
	padding-left: 6px;
	margin-left:10px;
	/* background-color:#014880; */
	background-color:#475e80;
	color:#ffffff;
	}

#leftnavibox li a:visited { 
    display:block;
	text-decoration: none;
	/* color:#3E4662; */
	color:#ffffff;
	border-bottom:1px solid #f9f9f9;
	padding-top: 3px;
	padding-bottom: 3px;}

#leftnavibox li a:hover:not(.active){ 
    display:block;
	text-decoration: none;
	color:#3E4662;
	background-color: #eaeaea;
	border-bottom:1px solid #f9f9f9;
	padding-top: 3px;
	padding-bottom: 3px;  }

#leftnavibox li a:active{ 
    display:block;
	text-decoration: none;
	color:#555555;
	border-bottom:1px solid #f9f9f9;
	padding-top: 3px;
	padding-bottom: 3px;}

#leftnavibox .active{ 
    display:block;
	text-decoration: none;
	color:#111111;
	border-bottom:1px solid #f9f9f9;
	padding-top: 3px;
	padding-bottom: 3px;}

#leftnavibox li a:selected{ 
    display:block;
	text-decoration: none;
	color:#ffffff;
	border-bottom:1px solid #f9f9f9;
	padding-top: 3px;
	font-weight:bold;
	padding-bottom: 3px;}

#main {	
	min-height: 535px;
	width:850px;
	}

#footer{
	clear: both;
	display: block;
	width:1000px;
	text-align:center;
	border-top: 1px solid  #8f9eac;
	border-bottom: 1px solid  #8f9eac;
	background-color: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	color:#666666;
}

#footer .footerlist li{
	list-style-type:none;
	border-right: 1px solid  #cccccc;
	display:inline;
	padding: 0px 5px 0px 5px;
	line-height:1.4em;	
	}

/* links auf der ebene foot */
#footer a,#footer a:link,#footer a:visited, #footer a:active {
   	color:#666666;
	text-decoration: none;	
}

#footer a:hover {
   	color: #333333;
	border-bottom: 1px dotted #bebdbd;	
}

/* Inhaltsbereich */

#text {
	position: relative;
	display: block;
	padding-top: 35px;
	padding-left:20px;
	margin-right: 20px;
	margin-right: 0px;
	color: #25343a;
	min-height: 550px;
	width:816px;
	float:left;
	
	}


#text a:link{
	text-decoration:none;
	color: #0076bd;
	}
#text a:visited{
	text-decoration:none;
	/*color: #eb690a;*/
	color: #0076bd;
	}
#text a:hover{
	/*color:#eb690a;*/
	color: #0076bd;
	text-decoration:underline;
	}
#text a:active{
	text-decoration:none;
	color:#eb690a;
	}
#text h1.title{
	color:#515151;

	background: transparent url(../img/dashed_line.gif) repeat-x left bottom;

	font-size:125%;
	margin-bottom:25px;
}

/* Überschriften im Inhaltsbereich */

#text h1{
	color:#475e80;
    /*color:#00579C;*/
    /* color:#515151; */
    background: transparent url(../img/dashed_line.gif) repeat-x left bottom;
	font-size:140%;
	margin-bottom:30px;
	}

#text h2{
	color:#475e80;
    /*color:#00579C;*/
    font-size:120%;
	font-weight:bold;
	margin-bottom:8px;
	}

#text h2.direkt{
	color:#475e80;
    /*color:#00579C;*/
    font-size:120%;
	font-weight:bold;
	margin-bottom:2px;
	}

#text h3,#text h5,#text h6{
	color:#515151;
	font-size:115%;
	font-weight:bold;
	margin-bottom:10px;
	}

#text h4{
	color:#515151;
	font-size:115%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#text h5{
	color:#515151;
	font-size:105%;
	font-weight:bold;
	margin-bottom:8px;

	}
#text h6{
	color:#475e80;
    /*color:#00579C;*/
    font-size:115%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#text h1 a:link,#text h2 a:link,#text h3 a:link,#text h4 a:link,#text h5 a:link,#text h6 a:link{
	text-decoration:none;
	color:#475e80;
	}
	
#text h1 a:visited,#text h2 a:visited,#text h3 a:visited,#text h4 a:visited,#text h5 a:visited,#text h6 a:visited{
	text-decoration:none;
	color:#475e80;
	}
	
#text h1 a:hover,#text h2 a:hover,#text h3 a:hover,#text h4 a:hover,#text h5 a:hover,#text h6 a:hover{
	color:#475e80;
	text-decoration:none;
	}
	
#text h1 a:active,#text h2 a:active, #text h3 a:active,#text h4 a:active,#text h5 a:active,#text h6 a:active{
	text-decoration:none;
	color:#475e80;
	}
	
/* Horizontale Linien im Contentbereich*/

#text hr{

	height:0;
	background: transparent url(../img/dashed_line.gif) repeat-x ;
	clear:left;
	margin-top:8px;
	margin-bottom:8px;
	padding-top:5px;
	padding-bottom:5px;
	border: 0;
	}
	
	
#text .abbildung {
	
	font-size:smaller; 
	font-weight:bold; 
	text-align:center; 
	vertical-align:top
	}

/* Bild links platziert, wird vom Text umflossen */
#text img.bildlinks {
	
	float:left;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:10px;
	border: none;
	}

/* Bild rechts platziert, wird vom Text umflossen */
#text img.bildrechts {
	
	float:right;
	margin-top:0px;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:10px;
	border: none;
	}
	
#text table.links {
	
	float:left;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:10px;
	border: none;
	}

/* Bild rechts platziert, wird vom Text umflossen */
#text table.rechts {
	
	float:right;
	margin-top:0px;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:10px;
	border: none;
	}
							
#text h5{margin-top:6px;}

					

#text p{
	margin-top:0px;
	padding-bottom:10px;
	}
#text p, #text td, #text ul, #text li, #text ol{
	color: #444444;
	line-height: 1.40em;
	}
#text p + h1, #text p + h2, #text p + h3, #text p + h4, #text p + h5, #text p + h6,#text ul + h2,#text ul + h3 {
	margin-top: 20px;
}

#text p.anker{
	clear:both;
	padding-top:3px;
	text-align:right;
	padding-bottom:3px;
	}

/* Listen */
#text ul{
	list-style-image:url(../img/wuerfel_black.gif) ;
	padding-left:24px;
	margin-top:12px;
	margin-bottom: 12px;
}
/* Listen */
#text ol{

	margin-top:12px;
	margin-bottom: 12px;
	padding-left:23px;
	

}

/* Listen mit externer link icon  */
#text ul.extern{
	list-style-image:url(../img/linkexternicon_klein.gif);
	list-style-position:outside;
}
#text ul.intern{
	list-style-image:url(../img/intern_klein.gif);
	list-style-position:outside;	
}


#text ul.extern li{
	
}


/* tabellenformatierung */
#text table {
 	font-family: Arial, Helvetica, sans-serif;
	color : #25343a;
 	/*margin-top:10px;
	margin-bottom:10px;*/
 }

 	/* tabellenzelleformatierung - ueberschrift*/	   
#text table th {
 	font-family: Arial, Helvetica, sans-serif;
 	color : #666666;
 	padding-top: 2px;
	padding-bottom: 2px;
 		 
}	

/* tabellenzelleformatierung - tabellenzelle*/	 
#text table td {
 	font-family: Arial, Helvetica, sans-serif;
 	color : #25343a;
 	padding : 4px;
	vertical-align: top;
 
 }
 
 /* Tabelleformatierung mit grauem Hintergrund */
table.grey {
	border-width: 1px 1px 0px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #d0d0d0;
	border-collapse: separate;
	background-color: white;
        /*color: #123456;*/
}
table.grey th {
	border-width: 0px 0px 1px 1px;
	padding: 2px;
	border-style: solid;
	background-color: #f0f0f0;
	border-color: #d0d0d0;
        /*color: #666;*/
	text-align: left;
	border-bottom: solid 1px #c0c0c0;
}
table.grey td {
	border-width: 0px 0px 1px 1px;
	padding: 4px;
	border-style: solid;
	border-color: #d0d0d0;
        /*color: #666;*/
	vertical-align: top;
	text-align:left;
}

.clearb {
	display: block;
	clear: both;
}


/* klasse "externerlink", bei externen Links wird der linkexternicon.gif eingefügt*/
a:link.externerlink,a:visited.externerlink , a:hover.externerlink , a:active.externerlink , .externerlink {
    background: url(../img/linkexternicon_klein.gif) no-repeat transparent 1px 6px; 	
   	padding-left: 13px;
   	padding-right: 3px;	
}


/* für PDF-Links */
a.pdf,a:visited.pdf,a:hover.pdf,a:active.pdf, .pdf
        { 
        background: url(../img/pdf_small.gif) no-repeat transparent left center;
        padding-left: 16px;
        padding-right: 3px;        
}

/* für Mail-Links */
a.email,a:visited.email,a:hover.email,a:active.email, .email
        { 
        background: url(../img/mailtoicon.gif) no-repeat transparent left center;
        padding-left: 16px;
        padding-right: 3px;        
}

/* für URL-Links */
a.url,a:visited.url,a:hover.url,a:active.url, .url
        { 
        background: url(../img/homeicon.gif) no-repeat transparent left center;
        padding-left: 16px;
        padding-right: 3px;       
}

/* für Telefonnummern */
.telefon, span.telefon {
        background: url(../img/telefon.gif) no-repeat transparent left center;
        padding-left: 16px;
        padding-right: 3px;
}

/* für Faxnummern */
.fax, span.fax {
        background: url(../img/fax.gif) no-repeat transparent left center;
        padding-left: 16px;
        padding-right: 3px;
}
/* für Faxnummern */
