body{
width: 100%;
background-color: #004080;

}

#header{
background-color: #004080;
width: 100%;		
height: 150px;
background-image: url(../images/logokl.gif);
background-repeat: no-repeat;

}
#logo{
background-image: url(../images/schild.gif);
background-repeat: no-repeat;
height: 150px;
margin-left: 250px;
	
}

#left{
float: left;
background-image: url(../images/left.gif);
background-position:top right;
background-repeat: repeat-y;
background-color: #004080;
width: 250px;		
height: 100%;
min-height: 1500px;
padding: 30px 0px;

}
#content{
position: absolute;
top: 150px;
right: 30px;
left: 260px;
width: 100% /-250px;
height: 100%;
background-color: #004080;
min-height: 500px;	

}


