#banner, #banner span {
  width: 960px; height: 105px;
  background-image: url(pirt_banner.png);
  background-repeat: no-repeat;
  overflow: hidden;
  font-size: 100%;
}

#banner span { margin-bottom: -105px; }
 /* non-repeated code */
 h1 span {
 display: block;
 position: relative;
 z-index: 1;
 }

#textseite {
  margin: 0px 0px 0px 222px;
  font-family: sans-serif;
  font-size: 95%;
  line-height: 130%;
  max-width: 45em;
}

/* IE hacks */
* html #textseite {
    width: 45em;
    padding: 10px 0px 5px 0px; /*more space at top and bottom of main page*/
}


a {
  color: blue;
}

h1 {
  font-size: 130%;
  line-height: 130%;
}

hr {
  color: #fff;
  background-color: #fff;
  border: 1px dashed silver;
  border-style: none none dashed;
  margin-left: 20px;
}

.bundesland_anchor {
  font-size: 75%;
  letter-spacing:1pt;
  color: black;
  font-weight: bold;
  text-transform:uppercase;
}

.black_anchor {
  color: black;
}

.top_anchor_right {
  float: right;
  font-size: 75%
}

.top_anchor_left {
  float: left;
  font-size: 75%
}


.img {
  margin: 5px 15px 20px 0px;
  border: 1px solid silver;
}

.imgright {
  margin: 10px 0px 10px 0px;
  border: 1px solid silver;
}

.box{
  font-size: 85%;
  padding: 5px 5px 5px 8px;
  border: 2px solid silver;
}

.fotos {
  margin: 20px 0px 20px 0px;
}


.fotos a img {
  border: 1px solid silver;
}

.fotos-inline a img {
  float:right;
  margin-top: 5px;
  border: 1px solid silver;
}


.col_left {
  float:left;
  width: 25%;
  overflow:hidden;
  font-weight: bold;

}

.col_right {
  float:left;
  overflow:hidden;

}

.row {
  float:left;
  width:100%;
  padding-bottom: 12px;
}

.hinweis {
  font-size: 85%;
  font-style: italic;
}

.absolvent {
  margin-left: 20px;
}

#nav_unten a {
  color: #006633;
  font-size: 70%;
  padding-right: 3px;
}

.formularbox {
  font-size: 85%;
  padding: 5px 5px 5px 8px;
  border: 1px solid silver;
}














