/* Basis-Einstellungen - Fenster */
body {
  background-color:#ffffff;
  background-image: url('images/hintergrund-menu.gif');
  background-repeat:repeat-y; 

  margin:0px;
  padding:0px;
}

/* Eigenschaften der Links */
a:link     {color: #00008B;}
a:visited  {color: #00008B;}
a:hover    {color: #FF0000;}

h1 {color:#BB1133; margin-bottom:20px; font-size:20px;}

h2 {color:#CC0000; margin-top:15px; margin-bottom:5px; font-variant:small-caps; font-family: arial, verdana, sans-serif; font-size:15px; }

h3 {color:#BB1155; margin-bottom:10px; font-size:15px; }

/* Kopf-Bereich */
#header {
  background-color:#BB1133;
  color:#FFFFFF;
  
  height:120px;
    
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
}

#headerframe {
  width:990px;
}

/* Kopf-Bereich */
#headerleft {
  
}

/* Kopf-Bereich */
#headerright {
  margin-left:10px;
  margin-top:40px;
  float:left;
  width:400px;

  font-family: verdana, arial, sans-serif;
  font-size:12px;
}

/* Hyperlinks menu oben */
#menutop {
  background-color:#800000;
  color:#FFFFFF;

  padding-left:10px;
  padding-top:5px;
  padding-bottom:5px;
  font-variant:small-caps;

  font-family: "Times New Roman", Arial, serif;
  font-size:15px; 
}

/* Hyperlinks menu oben */
#menutop a:link     {color: #FFFFFF; text-decoration: none;}
#menutop a:visited  {color: #FFFFFF; text-decoration: none;}
#menutop a:hover    {color: #FF0000; text-decoration: none;}

#system {
  width:990px;
}

/* menu - links */
#menuleft {
  color:#686868;

  width:220px;
  float:left;
  margin-left:5px;
  padding:5px;
  
  font-family: Arial, "Trebuchet MS", sans-serif;
  font-size:13px;
}

/* Hyperlinks menu links */
#menuleft a:link     {color: #000000; text-decoration: none;}
#menuleft a:visited  {color: #000000; text-decoration: none;}
#menuleft a:hover    {color: #FF0000; text-decoration: none;}


/* Inahlt */
#content {
  background-color:#FFFFFF; 
  color:#000000;

  width:700px;
  float:left;
  padding:5px;
  text-align:justify;

  font-family: "Trebuchet MS", arial, sans-serif;
  font-size:14px;  
}

/* Download */
#download {
  text-align:center;
  
  font-family: arial, sans-serif;
  font-size:21px;  
}

/* Hyperlinks Download */
#download a:link     {color: #FF0000; text-decoration: none;}
#download a:visited  {color: #FF0000; text-decoration: none;}
#download a:hover    {color: #008000; text-decoration: none;}

/* Fuss-Bereich */
#footer {
  background-color:#000000;
  color:#FFFFFF;

  height:150px;
  text-align:left;
  border-top:1px solid #FF0000;
  
  font-family: verdana, arial, sans-serif;
  font-size:12px;  
}

/* Hyperlinks Footer */
#footer a:link     {color: #CCCCCC; text-decoration: none;}
#footer a:visited  {color: #CCCCCC; text-decoration: none;}
#footer a:hover    {color: #FFFFFF; text-decoration: none;}
