body
    { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url("../images/bg.gif"); text-align: center }

h1   { color: #696969; font-size: 14px; margin: 0 }
h2 {font-size:14px;color:#ffffff;}
h3 {font-size:14px;color:#ffffff;}
p {margin-top:0px;}
p:first-letter { font-weight: bold }
/* Für Quellcode-Beispiele im Text */
code
 { color: #000; font-size: 14px }

/* Der Kasten mit dem Quellcode */
pre
   { color: #b22222; font-size: 14px; padding-left: 50px }

a:link, a:visited, a:active, a:hover
  { color: #000; font-size: 12px; font-weight: normal; text-decoration: none }
a.menu:link, a.menu:visited { color: #b22222; text-decoration: none }
a:active, a:hover
  { color: #696969; text-decoration: none }
a.menu:active, a.menu:hover
 { color: #696969; text-decoration: none }

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

/* Das Menü */
#menu  { color: #000; text-align: center; padding: 10px 0; clear: right; border-top: 1px solid #b22222 }
ul  { color: #fff; line-height: 200%; list-style-type: circle; margin: 1em 0 1em 40px }
li:hover  { list-style-type: disc }
/* Der Inhalt */
#content     { color: #ffffff; background-color: #a9a9a9; padding: 5px; border: solid 1px #000 }
#form   { padding-top: 12px; padding-left: 100px; border-bottom: 1px solid #b22222; outline-color: #b22222 }
