/* ----------------- Allgemein ----------------- */

body {
  font-family:      verdana, arial, helvetica, sans-serif;
  background-color: #ffffff;
  font-size:        62.5%;          /* fuer relative schriftgroesse */
}

img {
  margin:  0px;
  padding: 0px;
  border:  none;
  vertical-align: middle;
}

div {
  margin:  0px;
  padding: 0px;
  border:  none;
}



/* ----------------- Header ----------------- */

div#header {
  display: none;
}


/* ----------------- Menu ----------------- */

div#menu {
  display: none;
}


/* ----------------- Content ----------------- */

div#content {
  font-size:     1.2em;
}

div#content h1 {
  font-weight: bold;
  font-size:   1.4em;
  margin:      0px;
  padding:     0px;
}

div#content h2 {
  font-weight: normal;
  font-size:   1.2em;
  margin:      0px;
  padding:     0px;
}

div#content h3 {
  font-weight: bold;
  font-size:   1.2em;
  margin:      0px;
  padding:     8px 0px;
}

div#content h4 {
  font-weight: bold;
  margin:      0px;
  padding:     8px 0px;
}

div#content strong {
  font-weight: bold;
}

div#content em {
  font-style: italic;
}

div#content a {
  color:           #a02200;
  text-decoration: underline;
}

div#content a.extern {
  padding-right: 13px;
  background: url(/grafix/img.a-extern.png) center right no-repeat;
}

div#content div.title {
  border-bottom:  1px solid #CA3400;
  padding-bottom: 4px;
  margin-bottom:  12px;
}

div#content p {
  margin: 0px 0px 8px 0px;
}

div#content p.center {
  text-align: center;
}

div#content p.date {
  font-style: italic;
  text-align: right;
}

div#content abbr {
  border-bottom: none;
  cursor:        text;
}

div#content ul {
  list-style-type:  square;
}

div#content table {
  margin: 0px 0px 8px 0px;
}

div#content table tr,
div#content table td {
  vertical-align: top;
  padding-right: 10px;
}


/* ----------------- Bild-Box ----------------- */

div#content dl.lbox {
  margin:     5px 25px 5px 0px;
  text-align: left;
  float:      left;
}

div#content dl.rbox {
  margin:     5px 0px 5px 25px;
  text-align: right;
  float:      right;
}

div#content dl.big {
  margin:     5px auto;
}

div#content dl.img {
  font-size:  0.8em;
  font-weight: bold;
}

div#content dl.img img {
  vertical-align: bottom;
  border: 1px solid #CA3400;
}

div#content dl.img img.lens {
  margin-left: -18px;
}

div#content dl.img dt {
  padding: 0px;
  margin:  0px;
}

div#content dl.img dd {
  padding: 0px;
  margin:  0px 0px 8px 0px;
}


/* ----------------- Text-Box ----------------- */

div#content div.infobox {
  margin:     2px 0px 5px 25px;
  padding:    12px 10px 16px 10px;
  width:      169px;
  text-align: left;
  float:      right;
  border:     1px solid #CA3400;
  font-size:  0.8em;
  border-left-width: 10px;
}

div#content div.infobox h5 {
  font-weight: bold;
  font-size:   1.2em;
  margin:      0px;
  padding:     0px;
}


div#content div.infobox p {
  padding:     0px;
  padding-top: 10px;
}

div#content div.infobox a {
  padding-left:    12px;
  text-decoration: underline;
  background:      url(/grafix/arrow.right.png) 1px 5px no-repeat;
}


/* ----------------- Weblinks ----------------- */

div#content div.footnote {
  font-size:     0.9em;
}

div#content div.footnote h3 {
  font-size:     1.1em;
  border-bottom: 1px solid #b5b5b5;
}

div#content div.footnote ul {
  margin-top: 3px;
}


/* ----------------- Footer ----------------- */

div#footer {
  border-top: 1px solid black;
  clear:      both;
  color:      #A0A0A0;
  padding:    5px 20px 0px 20px;
}

div#footer div.copyright {
  text-align: right;
}

div#footer div.powered {
  display: none;
}

div#footer a {
  color:           #A0A0A0;
  text-decoration: none;
}
