html { height:100,01%; }

body {
	background-color:#000000;
	padding-bottom: 1em;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100,01%;
	min-height: 101,01%;
	min-width:41em;
	}

h1 {
	font-size:1.2em;
	font-style:italic;
	color:rgb(0,51,0);
	}

h2 {
	font-size:0.9em;
	font-weight:bold;
	color:rgb(0,51,0);
	}
	
p { line-height:1.3em; font-size:0.75em;
	}
	
a:link { color:rgb(191,191,85); 
		text-decoration:none;
		font-weight:bold;}

a:visited { color:rgb(191,191,85); 
		text-decoration:none;
		font-weight:bold;
		}
		
a:hover {color:#990000;}
a:active { color:#990000;}
a:focus { color:#990000;}
	
.rot { color:#990000;}
.grün { background-color:#DFF7D5;}
.gold { background-color:rgb(204,204,102);}

td, textarea { font-size:0.75em; }

hr { border:0px; border-top: dotted 1px; border-bottom:dotted 1px #ffffff; }


/* ----------container zentriert das layout-------------- */
#container {
	width:760px;
	height:100,01%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	}

/* ----------header for logo-------------- */
#header {
	border:medium;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#FFFFFF;
	background-color:rgb(0,51,0);
	}

/* ---------main navi--------------- */


ul#mainnavi {
	margin:0;
	padding-top:0.2em;
	padding-right:0.5em;
	padding-bottom:1.5em;
	padding-left:0.5em;
	text-align:center;
	background-color:rgb(0,51,0);
}
	
ul#mainnavi li {
    list-style: none;
    display: inline;
  }
  
ul#mainnavi a {
    float: left; width: 6em;
	margin:0; padding:0.2em 1em;
	font-size:0.75em; text-decoration: none;
	font-weight:normal; 
	color:rgb(204,204,102);
	background-color:rgb(0,51,0);
	border-right:1px solid;
	border-color:rgb(204,204,102);
  }
  * html ul#mainnavi a {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#mainnavi a:hover {
    color: black; background-color:rgb(204,204,102);
  }
  ul#mainnavi div {
     clear: left;
  }

/* --------------startcontent------------- */
#startcontent {
	margin:20px;
	margin-right:20px;
	text-align:center;
	padding:10px;
	}


/* --------------menu------------------ */

ul#nav {
	clear:both;
	width:13em;
	float:left;
	font-size:0.75em;
	font-weight:normal;
	margin:0;
	padding-top:3.5em;
	padding-left:1.8em;
	}
	
	* html ul#nav {  /* Korrekturen fuer IE 5.x */
    width: 14.6em;
    w\idth: 13em;
    padding-left: 0;
    padd\ing-left: 1.7em;
	}

ul#nav li {
	list-style:none;
	margin:0.3em;
	padding:0;
	}
	
ul#nav li ul {
	margin:0 0 0 1.8em;
	padding:0;
	}
ul#nav li ul li{
	margin:0.1em 0;
	padding:0;
	}
* html ul#nav li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

ul#nav a { 
	display:block;
	text-decoration:none;
	font-weight:normal;
	padding:0.2em;
	border:1px;
	border-color:rgb(204,204,102);
	border-style:dotted;
	
	}
* html ul#Navigation a {
    width: 100,01%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100,01%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }


ul#nav a:link { color:black; }
ul#nav a:visited { color:black; }
ul#nav a:focus { color: white; background-color: rgb(204,204,102);}
ul#nav a:hover { color: white; background-color: rgb(204,204,102);}
ul#nav a:active { color: white; background-color: rgb(204,204,102);}



/* -----------------content--------------------- */
#content {
	margin-top: 2.5em;
	margin-right: 2em;
	margin-bottom: 1.5em;
	margin-left:13em;
	}
	* html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }



	
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

ul#content li {
	list-style:none;
	margin:0.2em;
	padding:0;
	}
	

/* -----------footer--------------------------- */
#footer {
	clear: both;
	text-align:center;
	color:white;
	padding:10px;
	margin:0px;
	background-color:rgb(0,51,0);
	font-size:0.7em;
	border-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	}
#footer a:link { color:#FFFFFF; text-decoration:none; }
#footer a:vistied { color:#FFFFFF; }
#footer a:hover { background-color:rgb(0,51,0); }
#footer a:active {color:#FFFFFF; }

