/**
 * Stylesheet fuer "DuMont Reise"
 *
 * 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;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* Bilder */
img {
  border: 0;
  float: left;
}

/* Text */
h1, h2, h3, 
#header, 
#footer li, 
.chapter_headline, 
.stage_info_chapter,
.stage_info_headline,
.lifestyle_teaser_category {
  font-family: Times New Roman, Serif;
  text-transform: uppercase;
}

h1 {
  color: #202020;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.02788em;
}

h2 {
  clear: both;
  color: #202020;
  float: left;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.15em;
  padding: 10px 0 0 0;
  width: 100%;
}

h3 {
  clear: both;
  color: #202020;
  float: left;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.4667em;
}

p {
  float: left;
  font-size: 0.875em;
  line-height: 1.5714em;
  padding: 9px 0;
}

/* Links */
a {
  color: #555555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Links mit Icons */
.link_abo {
  background: url(/img/icon_abo.gif) no-repeat left 3px;
  padding: 0 0 0 20px;
}

.link_comment {
  background: url(/img/icon_comment.gif) no-repeat left 3px;
  padding: 0 0 0 20px;
}

.link_flag {
  background: url(/img/icon_flag.gif) no-repeat left 3px;
  padding: 0 0 0 17px;
}

.link_map {
  background: url(/img/icon_map.gif) no-repeat left 5px;
  padding: 0 0 0 20px;
}

.link_photo {
  background: url(/img/icon_photo.gif) no-repeat left 4px;
  padding: 0 0 0 20px;
}

.link_rating {
  background: url(/img/icon_rating.gif) no-repeat left 1px;
  padding: 0 0 0 20px;
}

.link_shop {
  background: url(/img/icon_shop.gif) no-repeat left 4px;
  padding: 0 0 0 20px;
}

.link_video {
  background: url(/img/icon_video.gif) no-repeat left 4px;
  padding: 0 0 0 20px;
}

/* 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;
}

select {
  border: 1px solid #bcbcbc;
  color: #555555;
  float: left;
  font-size: 0.8125em;
  margin: 0;
  padding: 0;
}

label.for_210 {
  display: block;
  float: left;
  margin: 14px 0 0 0;
  padding: 0 0 0 8px;
}

.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;
  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 {
  background: url(/img/bg_h2_wrapper.gif) repeat-x left top;
  clear: both;
  float: left;
  margin: 3px 0 0 0;
  padding: 0;
  overflow: hidden;
  height: 1px;
  width: 100%;
}



/************************************************************************
 * Helperklassen
 ***********************************************************************/
.c {
 clear: both;
}

.l {
 float: left;
}

.r {
 float: right;
}

.x {
 display: none;
}

.inv,
.print_only {
  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 {
  position: relative;
  background: transparent url(/img/bg_h1_wrapper.gif) repeat-x left bottom;
  clear: both;
  float: left;
  margin: 6px 0 0 0;
  width: 100%;
}

.h1_wrapper h1 {
  clear: both;
  float: left;
  overflow: hidden;
  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;
  float: right;
  font-size: 0.75em;
  padding: 0 0 0 10px;
}

.h1_wrapper_404 {
  position: relative;
  background: transparent url(/img/bg_h1_wrapper.gif) repeat-x left bottom;
  clear: both;
  float: left;
  margin: 20px 0 0 0;
  width: 100%;
}

h1.impression_detail {
  clear: both;
  float: left;
  margin: 6px 0 0 0;
  width: 80%;
}

/* h2, z.B. bei Teasern oder Impressionen-Uebersicht */
.h2_wrapper {
  position: relative;
  background: transparent url(/img/bg_h2_wrapper.gif) repeat-x left bottom;
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

.h2_wrapper h2 {
  clear: both;
  float: left;
  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;
}



/************************************************************************
 * Fliestext-Wrapper in Artikel- und Impressionen-Detail
 ***********************************************************************/
.pwide p {
  width: 100%;
}

.pwide ul,
.static_pages ul {
  float: left;
  font-size: 0.875em;
  line-height: 1.5714em;
  /*padding: 9px 0 5px 0;*/
  width: 100%;
}

.pwide ul li,
.static_pages ul li {
  background: url(/img/bullet_square.gif) no-repeat left 13px;
  padding: 5px 0 3px 12px;
  width: 95%;
}



/************************************************************************
 * Rueckmeldungen fuer den User (Erfolg, Fehler, ...)
 ***********************************************************************/
.msg {
  border: 1px solid #e8e4e1;
  clear: both;
  float: left;
  margin: 20px 0;
  padding: 0 13px;
  width: 572px;
}

.msg.error {
  border: 1px solid #b8322e;
}

.msg p {
  float: left;
  font-size: 0.8125em;
  line-height: 1.69em;
  padding: 8px 0 !important;
}

.msg.error p, .msg.error a {
  color: #b8322e;
}





/************************************************************************
 * Seitenrahmen
 **********************************************************************
 Farbinfo wg Werbung*/
 
#outer_wrapper {
  background-color: #ffffff;
  position: relative;
  clear: both;
  margin: 0 auto;
  /*margin: 0 0 0 130px;*/
  width: 940px;
  z-index: 1;
}

#wrapper {
  background-color: #ffffff;
  position: relative;
  clear: both;
  float: left;
  margin: 20px 0 0 0;
  width: 100%;
  z-index: 1;
}





/************************************************************************
 * Header
 ***********************************************************************/
/* Logo - steht immer ueber dem Rest der Seite, deshalb absolut positioniert */
#logo {
  position: absolute;
  left: 0;
  top: 0;
  background: #005caa;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  float: left;
  padding: 0 0 17px 0;
  width: 184px;
  z-index: 10;
}

#logo a, #logo a:hover {
  color: #ffffff;
  text-decoration: none;
}

#logo span {
  display: block;
  font-size: 0.625em;
  padding: 0 13px;
  width: auto;
}


/* Header */
#header {
  position: absolute;
  left: 200px;
  top: 0;
  clear: both;
  color: #202020;
  float: left;
  margin: 0;
  padding: 0;
  width: 740px;
  z-index: 50;
}

/*Navigation*/
#navi {
  clear: both;
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  width: 780px; /* ragt ueber den eigentlichen Header hinaus, ist aber noetig um zu verhinden, dass die Navigation beim Zoomen im Browser umbricht */ 
  /* float: right; */
  /* width: 740px; */
  /* height: 30px; */
}

#navi li {
  position: relative;
  float: left;
  font-size: 1.0em;
  margin: 0;
  /*margin: 0 15px 0 0;
   neu fuer temporaer*/ 
  margin: 0 0 0 10px;
}

#navi li.last {
  margin: 0;
}

#navi li a {
  color: #202020;
  display: block;
  float: left;
  line-height: 1.25em;     
  /*padding: 5px 10px; => wenn Navigation vollstaendig, dann diesen Style anwenden 
  padding: 5px 18px 5px 19px;*/
  padding: 5px 10px;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;  
}

#navi li.act a {
  color: #005caa;
}

#navi li a:hover,
#navi li a:focus {
  background: #e8e4e1;
}

#navi li ul {
  position: absolute;
  top: 30px;
  left: 0;
  background: #e8e4e1;
  display: none;
  float: left;
  font-family: Arial, Sans-Serif;
  padding: 3px 0 15px 0;
  width: auto;
  z-index: 60;
}

#navi li ul li {
  clear: both;
  margin: 0;
}

#navi li ul li a {
  font-size: 0.8125em;
  padding: 4px 17px 4px 10px;
  /*padding: 4px 25px 4px 19px;*/
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
}

#navi li.act ul li a {
  color: #202020;
}

#navi li ul li a:hover,
#navi li ul li a:focus {
  text-decoration: underline;
}

/*Rubrikueberschrift und Suche*/
#chapter_search_wrapper {
  clear: both;
  float: left;
  padding: 0 0 0 9px;
  height: 57px;
  /*width: 741px;*/
  width: 731px;
}

#chapter_search_wrapper.home {
  float: right;
}

#chapter_headline {
  border-bottom: 3px solid #e8e4e1;
  clear: both;
  color: #005caa;
  float: left;
  font-size: 1.75em;
  margin: 13px 0 0 0;
  padding: 0 130px 7px 0;
  height: 34px;
  width: 426px;
}

#chapter_search_wrapper.home #chapter_headline {
  border-bottom: none;
}

#search_header {
  border-bottom: 3px solid #e8e4e1;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 54px;
  width: 175px;
}

#chapter_search_wrapper.home #search_header {
  border-bottom: none;
  float: right;
}

#search_header #search_input_wrapper {
  background: url(/img/bg_search_header.gif) no-repeat left top;
  border: 5px solid #ffffff;
  clear: both;
  float: left;
  margin: 16px 0 0 0;
  overflow: hidden;
  height: 19px;
  width: 165px;
}  

#search_header #search_input_wrapper #search_header_text {
  background: none;
  border: none;
  clear: both;
  float: left;
  font-family: Arial, Sans-Serif;
  font-size: 0.75em;
  margin: 0;
  padding: /*2px 5px*/ 0 5px;
  overflow: hidden;
  line-height: 1.5833em;
  height: 1.5833em;
  width: 135px;
}

#search_header #search_header_submit {
  border: none;
  float: right;
  margin: 1px 0 0 0;
  width: 20px;
  height: 17px;
}

/* spezialbuchsuche bsw = book search wrapper */

#book_search_wrapper {
  color: #202020;
/*  margin: 10px 0 0 210px; */
  height: 54px;
  width: 175px;
}

#bsw1{
  color: #202020;
  float: left;
  margin: 10px 0 0 205px;
  overflow: hidden;
  padding: 0;
}

#bsw2{
  background: url(/img/bg_search_header.gif) no-repeat left top;
  border: 5px solid #ffffff;
  clear: both;
  float: left;
/*  margin: 16px 0 0 0; */
  overflow: hidden;
  height: 19px;
  width: 165px;
}

#bsw3 {
  background: none;
  border: none;
  clear: both;
  float: left;
  font-family: Arial, Sans-Serif;
  font-size: 0.75em;
  margin: 0;
  padding: /*2px 5px*/ 0 5px;
  overflow: hidden;
  line-height: 1.5833em;
  height: 1.5833em;
  width: 135px;
}  

#bsw4 {
  border: none;
  float: right;
  margin: 1px 0 0 0;
  width: 20px;
  height: 17px;
}

/* Ergebnis der Buchsuche 
  border-left: none;
  border-right: none;
 Suchergebnisliste */

#products_results {
  width: 630px;
  margin: 0 1px;
  float: left;
}

#products_results .liste {
/*  margin: 5px 30px;  */
  border-collapse: collapse;
  font-size: 0.6875em;
  width: 600px;
}

#products_results .liste th {
  color: #333;
  padding: 8px 10px;
}

#products_results .liste td {
  color: #333;
  padding: 1px 10px;
  text-align: center;
  border: 1px solid #D4D0C8;
  border-style: solid none solid none;
  cursor: pointer;
  line-height: 1.5;
  vertical-align: middle;
}

#products_results .liste .rechtespalte {
  border-right: none;
  vertical-align: middle;
}

#products_results .liste  img {
  float: none;
}

#products_results .liste .rechtespalte img {
  display: block;
  margin: 0 auto;
}

#products_results .liste td a {
  text-decoration: underline;
  color: #00377C;
  font-size: 1.125em;
  font-weight: bold;
}

#products_results .liste .txtleft {
  text-align: left;
}

/* Key-Visual */
#products_results .key-visual-mit-box {
/*  padding: 0 0 40px 0; */
  position: relative;
  margin-left: -50 px;
}

.bu-keyvisual{
  position: right;
  top: 250px;
  right: 10px;
  color: #00377C;
  font-size: 0.6875em;
  text-align: right;
/*   white-space: nowrap;  */
}

#products_results .key-visual-mit-box img {
  display: block;
  margin-left: -50 px;
}

.thick {
  float: right;
  display: block;
}

#products_results h1 {
  color: #00377C;
  font-size: 2em;
  font-weight: normal;
  margin: 30px 30px 20px 0px;
 /*  210px;  */ 
}

#products_results h2 {
  color: #00377C;
  font-size: 0.75em;
  margin: 0 30px 7px 0px;
  clear: none;
  float: none;
}

#products_results h3 {
  font-size: 0.6875em;
  margin: 0 30px 5px 0px;
  clear: none;
  float: none;
}

#products_results p {
  clear: none;
  float: none;
  color: #333;
  font-size: 0.6875em;
  margin: 0 30px 0px 0px;
  line-height: 1.5;
}

#products_results .rf_detail_thumbs {
  float: right;
  padding: 0 30px;
}
#products_results .rf_detail_thumbs img {
  display: block;
}

/*Aktionen (Bookmarken und Drucken)*/
/*//div zum Clearen der absoluten Positionierugen des Headers*/
#clear_header {
  height: 10px; 
  overflow: hidden;
}

#actions_under_header {
  clear: both !important;
  float: left;
  margin: 88px 0 0 0;
  padding: 0 0 0 209px;
  width: 731px;
}

.link_width_icon {
  display: block;
  float: left;
  font-size: 0.75em;
  margin: 0 20px 0 0;
  text-decoration: none;
}

.link_width_icon:hover {
  text-decoration: underline;
}

.link_width_icon img {
  margin: 1px 0 0 0;
  padding: 0 6px 0 0;
}

#bookmark_layer {
  position: absolute;
  left: 218px;
  top: 113px;
  display: none;
  float: left;
  margin: 0;
  padding: 10px;
}

.bookmark {
  border: 1px solid #999999;
  float: left; 
  margin: 0 6px 0 0;
  padding: 1px;
}  





/************************************************************************
 * Content-Spalten
 ***********************************************************************/
#content_col {
  /*background: red;*/
  clear: both;
  float: left;
  margin: 47px 0 0 0;
  padding: 0 40px 0 0;
  width: 600px;
}

#content_col2 {
  /*background: red;*/
  clear: both;
  float: left;
  margin: 0px 0 0 0;
  padding: 0 40px 0 0;
  width: 600px;
}

#content_col.home {
  margin: 34px 0 0 0;
}

#kiosk_col {
  /*background: magenta; margin war 52*/
  float: left;
  margin: 6px 0 0 0;
  padding: 0;
  overflow: hidden;
  width: 300px;
} 

#kiosk_col.home {
  margin: 40px 0 0 0;
}


/************************************************************************
 * Footer
 ***********************************************************************/
#footer {
  clear: both;
  float: left;
  margin: 94px 0 50px 0;
  width: 100%;
}

#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,
#lifestyle_partner_links {
  float: left;
  font-size: 0.75em;
  line-height: 1.4167em;
  padding: 0 0 8px 25px;
  width: 780px;
}

.chapter_headline.lifestyle_partner {
  padding: 6px 0 0 0;
}

#lifestyle_partner_links {
  padding: 6px 0 15px 17px;
}





/************************************************************************
 * Artikel Detail-Seite
 ***********************************************************************/ 
 
 /* Gewinnspiel */
 
.ZA_Gewinnspiel{
  margin-top:40px;
}

/* Special */
#special_wrapper {
  position: relative;
  
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

#special_graphic {
  clear: both;
  display: block;
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 10px 0;
  z-index: 5;
}

#special_info {
  position: absolute;
  right: 0;
  top: 0;
  
  clear: both;
  float: right;
  font-size: 0.8125em;
  margin: 0;
  padding: 0;
  z-index: 50;
}
 
 
/* obere Zeile */
.chapter_headline {
  clear: both;
  color: #8d8d8d;
  float: left;
  font-size: 0.9375em;
}

.rating_stars {
  float: right;
  height: 13px;
  margin: 5px 0 0 0;
  overflow: hidden;
  position: relative;
  width: 75px;
}

.star {
  background: transparent url(/img/btn_stars.gif) no-repeat left top;
  float: left;
  height: 13px;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 13px;
}

.star:hover,
.star:focus {
  outline: none;
}

a.star.active,
a.star:hover,
.star.blue {
  background: transparent url(/img/btn_stars.gif) no-repeat left -13px;
}

#rated_text {
  color: #8d8d8d;
  display: none; 
  font-size: 0.75em;
  float: right;
  line-height: 1em;
  padding: 23px 10px 0 0;
  text-align: right;
  width: 230px;
}

#dont_click_stars {
  background: transparent;
  display: none;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} 

/* eigentlicher Artikelinhalt */
.full_img {
  clear: both;
  /*margin: 18px 0 10px 0;*/
  margin: 13px 0 0 0;
}

.img_add_description,
.pwide img {
  padding: 6px 0 0 0;
}

.content_img_parent {
  clear: both;
  float: left;
  padding: 0 19px 10px 0;
  width: 200px;
}

.content_img_parent .caption {
  border-bottom: 1px solid #e8e4e1;
  float: left;
  font-size: 0.857em;
  font-style: italic;
  line-height: 1.5em;
  margin: 3px 0 0 0;
  padding: 0 0 4px 0;
  width: 100%;
}

.content_img_parent .caption span {
  display: inline-block;
  width: 90%;
}

.content_img_parent .lupe {
  display: block;
  clear: none;
  float: right;
  margin: 0;
  padding: 4px 0 0 0;
}

/* Galerie-Vorschau zum Durchblaettern */
.gallery_full_teaser,
#gallery_detail_overview {
  position: relative;
  border-top: 1px solid #e8e4e1;
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left; 
  margin: 27px 0 30px 0;
  padding: 138px 0 0 0;
  overflow: hidden;
  width: 100%;
}

#gallery_detail_overview {
  border-top: none;
  margin: 14px 0 27px 0;
  padding: 0;
  height: 179px;
}

.gallery_full_teaser.overview {
  border-top: none;
  margin: 0;
  padding: 134px 0 0 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 {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  font-size: 0.875em;
  line-height: 1.3571em;
  padding: 0 0 31px 0;
  width: 100%;
}

.social_media_row {
  clear: both;
  float: left;
  margin: 19px 0 0 0;
  padding: 0;
  width: 100%;
}

.social_media_element {
  font-weight: bold;
  float: left;
  padding: 2px 10px 0 0;
}

.social_media_tags {
  float: left;
  padding: 2px 0 14px 0;
  width: 550px;
}

.social_media_tags a {
  text-decoration: underline;
}

.social_media_tags a:hover {
  text-decoration: none;
}

.social_media_bookmarks {
  float: left;
  width: 239px;
}

.social_media_bookmarks .bookmark {
  margin: 0 6px 6px 0;
}

.social_link {
  float:right;
  margin: 0 0 0 20px;
}

/* 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 {
  clear: both;
  float: left;
  margin: 35px 0 0 0;
  padding: 0 0 9px 0;
  width: 100%;
}

.link_list_wrapper.random_articles {
  border-top: 1px solid #e8e4e1;
  margin: 26px 0 0 0;
  padding: 35px 0 9px 0;
}
  
ul.link_list,
ul.gallery_teaser_list {
  clear: both;
  float: left;
  margin: 4px 0 0 0;
  width: 100%;
}

ul.link_list li,
ul.gallery_teaser_list li {
  background: transparent url(/img/bullet_right.gif) no-repeat left 6px;
  clear: both;
  float: left;
  /*line-height: 1.0em;*/
  font-size: 0.8125em;
  line-height: 1.4615em;
  margin: 5px 0 0 0;
  padding: 0 0 0 12px; 
  width: 588px;
}

#kiosk_col ul.link_list li {
  width: 288px;
}

ul.link_list a,
ul.gallery_teaser_list li a {
  display: inline-block;
  float: left;
  /*font-size: 0.8125em;
  line-height: 1.4615em;*/
} 

/*Galerien-Liste*/
ul.gallery_teaser_list li {
  background: url(/img/icon_gallery.gif) no-repeat left 4px;
  padding: 0 0 0 23px;
  width: 565px;
}

ul.gallery_teaser_list li img {
  padding: 4px 8px 0 0;
}

/*auf Startseite*/
.link_list_wrapper.home {
  margin: 0;
  padding: 0;
  width: 400px;
}

.link_list_wrapper.home .chapter_headline {
  line-height: 1.533em;
}

.link_list_wrapper.home ul.link_list {
  margin: 2px 0 0 0;
}

.link_list_wrapper.home ul.link_list li {
  font-size: 1.0em;
  padding: 1px 0 1px 12px; 
  width: 388px;
}

.link_list_wrapper.home ul.link_list li a,
ul.gallery_teaser_list.teaser_half li a {
  font-size: 0.875em;
  line-height: 1.2857em;
}

ul.gallery_teaser_list.teaser_half {
  clear: none;
  margin: 12px 0 0 0;
  padding: 0 0 0 15px;
  width: 285px;
}

ul.gallery_teaser_list.teaser_half li {
  background-position: left 3px;
  width: 262px;
}

/* 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_error {
  border: 1px solid #b8322e; 
  clear: both;
  display: none;
  float: left;
  margin: 15px 0pt 5px; 
  padding: 0pt 15px; 
}

#comment_error p {
  color: #b8322e; 
  font-size: 12px;
}

#comment_email_wrapper_readonly {
  background-image: url(/img/bg_input_210_readonly.gif);
  display: none; 
}

/* ueberschreiben der Styles von Facebook */
a.FB_Link {
  display: block;
  float: left;
  color: #5b5b5b !important;
  font-size: 0.8125em !important;
  padding: 3px 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
}

a.FB_Link:hover {
  color: #5b5b5b !important;
  text-decoration: underline
}

.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 {
  clear: both;
  float: left;
  margin: 28px 0 0 0;
  padding: 0 0 30px 0;
  width: 100%;
}

.write_comment_headline {
  font-size: 0.8125em;
  font-weight: bold;
}

.personal_data {
  clear: both;
  float: left;
  width: 270px;
}

.facebook_connect {
  float: right;
  margin: 47px 0 0 0;
  width: 230px;
}

.facebook_connect span {
  display: block;
  float: left;
  font-size: 0.8125em;
  margin: 7px 0 0 0;  
}

.facebook_connect_btn {
  float: right;
}

#write_comment_form .sbmt_btn {
  margin: 10px 0 0 0;
}

#write_comment_form .sbmt_btn:hover {
  text-decoration: underline;
}

/* Link zum Seitenanfang / Link zum Seitenanfang mit Blaettern-Links */
.go_to_top {
  border-top: 1px solid #e8e4e1;
  clear: both;
  float: left;
  font-size: 0.75em;
  margin: 30px 0 0 0;
  padding: 8px 0 0 0;
  width: 100%;
}

.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;
}


/*
  DETAILANSICHT
*/
/* Liste mit den Fakten zum Reisefuehrer */
#mitte .wrap_detail {
  width: 385px;
  float: left;
}
#mitte .rf_detail {
  float: left;
  font-size: 0.6875em;
  width: 365px;
  border-bottom: 1px solid #D4D0C8;
  padding: 10px 0;
}
#mitte .rf_detail dt,
#mitte .rf_detail dd {
  color: #333;
  float: left;
  padding: 5px 0;
  line-height: 1.5;
}
#mitte .rf_detail dt {
  clear: left;
  width: 100px;
  font-weight: bold;
}
#mitte .rf_detail dd {
  width: 265px;
}
#mitte .kaufen {
  padding: 15px 0 10px 70px;
/*  background-color: #c00; */
  color: #fff;
  font-weight: bold;
  font-size: 2 em;
}
/* Logo der Reihe und Cover des Reisefuehrers */
#mitte .rf_detail_bild {
  float: left;
  width: 200px;
}
#mitte .rf_detail_bild img {
  margin: 0 0 10px 0;
}


/************************************************************************
 * Impressionen Detail-Seite
 ***********************************************************************/

.back_to_overview {
  display: inline-block;
  float: left;
  font-size: 0.75em;
}

.back_to_overview img {
  margin: 3px 8px 0 0;
}

.impressionen_author2 {
  clear: both;
  float: left;
  font-size: 0.875em;
  line-height: 1.4286em;
  margin: 3px 0 0 0;
  width: 75%;
  display: none;
}

.impressionen_author {
  clear: both;
  float: left;
  font-size: 0.875em;
  line-height: 1.4286em;
  margin: 3px 0 0 0;
  width: 75%;
}

.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 {
  float: right;
  margin: 0;
  width: 20%;
}

.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;
  float: left;
  margin: 55px 0 0 0;
  width: 100%;
}

.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 {
  position: relative;
  clear: both;
  float: left;
  margin: 74px 0 0 0;
  overflow: hidden;
  height: 335px;
  width: 100%;
  z-index: 1;
}

.stage_element {
  clear: both;
  float: left;
  height: 335px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.stage_element img {
  position: absolute;
}

.stage_info_area {
  position: absolute;
  left: 615px;
  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: 722px;
  top: 311px;
  overflow: hidden;
  height: 18px;
  width: 208px;
  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 {
  clear: none;
  float: left;
  padding: 0 0 0 20px; 
  width: 180px; 
}

.social_media_home .chapter_headline {
  line-height:1.533em;
}

.social_media_home a,
.social_media_home span {
  clear: both;
  display: inline-block;
  float: left;
  font-size: 0.875em;
  line-height: 1.4286em;
  margin: 6px 0 2px 0;
  width: 100%;
}

.social_media_home span a {
  clear: none;
  display: inline;
  float: none;
  font-size: 1em;
  margin: 0;
  width: auto;
}

.social_media_home a img,
.social_media_home span img {
  margin: 5px 14px 0 0;
}

/* Teaser */
.teaser_wrapper {
  clear: both;
  float: left;
  margin: 40px 0 0 0;
  padding: 0 0 20px 0;
  width: 100%;
}

.teaser_full_img {
  clear: both;
  margin: 10px 0 0 0;
}

.teaser_third_img {
  clear: both;
  margin: 7px 0 0 0;
}

.teaser_text {
  line-height: 1.4286em;
  padding: 16px 0 0 0;
}

.teaser_text.half {
  padding: 16px 10px 0 0;
  width: 290px;
}

.teaser_text.after_headline {
  padding: 10px 0 0 0;
}

.teaser_two_third {
  clear: none;
  float: left;
  padding: 0 0 0 15px;
  width: 395px;
}

.home_article_img_wrapper {
  position: relative;
  display: block;
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  overflow: hidden;
  height: 178px;
  width: 600px;
}

.home_article_img {
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}

.home_article_img_wrapper .teaser_full_img {
  clear: none;
  margin: 0;
}

.teaser_link_list_wrapper {
  clear: none;
  display: block;
  float: right;
  margin: 16px 0 0 0;
  overflow: hidden;
  width: 285px;
}

.teaser_link_list_wrapper .link_list {
  margin: 0;
}

.teaser_link_list_wrapper .link_list li {
  font-size: 0.875em;
  line-height: 1.4286em;
  margin: 0;
  width: 270px;
}

/* 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%;
}

/* Lifestyle-Teaser */
.lifestyle_teaser_text {
  float: right;
  margin: 11px 0 0 0;
  padding: 0;
  width: 190px;
}

.lifestyle_teaser_category {
  color: #8d8d8d;
  display: block;
  float: left;
  font-size: 0.9375em;
  width: 100%;
}

.lifestyle_teaser_title,
.lifestyle_teaser_author {
  clear: both;
  color: #333;
  display: block;
  float: left;
  font-size: 0.8125em;
  line-height: 1.3846em;
  width: 100%; 
}

.lifestyle_teaser_title {
  margin: 1px 0 0 0;
  text-decoration: underline;
}





/************************************************************************
 * 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;
  width: 220px;
}

.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;*/
  padding: 0 0 15px 0;
  width: 100%;
}

/*Stadt*/
.weather_city_headline {
  clear: both;
  color: #202020;
  float: left;
  font-size: 1.25em;
  font-family: Times New Roman, Serif;
  line-height: 1.15em;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  padding: 0 0 12px 0;
  width: 100%;
}

.waether_city_left,
.waether_city_center,
.waether_city_right {
  border-right: 1px solid #e8e4e1;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 75px;
}

.waether_city_left {
  padding: 0 18px 0 0;
}

.waether_city_center {
  padding: 0 18px 0 18px;
}

.waether_city_right {
  border-right: none;
  float: right;
}

.waether_city_day {
  clear: both;
  color: #555;
  float: left;
  font-size: 0.8125em;
  line-height: 1.3846em;
  padding: 0 0 0 5px;
}

.waether_city_left img,
.waether_city_center img,
.waether_city_right img {
  clear: both;
  float: left;
  padding: 1px 0 0 0;
}

.waether_city_temperature {
  clear: both;
  color: #8d8d8d;
  float: left;
  font-size: 0.9375em;
  line-height: 1.533em;
  font-family: Times New Roman, Serif;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  width: 70px;
}

/* Welt-Wetter */
.weather_row.world_waether {
  padding: 7px 0 7px 0;
}

.waether_world_city {
  clear: both;
  color: #202020;
  float: left;
  font-size: 0.8125em;
  line-height: 1.3846em;
  margin: 5px 0 0 0;
  padding: 0;
  text-decoration: underline;
  width: 175px;
}

.waether_world_temperature {
  color: #8d8d8d;
  float: left;
  font-size: 0.9375em;
  line-height: 1.533em;
  font-family: Times New Roman, Serif;
  margin: 4px 0 0 0;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
  width: 80px;
}

.waether_world_icon {
  float: right;
}

/*
.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;
}

/* Special */
.special_teaser_wrapper {
  clear: both;
  float: left;
  width: 100%;
}

.special_teaser_item {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 0 0 11px 0;
  width: 100%;
}

.special_teaser_item img {
  float: left;
  padding: 15px 10px 4px 0;
}

.special_teaser_item p {
  clear: none;
  float: none;
  line-height: 1.4615em !important;;
  padding-top: 11px !important;
}




/* 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;
}

/* Detailseite */
.event_detail_lead {
  font-style: italic;
}

/* wird manchmal von den importierten Daten im Kulturkalender verwendet */
center {
  clear: both; 
  display: block; 
  float: left; 
  font-size: 0.875em; 
  margin: 0; 
  padding: 0;
  text-align: left; 
}

#anzeige{
  color: silver;
  font-size: 0.625em; 
  margin: 20px 0 0 0;
  padding: 0;
}

#wrapper div p#anzeige {
  margin: 0;
  float: right; 
}


/************************************************************************
 * Werbe-Container
 **********************************************************************
 fur expandable Werbemedien */
 
 #ad_rec {
   float: left;
   position: realtive;
   z-index: 100; /* Werbung uber alles*/
 }
/*  obsolet
.ad_rectangle {
  clear: both;
  float: left;
  height: 250px;
  width: 100%;
} */

#superbanner {
  margin: 0 auto;
  /*padding: 10px 0;*/
  text-align: center;
  /*  overflow: hidden;
  height: 90px;*/
  width: 928px;
     z-index: 100; /* Werbung uber alles*/
}

#skyscraper {
  position: absolute;
  left: 960px; /*hier muss per JavaScript noch Fenstergoessenabhaengig dazugerechnet werden*/
  top: 214px;
  padding: 0 10px 0 0;
  text-align: left;
  
  /*width: 160px;*/
  height: 600px;
  z-index: 100;
  /*
  background: lightblue;
  width: 160px;
  */
}


/************************************************************************
 * 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 .poi_date {
  font-size: 0.8125em;
  line-height: 1.0769em; /* 14px : 13px */
  padding: 4px 0 2px 0;
}

.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 16px 0; float: none;}
.separator.poi_sep { margin: 11px 0 20px 0; }


/* Seiten-Kopfbereich ------------------------------------------------ */
.poi_header {
  clear: both;
  float: left;
  margin: 50px 0 0 0;
  width: 100%;
}

/* Anzeigetyp: Liste mit/ohne Karte */
.select_list_view {
  float: right;
  padding: 2px 0 0 0;
}

.select_list_view em {
  display: block;
  color: #555;
  float: left;
  font-size: 0.8125em;
  font-style: normal;
  font-weight: bold;
}

.view_list,
.view_map_list {
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 9px;
  margin: 4px 0 0 0;
  width: 9px;
}

.view_list {
  background-image: url(/i/btn_view_list.gif);
  margin: 4px 10px 0 15px;
}

.view_map_list {
  background-image: url(/i/btn_view_map.gif);
}

a.view_list:hover,
a.view_map_list:hover {
  background-position: right top;
}

strong.view_list,
strong.view_map_list {
  background-position: right top;
}

/* Auswahlfelder Ort/Kategorie */
.poi_header label {
  color: #555;
  float: none;
  font-weight: bold;
}

.poi_header select {
  border: 1px solid #ccc;
  color: #555;
  float: none;
  font-size: 0.75em;
  height: 20px;
  vertical-align: text-top;
  width: 190px;
}

.poi_city { margin: 0 26px 0 10px; }
.poi_cat { margin: 0 11px 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;
  float: left;
  margin: 15px 0 0 0;
  padding: 1px;
}

.card_wrapper_large {
  width: 936px;
}

.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;
  float:left;
  height: 377px;
  margin:15px 0 0;
  padding:1px;
  width: 936px; 
}

/* 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;
}

/* Bugfix fuer die Kartenauswahl */
.bd p {
 float: none;
}

/* Der Footer einer Infobox in einer Map */ 
.ft {
  display: none;
}

/* Hauptinhalt: Sortierung */
.poi_sort_form {
  float: right;
  /*neu*/ padding: 0 0 12px 0;
}

.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 {
  background: url(/img/bg_flag_left.gif) left 4px no-repeat;
  clear: both;
  display: block;
  float: left;
  height: 26px;
  padding: 4px 0 0 6px;
  width: 46px;
}

.poi_col_left span {
  background: #0067bb url(/img/bg_flag_right.gif) right top no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  padding: 2px 13px 0 0;
  height: 24px;
}

/* Hauptinhalt: Mittlere Spalte */
.poi_col_mid {
  display: block;
  float: left;
  padding: 0 18px 0 0;
  width: 400px;
}

/* Hauptinhalt: Rechte Spalte */
.poi_col_right {
  display: block;
  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: block;
  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 .current { 
  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: 229px;
}

.es_select {
  border: 1px solid #ccc;
  color: #666;
  display: block;
  float: left;
  font-size: 0.75em;
  height: 21px;
  width: 210px;
}

.es_select.genre {
  float:right; 
  font-family: Arial, sans-serif;
  padding-top: 1px; 
  text-transform: none; 
  width: 170px; 
  height: 20px; 
}

.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: #0067bb;
  border: none;
  color: #fff;
  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;
}

#kalender {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  margin: 40px 0 0 0;
  padding: 0 0 6px 0;
  width: 210px;
}

#kalender table.calendar {
  border-collapse: collapse;
  clear: both;
  float: left;
  width: 210px;
}

#kalender .calendar-month {
  background: #e8e4e1;
  font-size: 0.8125em;
  font-weight: bold;
  height: 22px;
  width: 210px;
}

#kalender .calendar-month span {
  float: left;
  text-align: center; 
  padding: 3px 0 0 0;
  width: 168px;
}

#kalender .calendar-month .calendar_prev_month,
#kalender .calendar-month .calendar_next_month {
  background: transparent url(/img/btn_calender_prev_month.gif) no-repeat 4px 5px;
  clear: none;
  float: left;
  padding: 5px 4px 2px 4px;
  text-indent: -1000em;
  overflow: hidden;
  height: 12px;
  width: 13px;
}

#kalender .calendar-month .calendar_next_month {
  background: transparent url(/img/btn_calender_next_month.gif) no-repeat 4px 5px;
  float: right;
}

#kalender tbody {
  margin: 0;
  padding: 0;
}

#kalender th,
#kalender td {
  font-size: 0.75em;
  padding: 2px 0 1px 0;
  text-align: center;
  vertical-align: center;
  width: 30px;
}

#kalender th {
  padding: 9px 0 6px 0;
}

#kalender td.linked-day,
#kalender td.linked-day a {
  font-weight: bold;
}

#kalender td.linked-day:hover,
#kalender td.linked-day.highlight {
  background: #e8e4e1; 
}

#kalender td.linked-day a:hover {
  text-decoration: underline;
}

.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 {
  background-position: left 12px;
  color: #333;
  padding: 5px 0 0 12px;
  text-decoration: underline;
}

/* Seitenkopf rechte Spalte (Deutschlandkarte) */
.eventsearch_col_right {
  float: right;
  height: 355px;
  text-align: right;
  width: 285px;
}

/* Veranstaltungskalender */
.event_list_wrapper {
  clear: both;
  float: left;
  padding: 72px 0 0 0;
  width: 100%;
}

.event_list_wrapper .view_all_link {
  float: right;
  font-size: 0.8125em;
  margin: 5px 0 0 0;
}

.event_list_wrapper #show_all_events {
  display: none;
  font-family: Arial, sans-serif;
  text-transform: none;
  margin: 0;
}

.event_table {
  border-collapse: collapse;
  color: #555;
  font-size: 0.875em;
  line-height: 1.2857em;   /* 18px : 14px */
  width: 100%;
}

.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,
/*.event_table td*/ a.event_title {
  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;
}

#no_results_in_genre {
  display: none;
}

/* 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;
}

.kk_result {
  border-bottom: 1px solid #E8E4E1; 
  clear: both;
  float: left;
  margin: 0 0 15px 0;
  width: 100%;
}

.kk_result a {
  text-decoration: none !important;
}

.kk_result a:hover {
  text-decoration: underline !important;
}

#teaser_events_wrapper {
  clear: both; 
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 100%;
}






/************************************************************************
 * Magazin
 ***********************************************************************/
.magazine_header {
  clear: both;
  float: left;
  margin: 50px 0 0 0;
  width: 100%;
}

.continents {
  display: block;
  float: left;
  padding: 40px 0 0 0;
  width: 357px;
}

.continents li {
  background: url(/img/bullet_circle.gif) left 9px no-repeat;
  color: #202020;
  font-family: Times New Roman, Serif;
  font-size: 1.1250em;
  padding: 0 0 9px 17px;
  text-transform: uppercase;
}

.continents li.act_continent {
  background: url(/img/bullet_circle_act.gif) left 9px no-repeat;
  color: #005Caa;
}

.continents li.act_continent a {
  color: #005Caa;
}

.worldmap {
  float: right;
  padding: 0 25px 0 0;
}

.articles_sort {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 0 /*0 12px 0*/;
  width: 100%;
}

.magazine .chapter_headline {
  float: none;
}

.articles_sort .chapter_headline {
  padding: 1px 0 0 0;
}

.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;
  float: right;
}
  
.magazine .go_to_top.skimming_poi {
  margin: 29px 0 0 0;
}

/* nachtraegliche Erweiterungen der Liste um Datum und Autor */
.magazine_teaser_info {
  clear: both;
  float: left;
  font-size: 0.8125em;
  margin: 9px 0 0 0 ;
  width: 100%;
}

.magazine_teaser_info .author_highlight {
  color: #333;
  text-decoration: underline;
}

/* nachtraegliche Erweiterungen der Liste um Social Feedback */
.teaser_wrapper.border_bottom {
  border-bottom: 1px solid #e8e4e1;
  padding: 0 0 15px 0;
  margin-bottom: 3px;
}

.social_feedback {
  clear: both;
  float: left;
  margin: 18px 0 0 0;
  width: 100%;
}

.social_feedback .poi_stars {
  float: left;
  margin: 2px 0 0 0;
}

.social_feedback_right {
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.social_feedback_right a {
  /*position: relative;*/
  display: block;
  float: left;
  margin: 0;
}

.social_feedback_right a:hover {
  text-decoration: none;
}

#tweetmeme_btn {
  float: left;
  margin: 1px 0 0 25px;
  padding: 0;
}

#fb_share_btn {
  float: left;
  margin: 0;
  padding: 0;
}

/*.social_feedback_right a span.post_number {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
  color: #333;
  float: right;
  font-size: 0.6875em;
  text-align: center;
  width: 21px;
}*/

.social_feedback_comments {
  color: #555;
  display: block;
  float: left;
  font-size: 0.8125em;
  margin: 2px 0 0 0;
  text-decoration: underline;
}

.social_feedback_comments:hover {
  text-decoration: none;
}

.go_to_top.skimming_magazine {
  border-top: 0;
  margin:11px 0 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 .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:  0 0 64px 44px 0;*/
  margin: 54px 0 10px 0;
  position: relative;
  width: 290px;
}

.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;
  /* neu */
  width: 95px;
  height: auto;
}

.product_teaser p {
  float: left;
  font-size: 0.8125em;
  line-height: 1.3846em; /* 18px : 13px */
  padding: 0 0 12px 15px;
  width: 170px;
}

.product_teaser .link_detail {
  float: left;
}

.product_teaser .link_detail2 {
  float: right;
  background: url(/img/bullet_right.gif) no-repeat left 6px;
  display: inline-block;
  padding: 0 0 0 11px;
  text-decoration: underline;
  padding: 0 0 12px 15px;
}

.product_teaser .link_shop {
  color: #0067bb;
  text-decoration: none;
}

.product_teaser .link_shop:focus,
.product_teaser .link_shop:hover {
  text-decoration: underline;
}

p.product_teaser_buy {
  float: right;
  padding: 0 0 12px 0;
  width: 180px;
}

p.product_teaser_link{
  float: right;
  padding: 0 0 12px 0;
  width: 180px;
}



/************************************************************************
 * 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 8px;
}

.search_results_block,
.search_results_block_bottom {
  clear: both;
  float: left;
  margin: 0;
  padding: 0 0 6px 0;
  width: 100%;
}

.search_results_block_bottom {
  margin: 50px 0 0 0;
} 

.search_results_block .chapter_headline,
.search_results_block_bottom .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 10px;
  width: 185px;
}

h2.result_title a {
  color: #333;
}

.search_results_bottom_link {
  background: transparent url(/img/bg_h1_wrapper.gif) repeat-x left bottom;
  clear: both;
  float: left;
  text-align: right;
  margin: 8px 0 0 0;
  width: 100%;
}

.search_results_bottom_link .view_all_link {
  background-color: #fff;
  background-position: 5px 5px;
  float: right;
  font-size: 0.75em;
  padding:0 0 0 16px;
}

/* Anzeige der gefundenen Artikel */
.result_article {
  border-bottom: 1px solid #e8e4e1;
  clear: both;
  float: left;
  padding: 0 0 11px 0;
  width: 100%;
}

.result_article.last_result {
  border-bottom: none;
  padding: 0;
}

.result_article b {
  color: #0067bb;
 font-weight: normal;
}

.result_article_text {
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
}

.result_article_text h2.result_title {
  font-size: 1.5625em;
  width: 480px;
}

.result_article_text p {
  line-height: 1.2857em;
  padding: 6px 0 0 10px;
}

.search_results_bottom_link.for_articles {
  margin: 4px 0 0 0;
}
/* Reiter Navigation */
.search_reiter_nav {
  background: transparent url(/img/bg_search_reiter_nav.gif) repeat-x left bottom;
  clear: both;
  float: left;
  margin: 35px 0 5px 0;
  width: 100%;
}

.search_reiter_nav .search_reiter {
  background: #e8e4e1;
  border: 1px solid #e8e4e1;
  border-bottom: none; 
  float: left;
  margin: 0 1px 0 0;
  padding: 0 10px;
  height: 30px;
}

.search_reiter_nav .search_reiter.search_reiter_act {
  background: #fff;
}

.search_reiter_nav .search_reiter a {
  float: left;
  font-family: Times New Roman, serif;
  font-size: 0.9375em;
  line-height: 1.5333em;
  margin: 3px 0 0 0;
  text-transform: uppercase;
}


/* Web-Ergebnisse */
/* Bilder */
.web_image {
  float: left;
  font-size: 0.75em;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
  overflow: hidden;
  width: 200px;
}

.web_image .web_img_wrapper {
  clear: both;
  float: left;
  overflow: hidden;
  height: 126px;
  width: 190px;
}

/* Videos */ 
.web_video {
  float: left;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
  overflow: hidden;
  width: 300px;
}

.web_video_wrapper {
  float: left;
  padding: 0 0 10px 10px;
}

.web_video .video_name {
  font-size: 0.75em;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
}

/* Normal */
.web_result_title {
  float: left;
  font-family: Times New Roman, serif;
  font-size: 1.125em;
  line-height: 1.3889em;
  margin: 3px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.web_result_text {
  line-height: 1.3846em;
  margin: 2px 0 0 0;
  padding: 0 0 5px 0;
}

.web_result_url {
  color: #0067bb;
}

.result_article .blue {
  background: none;
}

.skim_sites.results {
  clear: both;
  float: left;
  font-size: 0.75em;
  margin: 9px 0 0 0;
  text-align: right;
  width: 600px;
}

.skim_sites.results .act_site {
  text-decoration: none;
}

/* POI's */
.result_article.poi {
  padding: 5px 0 0 0;
}

.result_poi_text {
  clear: both;
  float: left;
  width: 500px;
}

.result_poi_stars {
  padding: 4px 0 0 0;
}

.result_poi_stars .blue {
  background: transparent url(/img/btn_stars.gif) no-repeat left -13px;
}





/************************************************************************
 * 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;
  color: #555555;
  float: left;
  font-size: 0.8125em;
  margin: 15px 0 0 0;
  padding: 2px 5px 0 5px;
  overflow: hidden;
  height: 18px;
  width: 248px;
}

/*.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: 220px;
  overflow: auto;
}

.textarea_wrapper.textarea_contact textarea {
  width: 413px;
  height: 98px;
}

.buttons {
  text-align: right;
  width: 525px !important;
}

.buttons input {
  background: #005caa;
  border: none;
  color: #fff;
  float: right;
  font-weight: bold;
  font-size: 0.75em;
  line-height: normal;
  margin: 0 0 0 12px;
  padding: 0 5px;
  height: 22px; 
  width: auto;
}
 
/* von cake automatisch gesetzte Fehlermeldung */
.form-error {
  border: 1px solid #b8322e !important;
}

.error-message {
  clear: both;
  color: #b8322e;
  float: left;
  font-size: 0.75em;
  margin: 0;
  padding: 3px 0 0 95px;
  width: 500px;
}

.recommend .error-message {
  padding: 3px 0 0 130px;
}

#contact_form .msg.error {
  border: 0px !important;
}





/************************************************************************
 * Seite empfehlen - Formular
 ***********************************************************************/
#send_form_overlay {
  position: absolute;
  top: 0;
  left: 50%;
  
  background: #fff;
  display: block;
  margin: 0 0 0 -310px;
  padding: 20px;
  height: 500px;
  width: 580px;
  z-index: 100;
}

#contact_form.recommend {
  background: #fff;
  width: 560px;
}

#contact_form.recommend label {
  width: 130px;
}

#contact_form.recommend .buttons {
  width: 560px !important;
}

#recommendation_frame {
  position: absolute;
  left: 50%;
  top: 50px;

  background: #fff url(/img/preloader.gif) no-repeat 275px 180px;
  border: none !important;
  display: none;
  clear: both;
  float: left;
  margin: 0 0 0 -300px;
  overflow: hidden;
  width: 630px;
  height: 660px;
  z-index: 100;
}

.contact_introduction.recommend {
  background: #fff;
  padding-bottom: 50px !important;
} 





/************************************************************************
 * AdSense
 ***********************************************************************/
.adsense_wrapper {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.adsense_wrapper.top_space {
  margin: 34px 0 0 0; /*wie das .element in der Kiosk-Spalte*/
}

.adsense_wrapper.bottom_space {
  padding: 0 0 25px 0; 
}

.adsense_wrapper.bottom_space_large {
  padding: 0 0 64px 0; 
}

.adsense_wrapper.both_space {
  padding: 25px 0; 
}

.adsense_wrapper.both_space_small {
  padding: 15px 0; 
}

.adsense_wrapper.pois {
  margin: 30px 0 0 0;
  padding: 0 0 15px 53px; 
}

/** weiteres */

#paginator {
 clear: both;
 font-size: 0.75em;
 color: #000;
 padding: 10px 0 0 0;
}

#rftext {
 font-size: 1 em;
 text-align: justify;
}

#rfkaufen {
 font-size: 1.75em;
 font-weight: bold;
 color: #fff;
 text-align: center; 
}

.abstand{
  margin-top: 10px;
}

/**
 * Definitionen fuer CakePHP
 *
 * Nur fuer Entwicklungszwecke!
 */
.cake-sql-log {
 background: #fff;
 border-collapse: collapse;
 font-size: 0.75em;
 margin: 20px;
}

.cake-sql-log th,
.cake-sql-log td {
 border: 1px solid #ccc;
 padding: 2px 4px;
}
