body 
{ color: #27333e; font-size:12px; font-family: "Franklin Gothic Book"; font-weight: bold; font-style: normal; background-color:#ffffff; text-align:center; }

h1 { font-size:14px; color:#a02036; font-weight: bold; font-style: normal; margin:0; }
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:#484646; font-weight: bold; padding:5px; }

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

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#cecfc6;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#eeeeee;
}
a.sublevel:hover { 
    color: #FFFFFF; 
    text-decoration: none;
}
a.sublevel:link, a.sublevel:visited { color: white; font-weight: bold; }

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


/* Der Inhalt */
#content { background-image: url(../pics/bg.gif); width: 949px; height: 510px; }

/*Fußzeile*/
#footer { height:150px; text-align:center; background-color:#a5203f; }

