body {
	background-color: #434A51;
    font-size: 12px;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	color: #666666;
	/*line-height: 1.4em;*/
	text-decoration: none;
    margin: 0;
	padding: 0;
}

.gruen	{ color: #8BC801; }
.gruenfett { color: #8BC801; font-weight: bold; }
.grau	{ color: #434A51; }
.graufett	{ color: #434A51; font-weight: bold; }			
.rot	{ color: #FF0101; }
.rotfett { color: #FF0101; font-weight: bold; }
}

#header {
	width: 100%;
	height: 300px;
	text-align: right;
}
#content {
	width: 100%;
	background-color: #434A51;
	color: #ffffff;
	border: 0; 
	margin: 0;
}
#content A:link, #content A:visited {
	color : #8BC801;
	font-weight: bold;
	text-decoration : none;
}
#content A:hover {
	color : #8BC801;
	font-weight: bold;
	text-decoration : underline;
}
  ul#Navigation {
    margin: 0;
	padding: 6px;
    border: 0;
	border-color: #FF0101;
    background-color: #FF0101;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
	padding: 6px;
    margin: 0;
    border: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 6px;
    text-decoration: none; 
	font-weight: bold;
    border: 0;
	margin:0;
    color: white; 
	background-color: #FF0101;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover {
    padding: 6px;
	margin: 0;
    border:0;
    color: #FF0101; 
	background-color: #FFFFFF;
  }
  ul#Navigation span {
    padding: 6px;
	margin: 0;
    border: 0;
    color: white; 
	background-color: #434A51;
  }
#footer {
    position: absolute;
    top: 100%; left: 0;
	width:100%;
	background-color: #fff;
	text-align: right;
	border: 0;
	margin: 0;
	margin-top: -70px;
	color: #999;
	z-index:0;
}
#footer A:link {
	color : #999;
	text-decoration : none;
	font-weight: bold; 
}
#footer A:hover {
	color : #999	;
	text-decoration : underline;
	font-weight: bold;  
}
#footer A:visited {
	color : #999	;
	text-decoration : none;
	font-weight: bold;  
}

html>body #footer {  /* nur fuer moderne Browser! */
    position: fixed; }
