<style type="text/css">

body 

{
 background-color:#333333;
 text-align:center;
 margin:25px;
}

h1 {font-size:18px;color:#CCCCCC;font-family:Verdana,DejaVu Sans,sans-serif;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:13px;color:#000000;}
p {font-size:13px;}
li {font-size:13px;}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  color:#770000;
  font-size:13px;
}
a:active, a:hover
{ 
  color:#770000;text-decoration:underline;
}


/* Die Titelzeile */
.title {
height:auto;
padding:5px;
text-align:center;
background-color:#550000;
}

a.title:link, a.title:visited, a.menu:active, a.menu:hover
{ 
  font-size:18px;color:#CCCCCC;font-family:Verdana,DejaVu Sans,sans-serif;
  text-decoration:none;
}




/* Das Menü */
.menu {
color:#ffffff;
background-color:#770000;
text-align:center;
padding:10px 0px;
font-family:Verdana,DejaVu Sans,sans-serif;
}

a.menu:link, a.menu:visited
{ 
  color:#aaaaaa;
  text-decoration:none;
  font-size:13px;
}
a.menu:active, a.menu:hover
{ 
  color:#ffffff;font-size:13px;
}


/* Der Inhalt */
.content {
background-color:#ccbbbb;
padding: 5px 15px;
color:#000000;
font-family:Verdana,DejaVu Sans,sans-serif;
}

</style>