@import "styles.css";

.partnerlogo  {
  width:5%;
}
.site_titel{
  width:70%;
    text-align:right;
}
/* --- Button --- */

.btnback_e, .btnforward_e, .btn100_e, .btn150_e{
    color: #003399; cursor:pointer;
}
.btnback_e{
    background-image: url("/content_images/backHi.gif");
    width: 60px;
    padding-left:8px;
}
.btnforward_e{
    background-image: url("/content_images/forwardHi.gif");
    width: 60px;
    padding-right:8px;
}
.btn100_e{
    background-image: url("/content_images/btn100Hi.gif");
    width: 100px;
}
.btn150_e{
    background-image: url("/content_images/btn150Hi.gif");
    width: 150px;
}

.btnback_m, .btnforward_m, .btn100_m, .btn150_m{
    color: #ffffff;
    cursor: pointer;
}
.btnback_m{
    background-image: url("/content_images/backLow.gif");
    width: 60px;
    padding-left:8px;}
.btnforward_m{
    background-image: url(/content_images/forwardLow.gif);
    width: 60px;
    padding-right:8px;
}
.btn100_m{
    background-image: url(/content_images/btn100Low.gif);
    width: 100px;
}
.btn150_m{
    background-image: url(content_images/btn150Low.gif);
    width: 150px;
}
.e_block{
  background-color: #ffffff;
}

/* Title Rahmen sge */
.ecktitl, .ecktitr {
  background-repeat: no-repeat;
  width: 6px;
  height:30px;
}
.ecktitl {
  background-image: url("/content_images/titeckl.gif");
}
.ecktitr {
  background-image: url("/content_images/titeckr.gif");
}
.linetit {
  background-image: url("/content_images/titline.gif");
  background-repeat: repeat-x;
  font-size: 18px;
  color: #ffffff;
  text-transform: none;
  text-align:left;
  vertical-align: middle;
  padding-left:4px;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Title Rahmen sge */

/* subtitle Rahmen*/
.subtiteckl, .subtiteckr {
  background-repeat: no-repeat;
  width: 6px;
  height:22px;
}
.subtiteckl {
  background-image: url("/content_images/subtiteckl.gif");
}
.subtiteckr {
  background-image: url("/content_images/subtiteckr.gif");
}
.subtitline {
  background-image: url("/content_images/subtitline.gif");
  background-repeat: repeat-x;
  font-size: 14px;
  color: #003399;
  font-weight: bold;
  text-transform: none;
  text-align:left;
  vertical-align: middle;
  padding-left:4px;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subtitbtn{
  cursor:pointer;
  color: #003399;
  font-size: 12px;
  text-align:right;
}


.line {
  background-image: url("/content_images/line1_354.jpg");
  border-right:0 solid white;
  border-top:0 solid white;
  border-left:0 solid white;
  width:99.9%;
  border-bottom:0 solid white;
  height:0.61881em;
  left:0;
  top:5.4910em;
}




