body {
 font-family: Verdana;
 font-size: medium;
 text-align: left;
 color: #FFFFFF;
 background: #000000;
}

#Inhalte {
width: 800px;
height: 100%;
float: left;
}

p {
 font-family: Verdana;
 font-size: medium;
 text-align: left;
 color: #FF0000;
 background: #000000;
}

h1 {
 font-family: Verdana;
 font-size: x-large;
 text-align: left;
 color: #FFFFFF;
 background: #000000;
}

h2 {
 font-family: Verdana;
 font-size: xx-large;
 text-align: center;
 color: #FFFFFF;
 background: #000000;
}

h3 {
 font-family: Verdana;
 font-size: xxl-large;
 text-align: center;
 color: #FFFFFF;
 background: #000000;
}