body { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #429b1b; text-align:center; }
h1 {font-size:18px;color:black;margin:0;}
h2 {font-size:14px;color:black;}
h3 {font-size:14px;color:black;}

p {margin-top:0px;}
/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#ccffff;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#ccffff;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:black;
  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:left;
padding:10px 0;
border-top:1px solid #669999;
clear:right;
}
/* Der Inhalt */
#content { border:solid 1px; background-color:#e7efce; padding:5px; color:black; width: 920px; height: 1030px; }


