/* Allgemeine Formatierungen */

body
{
 font-family:Verdana;
 font-size:12px;
 background-color: #017A32;
 text-align:center;
}

h1 {font-size:16px;color:#ffffff;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#ffffff;}
p {margin-top:0px;}

code
{
 font-family:verdana;
 font-size:12px;
 color:#000000;
 font-weight:normal;
}

/* Der Kasten in der Mitte */

dd
{
font-family:arial;
font-size:12px;
color:#000000;
font-weight:normal;
}

pre
{
font-family:verdana;
 font-size:12px;
 color:#000000;
 font-weight:bold;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  font-size:12px;
}
a:active, a:hover
{
  color:#ff9200;
}
a.menu:link, a.menu:visited
{
  color:#ff9200;
}
a.menu:active, a.menu:hover
{
  color:#eeeeee;
}

/* Die Titelzeile */
#title {
padding-top:15px;
height:24px;
}

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

/* Der Inhalt */
#content {
border:0px solid #ffffff;
background-color: #ffffff;
padding:20px;
color:#ffffff;
}
