/*
rot #C00018
hellgelb #FEFF9B
dunkelgelb #F9CD2A
gelb hintergrund #f9edbe
*/


/* globale Definitionen */

html {
  background-color: #fbfbfb
}
body {
  width: 960px;
  margin: 0 auto;
  font-size: 0.85em;
  background-color: #f7f7c7;
  font-family: verdana,arial,sans;
  border-left: 15px solid #C00018;
  border-right: 15px solid #C00018;
  
}


strong {
  font-weight: bold;
}

/* Klassendefinitionen */

.teasertrenner {
  margin: 10px 0px;
  border-bottom: 1px solid #F9CD2A;
}

.spalte {
  float: left;
  background-color: #fff;
}

.aktiv {
  background: transparent url("../images/swirl_klein.png") scroll center left no-repeat;
}

.clear {
  clear: both;
}

/* aktuelle news auf den seiten */

.aktuelles {
  font-size: 0.9em;
  text-align: justify;
}

h2 {
  margin: 10px 0px;
  font-size: 1.3em;
  padding-left: 15px;
  background: transparent url("../images/swirl_klein.png") scroll center left no-repeat;
  font-variant: small-caps;
  color: #C00018;
  font-weight: bold;
}

.aktuelles img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.aktuelles a {
  color: #c00018;
}

.footer_heitech {
  position: absolute;
  right: 10px;
  top: 3px;
}

/* Ids */
#header {
  position: relative;
  height: 230px;
  background-color: #fff;
  margin-bottom: 5px;
}


#headernews {
  text-align: center;
  font-size: 0.8em;
  color: #c00018;
  bottom: 5%; 
  text-align: center; 
  width: 100%;
  position: absolute;
  width: 500px;
  left: 150px;
  bottom: 10px;

}

#tdrlink {
  left: 0px; 
  top: 0px; 
  position: absolute;
}

#navigation {
  border-right: 5px solid #f7f7c7;
  width: 190px;
}

#navigation a {
  text-decoration: none;
  font-size: 1.1em;
  color: #C00018;
  display: block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  padding-left: 15px;
  margin-left: 5px;
}

#navigation li {
  height: 30px;
}

#navigation .sub_ul {
  height: auto;
}

#navigation .sub_ul li {
  margin-left: 10px;
}


#content {
  width: 530px;
  padding: 0px 20px 10px 20px;
}

#content img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

#content a {
  color: #C00018;
  font-size: 0.91em;
  text-decoration: underline;
}

#content a:visited {
  color: #b25050;
  font-size: 0.91em;
  text-decoration: underline;
}

#content_right_column {
  border-left: 5px solid #f7f7c7;
  width: 190px;
  font-size: 0.9em;
  
} 

#content_right_column p {
  padding: 0px 5px;
}

#content_right_column a {
  color: #C00018;
  font-size: 0.91em;
}


#footer {
  background-color: #fff;
  border-top: 2px solid #F9CD2A;
  clear: both;
  position: relative;
  height: 50px;
  margin-top: 10px;
}

#tdr_footer_satz {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 750px;
  font-size: 0.8em;
  letter-spacing: -0.02em;
  height: 40px;
}





