/* CSS Document */




/* Grundlayout */

  div#main_frame{
    position: absolute; left:0px; top:0px;
  	height:100%;
  	width:100%;
  	margin:0px;
  	padding:0px;
  }
  
  div#center_frame{
     
  	width:870px;
  	margin: 0px auto;
  	padding:0px 0px 0px 0px;
  	height:100%;
  }
  

div#logo{
  position:relative;
	float:left;
	margin-top:19px;
}

div#obenrechts{
  position:relative;
	width:641px;
	margin:0;
	float:left;
}

div#topbanner{
  position:relative;
	width:468px;
	padding:6px 0px 0px 173px;
	margin:0;
	height:auto;
	border-bottom:20px solid #FFFFFF;
}

div#topnavi{
  position:relative;
	margin:0px;
	left:0px;
	width:641px;
	text-align:right;	
}

div#suche{
  	position:relative; 
	width:804px;
	padding:4px 0px 0px 66px;
	margin:0;
	height:41px;
	background-image:url(../images/bg-suche.gif);
	background-repeat:repeat-x;
	border-bottom:7px solid #FFFFFF;
}

#suche TABLE{
  position:relative;
  top:10px;
}


html:first-child>b\ody #suche TABLE{
  position:relative;
  top:0px;
}


div#content{
	width:870px;
  position:relative;
	height:auto;
	background-image:url(../images/bg-kachel.gif);
	background-repeat:repeat-y;
}

div#content-left{
	width:190px;
	height:auto;
  position:relative;
	border-right:7px solid #FFFFFF;
	background-color:#CDDDED;
	float:left;
}

div#content-right{
	width:673px;
	height:auto;
        position:relative;
	float:left;
}

div#content-left2{
	width:475px;
	height:auto;
        
        position:relative;
	float:left;
	padding:0px;
}

div#content-right2{
	width:190px;
	height:auto;
  position:relative;
	
	float:right;
}

div#footer{
	width:870px;
  position:relative;
	height:8px;
	background-color:#333333;
	border-top:7px solid #FFFFFF;
	margin-bottom:5px;
}




