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

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

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#0000cc;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#0000cc;
 padding:5px;
}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#ff9200;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#cecfc6;
  text-decoration:none;
  font-size:11px;
}
a.menu:active, a.menu:hover
{ 
  color:#eeeeee;
}

/* Die Titelzeile */
#title {
height:60px;
padding:5px;
text-align:center;
color:#FFFFFF;
background-color:#003366;
}

/* Das Menü */
#menu {
color:#ffffff;
background-color:#6699CC;
text-align:center;
padding:10px 0px;
}

/* Der Inhalt */
#content {
border-top:1px solid #000000;
background-color:#FFFFFF;
padding:5px;
color:#000000;
}
.floatimage{
float: left;margin-right:4px; margin-top:4px;
}
ul{
    margin:0;
    padding:0 0 0 15px;
    list-style-type:disc;
    list-style-position:outside;
}
