

#container, #kopf, #navigation, #inhalt, #fuss, #infobox {
           margin:5;
           padding:5;
}

body { 
       font-family: Arial, Helvetica, Verdana, sans-serif; 
       background-color: #D0D0D0;
           text-align: center;
}


#container {
           width: 70em;
           text-align: left;
           margin: 0 auto;
           background-color: #EFEFEF;
}
#kopf {
           font-family: Times, Times New Roman, serif;
           background-color: #EFEFEF;
           color: #000000;
           padding: 10px;
           text-align: center;
}
#navigation {
           width: 12em;
           float: left;
           background-color: #E0E0E0;
           color: #000000;
}
#infobox {
           width: 12em;
           float: right;
           background-color: #E0E0E0;
           color: #000000;
}
#inhalt {
           background-color: #EFEFEF;
           color: #000000;
           margin-left: 14em;
           margin-right: 14em;
           padding-bottom: 10px;
}
#fuss {
           font-family: Times, Times New Roman, serif;
           background-color: #EFEFEF;
           color: #000000;
           padding: 10px;
           text-align: center;
           clear: left;
}


h1, h2, h3; h4; p {
           margin: 10px;
}
h5 {
           font-size: 16pt; line-height: 20pt;
}
h4 {
           font-size: 19pt; line-height: 23pt;
}
h3 {
           font-size: 22pt; line-height: 26pt;
}
h2 {
           font-size: 25pt; line-height: 29pt;
}
h1 {
           font-size: 28pt; line-height: 32pt;
}
p {
           font-size: 12pt; line-height: 16pt;
}