	/*layout*/
body { 
margin: 0; 
padding: 0;
background-color:#fff;
}
#logoleiste {
position:absolute;
left:0px;
top:0px;
background-image:url(../images/logo_kanzlei_keller.gif);
width:800px;
height:105px;
}
#info {
position:absolute;
left:0px;
top:0px;
width:800px;
height:105px;
}
#mainnav {
position:absolute;
left:0px;
top:105px;
width:800px;
height:25px;
background-color:#fff;
}
#afternav {
position:absolute;
left:0px;
top:130px;
width:800px;
height:20px;
background-color:#122b5f;
}
#afterkurve {
float:left;
left:0px;
width:60px;
height:400px;
}
#content {
position:absolute;
left:0px;
top:150px;
min-height:400px;
width:800px;
background-color:#fff;
background-image: url(../images/balken.gif);
background-repeat:repeat-y;
background-color:#f5f5f5;
}
#content_left {
width:190px;
float:left;
margin:0;
padding:20px 10px 10px 15px;
}
#content_right {
width:460px;
min-height:360px;
float:right;
margin:20px 0 20px 0;
padding:0px 20px 0 20px;
border-left:1px dotted #122b5f;
}
#abbinder {
width:800px;
background-color:#fff;
border-top:1px solid #122b5f;
border-bottom:1px solid #fff;
}
.floatcleaner {
	clear:both;
	height:1px;
	width:10px;
	font-size:1px;
	border:0px none;
	padding:0px;
}
#pop {
position:absolute;
top:90px;
left:318px;
}