body {
 background-color:#FFFFFF;
}

/* UEberschriften */
h1 {
  color:#0C0A93;  
  
   margin-top:0px; 
  
  font-family : 'Times New Roman', verdana, arial, sans-serif;
  font-size:25px;
}

/* UEberschrift Startseite */
h2 {
  color:#FF0000;  
  
  text-align:center; 
  
  font-family : 'Times New Roman', verdana, arial, sans-serif;
  font-size:25px;
}

/* Eigenschaften der Links */
a:link     {color: #00008B; text-decoration: none;}
a:visited  {color: #00008B; text-decoration: none;}
a:hover    {color: #FF0000; text-decoration: none;}

#system {
  background-color:#FFFFFF;

  width:760px;
  margin:0px auto;
  text-align:center;
}

#title {
  text-align:left;
}

#menu {
  background-color:#FFFFFF;  
  
  line-height:17px;
  text-align:left;
  padding:10px;
  width:150px;
  float:left;  
  
  font-family : verdana, arial, sans-serif;
  font-size:11px;
}

/* Die Hyperlinks im Left-menu */
#menu a:link     {color: #0003AE; text-decoration: none;}
#menu a:visited  {color: #0003AE; text-decoration: none;}
#menu a:hover    {color: #18B1E8; text-decoration: none;}

#content {
  background-color:#FFFFFF;

  text-align:left;
  width:570px;
  float:right;
  padding:10px;
  
  font-family: "Trebuchet MS", arial, sans-serif; 
  font-size:14px;
}

/* Copyright- und Informationsbereich (Footer) */
#copy-informationen {
  color:#000000;

  text-align:center;

  font-family: verdana, arial, sans-serif; 
  font-size:9px;
}

/* Copyright- und Informationsbereich (Footer) */
#copy-informationen a:link     {color: #2F4F4F; text-decoration: none;}
#copy-informationen a:visited  {color: #2F4F4F; text-decoration: none;}
#copy-informationen a:hover    {color: #FF0000; text-decoration: none;}