
body
{
 font-family:Verdana,Tahoma,Time New Roman,arial,sans-serif;
 font-size:100%;
 background-color:#ffffff;
 text-align:center;
}

h1 {font-size:150%;color:#000000;margin:0px;}
h2 {font-size:120%;color:#000000;}
h3 {font-size:120%;color:#000000;}
p {margin-top:0px;text-align:left;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:120%;
 color:#ff0000;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:120%;
 color:#aaaaaa;
}

a:link, a:visited, a:active
{
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  font-size:100%;
}
a:hover
{
  text-decoration:underline;
  font-weight:bold;
  font-size:100%;
  color:#000000;
}

/* Menüparameter */
a.menu:link, a.menu:visited
{
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  font-size:100%;
}
a.menu:active
{
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  font-size:100%;
}
a.menu:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#000000;
  font-size:100%;
}






/* Die Titelzeile */
#title {
background-color:#ffffff;
padding-top:15px;
height:60px;
}

/* Das Menü */
#menu {
color:#000000;
background: #ffffff;
text-align:center;
padding:10px 0px;
border-top:0px solid #ffffff;
clear:right;
}

/* Der Inhalt */
#content {
border:1px solid #ffffff;
background-color:#ffffff;
padding:30px;
color:#000000;
}


/* Der Footer */
#footer{
font-family:Verdana,arial,sans-serif;
/* border:1px solid #ffffff; */
background: #ffffff;
padding:10px;
color:#000000;
text-align:right;
font-size:100%;
}

a.footer:link, a.footer:visited, a.footer:hover,a.footer:active
{
  text-decoration:none;
  color:#ffffff;
  font-size:80%;
}

/* Steuerung */
#steuerung{
font-family:Verdana,arial,sans-serif;
padding:10px;
color:#000000;
font-size:80%;
}