#page {
position:relative;
}

#body,html {
   color: yellow;   
   background: white;
      width: 1000px;
   font: 0.9em Trebuchet, sans-serif;
  }
 
#boxheadermenu {
    position: absolute;
    top: 18px;
    left: 130px;
    width:1010px;
    height: 30px;  
             background:;
 }


#portalkopf {
	position: absolute;
    top: 10px;
    left: 140px;
    width:1000px;
    height: 40px;
        z-index: 0;
             background: ;
		}


 #banner {
    position: absolute;
    top:0px;
    left: 0px;
    width:1000px;
    height:  0px;
    background:; 
    z-index: 1;
} 


#toplogo {
  position: absolute;
   top: 20px;
   left: -90px;
}

#toplogo01 {
  position: absolute;
   top: 20px;
   left: 630px;
}

#toplogo02 {
  position: absolute;
   top: 420px;
   left:800px;
}


#toplogo03 {
  position: absolute;
   top: 200px;
   left: -20px;
}

#toplogo04 {
  position: absolute;
   top:645px;
   left:-30px;
}


#rootline {
   position:absolute;
   top: 155px;
   left: 410px;
   width:450px;
   font-family: verdana, sans-serif;
   font: verdana;
   font-size: 1.em;
   font-style: normal;
   color: black;
   z-index: 2;
	} 
	

#box-left {
   position:absolute;
   top: 280px;
   left: 150px;
   width: 350px;
   height: 600px;
       z-index: 10;
	}


#leftnav{
	position:absolute;
   top:50px;
   left: 120px;
   width: 170px;
   height: 100%;	
}



.textbox {
background-color: #CCD6EC;
font-weight: normal;
color: #042e45;
left: 14px;
position: relative;
top: 3px;
float: left;
  }

.submit{
position: relative;
top: 8px;
left: 40px;
float: left;
 }


#box-content {
   position: absolute;
   top: 200px;
   left:410px;
   width: 500px;
 z-index: 10;
}	


#CONTENTNORMAL{
	position: absolute;
   top: 0px;
   left: 0px;
   width: 553px;
	background-color: ;
	border: thin;
	border-color: #061A2B;
}


#FOOTER {
position: absolute;
bottom:0;
top:680px;
height:70px;
left: 410px;
        font-size: 0.9em;
	font-weight: bolder;
	color: #00415A; 
	}

