html {
scrollbar-base-color: #EBDFC7;
}

body.thesenCSS {
  font-size: 0.7em;
  background-color: #EBDFC7;
  width: 834px;
  scrollbar-base-color: #EBDFC7;
}
iframe.thesen_iframe {
  width: 834px;
  height:632px;
  border: none;
}

/*
***************************************
** EINBLENDUNG POPUP FENSTER mit SCHATTEN
***************************************
*/
div#thesen {
  z-index: 10000000;
  position: absolute;
  top: 10px;
  left: 50px;
}
div#thesen_schatten {
  width: 925px;
  height: 703px;
  background-image: url(../grafik/thesen_schatten.png);
  background-repeat: no-repeat;
}

div#thesen_inhalt {
  position: absolute;
  top: 34px;
  left: 36px;
  width: 834px;
  height: 635px;
}

/*
***************************************
** grundaufbau
***************************************
*/

div.thesen_kopf {
  height: 18px;
  width: 834px;
  background-image: url(../grafik/thesen_bg_kopf.gif);
  background-repeat: repeat-x;
}

div.thesen_main {
  width: 834px;
}

div.thesen_left {
  width: 210px;
  float: left;
  padding: 0 35px 0 20px;
}

div.thesen_right {
  float: right;
  margin-top: -3px;
  position: relative;
}


div.thesen_absluss {
  background-image: url(../grafik/thesen_bg_abschluss.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 834px;
  height: 19px;
  position: absolute;
  top: 613px;
  left:0;
  z-index: 10;
}

/*
***************************************
** STYLES
***************************************
*/

div#text {
  margin: 70px 0 0 0;
}

div.thesen_balken_text {
  position: absolute;
  top: 180px;
  left: 50px;
  color: #EDE1C7;
  line-height: 2.0em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: bold;
  width: 500px;
}

ul.thesen {
  padding: 0 0 0 15px;
  margin: 0;
}


/*
***************************************
** THESEN NAVIGATION
***************************************
*/

div.thesen_navi_box {
  position: absolute;
  background-image: url(../grafik/thesen_bg_navi.gif);
  background-repeat: no-repeat;
  padding: 2px 0 0 20px;
  width: 285px;
  margin: 12px 0 25px -20px;
    z-index: 1000000;
}
div.thesen_navi_zahlen_box {
  float: left;
  margin: 5px 0 0 0;
}
div.thesen_subnavi {
  float: left;
  margin: 0 0 0 3px;
}
div.thesen_subnavi img {
  margin: 2px 0 3px 0;
}
div.thesen_zahlen {
  float: left;
  border: 1px solid #C3A460;
  height: 16px;
  margin: 0 5px 0 0;
  padding: 1px;
}
div.thesen_zahlen a {
  padding: 0 5px 0 5px;
}
div.thesen_zahlen a:hover {
  background-color: #A53B21;
  color: #FBF7F0;
}
div.thesen_zahlen a.thesen_aktiv {
  background-color: #A53B21;
  color: #FBF7F0;
}

/*
***************************************
** THESEN NAVIGATION zw. THESEN / IPOD EFFEKT
***************************************
*/

a.weiter_blaettern {
  float: right;
}
a.zurueck_blaettern {
  float: left;
}
div#text_1 {
  width: 210px;
  margin: 0 0 0 20px;
}
div#text_2 {
  display: none;
  width: 210px;
  margin: 0 0 0 20px;
}
div#text_3 {
  display: none;
  width: 210px;
  margin: 0 0 0 20px;
}
div#unsichtbar {
  position: absolute;
  top: 70px;
  left: 285px;
  width: 300px;
  height: 450px;
  background: transparent;
  z-index: 1000000;
}



/*
***************************************
** PODCAST
***************************************
*/

div.thesen_podcast_box {
  background-color: #FBF7F0;
  padding: 8px 0 8px 20px;
  width: 265px;
  margin-left: -20px;
  position: absolute;
  top: 521px;
  z-index: 1000000;
}
.thesen_podcast {
  position: relative;
  margin: 0;
  padding: 4px 0 3px 0;
  width: 230px;
  border-top: 1px solid #C3A460;
  border-bottom: 1px solid #C3A460;
}

.thesen_podcast-bild {
  position: relative;
  margin: 0 0 0 -3px;
  padding: 0 10px 0 0;
  float: left;
}

.thesen_podcast-text {
  margin: 0;
  padding: 0;
  float: left;
}



/*
***************************************
** POPUP FENSTER schliessen
***************************************
*/

div#thesen_schliessen {
  position: absolute;
  top: 5px;
  left: 800px;
  z-index: 1000000;
}