body 	{background-image:url(../bilder/bannereod.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-color: black;
		font-size: 12pt;
		font-family: arial;
		color: white;}
 h1		{text-align: center;}
 h4		{font-size: 24px;}
 a		{color:#8B0000;}

/*Navigation*/

  ul#Navigation {
    margin: 0; padding: 0.8em; height: 2.5em;
    text-align: center;
	background-color: #8B0000;
    border: 1px solid black;
	width: 90em;}
	
  ul#Navigation li {
    list-style: none;
    float: left; /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
	display: inline;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }
  ul#Navigation div {clear: left;}

/* ID's */
 
  #impressum {text-align:center;
  			  font-size: 1.2em;
			  margin: 30px; padding:10px}
			  
  #impressum h3 {font-weight:bold;
			text-decoration:underline;
			font-size:1.5em}
  
				
/* Klassen */

.head 	{text-decoration:underline;
		font-weight:bold;
		font-size:1.8em;}
		
.body h3, div h3
			{font-weight:bold;
			text-decoration:underline;
			font-size:1.5em}

.body 		{font-size: 1.2em;
			margin: 20px; padding:10px;}
			
.erfolge1, .erfolge2, .erfolge3, .erfolge4, .erfolge5 {font-size: 1.2em;
			margin: 20px;
			width: 550px;
			float: left;
			text-align:center;}
			
.erfolge	{
			position: absolute;
			top: 50%; 
			left: 50%; 
			margin: -111px -333px; 
 			width: 535px; 
 			}

.start		{
			font-size: 1.2em;
			text-align: center;
			margin: 20px;
			width: 250px;
			float: left;
			}
			
.index		{
			font-size: 1.2em;
			margin: 50px 300px;
			}
			
/* Lightbox */
body		 {clip: rect(0px,0px,0px,auto);}

.lightbox 	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 42px;
			font-weight: bold;
			color: #CC0000;
			background-color: #CCFF00;
			}