body, html{
  margin: 0px;
  padding: 0px;
  background-color:#9c9d9f;
  font-family: "Arial", Verdana, Tahoma, Helvetica, sans-serif;   
  color:#626166;
  font-size:12px;
  line-height: 16px;
}


#wrapper{
position:absolute;
width:920px;
left: 50%;
background-image: url(../img/bg1-kf.jpg);
			margin-left: -460px;
			height:100%;
			min-height: 750px;
}			

* HTML #wrapper{
  width:920px;
  height:100%;
  height:750px;
}
/*#################################*/


#header{
  width:920px;
  height: 300px;
  background-image: url(../img/header-kf.jpg);
}

#logo{
	padding-left: 32px;
	padding-top: 54px;
	z-index: 44;
	} 

#horizon-menue{
	padding-left: 32px;
	padding-top: 15px;
	font-family: "Arial", Verdana, Tahoma, Helvetica, sans-serif;   
	color:#626166;
 	font-size:13px;
	} 	

/*#################################*/
	
#links-oben{
position:absolute;
top:295px; 
height:50px; 
width:920px; 
background-image:url(../img/header2-kf.jpg)	
}	
	
#suche{
  width:184px;
  height: 19px;
  margin-left: 25px; 
}

#kopfzeile{
  float:left;
  width: 686;
  padding-left: 0px;
	} 

/*##################################################################*/

#linke-spalte{
position:absolute; 
top:345px; 
width:210px;
bottom:30px; 
margin-left:9px;
}


#menue{
  width:207px;
  padding-left: 0px;
}

#menue-bottom{
  width: 207px;
  height: 25px;
background-image: url(../img/menue-bottom.jpg);
}


#login-top{
  width:207px;
  height: 25px;
  margin-top: 10px;
background-image: url(../img/menue-top.jpg);
}

#login-middle{
  width:207px;
  background-image: url(../img/box-middle.jpg);
}


#login{
  width:160px;
  padding-left: 18px;
}

#login-bottom{
  width: 207px;
  height: 25px;
background-image: url(../img/menue-bottom.jpg);
}


/*#################################*/


#inhalt{
position:absolute; 
top:350px;
width:645px; 
bottom:75px; 
right:0px; 
left:0px;
margin-left:235px;
	background-color:#ffffff; overflow-y:auto;
	width:expression((document.body.clientWidth) + 0 'px');
	height:expression((document.body.clientHeight - ) + 'px')
}	

* HTML #inhalt{
  width:645px;
  right:0px; 
  left:0px;
  margin-left:235px;
}


#footer{position:absolute; 
bottom:0px; 
width:920px; 
height:75px; 
background-image:url(../img/footer-kf.jpg)
}

/*  
    #######################
     Horizontales-Menue
    #######################     
*/  


#horizon-menue ul{
  margin-left:0px;
  padding:0px;
  list-style-type:  none;
  font-size:13px;  
}

#horizon-menue  li{
  float:left;
  text-decoration:none;
  color:#626166;
  font-size:13px;  
  font-weight:bold;
}

#horizon-menue a{
  text-decoration:none;
  color:#626166;
  font-size:13px;  
  font-weight:bold;
}

#horizon-menue a:hover,
#horizon-menue a.akt,
#horizon-menue a.cur{
	color: #ee7f00;
	text-decoration:none; 
	font-size:13px;  
 	font-weight:bold;
	
}

