/* ALLGEMEIN *********************************************************/

html, body {
  font-family: verdana, arial;
  font-size: 11px;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

table,tr,td,p,div,a,h2,h4 {
 font-size: 11px;
}

h1 {
 font-size: 18px;
 margin: 0 0 1px;
 color: #000;
}

h3 {
 font-size: 14px;
 margin: 0 0 1px;
 color: #000;
}

hr {
 color: #000;
}

/* LINKS *********************************************************/

a:link {
 color: #0069AF;
 text-decoration: none;
}

a:visited {
 color: #3697CC;
 text-decoration: none;
}

a:hover {
 color: #3697CC;
 text-decoration: underline;
}

/* REITER-NAV *********************************************************/

.tabOn { 
  height: 25px;
  white-space: nowrap;
  margin: 0;
  padding: 0 6px 0 6px;
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.tabOff {
 background: #E2E2E2;
 white-space: nowrap;
 padding: 0 6px 0 6px;
 border-top: 1px solid #000;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 border-left: 1px solid #000;
}

.tabOff a:link, .tabOff a:visited, .tabOff a:hover {
 color: #000;
 text-decoration: none;
}

.tabZw {
 white-space: nowrap;
 border-top: 0;
 border-right: 0;
 border-bottom: 1px solid #000;
 border-left: 0;
}