body {
  background-color:#FFFFFF;
  background-image:url('images/hintergrund.gif');
  background-repeat:repeat-y;
  
  text-align:left;
}

A:link     {color: #394529;}
A:visited  {color: #394529;}
A:hover    {color: #ff9200; text-decoration: none;}

h1 {
  color:#CF3F3F;
  
  margin-top:-5px;
  margin-bottom:15px;
	
  font-family: arial, sans-serif;
  font-size:11px;
  text-transform:uppercase;
  font-weight:normal;
}

h2 {
  color:#FF0000;
	
  font-family: arial, sans-serif;
  font-size:12px;	
  text-transform:uppercase;
  font-weight:normal;
}

#system {
  width:550px;

  border:1px solid #000000;
}

#title {
  background-color:#FFFFFF;
  
  text-align:center;  
}

#menu {
  background-color:#F8F8F8;  
  color:#929292;  
  
  padding:5px; 
  text-align:left;  
  
  font-family: verdana, arial, sans-serif;
  font-size:12px;
}

#menu a:link     {color: #929292; text-decoration: none;}
#menu a:visited  {color: #929292; text-decoration: none;}
#menu a:hover    {color: #FF0000; text-decoration: none;}

#content {
  background-color:#FFFFFF;
  color:#000000; 

  padding:15px;
  text-align:left;
  text-align:justify;  

  font-family: "Trebuchet MS", arial, sans-serif;
  font-size:12px;
}

#footer {
  color:#000000;

  text-align:center;
  
  font-family: "Times New Roman", arial, sans-serif; 
  font-size:25px;
}

#footer a:link     {color: #2F4F4F; text-decoration: none;}
#footer a:visited  {color: #2F4F4F; text-decoration: none;}
#footer a:hover    {color: #FF0000; text-decoration: none;}