/* Eigenschaften der Seite */
body {
  background-color:#efdfd6;

  text-align:center;
}

/* Eigenschaften der Links */
A:link     {color: #394529;}
A:visited  {color: #394529;}
A:hover    {color: #ff9200; text-decoration: none;}

h1 {font-size:20px;}

/* Die Titelzeile */
#title {
  background-color:#9c9a63;

  text-align:center;
}

/* Das Top-Menue */
#menu {
  background-color:#4a4d18;
  color:#ffffff;
  
  text-align:center;  
  padding:5px;
  
  font-family: verdana, arial, sans-serif;
  font-size:10px;
}

/* Die Hyperlinks im Top-Menue */
#menu a:link     {color: #cecfc6; font-weight:bold; text-decoration: none;}
#menu a:visited  {color: #cecfc6; font-weight:bold; text-decoration: none;}
#menu a:hover    {color: #eeeeee; text-decoration: none;}

/* Der Inhalt */
#content {
  background-color:#e7d3bd;
  color:#000000;

  padding:15px;
  text-align:left;
  text-align:justify;
  
  font-family: verdana, arial, sans-serif;
  font-size:13px;
}

/* Tabelle A - Tabelleneigenschaften */
table.tablea {
  width:600px; /* Tabelle - Breite */
  margin:auto;
  border-style: solid; /* Tabelle - Rahmenart */
  border-color: #000000; /* Tabelle - Rahmenfarbe */
  border-width: 1px; /* Tabelle - Rahmenbreite */
  border-collapse: collapse; /* Tabelle - Rahmen */
}

/* Tabelle A - Zelleneigenschaften von Tabelle A */
table.tablea td {
  border-style: solid; /* Zelle - Rahmenart */
  border-color: #000000; /* Zelle - Rahmenfarbe */
  border-width: 1px; /* Zelle - Rahmenbreite */
  padding:7px; /* Zelle - Innenabstände */
  text-align:left; /* Zelle - Text links */
}

/* Tabelle-Grill - Zelleneigenschaften */
table.table-grill {
  margin:auto;
}

table.table-grill td {
  padding:1px; /* Zelle - Innenabstände */
  text-align:center; /* Zelle - Text links */
  
  font-family: verdana, arial, sans-serif; 
  font-size:9px;
}

/* 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;}