/* CSS Document */
body {
  background-color: #ffffff;
  background:url(../img/hverlauf.jpg);
  background-repeat:repeat-x;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;  
  padding:0px;
  margin:0px;
  text-align: center;
}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 height:625px;
 margin:auto;
 margin-top:10px;
 }

#hdr {
 height:120px;
 width: 800px;
 background:#ffe696;
 text-align:center;
 }
 
#bar {
 height:30px;
 background:#757575;
 margin:0px;
 }

#bar ul {
  padding: 0px;
  margin:0 0 0 10px;
}

#bodyblock {
 position: relative;
 background: #ffffff;
 width:800px;
 height:450px;
 padding:0;
 margin:0;
 overflow:hidden;
 }
 
#onecol {
overflow:auto;
height:430px;
width:780px;
background-color:#FFFFFF;
padding-left:20px;
padding-top:20px;
}

#l-col {
 float:left;
 background:#ffffff;
 width:320px;
 }

#cont {
 width:477px;
 height:450px;
 background:#ffffff;
 text-align:left;
 overflow:auto;
 }
 
 #admincontent {
 position:relative;
height:450px;
width:800px;
margin: 0px;
background:#FFFFFF;
}
 
 #ftr {
 height:25px;
 background:#ffe696;
 text-align:center;
 margin:0;
 }
 
/*----- Präsentation ----- */

h2 {
  font-family:"Times New Roman", Times, serif;
  font-size:18px;
  font-weight:normal;
  color:#454545;
  padding:0px;
  margin:0px;
}


