html body{
 color: #7D8F7F;
 font-size: 12px;
 font-family: Verdana;
}

#header{
 background-image: url(../Bilder/Logo.png);
 position: relative;
 top: 10px;
 left: 10px;
 width: 259px;
 height: 159px;	
}

#date{
 position: absolute;
 bottom: 10px;
 left: 130px;
 font-size: 0.9em;
}

#main {
 position: relative;
 margin: auto;
 width: 900px;
 min-height: 700px;
 border-style: solid;
 border-width: 1px;
 border-color: #EB6700;
}

#navi {
 position: absolute;
 top: 200px;
 left: 90px;
}

#navi ul li {
 list-style-type: none;
 margin-top: 5px;
}

#content {
 margin-top: 50px;
 margin-left: 350px;
 margin-bottom: 50px;
 position:relative;
 margin-right: 20px;
}

.mail {
 color: #EB6700;
 text-decoration: none;
}

#breadcrumb{
 position: absolute;
 bottom: 0px;
 left: 350px;
 font-size: 0.9em;
}

a{
 text-decoration: none;
 color: #7D8F7F;
}

a:visited {
 color: #7D8F7F;
}

a:hover {
 color: #EB6700;
}

#space{
 margin: 20px;
}
