body 
{
 font-family:verdana, sans-serif; font-size:12px;
 background-color:#333333;
 text-align:center;
}


textarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC}
A:link { text-decoration: none; color: #FFFF00; font-weight: bold}
A:hover { text-decoration: underline; color: #ffff00; font-weight: bold}
A:visited { text-decoration: none; color: #FFFFFF; font-weight: bold}
A:active { text-decoration: none; color="#cc0000"; font-weight: bold}



td, th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000033;
}
h1 {font-size:18px;color:#000033;margin:0px;}
h2 {font-size:14px;color:#000033;}
h3 {font-size:12px;color:#000033;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#000033;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#000033;
}

/* Die Titelzeile */
#title {
padding-top:10px;
height:100px;
}

/* Das Menü */
#menu {
color:#ffffff;
text-align:center;
padding:5px 0px;
border-top:0px solid #669999;
clear:left;
}

/* Der Inhalt */
#content {
border:1px solid #999999;
background-color:#999999;
padding:5px;
color:#ffffff;
