html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Times New Roman';
   font-size: 95%;
   background: #FFFFFF;
}

#container {
   height:100%;
   position:relative;
}

a, a:hover {
    text-decoration: none;
    color: #606163;
}

h1, h2 {
    font-size: 112.5%;
    text-transform: uppercase;
    font-weight: normal;
}

h3 {
    font-size: 100%;
    font-weight: bold;
}

ul {
    list-style-type: none;
}


#header {
    padding: 25px 0 0 0;
}

#logo {
    border-bottom: 1px solid #d2d4d5;
    height: 53px;
    margin: auto;
    position: relative;
    width: 69%;  
    padding-bottom: 25px;
}

#header img {
    float: right;
}

#body {
   min-height: 50%;
   padding: 0 0 60px 0;
   color: #606163;
}

#home, #anschrift, #impressum, #kontakt {
    width: 69%;
    height: 460px;
    text-align: left;
    position: relative;
    overflow-y: auto;
}

#home {
    text-align: center;
    margin: 12.5% auto auto;
    height: 300px
}

#anschrift, #impressum, #kontakt {
    margin: 2% auto auto;
}

#impressum p {
    padding-top: 0;
    margin-top: 0;
}

#impressum h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer {
    background: none repeat scroll 0 0 #D2D4D5;
    bottom: 0;
    height: 30px;
    margin-bottom: 60px;
    position: absolute;
    width: 100%;
}

#footer ul.left {
    float: left;
    margin: 0 0 0 15.75%;
    padding: 0;
}

#footer ul.right {
    float: right;
    margin: 0;
    margin-right: 15.5%;
}

#footer ul.left li {
    float: left;
    margin-left: 0;
    padding-left: 0;
    padding-top: 7px;
    text-transform: uppercase;
}

#footer ul.right li {
    float: left;
    padding-top: 7px;
    margin-left: 10px;
    text-transform: uppercase;
}
