* { padding: 0; margin: 0; }

body {
 font: 80% verdana,arial,helvetica,sans-serif;
 background: #fff;
 color: #696969;
}
#box { 
 margin: 20px auto;
 width: 800px;
 height: 600px;
 background: url('../../images/hintergrund-bank.jpg') no-repeat;
}
#sprache {
position: relative;
top: 0;
left: 0;
width: 101px;
height: 250px;
}
#kopf {
color: #696969;
width: 800px;
float: left;
height: 250px;
}
#navigation {
width: 460px;
height: 30px;
margin-top: -17px;
margin-left: 183px;
}
* html body #navigation{
margin-bottom: -20px;
    }
#links { 
float: left;
color: #696969;
height: 350px;
width: 160px;
border-left: 1px solid #d9d9d1;
}
#inhalt { 
float: right;
color: #696969;
height: 350px;
width: 605px;
border-right: 1px solid #d9d9d1;
}
#texte {
width: 460px;
height: 260px;
margin-top: 30px;
overflow: auto;
}
#texte a{
color: #688a00;
font-weight: bold;
text-decoration: none;
}
#texte a:hover{
color: #696969;
font-weight: bold;
text-decoration: none;
}
h1 {
font: bold 100% verdana,arial,helvetica,sans-serif;
color: #696969;
margin-bottom: 10px;
}
h2 {
font: bold 100% verdana,arial,helvetica,sans-serif;
color: #696969;
margin-bottom: 10px;
}
h3 {
font: bold 100% verdana,arial,helvetica,sans-serif;
color: #688a00;
margin-top: 10px;
}
.trennen{
color: #688a00;
font-weight: bold;
}
ul {
margin: 2px 0px; padding: 2px 15px;
list-style-type: circle;
}

/* Belegungsplan */
table.belegung th{
  padding: 5px 5px 0px 0px;
  text-align: left;
}

table.belegung td{
  padding: 0px 5px 5px 0px;
  text-align: left;
  vertical-align: top;
}