/*
@import url(http://www.codepoetry.net/stuff/css-debug-2-label.css) screen;
@import url(http://www.codepoetry.net/stuff/css-debug-2-outline.css) screen;
*/

body {
  color: Black;
  background: #F9F9FB;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p {
  margin-top: 0.6em;
  margin-bottom: 0.4em;
}

h1 {
  text-align: center;
  font-size: 16px;
}

h3 {
  text-align: center;
  font-size: 13px;
}

h4{
  font-size: 12px;
}

table {
  empty-cells: show;
}

td {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}

td.main {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

td.main-horizontal {
  padding: 0px;
  height: 2px;
  background-color: #767676;
}

td.main-vertikal {
  padding: 0px;
  width: 2px;
  background-color: #8B0000;
}

td.main-link-links {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #E8E8E8;
}

td.main-link {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #E8E8E8;
  text-align: center;
}

td.main-navi {
  background-color: #F5f5f5;
  vertical-align: top;
}

ul, ol {
  margin-left: 20px;
  padding-left: 2px;
}

ul.navi, ol.navi {
  list-style-position: inside;
  list-style-type: none;
}

ul.navi li, ol.navi li {
  margin-top: 6px;
}

ul.pfeil, ol.pfeil {
  list-style-type: none;
  list-style-image: url(/images/rot.gif);
}

p {
  padding-left: 2px;
  padding-right: 2px;
  text-align : left;
}

:link {
  text-decoration: none;
  font-weight: bolder;
  color: #660000;
}

:visited {
  text-decoration: none;
  font-weight: bolder;
  color: #8B0000;
}

a[href]:active, a[href]:hover { /* Für Mozilla */
  background-color: silver;
  text-decoration: underline;
}

:link:active, :link:hover { /* Für IE */
  background-color: silver;
  text-decoration: underline;
}

.bolder {
  font-weight : bolder;
}

.border{
  border: 1px solid #696969;
}

.center {
  text-align: center;
}
