html, body {
  margin-top: 0px;
  background-color: #364278;
  behavior:url(csshover.htc);
  text-allign: center;
  }

#menu{
position:absolute; 
float: left; 
width:250px; 
height: 350px; 
top: 260px;
}
  
#menu ul
{
list-style-type:none;
margin:0;
padding:0;
}
#menu li a:link,li a:visited
{
display: block;
font-weight:bold;
font-size: 16px;
color:#ffed00;
background-color:#242f62;
width:240px;
text-align:center;
padding:5px;
margin: 10px 0px 0px 0px;
text-decoration:none;
}
#menu li a:hover,li a:active
{
background-color:#6f7cb0;
}

#body{
width: 900px;
height: 760px;
margin: 0px auto;
}	

#header{
float: left;
width: 250px;
height: 760px; 
background-image: url(images/Menue-1.jpg); 
}


#content{ 
float: right; 
background-color: #6f7cb0; 
width:650px; 
height:760px; 
overflow: auto;
}

.boxR{
float: right;
background-color: #fff; 
padding: 0px 20px 0px 20px;
margin-right: 20px; 
margin-top: 20px; 
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.boxL{
float: left;
background-color: #fff; 
padding: 0px 20px 0px 20px;
margin-left: 20px; 
margin-top: 20px; 
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

#footer{
position:absolute; 
float: left; 
width:250px; 
height: 80px; 
top: 680px; 
text-align: center; 
color:#ffed00; 
font-weight: bold;
}

  h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family:Arial,Helvetica,sans-serif; }

  p,blockqoute { orphans:3; }
  p,blockqoute { widows:3; }

  h1 { font-size:21px; line-height: 23px; font-weight: medium; }
  h2 { font-size:18px; line-height:20px; font-weight:medium; color:#7777777; }
  h3 { font-size:15px; line-height:17px; font-weight:bold; color:#555555; }  
  p { font-size: 12px; line-height: 14px; }
  a { font-size: 12px; text-align: center; color: black; }