/* CSS Document */
html > body #container {
height:100%;
overflow: hidden; 
}

body {
font-family:Arial;
font-size:12px;
color:#000000;
background-color: #ffffff;
margin:0;
padding:0;
text-align:center;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
text-align:center;
}

p {
margin-top:0px;
margin-bottom:14px;
}


#container {
width:1000px;
margin:0 auto;
position:relative;
text-align:left;  
left:50%;
margin-left:-500px;
text-align:left;
position:absolute;
}

#head {
border-top:16px solid #49699F;
text-align:left;
height:185px;
position: absolute;
top: 0;
left: 0px;
width:1000px;
overflow: hidden; 
background-color:#49699F;
}

#head img {
border-top:1px solid #FFE8A2;
border-bottom:1px solid #FFE8A2;
}

#menu {
padding:8px 20px;
}

#menu a{
color:#ffffff;
text-decoration:none;
}

#left{
position: absolute;
top: 187px;
left: 0;
overflow: hidden; 
float:none;
height:auto;
bottom: 20px;
z-index:100;
width:220px;
background-color:#FFE8A2;
padding:20px;
}
#left ul {
  margin:0;padding:0;
  }
  
#left li {
  margin:0;padding:0;
  padding-bottom:2px;
  border-bottom:1px solid #748DA1;
  display:block;
  width:200px;
  padding-left:10px;
  list-style:none;
padding:4px;
  }
  
#left li.titel {
background-color:#748DA1;
padding:4px;
font-weight:bold;
text-align:center;
color:#FFF;
}

#left li a {
  text-decoration:none;
  color:#00296D;
  display:block;
  }
  
#left a:hover {
 color:#748DA1;
  }
  
#content {
overflow:auto;
margin:0px;
float:left;
position: absolute;
top: 187px;
left:260px;
width:700px;
bottom: 20px;
float:none;
height:auto;
background-color:#ffffff;
padding:20px;
text-align:left;
}  

#footer  {
font-size:11px;
text-decoration:none;
color:#FFF;
position: absolute;
top: auto;
left: 0px;
bottom: 0;
width:1000px;
height: 17px;
overflow: hidden;
background-color:#49699F;
text-align:center;
padding-top:3px;
}

* html #left{ /*IE6 hack*/
height:340px;
}

* html #content{ /*IE6 hack*/
height:340px;
}

* html #footer{ /*IE6 hack*/
top:565px;
z-index:100;
}


* html #container { 
width:1000px;
height:585px;
top:50%;
position:absolute;
margin-top:-292px;
left:50%;
margin-left:-500px;
}

td, th{
padding:0 5px;
}
/*---------- ENDE ---------*/



  

