@import "subnav.css";

#content .sidebar {
  float: left;
  width: 160px;
}

#content ul.basisnav {
  margin-top: 16px;
}

#content ul.basisnav a:link { color: #7f7f7f; text-decoration: none; }
#content ul.basisnav a:visited { color: #7f7f7f; text-decoration: none; }
#content ul.basisnav a:active { color: #7f7f7f; text-decoration: none; }
#content ul.basisnav a:hover { color: #2e2e2e; text-decoration: none; }
#content ul.basisnav a.active { color: #2e2e2e; font-weight: bold; }

#content ul.basisnav li {
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom:1px;
}
  
#content .crumbbar {
  margin-bottom: 27px;
}
  
#content .crumbbar img {
  display: inline;
  margin-right: 8px;
}
  
#content .pageheadline {
  margin-bottom: 24px;
}
  
#content .textbox {
  float: left;
  margin-top: 20px;
  width: 501px;
  margin-left: 41px;
}
  
#content .textbox p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}

/* generell links */
#content .textbox a, 
#content .textbox a:link, 
#content .textbox a:visited, 
#content .textbox a:active {
 color: #0076a3;
}

#content .textbox a:hover {
 border-bottom: none !important;
 color: #5a98ae !important;
}

#content .textbox a { border-bottom:1px solid #b2d6e3; }

/* / generell links */


#content .textbox .crumbbar a {
 border-bottom: none;
}

#content .textbox .first {
  margin-top: 0px;
  }
  
#content .textbox ul, #content .textbox ul li {
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .textbox ul {
  margin-top: 20px;
  }

#content .textbox ul li {
  background-image: url(/img/bullet.gif);
  background-repeat: no-repeat;
  background-position:0px 5px;
  padding-left: 10px;
  padding-bottom: 4px;
  line-height: 14px;
  }
  
#content .textbox .zwischenheadline {
  margin-top: 30px;
  font-size: 13px;
  font-weight: bold;
}

#content .textbox .zwischenheadline.first {
  margin-top:0px;
}
  
#content .textbox img {
  margin-top: 10px;
}

#content .textbox img.no-margin {
 margin-right: 0px;
 margin-left: 0px;
}

#content .textbox span.caption {
  display: block;
  margin:0;
  background-color: #dbdbdb;
  color: #000000;
  font-size: 10px;
  padding-left: 10px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
}

#content .textbox div.textfmt-image-float {
 float:left;
 margin-top: 0px;
 margin-right: 20px;
 margin-bottom: 15px;
}

#content .textbox div.textfmt-image-float img {
 margin-top: 3px;
}


#content .textbox a.thickbox span.caption { /* wir zeigen die lupe nur an, wenn wir verlinkt sind */
  background-image: url(/img/lupe.gif); 
  background-repeat: no-repeat;
  background-position: 475px 10px;
}
  

#content .top-links {
 float: left;
 width: 222px;
 margin-left: 41px;
 margin-top: 28px;
 margin-bottom: 6px;
}

#content .top-links img {
 margin-bottom: 5px;
 display:inline;
}

#content .top-links img.pfeil {
 padding-left: 5px;
}
  
#content .bildspalte {
  float: left;
  margin-top: 79px;
  width: 222px;
  padding-left: 42px;
  border: 0px solid black;
}

#content .bildspalte.mit-top-links {
  margin-top: 0px;
}

#content .bildspalte .bildcontainer, #content .bildspalte .box{
/* margin-left: 42px;*/
}

#content .bildspalte .bildcontainer img {
  margin-top: 20px;
  }

#content .bildspalte .bildcontainer img.first {
  margin-top: 0px;
  }
  
#content .bildspalte .bildcontainer p {
  margin:0;
  background-color: #dbdbdb;
  color: #000000;
  font-size: 10px;
  padding-left: 10px;
  padding-top: 7px;
  padding-right: 26px;
  padding-bottom: 7px;
  background-image: url(/img/lupe.gif);
  background-repeat: no-repeat;
  background-position: 205px 10px;
}
  
#content .bildspalte .box {
  margin-top: 20px;
  width: 220px;
  border: 1px solid #d2d2c8;
}

#content .bildspalte .box.no-border {
 border: none;
}

#content .bildspalte .box.first {
 margin-top: 0px;
}
  
#content .bildspalte .box a:link { color: #0076a3; text-decoration: none; }
#content .bildspalte .box a:visited { color: #0076a3; text-decoration: none; }
#content .bildspalte .box a:active { color: #0076a3; text-decoration: none; }
#content .bildspalte .box a:hover { color: #5a98ae;; text-decoration: none; }


  
#content .bildspalte .box p {
  margin: 0;
  padding: 7px;
  }
  
#content .bildspalte .box .headline {
  width: 220px;
  background-color: #d2d2c8;
  }
    
#content .bildspalte .box table {
  width: 100%;
  }
  
#content .bildspalte .box table tr.greyline {
  background-color: #f6f6f4;
  }
  
#content .bildspalte .box table tr.whiteline {
  background-color: #FFFFFF;
  }
  
#content .bildspalte .box table tr td {
  border-bottom: 1px solid #d2d2c8;
  padding: 7px;
  vertical-align: top;
  }
  
#content .bildspalte .box table tr td .datum {
  font-size: 9px;
  color: #7f7f7f;
  }
  
#content .bildspalte .box table tr td.last {
  border-bottom: none;
  }
  
#content .bildspalte .box table tr td.dwnldicon {
  padding-right: 0;
  padding-top: 9px;
  }
  
#content .footer {
  clear: both;
}
