

html, body{        		/*Margin=Außenabstand, padding= Innenabstand, float=Textumfluss */
	font-family: Times New Roman, Georgia, Times, serif;
	
	height:100%;
	margin:0;
	padding:0;
	background-color: #E0E0E0;

	text-align: center;	/* Korrektur fuer IE 5.x */}



/*Navi allgemein */
#navcontainer{
	text-align:center;
	height:5%; width:80%;
	margin: 0px 0 0 30px;
	padding: 0;}

#navcontainer ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;}

#navcontainer ul li{
	width:100px;
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	text-align:center;}

#navcontainer ul li a{
	background: #CCCCCC;
	height:20px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: black;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 11px Lucida Grande, Lucida Sans Unicode, verdana, lucida, sans-serif;}


#navcontainer ul li a:hover{
	color: #333333;
	background: #FFCCCC;}

#navcontainer a:active{
	background: #CC9999;
	color: #333333;}

#navcontainer li#active a{	
	background: #CC9999;
	border: 1px solid #CC9999;
	color: #333333;}



