/* ----------------- 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 {
  width:  965px;
  margin: 15px auto;
}

div#main {
  background:     url(/grafix/bg.wrapper.png) repeat-y;
  padding-bottom: 20px;
}

.text {
  display: none;
}

/* ----------------- Header ----------------- */

div#header {
  background: url(/grafix/bg.wrapper.png) repeat-y;
}

div#header div.visual {
  background: url(/grafix/bg.header.jpg) 10px 5px no-repeat;
  position:   relative;
  height:     148px;
}

div#header div.visual img.logo1 {
  position: absolute;
  top:      85px;
  right:    325px;
  z-index:  2;
}

div#header div.visual img.logo2 {
  position: absolute;
  top:      110px;
  right:    60px;
}

div#header div.metanav {
  height:           2.1em;
  margin:           0px 10px;
  border:           1px solid #b5b5b5;
  border-width:     1px 1px 0px 1px;
  background-color: #ca3400;
}


/* ----------------- Menu ----------------- */

div#menu div.searchbox {
   padding-left:  2px;
   margin-top:    0px;
   margin-bottom: 20px;
   float:         left;
}

div#menu div.searchbox input.query {
  color:     #646464;
  border:    1px solid #AFB0A8;
  margin:    0px;
  padding:   1px;
  width:     150px;
  height:    15px;
  font-size: 11px;
  float:     left;
}

div#menu div.searchbox input.image {
   width:   19px;
   height:  19px;
   margin:  0px 0px 0px 2px;
   padding: 0px;
   display: inline;
   float:   left;
}


div#menu {
  width: 178px;
  float: left;
  padding-left: 22px;
  padding-top:  29px;
}

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;
}

div#menu ul.l1 ul.l2 li.current a {
  font-weight: bold;
/*  background: url(/grafix/arrow.right.png) 0px 5px no-repeat; */
}



/* ----------------- Content ----------------- */

div#content {
  margin:    30px 0px 0px 50px;
  width:     595px;
  font-size: 1.2em;
  float:     left;
}

div#content h1 {
  font-weight: bold;
  font-size:   1.4em;
  margin:      0px;
  padding:     0px;
}

div#content h2 {
  font-weight: normal;
  font-size:   1.3em;
  margin:      0px;
  padding:     0px;
}

div#content h3 {
  font-weight: bold;
  font-size:   1.3em;
  margin:      0px;
  padding:     8px 0px;
}

div#content h4 {
  font-weight: bold;
  font-size:   1.0em;
  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) right center no-repeat;
}

div#content div.title {
  border-bottom:  1px solid #CA3400;
  padding-bottom: 4px;
  margin-right:   50px;
  margin-bottom:  12px;
}

div#content p {
  margin: 0px 0px 12px 0px;
  padding-right: 75px;
  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 abbr.nv {
  border-bottom: none;
  cursor:        text;
}

div#content ul {
  padding-right:    75px;
  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.rbox {
  margin:     5px 0px 5px 25px;
  text-align: right;
  float:      right;
}

div#content dl.lbox {
  margin:     5px 25px 5px 0px;
  text-align: left;
  float:      left;
}

div#content dl.big {
  padding-right: 75px;
  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;
  float:      right;
  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 {
  padding-right: 50px;
  font-size:     0.9em;
}

div#content div.footnote h3 {
  font-size:     1.2em;
  padding:       2px 0px;
  border-bottom: 1px solid #b5b5b5;
}

div#content div.footnote ul {
  margin-top: 3px;
}


/* ----------------- Footer ----------------- */

div#footer {
  height:     53px;
  clear:      both;
  background: url(/grafix/bg.footer.png) 0px 0px no-repeat;
  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;
}
