/**
 * Stylesheet fuer derdichtebau.de
 *
 * seitenblick interaktive medien gmbh
 * Koenigstrasse 16, 70173 Stuttgart
 * fon: 0711/8599818-0
 * fax: 0711/8599818-40
 * e-Mail: info@seitenblick.de
 */
 
/* Colorset:
 *   - Schrift #504e50 (grau)
 *   - Hintergrund #ffffff (weiss)
 *   - Links, Ueberschriften #000000 (schwarz)
 *   - Box-, Tabellen-, Formhintergruende #f3f3f3 (hellgrau)
 *   - Text bei deaktiviertem Formular #6D6D6D (grau)
 *   - Rahmen #A4A19B  (dunkelgrau)    
 *   - Content Ueberschrift, Menuepunkt Beschreibung #9A0000 #A82626 (dunkelrot)
 *   - 3D Rand Navigation #585858 #1A1A1A
 *   - Markierter Menuepunkt #3B342F   
*/

/******************************************************************************/
/*--- Allgemeine Definitionen ------------------------------------------------*/
/******************************************************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #ffffff;
  color: #504e50;
  font-size: 1em;
  font-family: Arial, Verdana, Sans-Serif;
}

html {
  overflow-y: scroll;
}


body {
  font-size: 100.01%;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

acronym {
  background: transparent url('../i/bg_acronym.gif') repeat-x scroll 0pt 100%;
  border: 0;
  cursor: help;
  font-style: normal;
}

img {
  border: none;
}

input {
  color: #191919;
}

h2 {
  color: #000000; 
}

ul, ol {
  list-style: none;
}

.layout {
  /* wird beim IE6 f?r relative Elemente ben?tigt */
	height: 0;
	he\ight: auto;
	zoom: 1;
}

/*-------- HELPERKLASSEN -----------------------------------------------------*/

.c {
  clear: both;
}

.x {
  display: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.y {
  clear: both;
  font-size: 0.001em;
}

.separator {
  border-bottom: 1px solid #A4A19B;
  padding: 0 5px;  
}

.spacer {
  clear: both;
  height: 10px; 
  width: 100%;
}

/*-------- #wrapper ----------------------------------------------------------*/

#wrapper {
  margin: 20px auto 0 auto;
  width: 940px;
}


/*-------- #header -----------------------------------------------------------*/

#header {
  position: relative;
  width: 940px;
}

/*-------- #header > #top ----------------------------------------------------*/

#header #top {
  font-family: Arial;
  font-size: 0.6875em;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}

#top ul {
  float: left;
}

#top ul li {
  float: left;
  padding: 5px 0 0 14px;
}

#top ul li a {
  color: #000;
}

#top #languages {
  float: left;
  width: 90px;
}

#top #languages img {
  float: left;
  margin: 4px 15px 0 0;
}

#top form {
  float: right;
  margin: 2px 0 1px 0;
  width: 226px;
}

#top fieldset {
  border: none;
}

#top input {
  border: none;
  background: #fff url('../i/bg_suchfeld.gif') no-repeat;
  float: left;
  font-weight: bold;
  height: 18px;
  padding: 2px 5px 0 5px;
  width: 164px;
}

#top input.txt {
  font-size: 0.6875em;
  margin: 0 5px 1px 0;
}

#top input.btn {
  height: 18px;
  padding: 0;
  width: 47px;
}

/*-------- .footer Menü ------------------------------------------------------*/

#footer {
  font-family:Arial;
  font-size:0.6875em;
  margin: 20px auto 20px auto;
  width: 320px;
}

#footer ul li {
  display: inline;
  margin-right: 10px;
}

/*-------- #header > #top > Mitglieder Login / Suchleiste --------------------*/

#global_search fieldset {
  border: 0; 
}

#header #global_search, 
#header #login {
  height: 20px;
  position: absolute;
  right: 0px;
  top: 78px;
  text-align: right;
  width: 400px; 
  z-index: 10;
}

#global_search span,
#login span {
  font-size: 0.6875em;   
}

#global_search input,
#login input {
  background: #fff url('../i/bg_input_text.gif') no-repeat;
  border: none;
  height: 18px;
  padding: 2px 5px 0 5px;
  width: 110px;
}

#global_search input.txt,
#login input.txt {
  font-size: 0.6875em;
  margin: 0 5px 1px 0;
}

#global_search input.btn,
#login input.btn {
  height: 18px;
  padding: 0;
  vertical-align: text-bottom;
  width: 55px;
}


/*-------- #header > #middle -------------------------------------------------*/

#middle {
  background: #ffffff;
}

#middle #logo {
  float: left;
  width: 233px;
}

#middle img.teaser_img {
  float: left;
  margin: 0 10px 0 0;
}

#middle h2 {
  background: url('../i/bg_dachzeile.gif') no-repeat 0 3px;
  font-size: 0.6875em;
  font-weight: normal;
  float: left;
  padding: 1px 0 3px 17px;
  width: 165px;
}

#middle p {
  font-size: 0.6875em;
  line-height: 1.2;
}

#middle p img {
  margin: 0 0 0 4px;
}

#middle #headtitle {
  height: 60px;
  padding-top: 40px;
  position:relative;
  z-index: 1;
}

#middle #headtitle p {
  bottom: 0px;
  color: #8f8f8f;
  font-size: 3.1250em;
  position: absolute; 
}


/*-------- #header > #menupoint_desc -----------------------------------------*/

#menupoint_desc {
  background: #9a0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8750em;
  margin: 3px 0 0 0;
  padding: 9px 0 9px 0;
  text-align: center;
}


/*-------- #header > #mnavi --------------------------------------------------*/

#mnavi {
  font-family: Verdana;
  margin: 5px 0 7px 0;
}

#mnavi ul {
  background: #1c1c1c url('../i/bg_main_navigation.gif') repeat-x;
  height: 31px;
  width: 100%;
}

#mnavi li {
  float: left;
  font-weight: bold;
}

#mnavi li a {
  border-left: 1px solid #585858;
  border-right: 1px solid #1a1a1a;
  color: #ececec;
  float: left;
  font-size: 0.8125em;
  height: 16px;
  padding: 7px 12px 8px 12px;
}

#mnavi li img {
  margin: 0 6px 2px 0;
}

#mnavi li .act,
#mnavi li a:hover {
  background: #9a0000 url('../i/bg_main_navigation_red.gif') repeat-x;
  text-decoration: none;
  height: 16px;
}


/*-------- #inhalt -----------------------------------------------------------*/

#keyvisual {
  margin: 5px 0 0 0;
  width: 940px;
}

#inhalt,
#ddb_inhalt {
  background: #ffffff;
  width: 940px;
}

#inner-inhalt {
  padding: 0 0 70px 0;
  width: 940px;
}

#main {
  width: 940px;
}


/*-------- #inhalt > #snavi --------------------------------------------------*/

#snavi {
  background: #ffffff;
  border-right: 1px solid #f3f3f3;
  float: left;
  width: 191px;
}

#snavi ul {
  width: 100%;
}

#snavi li {
  background: #ffffff;
  color: #504e50;
  float: left;
}

#snavi li a {
  color: #504e50;
  border-top: 1px solid #f3f3f3;
  float: left;
  font-size: 0.7500em;
  font-weight: bold;
  padding: 7px 2px 7px 10px;
  width: 180px;
}

#snavi li li a {
  background-color: #f3f3f3;
  border-top: 1px solid #ffffff;
  color: #3d3935; 
  font-size: 0.6875em;
  margin: 0 0 0 8px;  
  width: 172px;
}

#snavi li li li a {
  background-color: #d0d0d0;
  border-top: 1px solid #f3f3f3;
  font-size: 0.6250em;
  margin: 0 0 0 16px;
  padding: 5px 2px 6px 10px;
  width: 164px;
}

#snavi li li li li a {
  background-color: #adabab;
  border-top: 1px solid #ffffff;
  font-size: 0.6250em;
  margin: 0 0 0 24px;
  padding: 5px 2px 6px 10px;
  width: 156px;
}

#snavi li a.act {
  background: #ffffff url("/i/navi_red.gif") no-repeat;
  padding-left: 15px;
  width: 175px;
}

#snavi li li a.act {
  background: #f3f3f3 url("/i/navi_red.gif") no-repeat;
  padding-left: 15px;
  width: 167px;
}

#snavi li li li a.act {
  background: #d0d0d0 url("/i/navi_red.gif") no-repeat;
  padding-left: 15px;
  width: 159px;
}

#snavi li li li li a.act {
  background: #adabab url("/i/navi_red.gif") no-repeat;
  padding-left: 15px;
  width: 151px;
}


/*
#snavi li a.act {
  background-color: #5d5853;
  color: #ffffff;
}

#snavi li li li a.act {
  background-color: #f3f3f3;
  color: #000000;
}

#snavi li li a.act,
#snavi li li li li a.act {
  background-color: #3b342f;
  color: #ffffff;
}                  */


/*-------- #inhalt > #content ------------------------------------------------*/

#content {
  color: #504e50;
  float: left;
  padding: 4px 10px 10px 13px;
  width: 505px;
}

#content #bc {
  color: #000000;
  font-size: 0.6875em;
  font-weight: bold;
}

#content #bc a {
  color: #000000;
}

#content h1 {
  color: #a82626;
  font-size: 0.8125em;
  margin: 13px 0 9px 0;
} 

#content .absatz {
  margin: 0 0 20px 0;
}

#content .absatz a {
  color: #000000;
}

#content .absatz h2 {
  font-size: 0.8750em;
  line-height: 1.4;
  padding: 0 0 10px 0;
}

#content .absatz p {
  font-size: 0.8750em;
  line-height: 1.4;
  padding: 0 0 10px 0;
}

#content .absatz p a,
#shop p a {
  text-decoration: underline;
}

#shop p#bc a {
  text-decoration: none;
}

#content .absatz dl.center {
  margin: auto;
  padding: 0 0 20px 0;
}

#content .absatz dl.right {
  float: right;
  margin: 0 0 10px 10px;
}

#content .absatz dt .zoom {
  float: right;
  margin: 3px 0 3px 3px;
}

#content .absatz dd {
  font-size: 0.625em;
}

#content .absatz dd p {
  font-size: 1em;
  line-height: 1.2;   
}

#content .absatz dl.searchlist dt {
  font-weight: bold;
  font-size: 0.8125em;
}

#content .absatz dl.searchlist dt a {
  color: #a82626;
  font-weight: bold;
  font-size: 0.8125em;
}

#content .absatz dl.searchlist dd {
  font-size: 0.75em;
  padding: 0 0 20px 0;
}

#content .absatz dl.searchlist dd a {
  float: right;
}

#content .absatz dl.searchlist dd p {
  padding: 0;
}

#content .absatz ul {
  list-style: disc;
  padding: 0 0 20px 0;
} 

#content .absatz ol {
  list-style: decimal;
}

#content .absatz li {
  font-size: 0.75em;
  margin: 0 0 0 20px;
  padding: 0 0 2px 0;
}

#content .absatz #flashcontent {
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 320px; 
}

#flashcontent_start {
  float: left;
  margin: 0 0 10px 0;
  width: 369px;
}

#content .address fieldset {
  color: #504e50;
  border: 0;
  font-size: 0.75em;
  font-weight: bold;
  width: 505px;
}

#content .address fieldset div {
  background: #f3f3f3;
  border: 0;
  height: 18px;
  position: relative;
  padding: 5px 10px 5px 10px;
}

#content .address fieldset div.free_text {
  height: 98px;
}

#content .address fieldset div.free_text textarea {
  height: 96px;
}

#content .address fieldset div.submit {
  height: 21px;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

#content .address fieldset select.text,
#content .address fieldset textarea.text,
#content .address fieldset input.text {
  border: solid 1px #ececec;
  position: absolute;
  right: 10px;
  text-align: left;
  width: 230px;
}

#content .address fieldset select.text {
  width: 232px;
}

#content .address fieldset .submit input {
  width: 230px;
  position: static;
}

#content .newhl {
  font-size: 16px;
  font-weight: bold;
}


/*-------- GEWINNSPIELSEITE --------------------------------------------------*/

#content .image_left {
  float: left;
  margin: 0 20px 0 0;
}

#content .text_right {
  float: left;
  width: 240px;
}

#content .text_right #toc0 {
  font-size: 16px;
  margin: 10px 0 20px 0;
}

#content .text_right p {
  font-size: 0.75em;
  line-height: 1.4;
  padding: 0 0 10px 0;
}

#content .text_right .captcha input {
  border: none;
  height: 20px;
  margin: 10px 0 10px 0;
  width: 140px;
}

#content .captcha {
  float: left; 
}

#content .captcha input {
  border: none;
  height: 20px;
  margin: 10px 0 10px 0;
  width: 140px;
}

#content .captcha p {
  font-size: 0.75em;
  line-height: 1.4;
  padding: 0 0 10px 0;
}


#content fieldset.question {
  color: #fff;
  margin: 0 0 20px 0;
}

#content fieldset.question p {
  font-size: 1em;
}

#content fieldset.question input { 
  float: left;
}

#content fieldset.question br {
  clear: both;  
}

#content fieldset.question div.radio {
  background-color: #534f4f;
  float: left;
  padding: 5px 0 0 0;
  width: 45px;
}

#content fieldset.question div.answer {
  background-color: #534f4f;
  float: left;
  height: 65px;
  width: 430px;
}

/*-------- #ddb_inhalt > #content --------------------------------------------*/

#ddb_inhalt #content {
  color: #504e50;
}

#ddb_inhalt #content #bc,
#ddb_inhalt #content #bc a,
#ddb_inhalt #content .absatz a {
  color: #000000;
}

#ddb_inhalt #content h1 {
  color: #000000;
  font-size: 1.5em;
}


/*-------- #inhaltgross ------------------------------------------------------*/

#inhaltgross {
  background: #ffffff;
  width: 940px;
}


/*-------- #press ------------------------------------------------------------*/

#press {
  color: #504e50;
  float: left;
  padding: 4px 10px 10px 13px;
  width: 505px;
}

#press #bc {
  color: #000000;
  font-size: 0.6875em;
  font-weight: bold;
}

#press #bc a {
  color: #000000;
  text-decoration: none;
}

#press #bc a:hover {
  text-decoration: underline;
}

#press h1 {
  color: #000000;
  font-size: 1.125em;
  padding: 2px 0 3px 0;
}

#press h1 a {
  color: #000000;
}

#press h2 { 
  background: transparent url('../i/bg_dachzeile.gif') no-repeat 0 4px;
  color: #000000;
  font-size: 0.6875em;
  font-weight: normal;
  float: left;
  padding: 1px 0 3px 17px;
}

#press div {
  border-top: 1px solid #A4A19B;
  padding: 10px 10px 10px 10px;
}

#press div.first {
  border-top: 0;
  padding-top: 0;
}

#press div.last {
  border-bottom: 0;
}

#press div.single,
#press div.jumplist {
  border-top: 0;
  border-bottom: 0;
} 

#press div.single {
  padding-top: 0;
}

#press div.article h1,
#press div.last h1 {
  float: left;
  padding: 10px 0 10px 0;
  width: 285px;
}

#press div.article h1.fullwidth {
  width: 100%;
}

#press div h2 {
  color: #000000;
  width: 265px;
}

#press div p {
  font-size:0.875em;
  line-height:1.4;
  padding: 0 0 10px 0;
}

#press div.article div.morelink,
#press div.last div.morelink {
  border: 0;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  text-align: right;
}

#press img.article_img {
  margin: 10px 10px 10px 0;
  float: left;
}

#press .single img.article_img {
  margin: 4px 10px 10px 0;
}

#press .single p a {
  text-decoration: underline;
} 

#press .single .download {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}

#press #last {
  border-bottom: 0;
}


/*-------- #shop -------------------------------------------------------------*/

#shop {
  float: left;
  padding: 4px 10px 10px 10px;
  width: 504px;
}

#shop #bc {
  color: #000000;
  font-size: 0.6875em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
}

#shop #bc a {
  color: #000000;
}

#shop button,
#shop input {
  padding: 0 5px 0 5px;
}

#shop h1 {
  color: #000000;
  font-size: 1.500em;
  margin: 13px 0 9px 0;
}

#shop hr {
  background: #6f6b6b;
  height: 1px;
}

/*#shop div {
  border-top: 1px solid #A4A19B; 
  padding: 10px 5px 10px 5px;
} */

#shop div.first {
  border-top: 0;
  padding-top: 0;
}

#shop div.article {
  border-bottom: 0;
}

#shop div.article .range {
  border: 0;
  font-weight: bold;
  font-size: 0.6875em;
  float: right;
  margin: 1px 0 0 0;
  padding: 0;
  text-align: right;
  width: 120px;
}

#shop div.article h1 {
  color: #000000;
  float: left;
  width: 330px;
}

#shop div.article h2 {
  background: transparent url('../i/bg_dachzeile.gif') no-repeat 0 4px;
  color: #000000;
  font-size: 0.6875em;
  font-weight: normal;
  float: left;
  margin-top: 10px;
  padding: 1px 0 3px 17px;
  width: 315px;
}

#shop div.article h2.with_range {
  width: 315px;
}

#shop div.article .article_navi {
  background: #f3f3f3;
  border: 0;
  font-weight: bold;
  position: relative;
  height: 32px;
  margin: 10px 0 0 0;
  padding: 0;
}

#shop div.article .prev_article fieldset,
#shop div.article .list_link fieldset,
#shop div.article .next_article fieldset {
  font-size: 0.75em;
  margin: 5px 5px 5px 5px;
  position: absolute;
  top: 0;
}

#shop div.article .prev_article fieldset {
  left: 0;
}

#shop div.article .next_article fieldset {
  right: 0;
}

#shop div.article .list_link fieldset {
  border: 0;
  left: 100px;
  padding: 0;
  text-align: center;
  width: 295px;
}

#shop div p {
  font-size: 0.875em;
  line-height: 1.4;
  padding: 0 0 10px 0;
}

#shop div.article_img {
  border: 0;
  float: left;
  margin: 10px 10px 10px 0;
  padding: 0;
  text-align: center;
  width: 160px;
}

#shop .article_img img {
  border: 1px solid #A4A19B;
}

#shop fieldset {
  border: 0;
  font-size: 0.75em;
}

#shop h1.error {
  color: #fd0707;
  text-align: center;
}

#shop .text {
  text-align: right; 
  width: 25px;
}

#shop .article .download {
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
}

#shop .article fieldset {
  float: right;
  text-align: right;
}

#shop .rack {
  border-top: 1px solid #A4A19B; 
  padding: 10px 0px 10px 0px;
  width: 505px;
}

#shop .rack_last {
  border-bottom: 0;
  padding: 10px 0px 10px 0px;
  width: 505px;
}

#shop .producerinfo img,
#shop .rack img,
#shop .rack_last img {
  display: block;
  margin: auto;
}

#shop .field {
  border: 1px solid #A4A19B;
  float: left;
  margin: 0 6px 0 0;
  text-align: center;
  width: 118px;
}

#shop .producerinfo {
  padding: 10px 5px 10px 5px;
  width: 490px;
}

#shop .producerinfo .field {
  margin-bottom: 10px;
}

#shop .producerinfo p {
  padding: 0 0 5px 0;
}

#shop .field fieldset {
  border: 0;
}

#shop .field .download {
  background: #f3f3f3;
  padding: 5px 5px 5px 5px;
} 

#shop .field .download input {
  width: 96px;
}

#shop .field .quantity {
  background: #f3f3f3;
  padding: 5px 5px 5px 5px;
} 

#shop .field .quantity label {
  color: #504e50;
  font-size: 0.875em;
  font-weight: bold;
} 

#shop .field .quantity input {
  border: solid 1px #171717;
  text-align: right;
  width: 25px;
}

#shop .go_to_shop {
  background: #f3f3f3;
  border: 0;
  color: #D11514;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 10px 10px 10px;
}

#shop .go_to_shop a {
  color: #D11514;
  margin: 0 20px 0 0;
} 

#shop .go_to_shop a.black,
#shop .go_to_shop .black {
  color: #000000;
} 

#shop #basket div {
  border: 0;
  margin: 0;
  padding: 0;
}

#shop #basket .do_update {
  text-align: right;
}

#shop #basket_table {
  background: #f3f3f3;
  border: 0;
  border-collapse: collapse;
  color: #504e50;
  font-size: 1.0em;
  font-weight: bold;
  width: 505px;
}

#shop #basket_table a {
  color: #000000;
}

#shop #basket_table th,
#shop #basket_table td {
  padding: 5px 2px 5px 2px;
}

#shop #basket_table thead th {
  border-bottom: 1px solid #A4A19B;
  color: #000;
  font-size: 1.5em;
  text-align: left;
}

#shop #basket_table tfoot td {
  border-top: 1px solid #e3e3e3;
}

#shop #basket_table tbody td {
  border-top: 1px solid #A4A19B;
  border-bottom: 1px solid #A4A19B;
}

#shop #basket_table input {
  border: solid 1px #ececec;
  width: 25px;
}

#shop #basket_table .quantity {
  text-align: center;
  width: 80px;
}

#shop #basket_table .quantity .text {
  text-align: center;
}

#shop #basket_table .price {
  text-align: right;
  width: 75px;
}

#shop #basket_table .delete {
  width: 60px;
}

#shop .address fieldset {
  color: #504e50;
  font-weight: bold;
  width: 505px;
  margin-top: 10px;
}

#shop .address fieldset div {
  background: #f3f3f3;
  border: 0;
  height: 18px;
  padding: 5px 10px 5px 10px;
  position: relative;
}

#shop .address fieldset div.privacy_policy {
  height: 40px;
}

#shop .address fieldset div.privacy_policy input,
#shop .address fieldset div.gtct input {
  margin: 0 0 0 0;
  padding: 0;
}

#shop .address fieldset div.privacy_policy label,
#shop .address fieldset div.gtct label {
  left: 30px;
  position: absolute;
}

#shop .address fieldset div.terms_of_delivery {
  height: 50px;
}

#shop .address fieldset div.terms_of_delivery p {
  padding: 0;
}

#shop .address fieldset div.submit {
  height: 21px;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

#shop .address fieldset select.text,
#shop .address fieldset input.text {
  border: solid 1px #ececec;
  position: absolute;
  right: 10px;
  text-align: left;
  width: 230px;
}

#shop .address fieldset select.text {
  width: 242px;
}

#shop .address fieldset .submit input {
  position: static;
  width: 230px;
}

#shop div.last {
  border-bottom: 0;
}

#shop div.jumplist {
  border-bottom: 0;
  height: 30px;
  position: relative;
}

#shop div.jumplist input {
  position: absolute;
  right: 10px;
  top: 10px;
}


/*-------- #sitemap ----------------------------------------------------------*/

#sitemap {
  float: left;
  padding-right: 10px;
  width: 710px;
}

#sitemap #bc {
  color: #000000 ;
  font-size: 0.6875em;
  font-weight: bold;
}

#sitemap h1 {
  font-size: 1.5em;
  padding: 3px 0 3px 0;
}

#sitemap h1.site {
  background: transparent url('../i/bg_dachzeile_big.gif') no-repeat 0 10px;
  padding: 3px 0 3px 50px;
}

#sitemap div {
  border-top: 1px solid #6f6b6b;
  border-bottom: 1px solid #111010;
  padding: 10px 10px 10px 10px;
  width: 680px;
}

#sitemap div.first {
  border-top: 0;
}

#sitemap div.last {
  border-bottom: 0;
}

#sitemap ul.sitemap {
  margin: 0 0 0 50px;
}

#sitemap ul.sitemap li {
  font-weight: bold;
  padding: 15px 0 0 0;
  width: 640px;
}

#sitemap ul.sitemap li img {
  margin: 3px 10px 0 0;
  vertical-align: middle;
}

#sitemap ul.sitemap li div {
  border: 0;
  float: left;
  padding: 0;
  width: 195px;
}

#sitemap ul.sitemap li a {
  font-size: 0.75em;
}

#sitemap ul.sitemap li a.first_level {
  vertical-align: middle;
}

#sitemap ul.sitemap ul {
  display: none;
  float: right;
  margin: 4px 0 0 0;
}

#sitemap ul.sitemap li li {
  background: transparent url('../i/sitemap_arrow.gif') no-repeat 0 7px;
  margin: 0 0 10px 0;
  padding: 0 0 0 32px;
  width: 413px;
}


/*-------- #rechts -----------------------------------------------------------*/

#rechts {
  background: #ffffff;
  float: right;
  width: 215px;
}

#rechts img {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

#rechts img.member_logo {
  border: 1px solid #A4A19B;
  padding: 2px;
  width: 209px;
}

#rechts .wetter {
  border: 1px solid #A4A19B;
  padding: 5px 20px 5px 10px;
  margin-bottom: 10px;
}

#rechts .wetter a {
  font-size: 0.9em;
}

#rechts .wetter img {
  border: 0;
  padding: 3px 3px 3px 0;
} 


/*-------- #rechts > #tvshows_right ------------------------------------------*/

#tvshows_right {
  border: 1px solid #A4A19B;
  font-size: 0.8750em;
  height: 370px;
  margin-bottom: 10px;
  padding: 10px;
  width: 193px;

  overflow: -moz-scrollbars-vertical;
  overflow: -moz-scrollbars-horizontal;          
    
  /* IE Scrollbar */
  scrollbar-face-color: #75716b;
  scrollbar-shadow-color: #59544f; 
  scrollbar-darkshadow-color: #000;
  scrollbar-highlight-color: #918e89;
  scrollbar-3dlight-color: #000;
  scrollbar-arrow-color: #CECECE;
  scrollbar-track-color: #CECECE;
  overflow-x: hidden; 
  overflow-y: scroll;  
}

#tvshows_right .tvshows_box {
  border-top: 1px solid #A4A19B;
  border-bottom: 1px solid #A4A19B;
  margin-bottom: 10px;
  padding: 5px;
}

#tvshows_right li {
  margin-bottom: 10px;
}

#tvshows_right h2 {
  font-size: 1em;
  font-weight: bold;
}

#tvshows_right .caption {
  font-size: 1.1250em; 
  padding-top: 5px;
  font-weight: bold;
  color: #000000;
}

#tvshows_right.expanded {
  height: 550px;
}

/*-------- Neues Gewinnspiel 2009 --------------------------------------------*/

#content fieldset.question_2009 {
  color: #000000;
  margin: 0 0 10px 0;
}

#content fieldset.question_2009 p {
  font-size: 1em;
}

#content fieldset.question input { 
  float: left;
}

#content fieldset.question_2009 br {
  clear: both;  
}

#content fieldset.question_2009 div {
  background: #ffffff;
  float: left;
}

#content fieldset.question_2009 div.radio {
  width: 45px;
}

#content fieldset.question_2009 div.answer {
  float: left;
  width: 400px;
}

form fieldset.checkboxes_2009 label  {
  position: absolute;
  left: 30px;
}

form fieldset.checkboxes_2009 div {
  height: 25px !important;
}

form fieldset.captcha_2009 {
  background: #f3f3f3;
  margin: 0 0 0 0;
  padding: 20px 0 10px 0;
}

form fieldset.captcha_2009 label {
  margin: 0 0 0 10px;
}

form fieldset.captcha_2009 img {
  margin: 10px 0 10px 250px;

}

form fieldset.captcha_2009 input {
  border: none;
  margin: 10px 0 0 10px;
}

form fieldset.hint_2009 {
  background: #f3f3f3;
  margin: 10px 0 0 0;
}

form fieldset.hint_2009 p {
  margin: 10px 0  0 10px;
}


/******************************************************************************/
/*-------- Startseite --------------------------------------------------------*/
/******************************************************************************/


/*-------- MODULES -----------------------------------------------------------*/

#modules {    
  float: right;
  width: 430px;
}

#video {
  float: left;
  width: 500px;
}

#module_tvshows {
  border: 1px solid #a4a19b;
  height: 126px;
  margin: 20px 0 10px 0;
  overflow: -moz-scrollbars-vertical;
  overflow: -moz-scrollbars-horizontal;          
  width: 428px;
  white-space: nowrap;  
    
  /* IE Scrollbar */
  scrollbar-face-color: #75716b;
  scrollbar-shadow-color: #59544f; 
  scrollbar-darkshadow-color: #000;
  scrollbar-highlight-color: #918e89;
  scrollbar-3dlight-color: #000;
  scrollbar-arrow-color: #CECECE;
  scrollbar-track-color: #CECECE;
  overflow-x: scroll; 
  overflow-y: hidden;  
}

#module_logo {
  border: 1px solid #a4a19b;
  float: left;
  height: 165px;
  position: relative;
  width: 213px; 
}

#module_logo .logo {
  float: left;
  left: 0px;
  position: absolute;
  top: 0px;
}

#module_weather {
  border: 1px solid #a4a19b;
  float: left;
  height: 155px;
  margin-left: 10px;
  padding-top: 10px;
  width: 203px; 
}

#module_weather hr {
  background: #000000;
  border: 0;
  height: 1px;
}

#module_weather img {
  padding: 5px;
}


/*-------- MODULES tvshows ---------------------------------------------------*/  
                     
#module_tvshows .tvshow {
  font-size: 0.8750em;
  float: left;
  margin-right: 10px;  
  padding: 5px;
}

#module_tvshows li {
  display: inline-block;
} 

#module_tvshows li {
  /* FOR IE6: _MUST_ BE IN A SEPARATE RULE */
  display: inline !ie;
}

#module_tvshows .tvshow .discription {
  float: left;
  width: 135px;
  white-space: normal;
}

#module_tvshows .tvshow img {
  float: left;
  margin-right: 5px;
}


/*-------- KEYVISUAL ---------------------------------------------------------*/

#home_stage {
  clear: both;
  float: left;
  height: 290px;
  margin: 0 0 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.stage_element {
  clear: both;
  float: left;
  height: 290px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.stage_element img {
  position: absolute;
}

.stage_info_area {
  background: #dedede;
  float: left;
  position: absolute;
  padding: 10px;
  right: 75px;
  top: 80px;
  width: 420px;

  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

.stage_info_headline {
  color: #000000;
  display: inline-block;
  float: left;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.0em;
  margin: 1px 0 0 0;
}

.stage_info_text {
  clear: both;
  color: #4b484b;
  float: left;
  font-size: 1em;
  font-weight:bold;
  line-height: 1.2500em;
  padding: 8px 0 1px 0;
  width: 100%;
}

.stage_info_text .view_all_link,
.teaser_wrapper .view_all_link {
  background-position: 3px 8px;
  display: inline-block;
  float: none;
  text-decoration: underline;
}

.stage_info_text .view_all_link:hover,
.teaser_wrapper .view_all_link:hover {
  text-decoration: none;
}
    
#stage_element_numbers {
  left: 2px;
  position: absolute;
  top: 2px;
  overflow: hidden;
  z-index: 10;
}
     
#stage_element_numbers .stage_number {
  float: left;  
  padding: 0 0 0 1px;  
  width: 26px;
}
    
#stage_element_numbers .stage_number a {
  background-image: url('../i/teaser_navigation.png');
  color: #000;
  display: block;
  font-weight: bold;
  float: left;  
  font-size: 0.8750em;
  height: 22px; 
  padding: 4px 0 1px 0;
  text-align: center;
  width: 100%;
} 

* html #stage_element_numbers .stage_number a {
  background-image: url('../i/teaser_navigation.gif');
}   

#stage_element_numbers .stage_number a:hover,
#stage_element_numbers .stage_number .stage_act {
  background-image: url('../i/teaser_navigation.png');
  background-position: 0 27px;
  color: #fff;
  outline: none;
  text-decoration: none;
}

* html #stage_element_numbers .stage_number a:hover,
* html #stage_element_numbers .stage_number .stage_act {  /* für IE < 6 */ 
  background-image: url('../i/teaser_navigation.gif');
}


#stage_element_numbers .stage_number .stage_act:hover {
  cursor: default;
}

#stage_arrow_left,
#stage_arrow_right {
  bottom: 80px;
  height: 65px;
  position: absolute;
  width: 36px;
  z-index: 10;
}

#stage_arrow_left:hover,
#stage_arrow_right:hover {  
  background-position: 36px 0;
}

#stage_arrow_left {  
  background-image: url('../i/teaser_arrow_left.png');
  left: 2px;
}

* html #stage_arrow_left {  /* für IE < 6 */ 
  background-image: url('../i/teaser_arrow_left.gif'); 
}

#stage_arrow_right {
  background-image: url('../i/teaser_arrow_right.png');
  right: 2px;
}

* html #stage_arrow_right {  /* für IE < 6 */ 
  background-image: url('../i/teaser_arrow_right.gif'); 
}


/*-------- Video Detail ------------------------------------------------------*/

#video_detail {
  margin-top: 30px;
  width: 500px;
  padding-left: 5px;
}

#video_detail .video_caption {
  background: #f3f3f3;
  padding: 10px;
  width: 480px;
}

#video_detail .video_caption h1 {
  font-size: 1.1250em; 
  margin: 0px; 
}

#video_detail p {
  font-size: 0.8750em; 
  line-height:1.4;
}

#video_detail #player {
  text-align: center;
  height: 290px; 
  margin: 10px 0 0 0;
}






/******************************************************************************/
/*-------- Eof ---------------------------------------------------------------*/
/******************************************************************************/