@charset "utf-8";
/* CSS Document */


body {
    color: #0c0a7b; 
	background-color: #d8e4f3;
	font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	text-align:center;
  }
    
  	div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1024px;
    padding: 0.5em;
    border: 0px ridge silver;

	

  }
	#Seite marquee strong {
	color: #ffffff;
	background-color:#000548;
  }
  .fleft { /* Sachen, an denen der Text vorbeifließen soll, wierden diese Klassen zugewiesen. */
  float: left;
  margin: 0 1em 0.2em 0; /* Man sollte einen schönen Abstand wählen, sonst kleben die Sachen so am Text. */
	}
  .fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
  }
  
  .text1 {
	  font-size: 0.9em;
  }
  
  .text2 {
	  font-size: 11em;
	  font-family: "Arial Black", Gadget, sans-serif;
  }
   .text-table {
	   color:#C00;
	   font-weight:bold;
  }
  
	.h2 {
	   font-family:Verdana, Geneva, sans-serif;
  }
	  
	  
  div#bann2 {
    font-size: 0.2em;
    margin: 0 0 0.7em; padding: 0;
    text-align: center;
    background-color: #0c0a7b;

  }
  
  html>body h1 {
    border-color: 0px;  /* Farbangleichung an den Internet Explorer  */
  }

  ul#Navigation {
  	width: 11.6em;
    font-size: 0.83em;
    color: white;
    float: left; width: 11em;
    margin: 0 0 1.2em; padding: 0;
	background-image:url(image/navi2.jpg);
  }
  
  
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    width: 10em;
    padding-left: 0;
    padding-left: 0.8em;
	
  }
  	
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0 0 0 1em; padding: 0;
  }
  ul#Navigation li ul li {
    margin: 0.1em 0;
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
	
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }

  ul#Navigation a:link {
    color: #006; 
	background-color: #;
	text-decoration:none;
  }
  ul#Navigation a:visited {
    color: #006; 
	background-color: #;
	text-decoration:none;
  }
  ul#Navigation a:hover {
    color: #ffcc00; 
	background-color: #;
	text-decoration:none;
  }
  ul#Navigation a:active {
    color: #006; 
	background-color: #;
	text-decoration:none;
	list-style-image:none;
	
  }

  div#Info {
  	color: #ffffff;
    font-size: 0.9em;
    float: right; width: 12.5em;
    margin: 0; padding: 0;
	background-image:url(image/navi2.jpg);
  }
  
  div#Info h2 {
    font-size: 1.2em;
    margin: 0.2em 0.5em;
    color:#0c0a7b;
    font-family:verdana;
  }
  div#Info p {
    font-size: 0.8em;
    margin: 0.4em;
  }
  .p2 {
  	font-family:verdana;
  	color:#cc0000;
  	align:center;
  	font-size:0.6em;
  	font-weight:bold;
  	}
  	
  div#Info table {
   color: #0c0a7b;
   text-align: left;
   font-size: 1em;
   }
   
  div#Info a:link {
    color:#006; 
	background-color: #;
	text-decoration:none;
  }
  div#Info a:visited {
    color: #006; 
	background-color: #;
	text-decoration:none;
  }
  div#Info a:hover {
    color:#F90; 
	background-color: #;
	text-decoration:none;
  }
  div#Info a:active {
    color: #006; 
	background-color: #;
	text-decoration:none;
  }
  

  div#Inhalt {  	
  	font-size: 0.8em;
  	color: #0c0a7b;
    margin: 0 13em 1em 12em;
    padding: 0;
    background-color: #d8e4f3;
	overflow-x:hidden;
  }
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  
  div#Inhalt h2 {
	font-size: 1.5em;
	margin: 0.2em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #C00;

  }
  
  .table {
   color: #0c0a7b;
   text-align: left;
   font-size: 1em;
   align:center;
   }
   
  div#Inhalt p {
    font-size: 0.8em;
    margin: 1em 0;

  }
  div#Inhalt p2 {
  	font-size: 1em;
  	margin:1em 0;

  	}
    .p3 {
  	font-size: 0.9em;
  	margin:1em 0;
  	}
  	.p4 {
  	font-size: 1em;
  	margin:1em 0;

  	}
  

  div#Inhalt a:link {
    color: #00ccff; 
	background-color: #;
	text-decoration:none;
  }
  div#Inhalt a:visited {
    color: #00ccff; 
	background-color: #;
	text-decoration:none;
  }
  div#Inhalt a:hover {
    color: #cc0000; 
	background-color: #;
	text-decoration:none;
  }
  div#Inhalt a:active {
    color: cc0000; 
	background-color: #;
	text-decoration:none;
  }

  
  p#Fusszeile {
    clear: both;
    font-size: 0.7em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #000066; 
	color:#FFF;
  }
p#Fusszeile a:link {
    color: white;
	background-color: #0c0a7b;
	text-decoration:none;
  }
  p#Fusszeile a:visited {
    color: #00ccff;
	background-color: #0c0a7b;
	text-decoration:none;
  }
  p#Fusszeile a:hover {
    color: red;
	background-color: #0c0a7b;
	text-decoration:none;
  }
  p#Fusszeile a:active {
    color: white;
	background-color: #0c0a7b;
	text-decoration:none;
  }
div#@font-face navi{ font-family: FuturaTEELig; src:url(Fonts/FE11002T.TTF);
	font-size: 4em;
	font-weight: bold;
  }
 
  
 #Uhr { 
 position:absolute;
 font-size: 0.9em;
 align: center;
 }
.Uhr { font-family:Arial; color:#006; font-weight:bold;}
