/*Schriftart und Farbe im Body*/

body {
 font-family: 'Verdana', sans-serif;
 color: #2F2F2F;
 background-color:#e4e4e4;
 margin: 0px;

}

/*Navigation*/

#logo {
 position: absolute;
 margin: 10px;
 width: 185px;
 height: 100px;
 left: 55%;
 top: 0px;
 padding: 10px;
 background-repeat:no-repeat;
 background-image: url(../bilder/logo.png);
 background-position:right;
}

#nav {
 position: absolute;
 margin: 0px;
 width: 70%;
 height: 18px;
 left: 0px;
 top: 140px;
 padding: 10px;
 padding-left:40px;
 background-color:#9d0d15;
}

.nav_text {
 font-family: 'Verdana', sans-serif;
 color: #FFFFFF;
 font-size: 12px;
}
.content {
 position: relative;
 margin: 0px;
 width: 50%;
 height: auto;
 left: 50px;
 top: 190px;
 padding: 10px;
 padding-left:40px;
 padding-right:20px;
}

#bottombild {
 position: absolute;
 margin: 0px;
 width: 190px;
 height: 340px;
 left: 55%;
 bottom: 0px
 background-repeat:no-repeat;
 background-image: url(../bilder/bauar.png);
 background-position:right;
 z-index:2;
}

#bottom {
 position: relative;
 margin: 0px;
 width: 70%;
 height: 10%;
 left: 0px;
 top: 210px;
 padding: 10px;
 padding-left:40px;
 background-color:#9d0d15;
 z-index:1;
}

.impressum {
 font-size: 10px;
 color: #FFFFFF;
}

/*Auszeichnungen*/

.inhalt{
 line-height: 1.5em;
 font-size: 12px;
}

h1{
 font-size: 20px;
 font-weight: bold;
 letter-spacing: 0.1em;
}

.liste{
 line-height: 1.5em;
 font-size: 12px;
 list-style-type:circle;
}

.balken{
 color:#e4e4e4;
}

/*Links Navigation*/

a:link{
 color:#FFFFFF;
 font-family: 'Verdana', sans-serif;
 text-decoration:none;
 letter-spacing:1px;
}

a:visited{
 color:#FFFFFF;
 font-family: 'Verdana', sans-serif;
 text-decoration:none;
 letter-spacing:1px;
 }

a:active{
 color:#FFFFFF;
 font-family: 'Verdana', sans-serif;
 text-decoration:none;
 letter-spacing:1px;
 }

a:hover{
 color:#2F2F2F;
 font-family: 'Verdana', sans-serif;
 text-decoration:none;
 letter-spacing:1px;
}

table, tr, td, th {
 font-family: 'Verdana', sans-serif;
 color: #2F2F2F;
 line-height: 1.5em;
 font-size: 12px;
}