
body {
padding : 0;
margin : 0;
width : 100%;
height : 100%;
position : absolute;
}
#header {
height : 20%;
width : 100%;
background-color : #eff7fc;
text-align : left;
padding-top : 2px;
padding-bottom : 2px;
}
#header1 {
width : 9%;
background-color : #eff7fc;
text-align : center;
float : left;
}
#header2 {
width : 11%;
background-color : #eff7fc;
text-align : center;
float : left;
 }
#header3 {
width : 11%;
background-color : #eff7fc;
text-align : center;
float : left;
}
#header4 {
width : 11%;
background-color : #eff7fc;
text-align : center;
float : left;
}
#header5 {
width : 11%;
background-color : #eff7fc;
text-align : center;
float : left;
}
#header6 {
width : 11%;
background-color : #eff7fc;
text-align : center;
float : left;
}
#header7 {
width : 12%;
background-color : #eff7fc;
text-align : center;
float : left;
}
#header8 {
width : 11%;
background-color : #eff7fc;
text-align : center;
float : left;
}
#header9 {
width : 11%;
background-color : #eff7fc;
text-align : center;
float : left;
}
html > body #header {
height : auto;
min-height : 20%;
}
#left {
width : 17%;
height : 80em;
color : #009;
background-color : #eff7fc;
float : left;
}
#center {
width : 66%;
height : 80em;
background-color : #eff7fc;
text-align : center;
float : left;
}
#right {
width : 17%;
height : 80em;
color : #009;
background-color : #eff7fc;
text-align : center;
float : right;
}
#footer {
padding-top : 5px;
height : 60em;
width : 100%;
background-color : #eff7fc;
color : #009;
text-align : center;
padding-top : 2px;
padding-bottom : 2px;
}
html > body #footer {
height : auto;
min-height : 20%;
}
H1 {
font-family : "Times New Roman", serif;
font-weight : bold;
text-decoration : none;
font-size : medium;
text-align : center;
}
H2 {
font-family : "Times New Roman", serif;
font-weight : bold;
text-decoration : none;
font-size : medium;
text-align : center;
}
H3 {
font-family : "Times New Roman", serif;
font-weight : bold;
text-decoration : none;
font-size : medium;
text-align : center;
}
H4 {
font-family : "Times New Roman", serif;
font-weight : bold;
text-decoration : none;
font-size : medium;
text-align : center;
}
body {
background-image : url('hintergrundfarbe.jpg');
color : #00f;
cursor : auto;
}
a {
color : #009;
font-family : "Times New Roman", serif;
}
a:hover {
color : #39f;
}