@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
  font: normal 14px/1.5 "Lucida Grande", "Lucida Sans Unicode", "segoe ui", segoe, arial, sans-serif;
  color: #333;
}

a {
  color: #c00;
}

a:focus,
a:hover,
a:active {
  color: #000;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
  padding:0 15px;
  position: relative;
}

.strip {
  z-index: 100;
  position: relative;
  background: #c00;
  clear: both;
  color: #fff;
  min-height: 2.14em;
}

.ie7 .strip {
  height: 2.14em;
  margin-bottom: 2.14em;
}

.ie6 .strip {
  overflow: hidden;
}

.strip a {
  color: #fff;
}

#main {
  clear: both;
}

.extension {
  text-transform: uppercase;
}

/* ----------------------------------------------------- Header */

#header {
  overflow: hidden;
  position: relative;
}

#header img {
  margin-left: -17px;
  float: left;
}

#header ul {
  position: absolute;
  top: 0;
  right: 5px;
  float: right;
}

#header li {
  display: inline;
}

#header p {
  margin-top: 2em;
  float: right;
  max-width: 570px;
  font: italic 24px/1.2 "Trebuchet MS", arial, sans-serif;
}

#header li a {
  text-decoration: none;
  color: #888;
  font-size: 12px;
  padding: 0 10px;
}

#header li a:focus,
#header li a:hover,
#header li a:active {
  color: #000;
}

#header li.active a {
  background: #c00;
  color: #fff;
}


/* ----------------------------------------------------- Topnavi */

.topnavi {
  float: left;
  height: 60px;
}

.topnavi li {
  float: left;
  margin-right: -1px;
  padding: 8px 0 11px 0;
  line-height: 0.8em;
}

.topnavi li.active {
  padding-bottom: 19px;
  background: url(img/topactive.png) center bottom no-repeat;
}

.topnavi a {
  padding: 0 15px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.strip a {
  text-decoration: none;
}

.strip a:focus,
.strip a:hover,
.strip a:active {
  text-decoration: underline;
}

/* ----------------------------------------------------- Linke Spalte */

#col1 {
  float: left;
  width: 160px;
  margin: 0 36px 40px 0;
}

.ie6 #col1 {
  overflow: hidden;
}

.sidenavi {
  margin-bottom: 38px;
}

.sidenavi li {
  background: #c00;
  margin-bottom: 2px;
}

.sidenavi li a {
  text-decoration: none;
  color: #333;
  height: 24px;
  line-height: 23px;
  padding-left: 28px;
  display: block;
  background: url(img/sidenavimask.png) 0 0 no-repeat;
}


.sidenavi li.active > a {
  color: #fff;
  background: none;
}
.sidenavi li a:focus,
.sidenavi li a:hover,
.sidenavi li a:active {
  background-position: 0 -60px;
}

.js .sidenavi ul {
  display: none;
}

.js .sidenavi ul ul {
  display: block;
  padding-left: 10px;
}

.sidenavi ul {
  border-top: 1px solid #aaa;
}

.sidenavi ul li {
  font-size: 12px;
  background: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #aaa;
}

.sidenavi ul ul li {
  border: none;
  font-size: 10px;
}

.sidenavi ul li a {
  height: 20px;
  line-height: 20px;
  background: none;
  color: #888;
}

#main #col1 .sidenavi ul ul li a {
  height: 13px;
  line-height: 13px;
  color: #888;
}

#main #col1 .sidenavi ul ul li.active a {
  color: #555;
  font-weight: bold;
}


.sidenavi ul li.active a {
  color: #fff;
}
.sidenavi ul li a:focus,
.sidenavi ul li a:hover,
.sidenavi ul li a:active {
  color: #000;
}

#col1 .box {
  border: 1px solid #979797;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 12px 9px;
}

.ie6 #col1 .box {
  overflow: hidden;
  width: 140px;
}

#col1 .box img {
  display: block;
  margin: 0 0 9px 0;
}

#col1 .box span,
#col1 .box a {
  display: block;
  font-size: 10px;
  color: #888;
  line-height: 1.2em;
  text-decoration: none;
}

#col1 .box a {
  padding-right: 35px;
  background: url(img/external.png) 105px 2px no-repeat;  
}



/* ----------------------------------------------------- Mittlere Spalte */

#col2 {
  width: 570px;
  float: left;
}

.ie6 #col2 {
  overflow: hidden;
}

.plaincontent {
  margin-bottom: 40px;
}

#col2 h2 {
  font-size: 24px;
  margin: -6px 0 5px 0;
}

.plaincontent h3 {
  font-size: 17px;
  border-top: 1px solid #ccc;
  margin: 2em 0 0.5em 0;
  font-weight: bold;
}

#col2 ul li {
  list-style: outside square;
  margin-left: 1.3em;
  margin-bottom: 0.4em;
}

#col2 ol li {
  list-style: outside decimal;
  margin-left: 1.3em;
  margin-bottom: 0.4em;
}

#col2 h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

#col2 h2.catheadline {
  margin: -6px 0 15px 0;
}

#col2 .teaser {
  font-weight: bold;
  margin-bottom: 0.5em;
}

#col2 p,
#col2 ul {
  margin-bottom: 1em;
}

.article {
  margin-bottom: 50px;
}

#col2 .imagewrap-left,
#col2 .left {
  float: left;
  margin: 4px 20px 10px 0;
}

.article .bu {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #888;
}

#col2 .imagewrap-right,
#col2 .right {
  float: right;
  margin: 4px 0 10px 20px;
}

.credits {
  border-top: 1px solid #aaa;
  padding-top: 10px;
  margin-right: 200px;
  margin-top: 20px;
  color: #777;
}

#col2 .presse li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  margin-bottom: -1px;
}



/* ----------------------------------------------------- Bigteaser */

.bigteaser {
  padding: 32px 20px 0 20px;
  min-height: 206px;
  background: #f6d5d5;
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -32px;
  position: relative;
}

.ie6 .bigteaser {
  height: 206px;
}

#col2 .bigteaser h2 {
  float: right;
  text-align: center;
  color: #c00;
  line-height: 1.5em;
  margin: -3px 0 .8em .5em;
  font-size: 15px;
}

#col2 .bigteaser ul {
  margin: 0;
}

#col2 .bigteaser li {
  list-style: none;
  margin: 0 0 0 7px;
}

.bigteaser h3 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.bigteaser h4 {
  font-size: 18px;
}

.bigteaser p {
  font-size: 12px;
  margin-bottom: 4em;
}

.bigteaser strong {
  display: block;
  font-size: 30px;
  letter-spacing: -1px;
}

.ie7 .bigteaser strong {
  line-height: 1.1em;
  margin-top: -5px;
}

.largemagazine {
 float: left; 
 margin: 0 20px 0 0;
}

.largemagazine img {
  border: 1px solid #fff;
  -webkit-box-shadow: #666 3px 3px 7px;
  -moz-box-shadow: #666 3px 3px 7px;
}

.largemagazine :hover img,
.largemagazine :focus img,
.largemagazine :active img {
  border-color: #aaa;
}

.magazin-download {
  position: absolute;
  bottom: 20px;
  left: 165px;
  padding-left: 50px;
  background: url(img/pdficon.png) 0 0 no-repeat;
}

.moremagazines {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* ----------------------------------------------------- Teasers */

.teasers {
  width: 605px;
}

.teaserbox {
  width: 267px;
  float: left;
  margin-right: 35px;
  height: 190px;
  overflow: hidden;
}

.articleteaser {
  height: 155px;
}

.cat-41 {
  height: 180px;
}


.articleteaser .innerteaser {
  border-top: 1px solid #aaa;
  padding-top: 3px;
}

.profil {
  display: none;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  padding-left: 22px;
  background: url(img/port.png) 0 1px no-repeat;
} 

.articleteaser .profil {
  display: block;
}

.teaserbox .date {
  font-size: 13px;
  color: #666;
  font-weight: bold;
}

.meta {
  color: #777;
  margin-bottom: 1em;
}

.author {
  font-style: italic;
}


.teaserbox .subhead {
  background: #c00;
  height: 16px;
  line-height: 0.8em;
  padding-left: 14px;
  margin-bottom: 6px;
  position: relative;
}



.teaserbox .subhead a {
  display: block;
  background: #fff;
  height: 14px;
  padding-left: 6px;
  color: #777;
  text-decoration: none;
}

.ie7 .teaserbox .subhead a {
  line-height: 1.1em;
  margin-top: -2px;
  padding-bottom: 2px;
}

.teaserbox .subhead span {
  position: absolute;
  top: 0;
  right: 0;
}

.teaserbox .subhead span a {
 font-size: 11px; 
 color: #aaa;
}

.ie6 .teaserbox .subhead span {
  display: none;
}

.teaserbox .subhead  a:focus,
.teaserbox .subhead  a:hover,
.teaserbox .subhead  a:active {
  color: #444;
}


.teaserbox h3 {
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin-bottom: 3px;
}

.teaserbox h3 a {
  text-decoration: none;
  color: #333;
}

.teaserbox h3 a:focus,
.teaserbox h3 a:hover,
.teaserbox h3 a:active {
  color: #aaa;
}

.teaserbox img {
  float: left;
/*  max-height: 100px;
  max-width: 100px;*/
  margin: 2px 10px 0 0;
  border: 1px solid #aaa;
}

.teaserbox a:focus img,
.teaserbox a:hover img,
.teaserbox a:active img {
  border-color: #000;
}

.teaserbox p {
  font-size: 12px;
  color: #777;
  line-height: 1.25em;
}

.morelink {
  margin-top: 8px;
  font-size: 12px;
}

.morelink a {
  color: #000;
}

.morelink a:focus,
.morelink a:hover,
.morelink a:active {
  color: #aaa;
  text-decoration: none;
}


/* ----------------------------------------------------- Heftarchiv */

.issuearchivitem {
  float: left;
  width: 134px;
  height: 280px;
  margin: 0 20px 20px 0;
  border: 1px solid #ccc;
  padding: 17px;
}

.ie6 .issuearchivitem {
  overflow: hidden;
}

.issuearchivitem img {
  display: block;
  border: 1px solid #fff;
  margin-bottom: 10px;
  -moz-box-shadow: 2px 2px 5px #888;
  -webkit-box-shadow: 2px 2px 5px #888;
}

.issuearchivitem a:focus img,
.issuearchivitem a:hover img,
.issuearchivitem a:active img {
  border-color: #aaa;
}

#col2 .issuearchivitem li {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 2px 0;
  list-style: none;
}

/* ----------------------------------------------------- Werbespalte */

#col3 {
  width: 162px;
  float: right;
  margin: -15px 0 20px 0;
}

#col3 h2 {
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}

.partner img {
  border: 1px solid #bcbcbc;
  margin-bottom: 12px;
}

.partner :hover img,
.partner :focus img,
.partner :active img {
  border-color: #000;
}

/* ----------------------------------------------------- Footer */

#footer {
  border-bottom: 30px solid #fff;
}

#footer .wrapper {
  padding: 4px 0 5px 0;
}

#footer ul {
  float: right;
}

#footer li {
  display: inline;
  margin-left: 2em;
}

/* ----------------------------------------------------- Search */

#ajaxSearch_form {
  position: absolute;
  top: 4px;
  right: 16px;
  padding: 0;
  height: 30px;
  width: 162px;
}

#col2 #ajaxSearch_form {
  display: none;
}

#ajaxSearch_output * {
  color: #333;
}

.ie7 #ajaxSearch_form {
  top: 2px;
}

.ie6 #ajaxSearch_form {
  display: none;
}


#ajaxSearch_form input {
  width: 157px;
  font-size: 13px;
  margin: 0;
  padding: 2px 0 2px 6px;
  border: none;
}

#ajaxSearch_form img {
  position: absolute;
  top: 4px;
  right: -24px;
  cursor: pointer;
}

#ajaxSearch_output {
   border: 1px solid #444;
   padding: 10px;
   background: #fff;
   display: block;
   height: auto;
   vertical-align: top;
   position: absolute;
   font-size: 11px;
   top: 34px;
   right: 15px;
   width: 300px;
}
.AS_ajax_result {
   color: #444;
   border-bottom: 1px solid #444;
   padding-bottom: 10px;
   margin: 0 0 10px 0;
   line-height: 1.2em;
}

#ajaxSearch_output a {
  color: #c00;
}

#ajaxSearch_output h3 {
  font-size: 13px;
  margin-bottom: 3px;
}

.ajaxSearch_highlight {
  background: #ffffa8;
}

.AS_ajax_resultLink {
   text-decoration: underline;
}
.AS_ajax_resultDescription{
   color: #555;
}
.AS_ajax_more {
   color: #555;
}


/* ----------------------------------------------------- Forms */

.myform {
  margin: 25px 0;
}

.myform .field,
.myform .action {
  border-top: 1px solid #777;
  padding: 10px 0;
  clear: both;
}

.myform label {
  float: left;
  width: 120px;
}

.myform input {
  width: 200px;
}

.myform textarea {
  width: 400px;
}

.myform .action input {
  width: 120px;
}

.myform .checkfield label {
  float: none;
  display: inline;
}

.myform .checkfield input {
  display: inline;
  width: auto;
  float: none;
}

.myform fieldset {
  border: 1px solid #aaa;
  padding: 10px 20px;
  margin-bottom: 2em;
}

.myform fieldset legend {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ----------------------------------------------------- Colors */

.sidenavi #nav-2, .cat-2 .subhead { background-color: #cc0000; }
.sidenavi #nav-3, .cat-3 .subhead { background-color: #ffb73a; }
.sidenavi #nav-4, .cat-4 .subhead { background-color: #df9133; }
.sidenavi #nav-5, .cat-5 .subhead { background-color: #a1ae46; }
.sidenavi #nav-6, .cat-6 .subhead { background-color: #ff8d0c; }
  .cat-60 .subhead { background-color: #ff8d0c; }
  .cat-61 .subhead { background-color: #ff8d0c; }
  .cat-62 .subhead { background-color: #ff8d0c; }
  .cat-63 .subhead { background-color: #ff8d0c; }
  .cat-64 .subhead { background-color: #ff8d0c; }
  .cat-65 .subhead { background-color: #ff8d0c; }
.sidenavi #nav-7, .cat-7 .subhead { background-color: #0096ce; }
.sidenavi #nav-8, .cat-8 .subhead { background-color: #c154c8; }
.sidenavi #nav-9, .cat-9 .subhead { background-color: #919191; }

.sidenavi #nav-2 .active a, .ch-2 { color: #cc0000; }
.sidenavi #nav-3 .active a, .ch-3 { color: #ffb73a; }
.sidenavi #nav-4 .active a, .ch-4 { color: #df9133; }
.sidenavi #nav-5 .active a, .ch-5 { color: #a1ae46; }
.sidenavi #nav-6 .active a, .ch-6 { color: #ff8d0c; }
.sidenavi #nav-7 .active a, .ch-7 { color: #0096ce; }
.sidenavi #nav-8 .active a, .ch-8 { color: #c154c8; }
.sidenavi #nav-9 .active a, .ch-9 { color: #919191; }




