* {
margin: 0;
padding: 0;
}
above, header, nav, section, aside, footer, body {
display: block;
}
body {
background-image: url(....png);
background-repeat: no-repeat;
background-position: center 30px;
background-size: 100%;
font: normal 100.01% Helvetica, Arial, sans-serif;
}
#Header_Logo {
min-width: 830px;
min-height: 200px;
text-align: center;
}
header {
margin-top: 10px;
/*margin-left: 150px;*/
/*margin-right: 150px;*/
height: 100%;
background-color: white;
/*border-bottom: 63.8px solid #04B404;*/
}
ul.navigation {
font-size: 90%;
font-weight: bold;
margin: 0 auto;
/*margin-left: 150px;
margin-right: 150px;*/
min-width: 64.5em;
text-align: center;
}
ul.navigation li {
list-style: none;
width: 11.111111%; /* 100:9 */
float: left;
}
ul.navigation a {
background: #04B404;
color: white;
display: block;
padding: 1.2em 0;
text-decoration: none;
}
ul.navigation a:hover {
color: #04B404;
background: white;
}
section {
height: 100%;
font-size: 100%;
min-width: 58em;
margin-top: 80px;
/*margin-left: 150px;
margin-right: 150px;*/
border-top: 5px solid #04B404;
border-bottom: 5px solid #04B404;
background-color: white;
text-indent: 10px;
line-height: 25px;
opacity: 0.7;
}
#logbuch {
border-bottom: 3px solid #04B404;
}
figure {
display: table-cell;
padding: 0 4px;
text-align: center
}
#Footer {
text-align: center;
height: 22px;
font-size: 100%;
min-width: 58em;
background-color: #04B404;
/*margin-left: 150px;
margin-right: 150px;*/
color: white;
line-height: 25px;
}