@charset "UTF-8";
/* CSS Document */
body	{
	background-color: #e2e2e2;
	margin: 0px;
    background-attachment:fixed;
    /*diese zwei letzten zeilen sind f�r den ie  damit der fixe kopf nicht "gumpet"*/
    /*im haed im file muss diese zeite entfert werden: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">*/
	}

*{	font-family: Lucida Grande, Arial, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	}
	
a:focus {outline:none;}

#Kopf	{
	width:911px;
	height:112px;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left:-455.5px;	
	background-image: url(images/kopf.gif);
	position: expression("absolute");
    top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
    /*diese zwei letzten zeilen sind f�r den ie  weil dieser position fixed nicht versteht*/
	}
	
#Hintergrund	{
	position: fixed;
	top: 0px;
	width: 955px;
	left: 50%;
	margin-left: -477.5px;
	height: 100%;
	background-color: white;
	position: expression("absolute");
    top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
        /*diese zwei letzten zeilen sind f�r den ie  weil dieser position fixed nicht versteht*/
	}
	
#logo-unten	{
	position: absolute;
	bottom: 0px;
	width: 911px;
	height: 52px;
	left: 50%;
	margin-left:-455.5px;	
	background-image: url(images/logo-unten.gif);
	text-align: center; 
	z-index: 110;


	}
	
#Navigation	{
	position: absolute;
	bottom: 15px;
	width: 400px;
	height: 20px;
	left: 530px;
	margin-left:0px;
	text-align: left; 


	}	
			
#Inhalt	{
	position: absolute;
	bottom: 15px;
	top: 112px;
	width: 690px;
	height: 1000px;
	left: 91px;
	margin-left: 0px;
	padding: 30px 40px 20px 90px;
	text-align: left; 
	background-color:#e5e5e5;
	z-index: 90;
	}
	
	
/*---------------------------------------*/		


a.normal	{
	display: block;
	color: #000;
	height: 20px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	text-align: left;
	text-decoration: none;
	border-right: 1px solid black;	
	}
	
a.normal:hover {	
	color: #666;

	}
	
a.aktiv	{
	display: block;
	color: #ffcc00;
	height: 20px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	text-align: left;
	text-decoration: none;	
	border-right: 1px solid black;	
	}
	
a.aktiv:hover {
	color: #ffcc00;

