body {
background-color: #ccc8be;
padding: 0;
margin: 0;
}

/* Container fuer die Zentrierung*/
#container {
background-color:#ffffff;
position: absolute;
left: 50%;
width: 500px;
margin-left: -250px;
border: 1px solid #000000;
padding: 6px;
margin-top: 30px;
margin-bottom: 30px;
}

/* Container fuer den gruenen Balken*/
#header {
background-color: #b9d010;
height: 32px;
}

/* Container fuer den Logo-Balken*/
#logo {
background-color: #8ab1d4;
height: 64px;
margin-top: 6px;
}

/* Container fuer den Balken ueber der Rurbikanzeige*/
#orange {
background-color: #ff9900;
height: 20px;
margin-top: 6px;
}

/* Container fuer den Balken mit der Rurbikanzeige*/
#orange_rubrik {
background-color: #ff9900;
margin-top: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 10px;
}

#blau {
background-color:#1d639d;
height: 20px;
margin-top: 6px;
}

/* Container fuer den Balken mit der Rurbikanzeige*/
#blau_rubrik {
background-color: #1d639d;
margin-top: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 10px;
}

#grau {
background-color: #ccc8be;
height: 20px;
margin-top: 6px;
}

/* Container fuer den Balken mit der Rurbikanzeige*/
#grau_rubrik {
background-color:  #ccc8be;
margin-top: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 10px;
}

#rot {
background-color: #ff572d;
height: 20px;
margin-top: 6px;
}

/* Container fuer den Balken mit der Rurbikanzeige*/
#rot_rubrik {
background-color: #ff572d;
margin-top: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 10px;
}
#gruen {
background-color: #889f2a;
height: 20px;
margin-top: 6px;
}

/* Container fuer den Balken mit der Rurbikanzeige*/
#gruen_rubrik {
background-color: #889f2a;
margin-top: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
}


/* Headline fuer die Rurbikanzeige*/
h1 {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 16px;
color: #ffffff;
text-align: right;
margin-top: 0;
margin-bottom: 0px;
font-weight: normal;
}

#navcontainer {
background-color: #ffffff;
margin-top: 16px;
margin-bottom: 0;
border-top: 1px solid #e8e6df;
}

.menue_level_1 {
background-color: #ffffff;
}

.menue_level_1 a
 {
display: block;
text-decoration: none;
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #333333;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
background-image:url(../images/pfeil_grau.gif);
background-repeat:no-repeat;
background-position:  0 50%;
border-bottom: 1px solid #e8e6df;
 }
 
 .menue_level_1_active
 {
 display: block;
 text-decoration: none;
 font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #333333;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #e8e6df;
background-image:url(../images/pfeil_schwarz.gif);
background-repeat:no-repeat;
background-position:  0 50%;
border-bottom: 1px solid #e8e6df;
}
 

 #menue_level_2 {
background-color: #ffffff;
border-bottom: 1px solid #e8e6df;
}

#menue_level_2 a
 {
 display: block;
 text-decoration: none;
 font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #333333;
padding-left: 50px;
padding-top: 1px;
padding-bottom: 1px;
background-image:url(../images/pfeil_grau.gif);
background-repeat:no-repeat;
background-position:  40px 50%;
 }
 
 #menue_level_3 {
background-color: #ffffff;
border-bottom: 1px solid #e8e6df;
}

#menue_level_3 a
 {
 display: block;
 text-decoration: none;
 font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #333333;
padding-left: 70px;
padding-top: 1px;
padding-bottom: 1px;
background-image:url(../images/pfeil_grau.gif);
background-repeat:no-repeat;
background-position:  60px 50%;
 }
 
 .menue_level_1 a:hover
 {
 background-color:#ccc8be;
 color: #333333;
 background-image:url(../images/pfeil_schwarz.gif);
background-repeat:no-repeat;
background-position:  0 50%;
border-bottom: 1px solid #ccc8be;
 }
 
  #menue_level_2 a:hover
 {
 background-color: #e8e6df;
 color: #333333;
 background-image:url(../images/pfeil_schwarz.gif);
background-repeat:no-repeat;
background-position:  40px 50%;
 }
  #menue_level_3 a:hover
 {
 background-color: #e8e6df;
 color: #333333;
 background-image:url(../images/pfeil_schwarz.gif);
background-repeat:no-repeat;
background-position:  60px 50%;
 }



/* Container fuer den Navigationsbereich
#navcontainer {
background-color: #ffffff;
margin-top: 18px;
border-top: 1px solid #ccc8be;
margin-bottom: 0;
}

 #navcontainer ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 font-family:"trebuchet ms", arial, verdana,sans-serif;
 font-size: 11px;
 color:#333333;
 }

 #navcontainer li { margin: 0; }

 #navcontainer a
 {
 display: block;
 color: #333333;
 background-color: #ffffff;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 10px;
 text-decoration: none;
 border-bottom: 1px solid  #ccc8be;
 font-weight: bold;
 }

 #navcontainer a:hover
 {
 background-color: #e8e6df;
 color: #333333;
 }
 
  #navcontainer a.active {
  background-color: #e8e6df;
 color: #333333;
 }
 
#navcontainer ul ul {
margin-top: 0;
margin-bottom: 0;
}

 #navcontainer li li a
 {
 display: block;
 color: #333333;
 background-color: #ffffff;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 40px;
 text-decoration: none;
 border-bottom: 1px solid #ccc8be;
 font-weight: normal;
 }
 
 #navcontainer li li li a
 {
 display: block;
 color: #333333;
 background-color: #ffffff;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 60px;
 text-decoration: none;
 border-bottom: 1px solid #ccc8be;
 font-weight: normal;
 }*/
 
/* Container fuer den Textbereich*/
#text {
border: 1px solid #e8e6df;
padding: 5px 5px 5px 10px;
margin-top: 16px;
}


/* Balken mit gestreiftem Hintergrund*/
#footer_orange {
background-color: #ff9900;
height: 16px;
margin-top: 6px;
background-image:url(../images/footer.gif);
background-repeat:repeat-x;
background-position:  0 4px;
}

/* Balken fuer die Footer-Navi*/
#footer_orange_navi {
background-color: #ff9900;
padding-bottom: 2px;
padding-right: 20px;
margin-top: 0px;
}

/* Formatierung fur die Footer-Navi*/
.footer_orange_navi {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #ffffff;
text-align: right;
margin-top: 0px;
margin-bottom: 0px;
}

/* Balken mit gestreiftem Hintergrund*/
#footer_blau {
background-color: #1d639d;
height: 16px;
margin-top: 6px;
background-image:url(../images/footer.gif);
background-repeat:repeat-x;
background-position:  0 4px;
}

/* Balken fuer die Footer-Navi*/
#footer_blau_navi {
background-color: #1d639d;
padding-bottom: 2px;
padding-right: 20px;
margin-top: 0px;
}

/* Formatierung fur die Footer-Navi*/
.footer_blau_navi {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #ffffff;
text-align: right;
margin-top: 0px;
margin-bottom: 0px;
}

/* Balken mit gestreiftem Hintergrund*/
#footer_grau {
background-color:  #ccc8be;
height: 16px;
margin-top: 6px;
background-image:url(../images/footer.gif);
background-repeat:repeat-x;
background-position:  0 4px;
}

/* Balken fuer die Footer-Navi*/
#footer_grau_navi {
background-color:  #ccc8be;
padding-bottom: 2px;
padding-right: 20px;
margin-top: 0px;
}

/* Formatierung fur die Footer-Navi*/
.footer_grau_navi {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #ffffff;
text-align: right;
margin-top: 0px;
margin-bottom: 0px;
}

/* Balken mit gestreiftem Hintergrund*/
#footer_rot {
background-color:#ff572d;
height: 16px;
margin-top: 6px;
background-image:url(../images/footer.gif);
background-repeat:repeat-x;
background-position:  0 4px;
}

/* Balken fuer die Footer-Navi*/
#footer_rot_navi {
background-color: #ff572d;
padding-bottom: 2px;
padding-right: 20px;
margin-top: 0px;
}

/* Formatierung fur die Footer-Navi*/
.footer_rot_navi {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #ffffff;
text-align: right;
margin-top: 0px;
margin-bottom: 0px;
}

/* Balken mit gestreiftem Hintergrund*/
#footer_gruen {
background-color: #889f2a;
height: 16px;
margin-top: 6px;
background-image:url(../images/footer.gif);
background-repeat:repeat-x;
background-position:  0 4px;
}

/* Balken fuer die Footer-Navi*/
#footer_gruen_navi {
background-color: #889f2a;
padding-bottom: 2px;
padding-right: 20px;
margin-top: 0px;
}

/* Formatierung fur die Footer-Navi*/
.footer_gruen_navi {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #ffffff;
text-align: right;
margin-top: 0px;
margin-bottom: 0px;
}

p {
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #333333;
margin-top: 5px;
line-height: 18px;
}

.index
{
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 20px;
color: #999999; 
margin-top: 5px;
line-height: 19px;
}


ul {
list-style-type: none;
padding: 0;
margin: 0px 0px 15px 0px;
line-height: 15px;
}

li {
background-image: url(../images/liste.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left: 14px;
font-family: "trebuchet ms", arial, verdana, sans-serif;
font-size: 11px;
color: #333333;
margin-top: 12px;
line-height: 15px;
}

#text a:link {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 11px;
	color: #333333;
        text-decoration: underline;
        font-weight:  normal;
	}
	
#text a:visited {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 11px;
	color: #333333;
        text-decoration: underline;
         font-weight:  normal;
	}
	
#text a:hover {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	 background-color:#ccc8be;
        text-decoration: underline;
        font-weight:  normal;
	}

.grau {
color: #999999; 
font-weight: bold;
 }
 
 .grau_index {
 color: #999999; 
 }
 
 .klein {
 font-size: 14px;
 color: #999999; 
  }