@media screen {
 /* Generalbefehl an alle Elemente */
 * {
   padding:0;
   margin:0;
   }
 
body {
  /* Die Schriftgröße wird gegen Browserbugs abgesichert */
   font:normal 100.01% Arial, Helvetica, sans-serif;
   color:#000;
   background: #fff;
   font-size: 0.8em; 
   }

/* Die horizontale Kopfzeile für die Grafiken*/		  
#header {
        color: #000;
	background-color: #6A94BA;
   }

/* Die linke Navigation */
 #menue {
  float: left;
  width:186px;
  border: 1px solid #fff;
  border-right:1px solid #777;
  border-bottom:1px solid #777;
  background: #eef;
  font-size: 0.83em;
  }

/* Hier wird der Inhaltsbereich formatiert*/
#content {
	background-color: #fff;
	margin:  4px 4px 4px 204px;
	padding: 1px;
   }

/* Am unteren Rand ist die Fußzeile */
#footer {
   background-color: #6699CC;
   clear:both;
	line-height: 14px;
	font-size: 0.7em;
  	color: Black;
   }
	
/* Die so markierten Angaben sind am Monitor unsichtbar */	
#printfoot {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
  } 	

a:link   {
	 color: #000000; /* schwarz - unbesuchte Links im Textteil */
	 text-decoration: underline;
         }

a:hover  {
	 color: #000066;  /* dunkelblau - onmouseover-Links im Textteil */
	 text-decoration: none;
	 font-weight: bold;
         }

a:active {
	 color: #000066; /* dunkelblau - aktive Links im Textteil */
	 text-decoration: none;
         font-weight: bold; 
         }

a:visited {
	 color: #000066;  /* dunkelblau - schon besuchte Links im Textteil */
	 text-decoration: underline;
         }

h1, h2, h3 {
   font-weight: normal;
}
h1, h2 {
   padding: 0.2em;
   margin: 0;
}
h1 {
   font-size: 2.0em;
   text-align: left;
	border-bottom: 3px solid;
	color: #006; /* dunkelblau */
}
h2 { 
    font-size: 1.4em;
    text-align: left;
  }

/* Befehl zum ausblenden von Textzeichen */
span.unsichtbar {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
  }

#menue h2 {
   font: bold 1em arial, sans-serif;
   color:#6699CC;
   background: #fff;
   padding:3px 12px;
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #777777;
   }

#menue ul li {
  margin:5px 0 0;
  list-style: none;
  } 

 /* Kontextselektor für die Listeneinträge der zweiten Ebene: */
#menue li li {
  border:0;
  margin:0;
  display:inline; 
  list-style: none;
  } 

#menue a.inaktiv {
	display: block;
	color: #000;
	padding: 1px 5px 3px 10px;
	border: 1px solid #eef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #6699CC;
	border-left: 0;
	background: #eef; /* Menueintraege-Hintergrundfarbe */
}
  
#menue strong {
	display: block;
	color: #fff;
	padding: 2px 5px 3px 10px;
	background: #006;
	border: 1px solid #fff;
}

#menue li li a, li li a.inaktiv:hover, li li strong {
   padding-left:10px;
   color: #000;
	text-decoration: none;
   }

#menue a.inaktiv:visited {
  color: #6699CC;
  }

#menue a.inaktiv:focus { 	/* verschoben: vor statt hinter hover (Tip selfhtml) */
  color:#6699CC;
  font-weight:bold;
  background: #006;
  }

#menue a.inaktiv:hover {
  padding-left: 10px;
  background: #fff;
  }

#menue a.aktiv {			/* aktive Links im Menuteil */
	display: block;
	color: #000;
	padding: 1px 5px 3px 10px;
	border: 1px solid #eef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #6699CC;
	border-left: 0;
	background: #6699CC;
        font-weight: bold;
}

#content ul {
	margin: 1.2em 0.2em 1.2em 1.6em;
	padding: 1px;
}  

#content li {
	margin: 0.1em 0.1em 0.1em 0.1em;
	letter-spacing: 0.1em;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em 0.2em 0.5em 0.25em;
}

.bg1{
	background-color: #EEEEFF; /* Hintergrundfarbe 1 fuer Liste der Downloaddateien */
	width: 40em;
	padding-bottom: 4px;
}

.bg2{
	background-color: #CCCCFF;  /* Hintergrundfarbe 2 fuer Liste der Downloaddateien */
	width: 40em;
        padding-bottom: 4px;
}
.noshow {
	visibility: visible;
}

}
/* -------------------------------------------------------------------------------------- */
@media print {

#menue {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
  }

#content {
  font-family: Arial, Helvetica, sans-serif;
  }  

#printfoot {
  border-top: 1px solid;
  font-family: Arial, Helvetica, sans-serif;
  color: Silver;
  } 

#printfoot p {
  font-size: 0.7em;
  }

.noshow {
  visibility: hidden;
  }