@charset "UTF-8";
@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:  Verdana, Helvetica, Arial;
    font-size: 70.00%;
    color: #000;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: Verdana, Helvetica, Arial;
    font-weight:normal;
    color:#222;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 250%; }                       /* 30px */
  h2 { font-size: 200%; }                       /* 24px */
  h3 { font-size: 150%; }                       /* 18px */
  h4 { /*font-size: 133.33%;*/font-size: 160%; }                    /* 16px */
  h5 { font-size: 116.67%; }                    /* 14px */
  h6 { font-size: 116.67%; }                    /* 14px */
  
  h4.tuerkis {color:#009999;}
  h4.rot {color:#009999;}
  h4.rosa {color:#fff;}
  h4.blau {color:#0020ff;}
  h4.gruen {color:#007f00;}
  h4.keinabstandunten {margin-bottom:0 !important;}

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: 0.8em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  sub, sup { font-size: 91.6667%; }

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color: #666666; background:transparent; text-decoration:none; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color: #f60; }
  .dimmed { color: #888; }

  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { display:block; text-align:center; margin: 0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; border-top: 2px #888 solid; border-bottom: 2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }
  tbody td { border-bottom: 1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background: #f0e8e8; }
  tbody tr:hover td { background: #fff8f8; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */
  
  #col2 h3, #col3 h3, #col1 h3,
  #col2_2 h3, #col1_2 h3 { 
    color:#9e015d;
    padding:0px 10px 10px 0px;}
  
  #col2 h3, #col2_2 h3, #col3 h3,#col1_2 .right h3 { 
    font-size:10px;
    font-weight:bold;
  }
  
  div.kinowoche div.tag div.datum{
    color:black;
    font-size:10px;
    font-weight:bold;
    font-style:normal; 
    padding:10px 10px 5px 0px;}
    
  div.kinowoche div.tag div.zeit{
    width:50px;
    float:left;
  }  
  div.kinowoche div.tag div.titel{
    margin-left:50px;
  }  
  h2 {
    color:#009999;
    font-weight:bold;
  }
  #col1 h2, #col1_2 h2 {
    font-size:180%;
    font-weight:bold;
    padding:10px 10px 10px 0px;
  }
  #col1 {
    border-right:1px dotted #808080;
  }
  
  h4,
  #aktuelle_kinowoche h3 {
    color:#666;
    font-weight:bold;
    margin-bottom:20px;
  }
  #aktuelle_kinowoche h3 {font-size:160%;padding-bottom:0px;margin-bottom:13px;}
  
  #col3 h4 {
    font-size:10px;
    font-weight:bold;
    padding:0px 10px 0px 0px;
  }
  
  
  #topnav {display:none;}
  #logo {position:absolute;top:10px;width:156px;left:11px;}
  #logo a {display:block;height:80px;width:140px;}
  
  #headerimage {position:absolute;top:0px;left:0px;display:block;overflow:hidden;}
  
  div.csc-frame-frame1 {
    background-color:#ffeaea;
    color:#808080;
    border:1px solid #808080;
    padding:10px;
  }
  
  div.csc-frame-frame1 h2{
    color:#808080;
    font-size:16px;
    font-family:Verdana;
    font-weight:bold;
  }
  
  div.csc-frame-frame2 {
    display:block;
    background-color:#fff;
    border:1px solid #808080;
    padding:10px;
  }
  
  div.csc-frame-frame2 h2,
  h6{
    display:block;
    color:#fff;
    background-color:#009999;
    font-size:16px;
    font-family:arial,Verdana, helvetica;
    font-weight:bold;
    padding:5px;
    text-align:center;
  }
  span.name-of-person {
    background-color:#ffff33;
    padding-left:3px;
    padding-right:3px;
  }
  .csc-textpic-caption {color:#666666;font-weight:normal;padding:3px 0px;}

  h4 {color:#666666;font-weight:bold;}
  h5 {color:black;font-weight:bold;}
  
  .rot {color:red;}
  .tuerkis {color:#009999;}
  .violett {color:#9e015d;}
  .gelb {color:#ffff66;}
  .gelb-markiert {
    background-color:#ffff33;
    padding-left:3px;
    padding-right:3px;
  }
  .credits{
    font-family:arial;
    font-weight:bold;
    font-size:80%;
  }
  .h4_rot,.h4_tuerkis,.h4_blau,.h4_gruen,.h4_rosa {
    font-size:133.33%;font-weight:bold;
  }
  .h4_tuerkis {color:#009999;}
  .h4_rot {color:#ff0000;}
  .h4_rosa {color:#ffa0f0;}
  .h4_blau {color:#0020ff;}
  .h4_gruen {color:#007f00;}
  .zentriert,
  .align-center {text-align:center;}
  
  div.nodisplay{display:none;}
  div.csc-textpic-intext-left {display:block;overflow:hidden;}
  .right .csc-frame-frame76 {margin-right:10px;margin-left:7px;}
  
  div#yymenu a#act121{
    border-top: 1px #666 solid !important;
    background-color:#db4d0f;}
    
  select.zustellung {width:50px;} 
  p.csc-linkToTop {text-align:right;}
  
  div.right .csc-frame-frame1,
  div.right .csc-frame-frame2,
  div.right .csc-frame-frame80,
  div.right .csc-frame-frame81,
  div.right .csc-frame-frame83,
  div.right .csc-frame-frame84 {
    margin-left:8px;
    margin-right:0px;
    width:142px;
  }
  .hlist a img {margin-top:4px;margin-right:5px;}
  #footer .first,
  #footer .second,
  #footer .third,
  #footer .fourth {
    width:25%;
    float:left;
  }
  
  .csc-textpic-text,
  .csc-textpic-imagewrap{ padding-bottom:20px;}
  .twosubcol_content .right .csc-textpic {width:160px;margin-left:8px;} 
  
  .twosubcol_content {padding-bottom:20px;}
  .twosubcol_content .left{}
  
  .indent {padding-left:5px;}
  #footer .tx-macinasearchbox-pi1 input.button {
    background-color: #424242;
    color:#f4f4f4;
    padding:3px;
  }
  #footer .tx-macinasearchbox-pi1 input.field {
    padding:2px;
  }
  #footer .tx-macinasearchbox-pi1 {
    padding-top:7px;padding-bottom:7px;
  }
  .tx-indexedsearch-searchbox {margin-top:20px;}
  .tx-indexedsearch-redMarkup {color:#E2001A;}
  
  .gutschein {display:block;width:450px;overflow:hidden;}
  .gutschein label {float:left;display:inline;width:150px;}
  .gutschein input,.gutschein select {margin:5px;}
  .gutschein .title {margin:15px 5px; font-weight:bold;border-bottom:1px solid;}
  .gutschein .title2 {margin:15px 5px; font-weight:bold;}
  .gutschein .persoenlichedaten{margin-bottom:15px;}
  .tx-bkgutschein-pi1 .errors{font-weight:bold;color:red;}
  .envelope input {height:50px;}
  .envelope img {margin-right:40px;}
  .envelope {margin:20px 0px 20px 0px;}
  
  /*formular queestreifen newsletter 3/2011*/
   fieldset.tx-powermail-pi1_fieldset_166, 
   div.tx_powermail_pi1_fieldwrap_html_683,
   div.tx_powermail_pi1_fieldwrap_html_685 {background-color:#FFEAEA !important;margin-top:0px;margin-bottom:0px;}
   input.powermail_submit_uid685 {margin:0 0 0 0 !important;}
   fieldset.tx-powermail-pi1_fieldset_166 {padding:0px !important;}
   
   dd.csc-textpic-caption {font-size:90%;}
   
/*** t3toggle **************************************************/

p.csc-linkToTop {
    float: right;
    width: 30px;
}
.csc-textpic-text, .csc-textpic-imagewrap {
    padding-bottom: 0px;
}
.trigger {
    cursor:pointer;
    margin: 0 0 25px 0;
    xbackground: #DDD; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CFCFCF'); /* for IE */
    xbackground: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF)); /* for webkit browsers */
    xbackground: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF); /* for firefox 3.6+ */ 
    background:none;
    border: solid 0px #B4B4B4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: 80%;
    line-height: 0px;
    font-size: 1em;
    font-weight: bold;
    float: none;
  }
.trigger a {
    background: none;
    /*background: url(images/trigger_icon.gif) no-repeat;*/
    padding: 0 0 0 0px;
    /*color: #182E7A;*/
    color: #cc0000;
    text-decoration: none;
    display: block;
    xoverflow: hidden;
    z-index:1111;
  }
.trigger a:hover {color: #444;text-decoration:underline;}
h1.active a, h2.active a, h3.active a, h4.active a, h5.active a {background-position: left bottom;}
.toggle_ce {
    margin: 0 0 5px;
    padding: 0;
    border-top: 0px solid #d6d6d6;
    overflow: hidden;
    font-size: 1.0em;
    clear: both;  
    background: #DDD; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#CFCFCF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CFCFCF)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FFF,  #CFCFCF); /* for firefox 3.6+ */ 
    background:none;
    border: solid 0px #B4B4B4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 20px;
}   

.col5050 {display:block;overflow:hidden;}
.col5050 .left50,
.col5050 .right50 {width:47%;float:left;padding:0 15px 0 0px;}
.col5050 h4 {margin-bottom:0px;} 
.col5050 .toggle_ce {padding:0;} 
.col5050 .trigger {margin:0 0 10px;}

/*** Style h4 nur auf startseite ***********************/
.uid35 .left h4 {margin-bottom:0px;}
}

.hlist ul li a, 
.hlist ul li strong {
    padding: 0.5em 3.2em 0.5em 0.8em !important;
}
span.socmed {float:right;}

/* powermail form kartenbestellung */
.tx-powermail-pi1 #dateinput_uid769 {width:100px !important;}

a.weiss {color:#ffffff !important;}