/* ------------------------------------------------------------------------- *\
   CSS für vanhoefer.de
   main.css
\* ------------------------------------------------------------------------- */

/* Generelle Einstellungen ------------------------------------------------- */

body {
  font-family: sans-serif;
  font-size: 12pt;
  text-align: center;
  color: #666666;
  background: #BDBDBD;
}

p {
  color: #666666;
}

small {
  font-size: 10pt;
}

big {
  font-size: 14pt;
}

a {
  color: #0000ff;
  text-decoration: underline;
}

a:hover {
  color: #0066ff;
  text-decoration: underline;
}

a.hidden {
  color: #333333;
  text-decoration: none;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  color: #3333CC;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  color: #3333CC;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  color: #3333CC;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  text-align: left;
}

/* Rahmentabelle ----------------------------------------------------------- */

table.main {
  width: 740px;
  border: 2px solid #ffffff;
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #333333;
  background-color: #BDBDBD;
  border-spacing: 2px;
}

td.titel {
  height: 90px;
  background-image: url(bild/streifen.png);
  margin: 2px;
  padding: 5px;
}

td.text {
  margin: 2px;
  padding: 5px;
  background: #ffffff;
}

td.maintext {
  margin: 2px;
  padding: 20px 5px 20px 5px;
  background: #ffffff;
  height: 300px;

}

td.nav {
  margin: 2px;
  padding: 2px 5px 2px 5px;
  background: #ffffff;
}

td.nav a {
  color: #0000ff;
  text-decoration: none;
}

td.nav a:hover {
  color: #0066ff;
  text-decoration: none;
}
