/**
 * Stylesheet fuer "DuMont Reise" (Druckversion)
 *
 * seitenblick interaktive medien gmbh
 * Koenigstrasse 16, 70173 Stuttgart
 * fon: 0711/8599818-0
 * fax: 0711/8599818-40
 * e-Mail: info@seitenblick.de
 */

/************************************************************************
 * Allgemeine Definitionen
 ***********************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1em;
  vertical-align: baseline;
}

body {
  font-family: Arial, Sans-Serif;
  font-size: 100.01%;
  color: #555555;
}

/* Bilder */
img {
  border: 0;
}

/* Text */
h1, h2, h3, 
#header, 
.chapter_headline, 
.stage_info_chapter,
.stage_info_headline {
  font-family: Times New Roman, Serif;
  text-transform: uppercase;
}

h1 {
  color: #202020;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.02788em;
}

h2 {
  color: #202020;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.15em;
  padding: 10px 0 0 0;
  width: 100%;
}

h3 {
  color: #202020;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.4667em;
}

p {
  font-size: 0.875em;
  line-height: 1.5714em;
  padding: 9px 0;
  width: 600px;
}

/* Links */
a {
  color: #555555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Listen */
ol, ul {
  list-style: none;
}

/* Formular-Element */
label {
  cursor: pointer;
  float: left;
  font-size: 0.8125em;
  line-height: 1.6932em;
}

input {
  font-family: Arial, Sans-Serif !important;
}

label.for_210 {
  display: block;
  margin: 14px 0 0 0;
}

.input_wrapper {
  clear: both;
  float: left;
  overflow: hidden;
  height: 22px;
}

.input_wrapper.width_210 {
  background: url(/img/bg_input_210.gif) no-repeat left top;
  margin: 14px 0 0 0;
  padding: 0 8px 0 0;
  width: 210px;
}

.input_wrapper input {
  background: transparent;
  border: none;
  clear: both;
  color: #555555;
  float: left;
  font-size: 0.8125em;
  margin: 3px 0 0 0;
  padding: 0 5px;
  overflow: hidden;
  line-height: 1.3077em;
  height: 1.3077em;
  width: 200px;
}

.sbmt_btn {
  background: #0067bb;
  border: none;
  clear: both;
  color: #ffffff;
  float: right;
  font-size: 0.75em;
  font-weight: bold;
  margin: 0;
  padding: 1px 9px 1px 9px;
  overflow: hidden;
  height: 20px;
  width: auto;
}

.textarea_wrapper {
  background: url(/img/bg_textarea_560.gif) no-repeat left top;
  clear: both;
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  overflow: hidden;
  width: 560px;
  height: 159px;
}

textarea {
  background: none;
  border: none;
  clear: both;
  color: #555555;
  float: left;
  font-family: Arial, Sans-Serif;
  font-size: 0.8125em;
  margin: 1px 0 0 0;
  padding: 5px 7px;
  width: 545px;
  height: 144px;
  resize: none;
}

/* Trennlinie */
.separator {
  border-bottom: 1px solid #999;
  clear: both;
  margin: 3px 0 0 0;
  padding: 0;
  overflow: hidden;
  height: 1px;
  width: 600px;
}



/************************************************************************
 * Helperklassen
 ***********************************************************************/
.c {
 clear: both;
}

.l {
 float: left;
}

.r {
 float: right;
}

.x {
 display: none;
}

.inv {
  position: absolute;
  left: -5000px;
  top: -5000px;
  display: inline;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.blue {
  color: #0067bb;
}



/************************************************************************
 * wiederkehrende Text-Formatierungen
 ***********************************************************************/
/* h1, z.B. im Artikel */
.h1_wrapper {
  margin: 6px 0 0 0;
  position: relative;
  width: 600px;
}

.h1_wrapper h1 {
  width: 70%;
}

.h1_wrapper span,
.h2_wrapper span,
.h2_wrapper a {
  background: #ffffff;
  color: #202020;
}

.h1_wrapper .author {
  position: absolute;
  right: 0;
  bottom: 4px;
  background: #ffffff;
  font-size: 0.75em;
  padding: 0 0 0 10px;
}

h1.impression_detail {
  float: left;
  margin: 6px 0 0 0;
  width: 480px;
}

/* h2, z.B. bei Teasern oder Impressionen-Uebersicht */
.h2_wrapper {
  position: relative;
  margin: 0;
  width: 600px;
}

.h2_wrapper h2 {
  font-size: 1.5625em;
  line-height: 1.0em;
  padding: 1px 0 0 0;
  overflow: hidden;
  width: 400px;
}

.h2_wrapper h2.teaser {
  line-height: 1.0333em;
  font-size: 1.875em;
}

.h2_wrapper h2.teaser_two_third {
  line-height: 1.0333em;
  font-size: 1.875em;
  width: 310px;
}

.h2_wrapper .chapter_headline {
  position: absolute;
  right: 0;
  bottom: 8px;
  clear: none;
  float: right;
  line-height: 1.0em;
  text-align: right;
  width: 180px;
}

/*.h2_wrapper*/ .chapter_headline.teaser {
  bottom: 7px;
  line-height: 1.0em !important;
}

.galleries_teaser_head .chapter_headline.teaser {
  display: inline;
  float: left;
  width: 290px;
}





/************************************************************************
 * Fliestext-Wrapper in Artikel- und Impressionen-Detail
 ***********************************************************************/
.pwide p {
  width: 100%;
}

.pwide ul {
  float: left;
  font-size: 0.875em;
  line-height: 1.5714em;
  /*padding: 9px 0 5px 0;*/
  width: 100%;
}

.pwide ul li {
  background: url(/img/bullet_square.gif) no-repeat left 8px;
  padding: 5px 0 3px 12px;
  width: 95%;
}

/************************************************************************
 * Header
 ***********************************************************************/

/* Logo - steht immer ueber dem Rest der Seite, deshalb absolut positioniert */
#logo {
  display: block;
  float: left;
  height: 64px;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
  width: 140px;
}

#logo img {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 147px;
  height: 68px;
}

#logo a, #logo a:hover {
  color: #ffffff;
  text-decoration: none;
}

#logo span {
  display: none;
}

#header {
  display: block;
  float: left;
  width: 440px;
}

/*Rubrikueberschrift */
#chapter_headline {
  border-bottom: 3px solid #e8e4e1;
  color: #005caa;
  display: block;
  font-size: 1.75em;
  padding: 0 0 7px 0;
}

#page_url {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 9pt;
  margin: 5px 0 0 0;
  text-transform: none;
}

#actions_under_header,
#navi,
#search_header {
  display: none;
}

/************************************************************************
 * Content-Spalten
 ***********************************************************************/
#content_col {
  margin: 30px 0 0 0;
  padding: 0 40px 0 0;
  width: 600px;
}

#content_col.home {
  margin: 34px 0 0 0;
}

#kiosk_col,
#kiosk_col.home {
  display: none;
} 



/************************************************************************
 * Footer
 ***********************************************************************/
#footer {
  display: none;
}

#service_nav_1 {
  clear: both;
  float: left;
}

#service_nav_2 {
  float: right;
}

#footer li {
  color: #202020;
  float: left;
  font-size: 0.81025em;
}

#footer li a {
  color: #202020;
} 

#service_nav_1 li {
  margin: 0 12px 0 0;
} 

#service_nav_2 li {
  margin: 0 0 0 12px;
} 

#service_nav_2 li img {
  padding: 2px 5px 0 2px;
}

#partner {
  border-top: 1px solid #e8e4e1;
  border-bottom: 3px solid #e8e4e1;
  clear: both;
  float: left;
  margin: 6px 0 0 0;
  padding: 23px 0 0 0;
  width: 100%;
}

#partner_links {
  float: left;
  font-size: 0.75em;
  line-height: 1.4167em;
  padding: 0 0 8px 25px;
  width: 780px;
}





/************************************************************************
 * Artikel Detail-Seite
 ***********************************************************************/ 
/* obere Zeile */
.chapter_headline {
  color: #8d8d8d;
  font-size: 0.9375em;
}

.rating_stars,
#rated_text {
  display: none;
}

 

/* eigentlicher Artikelinhalt */
.full_img {
  clear: both;
  margin: 18px 0 10px 0;
}

.img_add_description {
  padding: 6px 0 0 0;
}

.content_img_parent {
  clear: both;
  float: left;
  padding: 0 19px 10px 0;
}

.content_img_parent .caption {
  border-bottom: 1px solid #e8e4e1;
  font-size: 0.857em;
  line-height: 1.5em;
  font-style: italic;
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 4px 0;
  width: 100%;
}

.content_img_parent .lupe {
  display: block;
  float: right;
  margin: 6px 0 0 0;
}

/* Galerie-Vorschau zum Durchblaettern */
.gallery_full_teaser,
#gallery_detail_overview {
  clear: both;
  position: relative;
  border-top: 1px solid #e8e4e1;
  border-bottom: 1px solid #e8e4e1;
  margin: 27px 0 30px 0;
  padding: 138px 0 0 0;
  overflow: hidden;
  width: 600px;
}

#gallery_detail_overview {
  border-top: none;
  margin: 14px 0 27px 0;
  padding: 0;
  height: 179px;
}

.gallery_full_teaser.overview {
  border-top: none;
  margin: 0;
}

.gallery_full_teaser .animation_strip,
#gallery_detail_overview .animation_strip {
  float: left;
  height: 127px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 10px;
  white-space: nowrap;
}

#gallery_detail_overview .animation_strip {
  clear: both;
  height: 132px;
}

.gallery_full_teaser.overview .animation_strip {
  top: 6px;
}

.gallery_teaser_link {
  display: block;
  float: left;
  height: 127px;
  padding: 1px;
  margin: 0 9px 0 0;
  overflow: hidden;
  position: relative;
  width: 190px;
}

.gallery_teaser_link a {
  display: block;
  height: 127px;
  overflow: hidden;
  width: 190px;
}

.gallery_full_teaser .gallery_teaser_link {
  margin: 0 13px 0 0;
}

#gallery_detail_overview .gallery_teaser_link {
  border: 1px solid #ffffff;
}

#gallery_detail_overview .gallery_teaser_link.act {
  border: 1px solid #807c79;
}

.video_icon {
  position: absolute;
  top: 50px;
  left: 77px;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}

.teaser_link {
  clear: both;
  display: inline-block;
  float: left;
  font-size: 0.8125em;
  margin: 9px 0 0 0;
  padding: 0 0 13px 0;
  width: 30%;
}

.teaser_link img {
  padding: 2px 10px 0 0;
}

.teaser_skim {
  float: right;
  margin: 8px 0;
  width: 30%;
}

.skim_btn,
.skim_btn2,
.noskim {
  float: right;
  margin: 0 0 0 8px;
}

.noskim {
  display: inline-block;
  height: 22px;
  width: 30px;
}

.noskim.back_d {
  background: url(/img/btn_back_d.gif) left top no-repeat;
  margin: 0 0 0 4px;
}

.noskim.forward_d {
  background: url(/img/btn_forward_d.gif) left top no-repeat;
}

.noskim.next_d {
  background: url(/img/btn_next_d.gif) left top no-repeat;
  margin: 0 0 0 4px;
}

.noskim.rewind_d {
  background: url(/img/btn_rewind_d.gif) left top no-repeat;
}

.gallery_detail_overview_skim {
  position: absolute;
  left: 0;
  top: 149px;
  clear: both;
  float: left;
  height: 30px;
  width: 100%;
}

.gallery_detail_overview_skim .skim_btn,
.gallery_detail_overview_skim .skim_btn2 {
  margin: 0;
}

/* Social-Media-Elemente am Fuss des Artikels */
.social_media {
  display: none;
}

/* Facebook Share */
.FBConnectButton_Simple {
  background-image: url(/img/btn_facebook_share.gif) !important;
  display: block !important;
  height: 22px !important;
  line-height: 10em !important;
  font-size: 10em;
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden !important;
  width: 66px !important; 
}

/* Link-Listen  - z.B. nach dem eigentlichen Artikel */
.link_list_wrapper {
  margin: 35px 0 0 0;
  padding: 0 0 9px 0;
  width: 600px;
}
  
ul.link_list,
ul.gallery_teaser_list {
  margin: 4px 0 0 0;
  width: 600px;
}

ul.link_list li,
ul.gallery_teaser_list li {
  font-size: 0.8125em;
  line-height: 1.2em;
  margin: 5px 0 0 0;
  width: 588px;
}

ul.gallery_teaser_list.teaser_half li {
  font-size: 1em;
  line-height: 1.2em;
}

#kiosk_col ul.link_list li {
  width: 288px;
}

ul.link_list a:link:after,
ul.link_list a:link:visited:after {
  background: transparent;
  color: #999;
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  text-decoration: none;
}


 

/*Galerien-Liste*/
ul.gallery_teaser_list li img {
  padding: 4px 8px 0 0;
}

/*auf Startseite*/
.link_list_wrapper.home {
  float: left;
  margin: 0 0 30px 0;
  padding: 0;
  width: 600px;
}

.link_list_wrapper.home .chapter_headline {
  line-height: 1.533em;
}


.link_list_wrapper.home ul.link_list li {
  font-size: 1.0em;
}

.link_list_wrapper.home ul.link_list a:link:after,
.link_list_wrapper.home ul.link_list a:link:visited:after {
  content: none;
}


.link_list_wrapper.home ul.link_list li a,
ul.gallery_teaser_list.teaser_half li a {
  font-size: 0.875em;
  line-height: 1.2em;
}

ul.gallery_teaser_list.teaser_half {
  clear: none;
  margin: 12px 0 0 0;
}

/* Kommentare */
.comments_wrapper {
  background: #f3f1f0;
  clear: both;
  float: left;
  margin: 35px 0 0 0;
  padding: 0 20px;
  width: 560px;
}

.comments_wrapper h2 {
  border-bottom: 1px solid #d1c9c2;
  margin: 25px 0 7px 0;
  padding: 0 0 10px 0;
}

.comment {
  border-bottom: 1px solid #d1c9c2;
  clear: both;
  float: left;
  font-size: 0.8125em;
  margin: 13px 0 0 0;
  padding: 0 0 17px 0;
  width: 100%;
}

.comment_author {
  clear: both;
  float: left;
  font-weight: bold;
}

.comment_facts {
  clear: both;
  float: left;
  font-style: italic;
  margin: 2px 0 0 0;
}

.comment_text {
  clear: both;
  float: left;
  font-size: 1.0em;
  margin: 12px 0 0 0;
  padding: 0;
  width: 100%;
}

#write_comment_form {
  display: none;
}


/* Link zum Seitenanfang / Link zum Seitenanfang mit Blaettern-Links */
.go_to_top {
  display: none;
}

.go_to_top.skimming {
  margin: 90px 0 0 0;
}

.go_to_top a {
  background: url(/img/bullet_top.gif) no-repeat left 5px;
  float: left;
  margin: 0;
  padding: 0 0 0 12px;
}

.skim_sites {
  float: right;
  margin: 0;
  text-align: right;
  width: 500px;
}

.skim_sites a.next, .skim_sites a, .skim_sites span {
  background: none;
  float: none;
  padding: 0 0 0 6px;
  text-decoration: underline;
}

.skim_sites a {
  padding: 0;
}

.skim_sites a:hover,
.skim_sites span {
  text-decoration: none;
}

.skim_sites span.current {
  text-decoration: none !important;
}

.skim_sites a.current:hover {
  text-decoration: underline;
}

.site_seperator {
  color: #e8e4e1;
  padding: 0 0 0 6px;
}





/************************************************************************
 * Impressionen Detail-Seite
 ***********************************************************************/

.back_to_overview {
  display: none;
}

.back_to_overview img {
  margin: 3px 8px 0 0;
}

.impressionen_author {
  float: left;
  font-size: 0.875em;
  line-height: 1.4286em;
  margin: 3px 0 0 0;
  width: 450px;
}

.impressionen_author.under_img {
  margin: 12px 0 0 0; 
}

.impressionen_author em {
  font-size: 0.8571em; /* 12px : 14px*/
}

.impressionen_author.under_img_article {
  margin: 0;
  padding: 0 0 5px 0; 
}

.impression_detail_head_skim {
  display: block;
  float: left;
  margin: 0;
  width: 150px;
}

.impression_detail_head_skim.under_img {
  margin: 16px 0 0 0;
}

.impression_detail_head_skim div {
  display: inline-block;
  float: left;
  font-size: 0.875em;
  text-align: right;
  padding: 3px 0 0 0;
  width: 50px;
}

.impression_detail_head_skim .skim_btn,
.impression_detail_head_skim .skim_btn2 {
  margin: 0 0 0 4px;
}

#impression_detail_img {
  clear: both;
  float: left;
  margin: 14px 0 0 0;
  width: 100%;
}





/************************************************************************
 * Impressionen Uebersicht
 ***********************************************************************/
.impression_teaser {
  clear: both;
  margin: 55px 0 0 0;
  width: 600px;
}

.impression_teaser.first_on_site {
  margin: 0;
}

.dontclick {
  background: transparent;
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
}





/************************************************************************
 * Startseite
 ***********************************************************************/
 
/* Stage */
#home_stage {
  display: none;
  position: relative;
  overflow: hidden;
  height: 335px;
  width: 600px;
  z-index: 1;
}

.stage_element {
  clear: both;
  float: left;
  height: 335px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 600px;
  z-index: 9;
}

.stage_element img {
  position: absolute;
}

.stage_info_area {
  position: absolute;
  left: 275px;
  bottom: 31px;
  background: #ffffff;
  float: left;
  padding: 20px;
  width: 275px;
}

.stage_info_chapter {
  color: #8d8d8d;
  font-size: 0.9375em;
  line-height: 1.5333em;
  padding: 0 2px;
}

.stage_info_headline {
  color: #202020;
  display: inline-block;
  float: left;
  font-size: 1.875em;
  line-height: 1.0em;
  margin: 1px 0 0 0;
}

.stage_info_text {
  clear: both;
  float: left;
  font-size: 0.8125em;
  line-height: 1.3846em;
  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 {
  position: absolute;
  left: 460px;
  top: 311px;
  overflow: hidden;
  height: 18px;
  width: 130px;
  z-index: 10;
}

#stage_element_numbers .stage_number {
  float: left;
  padding: 0 0 0 1px;
  width: 25px;
}

#stage_element_numbers .stage_number a {
  background: #ffffff;
  display: block;
  float: left;
  font-size: 0.75em;
  padding: 2px 0 1px 0;
  text-align: center;
  width: 100%;
}

#stage_element_numbers .stage_number a:hover,
#stage_element_numbers .stage_number .stage_act {
  background: #e8e4e1;
  outline: none;
  text-decoration: none;
}

#stage_element_numbers .stage_number .stage_act:hover {
  cursor: default;
}

/*Social Media*/
.social_media_home {
  display: none;
}

/* Teaser */
.teaser_wrapper {
  clear: both;
  margin: 0 0 0 0;
  padding: 30px 0 10px 0;
  width: 100%;
}

.teaser_full_img {
  clear: both;
  margin: 10px 0 0 0;
}

.teaser_third_img {
  clear: both;
  float: left;
  margin: 7px 15px 0 0;
}

.teaser_text {
  line-height: 1.4286em;
  padding: 16px 0 0 0;
}

.teaser_text.half {
  padding: 16px 10px 0 0;
}

.teaser_text.after_headline {
  padding: 10px 0 0 0;
}

.teaser_two_third {
  display: block;
  float: left;
  width: 395px;
}

.teaser_two_third .h2_wrapper,
.teaser_two_third p {
  float: left;
  width: 395px;
}

.home_article_img_wrapper {
  clear: both;
  display: block;
  height: 178px;
  overflow: hidden;
  position: relative;
  width: 600px;
}

.home_article_img {
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}

.home_article_img_wrapper .teaser_full_img {
  clear: none;
  margin: 0;
}

/* Galerien-Teaser */
.galleries_teaser_wrapper {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  margin: 50px 0 0 0;
  padding: 0;
  overflow: hidden;
  width: 600px;
}

.galleries_teaser_head {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 0 0 4px 0;
  width: 100%;
}

.galleries_teaser_head .skim_sites {
  font-size: 0.75em;
  margin: 0;
  width: 50%;
}

.galleries_teaser_head .skim_sites span {
  padding: 0 6px;
}

.galleries_teaser_head .skim_sites .act_site {
  text-decoration: none;
}

#galleries {
  clear: both;
  float: left;
}

#galleries .gallery {
  float: left;
  padding: 15px 15px 0 0;
  width: 190px;
}

#galleries .gallery a.preview_img {
  display: block;
  height: 130px;
  overflow: hidden;
  width: 190px;
}

#galleries .gallery .teaser_link {
  margin: 7px 0 0 0;
  padding: 0 0 10px 0;
  width: 100%;
}





/************************************************************************
 * Inhalte der Kiosk-Spalte
 ***********************************************************************/
#kiosk_col .element {
  clear: both;
  float: left;
  margin: 34px 0 7px 0;
  overflow: hidden;
  width: 100%;
}

#kiosk_col .element h3 {
  background: url(/img/bg_square_grey.gif) no-repeat left 7px;
  border-bottom: 3px solid #e8e4e1;
  padding: 0 0 0 16px;
  width: 284px;
}

#kiosk_col .element p {
  font-size: 0.8125em;
  line-height: 1.3077em;
  margin: 0;
  padding: 0;
} 

/* POI */
#poi_teaser {
  height: 200px;
  width: 300px; 
}

.card_wrapper {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  width: 100%;
}

.poi_row {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 13px 0;
  width: 100%;
}

.poi_text {
  float: left;
}

.poi_text a {
  text-decoration: underline;
}

.poi_text a:hover {
  text-decoration: none;
}

.poi_stars {
  float: right;
  margin: 2px 0 0 0;
  overflow: hidden;
  height: 13px;
  width: 75px;
}

/* Link unter Teaser */
.view_all_link {
  background: url(/img/bullet_right.gif) no-repeat left 5px;
  display: inline-block;
  float: left;
  padding: 0 0 0 12px;
}

#kiosk_col .view_all_link {
  font-size: 0.8125em;
  margin: 8px 0 0 0;
}

#kiosk_col .video_wrapper {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 10px 0; 
  overflow: hidden; 
  width: 300px;
}

/* flickr */
.flickr_wrapper {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 10px 0 5px 0; 
  width: 100%;
}

.flickr_wrapper img {
  margin: 0 5px 5px 0;
}

/* Reisewetter */
.weather_row {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  font-size: 0.8125em;
  padding: 4px 0;
  width: 100%;
}

.weather_row img {
  margin: 0 19px 0 0;
}

.weather_country {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 10px 0 0;
  width: 85px;
}

.weather_conditions {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 10px 0 0;
  width: 115px;
}

.weather_temperature {
  float: right;
  margin: 3px 0 0 0;
  text-align: right;
}

/* DuMont */
.dumont_row {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  font-size: 0.8125em;
  padding: 8px 0 6px 0;
  width: 100%;
}

.dumont_row img {
  margin: 0px 7px 0 0;
}

.dumont_row.special {
  padding: 6px 0 6px 0;
}

.dumont_row.special a {
  clear: both;
  display: inline-block;
  margin: 4px 0;
  width: 100%;
}

/* Gewinnspiel */
.raffle_wrapper {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 10px 0;
  width: 100%;
}

.raffle_info {
  float: left;
  padding: 0 0 0 15px;
  width: 209px;
}

.raffle_headline {
  display: inline-block;
  float: left;
  font-size: 0.875em;
  font-weight: bold;
  margin: 8px 0 0 0;
}

#kiosk_col .element .raffle_info p {
  clear: both;
  float: left;
  font-size: 0.8125em;
  line-height: 1.2308em;
  margin: 5px 0 0 0;
  width: 100%;
}

.raffle_info .view_all_link {
  text-decoration: underline;
}

.raffle_info .view_all_link:hover {
  text-decoration: none;
}

/* empfehlenswert */
.recommendation_wrapper {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 0 0 6px 0;
  width: 100%;
}

.recommendation_wrapper ul.link_list li {
  margin: 6px 0 0 0;
  padding-bottom: 5px;
}

/* Kulturkalender */
.calendar_wrapper {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 24px 0 14px 0;
  width: 100%;
}

.calendar_graphic {
  background: url(/img/calendar.gif) no-repeat left top;
  clear: both;
  float: left;
  height: 59px;
  width: 69px;
}

.calendar_graphic #culture_calendar_year {
  font-size: 0.5625em;
  margin: 41px 9px 0 0;
  text-align: right;
}

.js_calendar_wrapper {
  background: #fff !important;
  float: right;
  padding: 0 0 8px 0;
  overflow: hidden;
  width: 215px;
}

.js_calendar_wrapper h2 {
  color: #505050;
  float: left;
  font-family: Arial, Sans-Serif !important;
  font-size: 17px !important;
  font-weight: bold;
  text-align: left !important;
  padding-left: 8px !important;
  padding-bottom: 8px !important;
  text-transform: none;
  width: 150px;
}

.event_teaser {
  clear: both;
  float: left;
  font-size: 0.8125em;
  line-height: 1.3846em;
  margin: 7px 0 0 0;
  width: 100%;
}

.event_teaser_date {
  clear: both;
  float: left;
  width: 90px;
}

.event_teaser_info {
  display: inline-block;
  float: left;
  padding: 0 0 0 5px;
  width: 205px;
}





/************************************************************************
 * Werbe-Container
 ***********************************************************************/
.ad_rectangle {
  clear: both;
  float: left;
  height: 250px;
  width: 100%;
}





/************************************************************************
 * Seitentyp Sehenswert (Points of interest)
 ***********************************************************************/

/* Allgemeine Definitionen (Schriften etc.) -------------------------- */
.poi_h1 {
  font-size: 1.875em;
  padding: 0 0 22px 0;
}

.poi_h2 {
  color: #333;
  font-size: 1.5625em;
  line-height: 1.04em;   /* 26px : 25px */
  padding: 0;
}

.poi_col_mid p,
.poi_col_right,
.poi_row_bottom {
  font-size: 0.8125em;
  line-height: 1.3846em; /* 18px : 13px */
}

.poi_col_mid p {
  width: 550px;
}

.poi_col_mid .poi_date {
  font-size: 0.8125em;
  line-height: 1.0769em; /* 14px : 13px */
  padding: 4px 0 2px 0;
  width: 550px;
}

.poi_results {
  color: #555;
  font-size: 0.8125em;
  font-weight: bold;
  padding: 0;
}

.link_detail {
  background: url(/img/bullet_right.gif) no-repeat left 6px;
  display: inline-block;
  float: left;
  padding: 0 0 0 11px;
  text-decoration: underline;
}

.link_detail_active {
  background: url(/img/bullet_down.gif) no-repeat left 8px;
  display: inline-block;
  float: left;
  padding: 0 0 0 11px;
  text-decoration: underline;
}

/* Trennlinien */
.separator.poi_sep_1st { margin: 5px 0 5px 0; float: none;}
.separator.poi_sep { margin: 5px 0 5px 0; }


/* Seiten-Kopfbereich ------------------------------------------------ */
.poi_header {
  margin: 50px 0 0 0;
  width: 600px;
}

/* Anzeigetyp: Liste mit/ohne Karte */
.select_list_view {
  display: none;
}

/* Auswahlfelder Ort/Kategorie */
.poi_header label {
  color: #555;
  float: none;
  font-weight: bold;
}

.poi_header select {
  border: 1px solid #ccc;
  color: #555;
  font-size: 0.75em;
  height: 20px;
  vertical-align: text-top;
  width: 160px;
}

.poi_city { margin: 0 10px 0 10px; }
.poi_cat { margin: 0 10px 0 10px; }

.poi_show_submit {
  border: none;
  background: #0067bb;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  height: 20px;
  padding: 1px 9px 2px 9px;
  vertical-align: text-top;
}

/* Karten */
.card_wrapper_large,
.card_wrapper_medium {
  border: 1px solid #e8e4e1;
  clear: both;
  margin: 15px 0 0 0;
  padding: 1px;
}

.card_wrapper_medium {
  clear: both;
  display: none;
  margin: 15px 0 10px 0;
  width: 596px;
}

.card_wrapper_large .card_wrapper,
.card_wrapper_medium .card_wrapper {
  margin: 0;
}


/* Die obere Karte */    
.card_wrapper_large { 
  border:1px solid #E8E4E1;
  clear: both;
  height: 377px;
  margin: 15px 0 0;
  padding: 1px;
  width: 600px; 
}

/* Infobox */
#overlayinfoWindow_card_wrapper_large_0 {
  width: 270px !important;
}

/* Der Inhalt der Infobox einer Poi in einer Map */
.bd .body {
  background-image: none !important;
  background-color: #fff !important;
  border-bottom: 1px solid #000;
  color: #333; 
  height: 110px !important; 
  font-size: 16px; 
  top: 147px !important;
  padding: 5px 10px 0 10px !important;
}

.bd .body .datum {
  color: #555 !important;
  font-family: Arial, Sans-Serif;
  float: left;
  font-size: 1.0833em;
  line-height: 1.3846em;
  margin: 1px 0 0 0;
  width: 135px;
}

/* Der Titel der Infobox in den Maps */
.bd .body .title {
  color: #333 !important;
  font-family: Times New Roman, Serif;
  font-size: 1.4166em;
  float: left;
  margin: 8px 0 3px 0;
  line-height: 1em;
  text-transform: uppercase;
  width: 235px;
}

/* Die Adresse in den Infoboxen */
.bd .body .adress {
  clear: both;
  color: #555 !important;
  font-family: Arial, Sans-Serif;
  font-size: 1.0833em;
  line-height: 1.3846em;
}

/* Der Footer einer Infobox in einer Map */ 
.ft {
  display: none;
}

/* Hauptinhalt: Sortierung */
.poi_sort_form {
  display: none;
}

.poi_sort_form label {
  line-height: 1.5em;
}

.poi_order {
  border: 1px solid #ccc;
  color: #666;
  font-size: 0.75em;
  height: 20px;
  margin: 0 0 0 14px;
  width: 130px;
}

/* Hauptinhalt: Linke Spalte mit Fahne */
.poi_col_left {
  border: 1px solid #999;
  clear: both;
  display: block;
  float: left;
  margin: 3px 0 0 0;
  padding: 1px 0 2px 0;
  text-align: center;
  width: 30px;
}

.poi_col_left span {
  font-size: 9pt;
  font-weight: bold;
}

/* Hauptinhalt: Mittlere Spalte */
.poi_col_mid {
  display: block;
  float: right;
  width: 550px;
}

.poi_col_mid br.c {
  display: none;
}

/* Hauptinhalt: Rechte Spalte */
.poi_col_right {
  display: none;
  float: left;
  line-height: 2em;   /* 26px : 13px */
  width: 130px;
}

.poi_col_right .rating_stars {
  float: none;
  margin: 3px 0 8px 0;
}

.link_map_close {
  background: url(/img/icon_map_close.gif) no-repeat left 5px;
  padding: 0 0 0 20px;
}

/* Hauptinhalt: Untere Reihe (Funktionen) */
.poi_row_bottom {
  clear: both;
  display: none;
  margin: 0 0 0 52px;
  width: 548px;
}

.poi_functions {
  clear: both;
  display: none;
  line-height: 1.5385em; /* 20px : 13px */
  padding: 7px 0 0 0;
}

.poi_fn_left,
.poi_fn_mid {
  float: left;
  padding: 7px 0 0 0;
  width: 142px;
}

.poi_fn_mid {
  width: 148px;
}

.poi_fn_right {
  border: 1px solid #e8e4e1;
  float: right;
  padding: 6px 8px 3px 10px;
  width: 237px;
}

.poi_fn_right span {
  color: #8b8b8b;
  display: block;
  font-size: 0.9231em;   /* 12px : 13px */
  font-style: italic;
  padding: 8px 0 0 0;
}

/* Ergebnisseiten-Navigation  */
.go_to_top.skimming_poi { 
  margin: 11px 0 0 0; 
}

.go_to_top.skimming_poi .act_site { 
  font-weight: bold; 
}





/************************************************************************
 * Kulturkalender
 ***********************************************************************/
.eventsearch_options {
  padding: 15px 0 0 0;
}

/* Seitenkopf linke Spalte (Suche) */
.eventsearch_col_left {
  float: left;
  width: 315px;
}

.eventsearch label {
  clear: both;
  color: #333;
  display: block;
  float: none;
  padding: 11px 0 1px 0;
  width: 204px;
}

.es_city {
  border: 1px solid #c7c7c7;
  background: url(/img/bg_input_300.gif) left top no-repeat;
  color: #555;
  display: block;
  float: left;
  padding: 2px 5px 2px 7px;
  margin: 0 6px 21px 0;
  width: 200px;
}

.es_select {
  border: 1px solid #ccc;
  color: #666;
  display: block;
  float: left;
  font-size: 0.75em;
  height: 21px;
  width: 204px;
}

.es_select.day {
  margin: 0 5px 0 0;
  width: 49px;
}

.es_select.month {
  margin: 0 5px 0 0;
  width: 86px;
}

.es_select.year {
  width: 59px;
}

.es_submit {
  background: #fff;
  border: 1px solid #999;
  color: #000;
  display: block;
  float: left;
  font-size: 0.75em;
  height: 22px;
  margin: 0 0 21px 0;
  padding: 2px 0 3px 0;
  text-align: center;
  width: 66px;
}

.events_raffle {
  border-bottom: 1px solid #e8e4e1;
  font-size: 0.8125em;
  line-height: 1.5385em; /* 20px : 13px */
  margin: 44px 0 0 0;
  padding: 0 0 17px 0;
  width: 302px;
}

.events_raffle strong {
  display: inline-block;
  font-size: 1.0769em; /* 14px : 13px */
  padding: 0 0 5px 0;
}

.events_raffle .view_all_link {
  color: #333;
  float: none;
  padding: 5px 0 0 0;
  text-decoration: underline;
}

/* Seitenkopf rechte Spalte (Deutschlandkarte) */
.eventsearch_col_right {
  float: right;
  height: 355px;
  text-align: right;
  width: 285px;
}

/* Veranstaltungskalender */
.event_list_wrapper {
  width: 600px;
}

.event_table {
  border-collapse: collapse;
  color: #555;
  font-size: 0.875em;
  line-height: 1.2857em;   /* 18px : 14px */
  width: 600px;
}

.event_table caption {
  border-bottom: 3px solid #e8e4e1;
  color: #8d8d8d;
  font-family: Times New Roman, Serif;
  font-size: 1.0714em;   /* 15px : 14px */
  margin: 0 0 5px 0;
  padding: 0 0 9px 0;
  text-align: left;
  text-transform: uppercase;
}

.event_table thead {
  display: none;
}

.event_table td {
  border-bottom: 1px solid #e8e4e1;
  padding: 6px 0 12px 0;
}

.event_table td strong {
  color: #333;
  display: inline-block;
  font-family: Times New Roman, Serif;
  font-size: 1.4286em;   /* 20px : 14px */
  font-weight: normal;
  line-height: 1.2em;   /* 24px : 20px */
  padding: 6px 0 2px 0;
  text-transform: uppercase;
}

.event_table .et_date { width: 19%; }
.event_table .et_city { width: 25%; }
.event_table .et_event { width: 56%; }

.event_calendar_info {
  font-size: 0.8125em;
  line-height: 1.3846em;   /* 18px : 13px */
  margin: 56px 0 0 0;
}

.event_calendar_info a {
  text-decoration: underline;
}

/* Ergebnisseiten-Navigation  */
.go_to_top.skimming_events {
  border-top: none;
  margin: 0 0 0 0;
  padding: 7px 0 0 0;
}

.go_to_top.skimming_events .act_site {
  font-weight: bold;
}





/************************************************************************
 * Magazin
 ***********************************************************************/
.magazine_header {
  display: none;
}

.magazine .chapter_headline {
  float: none;
}

.magazine .teaser_wrapper {
  margin: 7px 0 0 0;
  padding: 0 0 48px 0;
}

.magazine .teaser_wrapper .teaser {
  font-size: 1.5625em;
  line-height: 1em;
}

.magazine .teaser_wrapper .chapter_headline {
  font-size: 0.9375em;
}
  
.magazine .go_to_top.skimming_poi {
  margin: 29px 0 0 0;
}

.magazine .teaser_third_img {
  width: 190px;
  margin: 0 15px 50px 0;
}



/************************************************************************
 * Seitentyp Produkte
 ***********************************************************************/

/* Erstes Produkt */
.product_teaser_top .h1_wrapper .chapter_headline {
  display: block;
  clear: none;
  font-size: 1.125em;
  line-height: 0.7em;
  padding: 0;
}

.product_teaser_top img {
  float: left;
}

.product_teaser_top .h1_wrapper h1 {
  clear: none;
  font-size: 1.875em;
  line-height: 1.22em;
  width: 90%;
}

.product_teaser_top .h1_wrapper {
  margin: 0;
}

.product_teaser_top .h1_wrapper,
.product_teaser_top p {
  float: right;
  width: 391px;
}

.product_teaser_top img {
  border: 1px solid #ccc;
}

.product_teaser_top p {
  line-height: 1.5em; /* 21px : 14px */
}

.product_teaser_top .servicelinks {
  font-size: 0.8125em;
  line-height: 1.71em;
}

#pro_sl_right { width: 274px; }
#pro_sl_left { width: 117px; }

/* Weitere Produkte */
.product_teaser {
  margin: 64px 0 0 0;
  position: relative;
  width: 290px;
}

.product_teaser.l {
  clear: both;
}

.product_teaser img {
  float: left;
}

.product_teaser.l .h2_wrapper,
.product_teaser.r .h2_wrapper {
  margin: 0 0 10px 0;
  width: 290px;
}

.product_teaser.l .h2_wrapper h2,
.product_teaser.r .h2_wrapper h2 {
  font-size: 1.375em;
  line-height: 1em;
  padding: 0 0 1px 0;
  width: 290px;
}

.product_teaser img {
  margin: 4px 0 0 0;
}

.product_teaser p {
  float: right;
  font-size: 0.8125em;
  line-height: 1.3846em; /* 18px : 13px */
  padding: 0 0 12px 0;
  width: 175px;
}

.product_teaser .link_detail {
  float: none;
}

.product_teaser .link_shop {
  color: #0067bb;
  text-decoration: none;
}

.product_teaser .link_shop:focus,
.product_teaser .link_shop:hover {
  text-decoration: underline;
}





/************************************************************************
 * Statische Seiten
 ***********************************************************************/
.static_pages p,
.static_pages h2,
.static_pages h3 {
  float: none;
}

.static_pages h2 {
  color: #202020;
  font-size: 1.25em;
  padding: 25px 0 9px 0;
}

.static_pages h3 {
  color: #8d8d8d;
  font-size: 0.9375em;
  padding: 25px 0 0 0;
}

.static_pages p {
  padding: 0 0 9px 0;
}

.static_pages a {
  text-decoration: underline;
}





/************************************************************************
 * Suchergebnisse
 ***********************************************************************/
#search_results_head {
  clear: both;
  float: left;
  width: 100%;
}

#search_results_head h1 {
  float: left;
  width: auto;
}

.results_count {
  display: block;
  float: left;
  font-size: 0.8125em;
  padding: 15px 0 0 0;
}

.search_results_block {
  clear: both;
  float: left;
  margin: 20px 0 0 0;
  padding: 0 0 6px 0;
  width: 100%;
}

.search_results_block .chapter_headline {
  border-bottom: 3px solid #e8e4e1;
  width: 100%;
}  

/* Anzeige der gefundenen Galerien */
.result_gallery {
  float: left;
  width: 50%;
}

.result_img {
  position: relative;
  display: block;
  float: left;
  margin: 15px 0 0 0;
  height: 69px;
  width: 99px;
}

.result_img .preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.result_img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

h2.result_title {
  clear: none;
  padding: 15px 0 0 110px;
  min-width: 185px;
  width: auto;
}

h2.result_title a {
  color: #333;
}

.search_results_bottom_link {
  clear: both;
  float: left;
  margin: 8px 0 0 0;
  width: 100%;
}

.search_results_bottom_link .view_all_link {
  display: none;
}

/* Anzeige der gefundenen Artikel */
.result_article {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  padding: 15px 0 11px 0;
  page-break-inside: avoid;
  width: 100%;
}

.result_article .result_img {
  margin: 4px 0 0 0;
}

.result_article.last_result {
  border-bottom: none;
}

.result_article_text {
  display: block;
  margin: 0 0 0 110px;
  min-width: 500px;
  padding: 0;
  width: auto;
}

.result_article_text h2.result_title {
  font-size: 1.5625em;
  padding: 0;
  width: 480px;
}

.result_article_text p {
  line-height: 1.2857em;
  padding: 6px 0 0 0;
  width: 480px;
}

.search_results_bottom_link.for_articles {
  margin: 4px 0 0 0;
}





/************************************************************************
 * Kontaktformular
 ***********************************************************************/
.contact_introduction {
  clear: both;
  float: left;
  line-height: 1.5em;
  padding: 24px 0 14px 0 !important;
  width: 100%;
}

#contact_form {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 0 0 25px 0;
  width: 100%;
}

#contact_form fieldset {
  clear: both;
  float: left;
  padding: 0 0 15px 0;
  width: 100%;
}

#contact_form label {
  clear: both;
  display: inline-block;
  float: left;
  margin: 15px 0 0 0;
  width: 95px;
}

#contact_form select {
  margin: 15px 0 0 0;
}

.input_wrapper.input_contact {
  background: url(/img/bg_input_258.gif) no-repeat left top;
  border: 1px solid #bcbcbc;
  clear: none;
  margin: 15px 0 0 0;
  padding: 0;
  height: 20px;
  width: 258px;
}

.input_wrapper.input_contact.input_error {
  border: 1px solid #b8322e;
}

.input_wrapper.input_contact input {
  margin: 2px 0 0 0;
  /*line-height: 1.3077em;
  height: 1.3077em;*/
  width: 248px;
}

.exclamation_icon {
  float: left;
  margin: 19px 0 0 9px;
}

.text_for_input {
  float: left;
  margin: 16px 0 0 0;
  width: 430px;
}

.text_for_input input {
  float: left;
}

.text_for_input p {
  float: left;
  font-size: 0.8125em;
  line-height: 1.2307;
  padding: 2px 0 0 5px;
  width: 80%;
}

.textarea_wrapper.textarea_contact {
  background: url(/img/bg_textarea_428.gif) no-repeat left top;
  border: 1px solid #bcbcbc;
  clear: none;
  margin: 15px 0 0 0;
  width: 428px;
  height: 110px;
}

.textarea_wrapper.textarea_contact textarea {
  width: 413px;
  height: 98px;
}

.buttons {
  width: 525px !important;
}

.buttons input {
  background: #fff;
  border: 1px solid #999;
  color: #000;
  float: right;
  font-weight: bold;
  font-size: 0.75em;
  line-height: normal;
  margin: 0 0 0 12px;
  padding: 0 5px;
  height: 22px; 
  width: auto;
}