/* ----------------- Allgemein ----------------- */

body {
  font-family:      verdana, arial, helvetica, sans-serif;
  background-color: #ffffff;
  font-size:        62.5%;
}

img {
  margin:  0px;
  padding: 0px;
  border:  none;
  vertical-align: middle;
}

div {
  margin:  0px;
  padding: 0px;
  border:  none;
}

div#wrapper {
  margin: 15px auto;
}

div#main {
  padding-bottom: 20px;
}


/* ----------------- Header ----------------- */

div#header {
}

div#header div.text {
  font-size:   2.0em;
  font-weight: bold;
}

div#header div.visual {
  display: none;
}

div#header div.metanav {
  height:           2.1em;
  border:           1px solid #b5b5b5;
  border-width:     1px 1px 0px 1px;
  background-color: #ca3400;
}


/* ----------------- Menu ----------------- */

div#menu {
  padding: 29px 0px 30px 22px;
}

div#menu a,
div#menu a:link,
div#menu a:visited,
div#menu a:active {
  color:           #333333;
  text-decoration: none;
}

div#menu a:hover {
  color:           #808080;
  text-decoration: none;
}

div#menu ul {
  list-style: none;
  margin:     0px;
  padding:    0px;
}

div#menu li {
  list-style: none;
  margin:     0px;
  padding:    0px;
}

div#menu ul.l1 {
}

div#menu ul.l1 li {
  padding:       5px 0px;
  border-bottom: 1px solid #b5b5b5;
}

div#menu ul.l1 li.last {
  border-bottom: none;
}

div#menu ul.l1 li.last a {
  background:    none;
  font-weight:   normal;
  height:        1.5em;
}

div#menu ul.l1 li a {
  padding:     0.3em 0px 0px 10px;
  background:  url(/grafix/arrow.right.png) 0px 9px no-repeat;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
  font-size:   1.2em;
}

div#menu ul.l1 li.current a {
  background: url(/grafix/arrow.down.png) 0px 11px no-repeat;
  height:     1.9em;
}

div#menu ul.l1 ul.l2 {
  margin-top:  5px;
  margin-left: 20px;
}

div#menu ul.l1 ul.l2 li {
  padding: 2px 0px;
  border:  none;
}

div#menu ul.l1 ul.l2 li a {
  padding:     0px;
  background:  none;
  font-weight: normal;
  height:      1.5em;
}


/* ----------------- 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;
  font-size:   1em;
  margin:      0px;
  padding:     8px 0px;
}

div#content strong {
  font-weight: bold;
}

div#content em {
  font-style: italic;
}

div#content a,
div#content a:link,
div#content a:visited,
div#content a:active {
  color:           #a02200;
  text-decoration: underline;
}

div#content a:hover {
  color:           #CA3400;
}

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 12px 0px;
  line-height: 1.5em;
}

div#content p.center {
  text-align: center;
}

div#content p.date {
  font-style: italic;
  text-align: right;
}

div#content abbr {
  border-bottom: 1px dotted #a02200;
  cursor:        help;
}

div#content ul {
  list-style-type:  square;
  list-style-image: url(/grafix/img.li.png);
}

div#content li {
  padding-top: 0.3em;
}

div#content table {
  margin: 0px 0px 12px 0px;
}

div#content table tr,
div#content table td {
  vertical-align: top;
  padding-right: 10px;
}


/* ----------------- Bild-Box ----------------- */

div#content dl.big,
div#content dl.lbox,
div#content dl.rbox {
  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 12px 0px;
}


/* ----------------- Text-Box ----------------- */

div#content div.infobox {
  margin:     2px 0px 5px 25px;
  padding:    12px 10px 16px 10px;
  width:      169px;
  text-align: left;
  font-size:  0.8em;
  border:     1px solid #CA3400;
  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;
  padding:       2px 0px;
  border-bottom: 1px solid #b5b5b5;
}

div#content div.footnote ul {
  margin-top: 3px;
}


/* ----------------- Footer ----------------- */

div#footer {
  border-top: 1px solid black;
  height:     53px;
  clear:      both;
  color:      #A0A0A0;
  padding:    5px 20px 0px 20px;
}

div#footer div.copyright {
}

div#footer div.powered {
  float: right;
}

div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:active {
  color:           #A0A0A0;
  text-decoration: none;
}

div#footer a:hover {
  color:           #404040;
  text-decoration: none;
}
