html, body { height: 100%; }

body {
  font-family: arial, geneva, sans-serif;
  font-size: 82%;
  color: rgb(0,46,85);
  background-color: rgb(230,235,241);
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 960px;
  min-height: 100%;
  margin: 0 auto;

  border-right: 1px rgb(40,54,102) dotted;
  border-left: 1px rgb(40,54,102) dotted;

  background-color: white;

  -webkit-box-shadow: 0 0 20px #aaa;
  -moz-box-shadow: 0 0 20px #aaa;
  box-shadow: 0 0 20px #aaa;
}

.msie-lte8 #wrapper {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,strength=12,direction=90) progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,strength=12,direction=270);
}

.msie6 #wrapper {
  height: 100%;
  display: table;
}


#oben { position: absolute; top: -1px; height: 1px; overflow: hidden; }
.msie6 #oben,
.msie7 #oben { top: 0; }


.nowrap { white-space: nowrap; }
.thinspace { margin-left: -0.17em; }

img { border: 0; }

p  { margin: 0 0 1em 0; } /* MSIE Win nimmt sonst einen erheblich größeren Abstand */

small small { font-size: 1em; }
.big { font-size: larger; }
.big .big { font-size: 1em; }

.wordwrap {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, FF2 und Camino2 aber nicht  */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.msie6 .clearfix { height: 1%; } /* oder zoom: 1 für beide MSIE */
.msie7 .clearfix { min-height: 1px; }

hr { height: 1px; border: 0; border-top: 1px solid black; padding: 0; margin: 0 0 1em 0; color: white;  }

del { color: #BB0000; }
ins { color: #009900; }

#head {
  padding: 40px 0 17px 28px;
  border-bottom: 1px rgb(40,54,102) dotted;
}

#head img  {
  vertical-align: bottom;
}

/* ---------------------- UL-Tags ----------------------- */

.horizontalnavi {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 30px 0;
  border-bottom: 1px rgb(40,54,102) dotted;

  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 1;
}

/* ---------------------- LI-Tags ------------------------ */

.horizontalnavi li {
  display: inline;
}

/* ---------------------- A-Tags ------------------------ */

.horizontalnavi a { 
  text-decoration: none;
  padding-bottom: 8px;
  border-right: 1px rgb(0,46,85) dotted;
  display: inline-block;
  width: 190px;
  text-align: center; /* keine Zentrierung in FF 1-2, NS 7.2 */
}

*:not(h1) body #wrapper[id=WRAPPER] .horizontalnavi a {  /* FF 1-2, NS 7.2 */
  display: -moz-inline-box;
  padding-left: 30px;
  width: 160px;
}

.horizontalnavi li.firstchild a {
  padding-left: 30px;
  width: 160px;
  text-align: left;
}

.horizontalnavi li.lastchild a { border-right: none; }

/* --------------------- Link-Farben --------------------- */

.horizontalnavi a {
  color: rgb(0,46,85);
}

.horizontalnavi li.curdir a { }

/* -------------------- Hover-Farben ---------------------*/

.horizontalnavi a:hover,
.horizontalnavi li.curdir a:hover { color: black; }

/* -------------------- Active-Farben ---------------------*/

.horizontalnavi a:active,
.horizontalnavi li.curdir a:active { color: rgb(0,46,85); }

#content-wrapper {
  background-repeat: no-repeat;
  background-position: right top;
  background-color: white;
}

#content {
  line-height: 150%;
  padding: 20px 30px;
  width: 512px;
}

#content a            { color: rgb(0,46,85); }
#content a:hover { color: black; }
#content a:active { color: rgb(0,46,85); }

h1, h2, h3, h4, h5, h6 { 
  margin: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}

.absatz ul, .absatz ol {
  padding-top: 0; 
  margin-top: 0; 
  padding-bottom: 0; 
  margin-bottom: 1em;
}

.listemptyline li {
  margin-bottom: 1em;
}

#content table {
  border: 0;
  border-collapse: collapse;
  margin-bottom: 1em;
}

#content td {
  padding-left: 0;
}

#content td+td {
  text-align: right;
}
dl.dir dd {
  margin: 0 0 1em 0;
  padding-left: 0;
}

.impressum .vcard p.org { margin-top: 0; }

.impressum .vcard { margin: 1em 0; }

.impressum .vcard .type { display: none }

.impressum .foto { border: 1px solid silver; float: left; margin-right: 20px; }

.impressum dt {
  float: left; 
  width: 3.5em;
  padding-right: 0.5em;
}

.impressum dd {
  margin: 0 0 0 4em; /* =dt.width+dd.margin-right */
  padding: 0;
  white-space: nowrap;
}


.impressum #copyright,
.impressum #copyright a {
  color: gray;
  font-style: italic;
}
.impressum #copyright a  { text-decoration: none; }
.impressum #copyright a:hover { text-decoration: underline; }

