/*Haupttext*/	
#TM  { 
   font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666; 
	line-height: 150%;
	letter-spacing: 1px;
	text-align: left;
	font-size: 12px;
	}

#TM h1{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #9FBCFF;
	margin-top: 25px;
	border-bottom: solid 5px #FFD700; 	
	
}

#TM  h2{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #blue;
}

#TM ul{
	list-style: circle;
}

#TM ol{
	list-style-type: decimal;
	}
	
#TM a:link{
	font-style: normal;
	font-weight: normal;
	color: #blue;
}
	
 #TM a:visited{
	font-style: normal;
	font-weight: normal;
	color: #blue;
}

 #TM a:hover{
	font-style: normal;
	font-weight: normal;
	color: red;
	background-color: #dddddd;
}

/*Bildunterschrift*/

.csc-textpic-caption {
color: #000eee;
font-size: 10px;
font-family: sans-serif;
}

/*Text im rechten Fesnter*/

#rechts  { 
   font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666; 
	letter-spacing: 1px;
	text-align: left;
	font-size: 10px;
	}

#rechts h1{
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #9FBCFF;
}

#rechts  h2{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #blue;
}

#rechts ul{
	list-style: circle;
}

#rechts li{
	list-style-type: decimal;
	}
	
#rechts a:link{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #blue;
}
	
 #rechts a:visited{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #blue;
}

 #rechts a:hover{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: red;
	background-color: #dddddd;
}



body{
	text-align:center;
	background-color: #dddddd; /* Hintergrundfarbe für alles*/
}

div#container { /*Container für Hintergrundfarben der Spalten*/
  width:980px;
  text-align:left; 
  margin:0px auto;
  border:1px solid silver;
  background: url(../fileadmin/images/background.jpg) repeat-y;
}

div#top {
  font: bold 10px Verdana,Arial;
  clear:both;
  background-image: url(images/streifen-blau.gif);
  text-align:left;
  color:#FFFFFF;  
  padding:5px;
  padding-right:10px;  
}

div#top a {
   text-decoration: none;
   color:red;
	
}

div#header { background-color:white; 	
				text-align: right; 
				background-image: url(images/streifen-grau.gif);}

div#links { 
	float:left;
	width:180px; 
	padding-top:10px;
	padding-bottom:10px;
	
}

div#center { 
	float:left;
	width:580px; 
	padding:20px;
	}

div#head { 
	text-align:right;
}

div#right { 
	float:left;
	width:160px; 
	height:auto;
	padding:5px;
	
}

div#footer {
  clear:both;
  background-image: url(images/streifen-blau.gif);
  padding:2px;
  height: 16px;
}

.float-left { 
	float:left; 
}

/* Anpassungen IE */

*html div#container {
  width:982px;
}

*html div#center { 
	float:left;
	width:620px; 
}

 
#unten {
	padding-left: 185px;
	font-size: 11px;
	color: #fff; 
	font-family:Verdana,sans-serif;
	font-weight:bold;
	text-decoration:none;
	}

#unten a:link {
	color: #fff; 
	text-decoration:none;
	}

#unten a:visited {
	text-decoration:none;
	color: #fff;
	}

#unten a:hover  {
	background-color:#ffe600;
	color: red; 
	text-decoration:none;
	}
		
#Pfad {
	padding-left: 5px;
	font-size: 11px;
	color: #ddd; 
	font-family:Verdana,sans-serif;
	font-weight:bold;
	text-decoration:none;
	}

#Pfad a:link {
	color: #ddd; 
	text-decoration:none;
	}

#Pfad a:visited {
	text-decoration:none;
	color: #ddd;
	}

#Pfad a:hover  {
	background-color:#ffe600;
	color: red; 
	text-decoration:none;
	}
	
	#Menuaaa{
		color: red;
		border-left: solid 5px red; 	
		}
	
/*Menübeschreibungen*/	
#MenuL1{
   width:180px;
   float: left;
  	font-family:Verdana,sans-serif;
	font-weight:normal;
	text-decoration:none;
	background-color: #bbb;
	border-bottom: 2px solid white;
	padding-top: 3px;
	padding-bottom: 3px;
	
			}

					
	#MenuL2{
	width:180px;
   float: left;
  border-bottom: 2px solid white;
	font-family:Verdana,sans-serif;
	font-weight:normal;
	text-decoration:none;
	background-color: #9ABAF3;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
	#MenuL3{
	width:180px;
   float: left;
  border-bottom: 2px solid white;
	font-family:Verdana,sans-serif;
	font-weight:normal;
	text-decoration:none;
	background-color: #C9DAF5;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
	#MenuL4{
	width:180px;
   float: left;
   border-bottom: 2px solid white;
	font-family:Verdana,sans-serif;
	font-weight:normal;
	text-decoration:none;
	background-color: #eee;
	padding-top: 3px;
	padding-bottom: 3px;
	}
		
#MenuL1 a:link {
	color: #111;
	font-size: 12px; 
	text-decoration:none;
	/*border-left: solid 5px #6495ed;*/
	}

#MenuL1 a:visited {
	color: #111; 
	font-size: 12px; 
	text-decoration:none;
	/*border-left: solid 5px #6495ed;*/
	}

#MenuL1 a:hover {
	font-size: 12px;
	color: red;
	font-weight:normal;
	text-decoration:none;
/*	border-left: solid 5px #FFD700; */
	}	
	
#MenuL2 a:link {
	color: #111;
	font-size: 12px; 
	text-decoration:none;
/*border-left: solid 5px #bbb;*/
	}

#MenuL2 a:visited {
	color: #111; 
	font-size: 12px; 
	text-decoration:none;
/*border-left: solid 5px #bbb;*/
	}

#MenuL2 a:hover {
	font-size: 12px;
	color: red; 
	font-weight:normal;
	text-decoration:none;
	/*border-left: solid 5px #FFD700;*/
	}	
	
	#MenuL3 a:link {
	color: #111111;
	font-size: 12px; 
	text-decoration:none;
/*border-left: solid 5px #9ABAF3;*/
	}

#MenuL3 a:visited {
	color: #111111; 
	font-size: 12px; 
	text-decoration:none;
/*border-left: solid 5px #9ABAF3;*/
	}

#MenuL3 a:hover {
	font-size: 12px;
	color: red; 
	font-weight:normal;
	text-decoration:none;
/*	border-left: solid 5px #FFD700;*/
	}	

	#MenuL4 a:link {
	color: #111;
	font-size: 12px; 
	text-decoration:none;
/*border-left: solid 5px #C9DAF5;*/
	}

#MenuL4 a:visited {
	color: #111; 
	font-size: 12px; 
	text-decoration:none;
/*	border-left: solid 5px #FFD700;*/

	}

#MenuL4 a:hover {
	font-size: 12px;
	color: red; 
	font-weight:normal;
	text-decoration:none;
	}	
	

#Datum{
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3f7d9d;
}

#suchbutton{
	color: red;
}
	
ul.klapp, ul.klapp ul {

    list-style-type: none;

}



ul.klapp a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight: normal;

}

ul.klapp li {
    padding: 0;
    margin: 0;
    float: left;
    background-color: #FFF9E4;
    border:1px solid #26383D;
   /* height: 20px;*/

}



/* Für Unterpunkte keine Float-Eigenschaft */

ul.klapp ul li {

    float:none;

    background-color: transparent;

}



/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

ul.klapp ul li.hover, ul.klapp ul li:hover {

    background-color: #FFF9E4;

}



/* Zweite Ebene */

        ul.klapp ul {

              margin:0;

                 padding: 0;

               position: absolute;

               background-color: #26383D;

                border: 1px solid #FFF9E4;

                display: none;

                    width: 200px;

     }



   /* Zweite Ebene anzeigen */

       ul.klapp li.hover ul, ul.klapp li:hover ul  {

               display: block;

   }



/* Dritte Ebene */

   ul.klapp li.hover ul ul, ul.klapp li:hover ul ul {

                  display: none;

                    margin-left: 160px; /* Breite eines Listenelements - Überlagerung */

              margin-top: -20px; /* Höhe eines Listenelements */

        }



   /* Dritte Ebene anzeigen */

       ul.klapp li.hover ul li.hover ul, ul.klapp li:hover ul li:hover ul {

                display: block;

   }





/* Vierte Ebene */

     ul.klapp li.hover ul li.hover ul ul, ul.klapp li:hover ul li:hover ul ul {

                  display: none;

    }



   /* Vierte Ebene anzeigen */

       ul.klapp li.hover ul li.hover ul li.hover ul , ul.klapp li:hover ul li:hover ul li:hover ul {

               display: block;

   }
