<? Header ("Content-type: text/css");?>
/*                                                                     */
/* inhalt:                                                             */
/*                                                                     */
/* grundlegende seitendefinitionen ----------------------------------- */
/* helferlein -------------------------------------------------------- */
/* typographie ------------------------------------------------------- */
/* container headbereich --------------------------------------------- */
/* design suchfunktion ----------------------------------------------- */
/* design datum und meta --------------------------------------------- */
/* container banner -------------------------------------------------- */
/* container hauptnavigation ----------------------------------------- */
/* hauptnavigation links senkrecht ----------------------------------- */
/* 2te ebene hauptnavigation ----------------------------------------- */
/* 3te ebene hauptnavigation ----------------------------------------- */
/* 4te ebene hauptnavigation ----------------------------------------- */
/* 5te ebene hauptnavigation ----------------------------------------- */
/* container inhalt -------------------------------------------------- */
/* bildausrichtung --------------------------------------------------- */
/* mehrspaltigkeit im content ---------------------------------------- */
/* design spalten ---------------------------------------------------- */
/* mehrspaltigkeit pressemeldung ------------------------------------- */
/* container context ------------------------------------------------- */
/* contextspalte ----------------------------------------------------- */
/* 2te ebene contextspalte ------------------------------------------- */
/* abbinder ---------------------------------------------------------- */


/* grundlegende seitendefinitionen ----------------------------------- */

html  {
          margin: 0;
          padding: 0;
          font-size: 100.01%;
          /* min-width: 610px; */
          /* max-width: 1024px; */
      }
	  
body {
          margin: 0;
          padding: 0;
          font: 78% Verdana, Arial, Helvetica, sans-serif;
          /* background-image: url(../img/bg_body.gif); */
          /* background-repeat: repeat-y; */
          /* min-width: 610px; */
          /* max-width: 1024px; */
          text-align: center;
          background-color: #fff;
      }
	  
* html body {
          background-image: none;
      }
	  
* html #wrapper {
          /* position: absolute; */
          width: 990px;
      }

#wrapper {
          /* position: absolute; */
          position: relative;
          padding: 0;
          margin: 0 2px 0 0;
          min-width: 610px;
          max-width: 990px;
          width:100%;
          height:100% !important;
          text-align: left;
      }

/* helferlein -------------------------------------------------------- */
	  
.clear {
          clear: both !important;
          margin: 0;
          height: 1px;
          font-size: 1px;
          line-height: 1px;
          width: 99%;
          display: block;
          color: #fff;
      }
	  
.ahem {
          position: absolute;
          overflow: hidden;
          height: 0;
          width: 0;
          left: -1000px;
          top: -1000px;
      }
	  
.normal {
          display: none;
      }
	  
img {
          border: 0px solid transparent;
      }
	  
.linear a {
          font-weight: bold;
      }
	  
hr {
          display: none;
      }

/* typographie ------------------------------------------------------- */
	  
h1 {
          padding-top: 10px;
          margin: 0 5px 5px 10px;
          font-size: 2em;
          font-weight: normal;
      }
	  
h2 {
          padding-top: 10px;
          margin: 0 5px 5px 10px;
          font-size: 2em;
          font-weight: normal;
      }
	  
#content h3 {
          padding-top: 10px;
          margin: 0 5px 5px 8px;
          font-size: 2em;
          font-weight: normal;
          color: #336699;
      }
	  
#content h1 span.rubrizierung, #content h2 span.rubrizierung, #content h3 span.rubrizierung {
	        display: block;
          font-size: 0.5em;
          font-weight: bold;
	        color: #ED1C24;
      }	  
	  
h4 {
          padding-top: 5px;
          margin: 0 5px 5px;
          font-size: 1.3em;
          font-weight: bold;
          color: #336699;
      }
	  
#content h4 span.rubrizierung {
	        display: block;
          font-size: 0.55em;
          font-weight: bold;
	        color: #ED1C24;
      }	  
	  
h5 {
          padding-top: 5px;
          margin: 0 5px 5px;
          font-size: 1.0em;
          font-weight: strong;
          color: #336699;
      }
	  
#content h5 span.rubrizierung {
	  display: block;
          font-size: 0.65em;
          font-weight: bold;
	  color: #ED1C24;
      }	  
	  
h6 {
          padding-top: 5px;
          margin: 0 5px 5px;
          font-size: 1.5em;
          font-weight: normal;
      }
	  
.links p {
          padding-top: 5px;
          margin: 0 5px 5px 25px;
          line-height: 1.4em;
      }

#content p {
          padding-top: 5px;
          margin: 0 5px 5px 25px;
          line-height: 1.4em;
      }
	  
p em {
          font-weight: bold;
          font-size: 0.9em;
          margin-right: 5px;
      }
	  
#content p a {
          color: #003F57 !important;
          text-decoration: none;
          padding-left: 8px;
          margin-left: 3px;
          background-image: url(../img/pfeil.gif);
          background-position: 0% 50%;
          background-repeat: no-repeat;
          font-weight:bold;
      }
	  
#content p a:hover {
          text-decoration: underline;
      }

#content ul {
          margin: 5px 5px 10px 40px;
          padding: 0;
          line-height: 1.5em;
          list-style: square;
      }
	  
#content ul ul {
          margin: 0 5px 0 25px;
          padding: 0;
          line-height: 1.5em;
          list-style: square;
      }

/* container headbereich --------------------------------------------- */
	  
#header {
          position: relative;
          padding: 1px 0 0;
          margin: -1px 0px 10px;
          display: block;
          height: 160px;
          text-align: left;
          background: #fff;
          background-image: url(../_img/bg_head.gif);
	        background-repeat: no-repeat;
	        background-position: top left;
      }
	  
* html #header {
          padding: 0;
          margin: 0 0px 10px;
      }
	  
#header img {
          border: 0px solid transparent;
      }
	  
#header a.headgrafik-links img {
          position: absolute;
          top: 32px;
          left: 10px;
      }
      
#header img.headvisual  {
          position: absolute;
          top: 5px;
          left: 330px;
          overflow:hidden;
      }
	     
/* design suchfunktion ----------------------------------------------- */

#banner form { 
	  display: inline; 
	}

#banner legend {  
	  display:none; 
	}

#banner fieldset { 
	  padding: 0px; 
	  margin: 0px; 
	  display: inline; 
	  border-style: none; 
	  border-width: 0px; 
	  border-color: transparent; 
	}

#banner input { 
	  padding: 1px 5px 2px 5px; 
	  margin: 5px 0 0 5px; 
	  display: inline; 
	  border-style: solid; 
	  border-width: 1px; 
	  border-color: #666; 	
	  background-image: url(../img/inputschatten.gif);
	  background-repeat: no-repeat;
	  background-position: top left;
    font: 90% Verdana, Arial, Helvetica, sans-serif;
	}

* html #banner input { /* nur fuer IE */
	  padding: 2px 5px 2px 5px;
	  margin: 4px 0 0 5px; 
	}

#banner input.suchbutton { 
	  padding: 1px 5px 2px 5px; 
	  margin: 4px 0 0 3px; 
	  display: inline; 
    font: 90% Verdana, Arial, Helvetica, sans-serif;
    background-color: #D2D2D2;
	  background-image: none;
	  border-top: 1px solid #FFF;
	  border-left: 1px solid #FFF;
	  border-bottom: 1px solid #666;
	  border-right: 1px solid #666;
	  width: auto;
	}

* html #banner input.suchbutton { /* nur fuer IE */
	  padding: 0px 5px 0px 5px;  
	  margin: 4px 0 0 3px; 
	  height: 1.7em;
	}

/* design datum und meta --------------------------------------------- */

.datum a {
	  color: #003F57;
	  text-decoration: none;
	}

.datum a:hover {
	  color: #003F57;
	  text-decoration: underline;
	}

/* container banner -------------------------------------------------- */
	  
#banner {
          position: absolute;
          top: 137px;
          left: 0px;
          text-align: right;
          padding: 0;
          margin: 0px 0px 2px 2px;
          background: #68B4E9;
          width: 99% !important;
          color: #003F57;
          background-image: url(../img/foot_bg.jpg);
          background-position: left top;
          background-repeat: no-repeat;
          height: 24px;
          border: 1px solid #2596C4;
      }
	  
* html #banner {
          padding: 0;
          margin: 0px 0px 2px 2px;
          background: #68B4E9;
          color: #003F57;
          background-image: url(../img/foot_bg.jpg);
          background-position: left top;
          background-repeat: no-repeat;
          height: 24px;
          border: 1px solid #2596C4;
          width: 99% !important;
      }
	  
#banner p.suche {
          position: absolute;
          top: 62px;
          left: 15px;
      }
	  
#banner p.datum {
          position: relative;
          padding: 0;
          margin: 5px 2px 2px 2px;
          top: 0px;
          right: 0px;
          color:#003F57;
          font-size: 80%;
      }

/* container hauptnavigation ----------------------------------------- */
	  
#navigation {
          position: absolute;
          left: 2px;
          z-index: 50;
          width: 197px;
          text-align: left;
          margin: 4px 0 10px 0;
          _margin: 5px 0 10px 0;
        }
	  
#navigation img {
          border: 0 solid inherit;
          margin: -5px -10px;
          padding: 0;
          display: block;
      }

/* hauptnavigation links senkrecht ----------------------------------- */
	  
#navigation ul#navlist {
          margin: 0;
      }
	  
#navigation ul {
          margin: 0 0 0;
          padding: 0;
          list-style-type: none;
      }
	  
#navigation ul li {
          margin: 0 0 2px;
      }
	  
#navigation ul li a {
          display: block;
          padding: 5px 10px 5px 10px;
          width: 175px;
          voice-family: "\"}\"";
          voice-family: inherit;
      }
	  
html > body #navigation a {
          width: 175px;
          height:100%;
      }
	  
#navigation a {
          color: #003F57;
          background-color: #68B4E9;
          text-decoration: none;
          font-weight: bold;
          border: 1px solid #2596C4;
          background-image: url(../img/navi_bg.jpg);
          background-position: left top;
          background-repeat: no-repeat;
          
      }
      
#navigation a.current {
          color: #003F57;
          background-color: #FFFFFF;
          text-decoration: none;
          font-weight: bold;
          border: 1px solid #FFFFFF;
          background-image: none !important;
          background-position: left top;
          background-repeat: no-repeat;
      }
	  
#navigation a:hover {
          color: #003F57;
          text-decoration: none;
          background-color: #FFFFFF;
          border: 1px solid #FFFFFF;
          background-image: none !important;
          background-position: left top;
          background-repeat: no-repeat;
      }
      
#navigation a:hover.current {
          color: #003F57;
          text-decoration: none;
          background-color: #FFFFFF;
          border: 1px solid #FFFFFF;
          background-image: none !important;
          background-position: left top;
          background-repeat: no-repeat;
      }

/* 2te ebene hauptnavigation ----------------------------------------- */
	  
#navigation ul ul {
          margin: 0;
      }
	  
#navigation ul ul li {
          margin: 0;
          display: inline;
      }
	  
#navigation ul ul a {
          display: block;
          padding: 3px 10px 4px 20px;
          voice-family: "\"}\""; 
          voice-family:inherit;
          width: 145px;
      }
	  
html>body #navigation ul ul a {
          width: 145px;
      }
	  
#navigation ul ul a {
          color: #000;
          background-color: #eee;
          text-decoration: none;
          font-weight: normal;
          border-top: 1px solid #ddd;
      }

#navigation ul ul a.subcurrent {
          color: #A10000;
          background-color: #fff;
          text-decoration: none;
          font-weight: normal;
          border-top: 1px solid #ddd;
      }
	  
#navigation ul ul a:hover {
          color: #c00;
          background-color: #fff;
          text-decoration: none;
      }
     
#navigation ul ul a:hover.subcurrent {
          color: #A10000;
          background-color: #fff;
          text-decoration: none;
      }

/* 3te ebene hauptnavigation ----------------------------------------- */
	  
#navigation ul ul ul {
          margin: 0 0;
      }
	  
#navigation ul ul ul li {
          margin: 0 0 0;
      }
	  
#navigation ul ul ul a {
          display: block;
          padding: 2px 10px 3px 20px;
          width: 175px;
          voice-family: "\"}\"";
          voice-family: inherit;
          width: 145px;
      }
	  
html>body #navigation ul ul ul a {
          width: 145px;
      }
	  
#navigation ul ul ul a {
          color: #000;
          background-color: #eee;
          text-decoration: none;
          font-weight: normal;
          border-top: 1px solid #ddd;
      }
	  
#navigation ul ul ul a:hover {
          color: #c00;
          background-color: #fff;
          text-decoration: none;
      }

/* 4te ebene hauptnavigation ----------------------------------------- */
	  
#navigation ul ul ul ul {
          margin: 0 0;
      }
	  
#navigation ul ul ul ul li {
          margin: 0 0;
      }
	  
#navigation ul ul ul ul a {
          display: block;
          padding: 2px 10px 3px 35px;
          width: 175px;
          voice-family: "\"}\"";
          voice-family: inherit;
          width: 130px;
      }
	  
html>body #navigation ul ul ul ul a {
          width: 130px;
      }
	  
#navigation ul ul ul ul a {
          color: #000;
          background-color: #eee;
          text-decoration: none;
          font-weight: normal;
          font-size: 90%;
          border-top: 0 solid inherit;
      }
	  
#navigation ul ul ul ul a:hover {
          color: #c00;
          background-color: #fff;
          text-decoration: none;
      }

/* 5te ebene hauptnavigation ----------------------------------------- */
	  
#navigation ul ul ul ul ul li {
          margin: 0 0;
      }
	  
#navigation ul ul ul ul ul a {
          display: block;
          padding: 2px 10px 3px 55px;
          width: 175px;
          voice-family: "\"}\"";
          voice-family: inherit;
          width: 110px;
      }
	  
html>body #navigation ul ul ul ul ul a {
          width: 110px;
      }
	  
#navigation ul ul ul ul ul a {
          color: #000;
          background-color: #f6f6f6;
          text-decoration: none;
          font-weight: normal;
      }
	  
#navigation ul ul ul ul ul a:hover {
          color: #c00;
          background-color: #fff;
          text-decoration: none;
      }

/* container inhalt -------------------------------------------------- */
	  
#content {
          position: relative;
          margin: 0;
          z-index: 40;
          padding: 0 5px 0 210px !important;
          _height:273px;
          min-height:273px;
          background-image: url(../img/bg_navi.gif);
          background-position: left top;
          background-repeat: no-repeat;
      }
	  
* html #content {
          margin: 0 0 0 0;
      }


/* bildausrichtung --------------------------------------------------- */
	  
.bildlinks img {
          position: relative;
          float: left;
          margin: 5px 13px 10px 10px;
      }
	  
.bildrechts img {
          position: relative;
          float: right;
          margin: 5px 15px 10px 7px;
      }


/* mehrspaltigkeit im content ---------------------------------------- */
	  
.spaltenwrapper {
          margin: 10px 0 20px;
          position: relative;
          width: 100%;
          clear: both !important;
          display: block;
      }
	  
.spaltelinkshalb {
          position: relative;
          width: 40%;
          margin: 0;
          float: left;
      }
	  
.spalterechtshalb {
          position: relative;
          width: 50%;
          margin: 0 20px 0 0;
          float: right;
      }
	  
* html .spalterechtshalb {
          width: 50.1%;
      }
	  
.spaltelinksdrittel {
          position: relative;
          width: 33.3%;
          margin: 0;
          float: left;
      }
	  
.spaltemittedrittel {
          position: relative;
          width: 33.4%;
          margin: 0;
          float: left;
      }
	  
* html .spaltemittedrittel {
          width: 33.3%;
      }
	  
.spalterechtsdrittel {
          position: relative;
          width: 33.3%;
          margin: 0;
          float: right;
      }
	  
* html .spalterechtsdrittel {
          width: 33.2%;
      }
	  
.spalteerstesviertel {
          position: relative;
          width: 25%;
          margin: 0;
          float: left;
      }
	  
.spaltezweitesviertel {
          position: relative;
          width: 25%;
          margin: 0;
          float: left;
      }
	  
* html .spaltezweitesviertel {
          width: 24.9%;
      }
	  
.spaltedrittesviertel {
          position: relative;
          width: 25%;
          margin: 0;
          float: left;
      }
	  
.spalteviertesviertel {
          position: relative;
          width: 25%;
          margin: 0;
          float: right;
      }
	  
* html .spalteviertesviertel {
          width: 24.9%;
      }

/* design spalten ---------------------------------------------------- */
	  
.spaltenwrapper h1 , h2 , h3 , h4 , h5 , h6 , p , ol , ul {
          margin: 5px 15px 5px 10px;
      }
	  
.spalterechtshalb {
          border-left: 1px solid #ddd;
          margin-left: -1px;
      }
	  
.spaltemittedrittel {
          border-left: 1px solid #ddd;
          margin-left: -1px;
      }
	  
.spalterechtsdrittel {
          border-left: 1px solid #ddd;
          margin-left: -1px;
      }
	  
.spaltezweitesviertel {
          border-left: 1px solid #ddd;
          margin-left: -1px;
      }
	  
.spaltedrittesviertel {
          border-left: 1px solid #ddd;
          margin-left: -1px;
      }
	  
.spalteviertesviertel {
          border-left: 1px solid #ddd;
          margin-left: -1px;
      }

/* mehrspaltigkeit pressemeldung ------------------------------------- */
	  
.spaltenwrapperpresse {
          margin: 10px 0 10px 0px;
          position: relative;
          width: 100%;
          clear: both !important;
          display: block;
          background-color: #ffffff;
          background-image: url(../img/bg_spaltentrenner_halb.gif);
          background-position: 49% 50%;
          background-repeat: repeat-y;
      }
	  
.spaltenwrapperpresse .spalterechtshalb {
          border-left: 0 solid transparent;
          margin-left: -1px;
      }
	  
.spaltenwrapperpresse h3 {
          padding-top: 8px;
          margin: 0 15px 5px 10px;
          font-size: 1.4em;
          font-weight: bold;
          line-height: 1.2em;
      }
	  
.spaltenwrapperpresse h3 a {
		color: #000;
		text-decoration: none;
      }
	  
.spaltenwrapperpresse h3 a:hover {
		text-decoration: underline;
      }
	  
.spaltenwrapperpresse p {
          padding-top: 5px;
          margin: 0 15px 5px 10px;
      }
	  
.spaltenwrapperpresse p a {
          color: #003F57 !important;
          text-decoration: none;
          padding-left: 8px;
          background-image: url(../img/pfeil.gif);
          background-position: 0% 50%;
          background-repeat: no-repeat;
          font-weight:bold;
      }
      
  
.spaltenwrapperpresse p a:hover {
          text-decoration: underline;
      }

.spaltenwrapperpresse li a {
          color: #003F57;
          text-decoration: none;
          padding-left: 0px;
          font-weight:bold;
      }

.spaltenwrapperpresse li a:hover {
          text-decoration: underline;
      }
  
.spaltenwrapperpresse img {
          width: 100px;
          height: 100px;
          position: relative;
          float: left;
          margin: 10px 15px 8px 10px;
      }

/* container context ------------------------------------------------- */
	  
#context {
          position: absolute;
          top: 394px;
          left: 191px;
          z-index: 2;
          width: 175px;
          text-align: left;
          margin: 0;
          background: #fff;
      }
	  
#context img {
          border: 0 solid transparent;
          margin: -5px -10px;
          padding: 0;
          display: block;
      }

/* contextspalte ----------------------------------------------------- */
	  
#context ul#navlist {
          margin: 0;
      }
	  
#context ul {
          margin: 0 0 0;
          padding: 0;
          list-style-type: none;
      }
	  
#context ul li {
          margin: 0 0 5px;
      }
	  
#context ul li a {
          display: block;
          padding: 4px 10px 5px;
          width: 175px;
          voice-family: "\"}\"";
          voice-family: inherit;
          width: 155px;
      }
	  
html > body #context a {
          width: 155px;
      }
	  
#context a {
          color: #000;
          background-color: #ddd;
          text-decoration: none;
          font-weight: bold;
      }
	  
#context a:hover {
          color: #c00;
          text-decoration: none;
      }

/* 2te ebene contextspalte ------------------------------------------- */
	  
#context ul ul {
          margin: 0 0;
      }
	  
#context ul ul li {
          margin: 0 0 0;
          display: inline;
      }
	  
#context ul ul a {
          display: block;
          padding: 3px 10px 4px;
          width: 175px;
          voice-family: "\"}\"";
          voice-family: inherit;
          width: 155px;
      }
	  
html>body #context ul ul a {
          width: 155px;
      }
	  
#context ul ul a {
          color: #000;
          background-color: #eee;
          text-decoration: none;
          font-weight: normal;
          border-top: 1px solid #ddd;
      }
	  
#context ul ul a:hover {
          color: #c00;
          background-color: #fff;
          text-decoration: none;
      }

/* abbinder ---------------------------------------------------------- */
	  
#foot {
          position: absolute;
          left:0px;
          z-index:80;
          padding: 0;
          border: 1px solid #2596C4 !important;
          width: 99% !important;
          margin: 2px 0px 2px 2px !important; 
          display: block;
          text-align: right;
          background: #68B4E9;
          color: #003F57;
          background-image: url(../img/foot_bg.jpg);
          background-position: left top;
          background-repeat: no-repeat;
          height: 24px;
      }

#foot p {
          margin: 5px 0 0 0 !important;
          font-size: 80%;
      }	  


#foot a {
          margin: 0 5px;
          color: #003F57;
          text-decoration: none;
      }
	  
#foot a:hover {
          text-decoration: underline;
      }


/* Formular-rahmen */
#kontaktformular fieldset {
margin: 0 0 0 15px;
padding: 2px 12px 12px 12px;
border: 0px solid #CCCCCC;
}

#kontaktformular form p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
margin:0;
}

#kontaktformular form p.linie {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.1em;
margin: 7px 0 7px 0;
border-top:1px solid #E6E7E8;
}

p.linie {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.1em;
margin: 7px 10px 0px 10px;
border-top:1px solid #E6E7E8;
}

/* Formular-Ueberschrift */
#kontaktformular legend {
display:none;
}

/* Formular-Elemente*/
#kontaktformular label {
font-size: 1.0em;
display: block;
width: 140px;
height: auto;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
float:left;
}

#kontaktformular label.abstandoben {
font-size: 1.0em;
display: block;
width: 140px;
height: auto;
padding: 0;
margin:5px 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
float:left;
}

#kontaktformular label.ohne {
font-size: 1.0em;
display: block;
width: 140px;
height: auto;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
float:left;
display:none;
}

#kontaktformular input {
margin: 0 0px 5px 0px;
font-size: 1.0em;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:200px;
border:1px solid #CCCCCC;
}

#kontaktformular input.checkbox {
margin: 2px 0px 10px 10px;
_margin: -2px 0px 10px 10px;
font-size: 1.0em;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:auto;
border:none !important;
}

#kontaktformular textarea {
margin: 0 0px 5px 0px;
font-size: 1.0em;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:200px;
height:100px;
border:1px solid #CCCCCC;
}

#kontaktformular select {
margin: 0 0px 5px 0px;
font-size: 1.0em;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:205px;
border:1px solid #CCCCCC;
}

#kontaktformular input.small {
width:20px !important;
border:1px solid #CCCCCC;
margin:3px 0 0 0;
}

#kontaktformular input.submit {
border:1px solid #827876;
width:202px !important;
_width:204px !important;
font-weight:bold;
margin:0 0 0 140px;
_margin:0 0 0 143px;
clear:both;
background-color:#E6E7E8;
color:#003F57;
}

#kontaktformular .abstandunten {
margin:0 0 2px 0 !important;
padding:0 0 0 0 !important;
}

p.red {
         color: #CC0000;
         font-weight:bold;
         margin: 0 5px 10px 12px;
}
/* Formate fuer Suche und Suchergebnis und Suchformular -- ENDE ------- */

/* sitemap ----------------------------------------------------------- */

#sitemap {
	  margin: 1em 0px 1em 0;
	  _margin: 1em 0px 1em 0;
	  width:95%;
	}

#sitemap a {
          color: #000;
          text-decoration: none;
          font-weight: bold;
          font-size: 1.0em;
          border-top: 1px solid #DDD;
          width:100%;
      }

#sitemap a:hover, #sitemap a:active, #sitemap a:focus {
          color: #003F57;
          background-color: #E6E7E8;
          text-decoration: none;
      }

#sitemap ul {
          margin: 0;
          padding: 0;
          list-style-type: none;
      }

#sitemap ul li {
          margin: 0.5em 0 0 0;
          width: auto;
          display: inline;
      }

#sitemap ul li a {
	        margin: 0 0 0 0;
          display: block;
          padding: 4px 10px 5px 10px;
      }

/* 2te ebene sitemap ------------------------------------------------- */

#sitemap ul ul {
          margin: 0 10px 0 0;
          list-style-type: none;
      }

#sitemap ul ul li {
          margin: 0;
          display: inline !important;
      }

#sitemap ul ul a {
          display: block;
          margin: 0;
          padding: 3px 0px 4px 30px;
          color: #000;
          text-decoration: none;
          font-weight: normal;
          font-size: 1em;
          border-top: 1px solid #ddd;
          width:100%;
      }

#sitemap ul ul a:hover, #sitemap ul ul a:active, #sitemap ul ul a:focus {
          color: #003F57;
          background-color: #F6F6F6;
          text-decoration: none;
      }

/* 3te ebene sitemap ------------------------------------------------- */

#sitemap ul ul ul {
          margin: 0;
      }

#sitemap ul ul ul li {
          margin: 0;
          display: inline !important;
      }

#sitemap ul ul ul a {
          display: block;
          margin: 0;
          padding: 3px 10px 4px 50px;
          color: #666;
          text-decoration: none;
          font-weight: normal;
          font-size: 0.9em;
          border-bottom: 1px solid #ddd;
	  background-image: url(../images/pfeil_schwarz.gif);
          background-position: 40px 50%;
          background-repeat: no-repeat;
      }

#sitemap ul ul ul a:hover, #sitemap ul ul ul a:active, #sitemap ul ul ul a:focus {
          color: #c00;
          background-color: #F8F8F8;
          text-decoration: none;
	  background-image: url(../images/pfeil.gif);
          background-position: 40px 50%;
          background-repeat: no-repeat;
          text-decoration: underline;
      }

/* 4te ebene sitemap ------------------------------------------------- */

#sitemap ul ul ul ul {
          margin: 0;
      }

#sitemap ul ul ul ul li {
          margin: 0;
          display: inline !important;
      }

#sitemap ul ul ul ul a {
          display: block;
          margin: 0;
          padding: 3px 10px 4px 70px;
          color: #666;
          text-decoration: none;
          font-weight: normal;
          font-size: 0.9em;
          border-bottom: 1px solid #ddd;
	  background-image: url(../images/pfeil_schwarz.gif);
          background-position: 60px 50%;
          background-repeat: no-repeat;
      }

#sitemap ul ul ul ul a:hover, #sitemap ul ul ul ul a:active, #sitemap ul ul ul ul a:focus {
          color: #c00;
          background-color: #F8F8F8;
          text-decoration: none;
	  background-image: url(../images/pfeil.gif);
          background-position: 60px 50%;
          background-repeat: no-repeat;
          text-decoration: underline;
      }

/* 5te ebene sitemap ------------------------------------------------- */

#sitemap ul ul ul ul ul {
          margin: 0;
      }

#sitemap ul ul ul ul ul li {
          margin: 0;
          display: inline !important;
      }

#sitemap ul ul ul ul ul a {
          display: block;
          margin: 0;
          padding: 3px 10px 4px 90px;
          color: #666;
          text-decoration: none;
          font-weight: normal;
          font-size: 0.9em;
          border-bottom: 1px solid #ddd;
	        background-image: url(../images/pfeil_schwarz.gif);
          background-position: 80px 50%;
          background-repeat: no-repeat;
      }

#sitemap ul ul ul ul ul a:hover, #sitemap ul ul ul ul ul a:active, #sitemap ul ul ul ul ul a:focus {
          color: #c00;
          background-color: #F8F8F8;
          text-decoration: none;
	        background-image: url(../images/pfeil.gif);
          background-position: 80px 50%;
          background-repeat: no-repeat;
          text-decoration: underline;
      }
