body {
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #FFF;
  padding: 0;
  margin: 0;
  background-image: url(/layout/body_background.jpg);
  line-height: 16px;
}

/* -- SCHRIFTEN -- */

.headline {
  margin-bottom: 25px;
  background-image: url(/layout/headline_box.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0px 3px;
  font-size: 12px;
  padding-top: 0px;
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 5px;
}

h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 5px;
}

/* -- LINKS -- */

#content a, #right a {
  color: #DD0121;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DD0121;

}

/* -- BILDER -- */

#content img {
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
}


a img { border: none; }

#content .no_border img {
  border-width: 0px;
  border-style: solid;
  border-color: #FFF;
}

#content .img_left { 
float: left;
padding: 0px 10px 20px 0;
margin: 0;}

#content .img_middle {
float: left;
padding: 0px 10px 20px 0;
}

#content .img_right {
padding: 0px 0px 20px 0; }

#content .img_left a{ 
border: none;}

#content .img_middle a{ 
border: none;}

#content .img_right a{ 
border: none;}

/*-- IMPRESSIONEN -- */

.impressionen td {padding: 10px 20px 0 0;}

.impressionen_teaser {
  width: 200px;
  text-align:center;
}

.impressionen_teaser img {
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  margin-bottom: 0px;
}

.control {
  margin: 0px;
}

.control img {
  border-width: 0px;
  border-style: solid;
  border-color: #FFF;

}

/* -- DOWNLOADS -- */

.download_icon {
  width: 30px;
  margin-right: 15px;
  float: left;
}

.download_icon img {
  border-width: 0px;
  border-style: solid;
  border-color: #FFF;
}

.download_info {
  margin-top: 7px;
}

/* -- NEWS -- */

.news_teaser_headline {
  margin-bottom: 10px;
text-align: left;  
}

.news_teaser_headline a {
  color: #FFF;
  text-decoration: none;
text-align: left;  
}

#content .news_headline {
    margin-bottom: 10px;
}

#content .news_headline a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;  
}

.news_teaser_intro {
  margin-bottom: 25px;
}

.news_teaser_intro a {
  color: #DD0121;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DD0121;
}

.news_teaser_img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.news_list_footer {
  font-size: 9px;
  text-align: center;
  clear: both;
}

.news_list_footer a {
  color: #FFF;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFF;
}

/*-- ANGEBOTE -- */

.angebot_teaser_headline {
  margin-bottom: 10px;
}

.angebot_teaser_headline a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;  
}

.angebot_teaser_intro {
  margin-bottom: 25px;
}

.angebot_teaser_intro a {
  color: #DD0121;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DD0121;
}

#content .angebot_headline {
  margin-bottom: 10px;
}

#content .angebot_headline a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;  
}

.angebot_list_footer {
  font-size: 9px;
  text-align: center;
}

.angebot_list_footer a {
  color: #FFF;
  text-decoration: none;
}

/* -- HEADER -- */

#header {
  padding: 0px;
  margin: 0px;
  height: 100px;
}

#logo {
  height: 100px;
  width: 600px;
  margin-top: -100px;
}

#header_img {
  height: 100px;
  width: 975px;
  text-align: right;

}

/* -- CONTAINER -- */

#container {
  width: 975px;
  margin-bottom: 10px;
  margin:0 auto;
}

/* -- INHALT -- */

#content {
  margin-top: 0px;
  margin-right: 250px;
  margin-bottom: 0px;
  margin-left: 235px;
  background-image: url(/layout/vertical_line.png);
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  background-position: 0px 50px;
  text-align: left;
}

div#content {
  min-height:600px;
  height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

/* -- LEFT -- */

#left {
  float: left;
  width: 185px;
  margin: 0px;
  padding-top: 50px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  text-align: justify;
}

#left a {
  color: #DD0121;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DD0121;
}

/* -- RIGHT -- */

#right {
  float: right;
  width: 200px;
  margin: 0px;
  background-image: url(/layout/vertical_line.png);
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  background-position: 0px 50px;
  text-align: justify;
}

/* -- HORIZONTALE TRENNLINIE -- */

.line {
  height: 25px;
  background-image: url(/layout/horizontal_line.png);
  background-repeat: no-repeat;
}

/* -- FOOTER -- */

#footer {
  clear: both;
  text-align: center;
  background-image: url(/layout/footer_line.png);
  background-repeat: no-repeat;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  color: #888;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 8px;
  letter-spacing: 0.1em;
  word-spacing: 1.5em;
}

#footer a {
  color: #888;
  text-decoration: none;
  border-bottom: none;
}

.spacing {
  word-spacing: normal;
}
