body {
  
}

td, textarea, body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}

h1 {
  font-size: large;
}

h2 {
  font-size: medium;
}

a {
  color: #990000;
  text-decoration: none;
}

.navLink {
  font-weight: bold;
  color: #333333;
}

.navLinkHi {
  font-weight: bold;
  color: #CC0000;
}

.snavLink {
  font-weight: bold;
  color: #333333;
}

.snavLinkHi {
  font-weight: bold;
  color: #CC0000;
}

.info {
  border: 1px solid #DDDDDD;
  padding: 4px;
}

#titel {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  text-align: right;
}

#banner  {
  background-color: #EEEEEE;
}

#navigation {
  background-color: #CCCCCC;
}

#menu {
  background-color: #BBBBBB;
}

#content {
  
}

#footer {
  background-color: #CCCCCC;
}