body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#ffffff;
 text-align:center;
 line-height : 150%;
}

h1 {font-size:24px; color:#3333cc; margin:0px;line-height:200%;}
h2 {font-size:16px; color:#000000; line-height:150%;}
h3 {font-size:14px; color:#000000; line-height:150%;}
p {margin-top:0px; line-height:150%;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#000000;
  font-size:12px;
}
a:active, a:hover
{
  color:#3333cc;
}
a.menu:link, a.menu:visited
{
  color:#333399;
}
a.menu:active, a.menu:hover
{
  color:#3333cc;
}
p.klein {
font-size: xx-small;
}
/* Die Titelzeile */
#title {
padding: 10px 0px 30px 0px;
height:40px;
}

/* Das Menü */
#menu {
color:#ffffff;
text-align:center;
padding:10px 0px;
clear:left;
border-top:1px solid #eeeeee;
}

/* Der Inhalt */
#content {
border:1px solid #ffffff;
background-color:#eeeeee;
padding:5px;
color:#000000;
}