body {
color:aliceblue;
background-color:royalblue;
font-family:'Comic Sans MS';
font-size:10pt;
margin:20px;
}

h1, h2, h3, h4 {
text-align: center;
}

.aktiv {
text-align:center;
line-height:14pt;
color:royalblue;
background-color:aliceblue;
}

a {
font-size:10pt;
text-decoration:none;
color:aliceblue;
}

img {
  border-width:2px;
  border-style:solid;
  border-color:aliceblue;
  padding:0px;
  }

}

hr {
width:80%;
text-align:left;
}

.oben {
text-align:center;
font-weight:bold;
font-size:16pt;
}

.inhalt {
text-align: center;
padding:20px;
height:400px;
}

.menue {
width:150px;
vertical-align:top;
font-size:10pt;
}