/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@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: 'Volkhov', serif;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Puritan', sans-serif;
    font-size:13px;
    color:#444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Volkhov', serif;
    font-weight:normal;
    color:#ae1917;
    margin:0 0 0.25em 0;
  }

  h1 { font-size:1.4em; margin:0 0 12px 0; }                       /* 30px */
  h2 { font-size:1.4em; margin:0 0 12px 0;}                       /* 24px */
  h3 { font-size:1.4em; }                       /* 18px */
  h4 { font-size:133.33%; }                    /* 16px */
  h5 { font-size:116.67%; }                    /* 14px */
  h6 { font-size:116.67%; }                    /* 14px */

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height:1.5em; margin:0 0 1em 1em; }
  ul { list-style-type:disc; }
  ul ul { list-style-type:circle; margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  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.7em; padding:0 0 1em 0; }

  blockquote, cite, q {
    font-family:Helvetica,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; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { 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%; line-height:0; }

  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:#ae1917; background:transparent; text-decoration:none; font-size:1em; }
  a:visited  { color:#ae1917; }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  a:focus { text-decoration:underline; color:#444;  }
  a:hover,
  a:active { color:#ae1917; text-decoration:underline; outline: 0 none; }

  /* --- 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%; }

.align-center {text-align:center;}

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color:#c30; }
  .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;  }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }
  table#FSdateSelector {background-color: #fff;}

  th,td { padding:0.5em; }
  thead th {  }
  tbody th {  }
  tbody th[scope="row"], tbody th.sub {  }

  tbody th {  }
  tbody td {  }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub {  }
  tbody tr:hover td {  }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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;
  }
  */


  /* TYPO3 relevante Styles */
  
  /********************************/
  /* Frames, spacing, link-to-top */
  /********************************/
  P.csc-linkToTop { text-align: right; }
  P.csc-linkToTop A { font-weight: bold; }

  DIV.csc-frame { border: 0px; }
  DIV.csc-frame-invisible {}
  DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
  DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
  DIV.csc-frame-indent { padding-left: 100px; }
  DIV.csc-frame-indent3366 { padding-left: 33%; }
  DIV.csc-frame-indent6633 { padding-right: 33%; }
  DIV.csc-frame-frame1 { background-color: #C9C5C5; padding: 2px 0 2px 40px;   }
  DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

  DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
  DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }








  /* default styles for extension "tx_wecmap_pi1" */
    .tx-wecmap_map .sidebar {display:block; overflow: auto;}
    .tx-wecmap-map .startendaddress {display: block; color: grey; font-size: 85%;}
    .tx-wecmap-map .infotitle { font-weight: bold; font-size: 110%;}
/* default styles for extension "tx_cssstyledcontent" */
  /* Captions */
  DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
  DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
  DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

  /* Needed for noRows setting */
  DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

  /* Border just around the image */
  DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
    border: 1px solid black;
    padding: 4px;
    background-color: #fff;
  }

  DIV.csc-textpic-imagewrap { padding: 0; }

  DIV.csc-textpic IMG {
    border: 1px solid #C9C5C5;
    padding: 4px;
    background-color: #fff;
   }
    
    
  /* DIV: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

  /* UL: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

  /* DL: This will place the images side by side */
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
  DL.csc-textpic-image { margin: 0; }
  DL.csc-textpic-image DT { margin: 0; display: inline; }
  DL.csc-textpic-image DD { margin: 0; }

  /* Clearer */
  DIV.csc-textpic-clear { clear: both; }

  /* Margins around images: */

  /* Pictures on left, add margin on right */
  DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-right: 10px;
  }

  /* Pictures on right, add margin on left */
  DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
  }

  /* Pictures centered, add margin on left */
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
  }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; vertical-align:bottom; }

  /* Space below each image (also in-between rows) */
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin:0 8px 10px 8px; }
  DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
  DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
  DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom:0; }

  /* IE7 hack for margin between image rows */
  *+html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image { margin-bottom: 0; }
  *+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }

  /* No margins around the whole image-block */
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
  DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

  /* Add margin from image-block to text (in case of "Text w/ images") */
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 10px !important;
  }
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 10px !important;
  }

  /* Positioning of images: */

  /* Above */
  DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

  /* Center (above or below) */
  DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
  DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
  DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

  /* Right (above or below) */
  DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
  DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

  /* Left (above or below) */
  DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
  DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

  /* Left (in text) */
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

  /* Right (in text) */
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

  /* Right (in text, no wrap around) */
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
  /* Hide from IE5-mac. Only IE-win sees this. \*/
  * html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
  /* End hide from IE5/mac */

  /* Left (in text, no wrap around) */
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
  /* Hide from IE5-mac. Only IE-win sees this. \*/
  * html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text,
  * html .csc-textpic-intext-left ol,
  * html .csc-textpic-intext-left ul { height: 1%; }
  /* End hide from IE5/mac */

  DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

  /* Browser fixes: */

  /* Fix for unordered and ordered list with image "In text, left" */
  .csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; }





#mailformGutscheine {
margin-bottom:10px;
border:1px solid #ae1917;
  width:254px;
}

#mailformRestaurantGutscheine {
border:1px solid #ae1917;
  width:255px;
  margin-bottom:10px;
}

fieldset.csc-mailform {

padding:10px 0 0 0;
font-size:14px;


}

fieldset.csc-mailform label {
width: 150px;
float: left;
/*text-align: right;*/
margin-right: 20px;
display: block;
margin-top:2px;
  margin-bottom: 3px;
}

#mailformPLZ {
width:60px;
}

fieldset.csc-mailform input, 
fieldset.csc-mailform textarea {
margin-bottom: 10px;
font-size:12px;
border:1px solid #ae1917;
padding:3px 3px ;
width:245px;


}

#mailformformtype_mail {
padding: 1px 1px 2px 1px;
margin-top:20px;
background:#C9C5C5;
width:180px;
height:25px;
text-align:center;
font-weight:bold;
color:#000;
}

/* mailform-styles Ende */










.tx-imagecycle-pi1 {
    display: block;
    position: relative;
    z-index: 0;
}
.imagecycle-controller {
    background: url("../img/controller.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 42px;
    left: 50%;
    margin: -21px 0 0 -119px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 238px;
    z-index: 10000;
}
.imagecycle-controller * {
    margin: 0;
    padding: 0;
}
.imagecycle-controller-hidden {
    opacity: 0;
}
.imagecycle-controller-visible {
    opacity: 1;
}
.imagecycle-controller a {
    cursor: pointer;
    display: block;
    height: 18px;
    overflow: hidden;
    position: absolute;
    top: 12px;
}
.imagecycle-controller a:hover {
    background-position: 0 18px;
}
.imagecycle-controller li {
    list-style: none outside none;
}
.imagecycle-controller li.first a {
    background-image: url("../img/controller-first.gif");
    left: 33px;
    width: 19px;
}
.imagecycle-controller li.last a {
    background-image: url("../img/controller-last.gif");
    left: 186px;
    width: 19px;
}
.imagecycle-controller li.next a {
    background-image: url("../img/controller-next.gif");
    left: 145px;
    width: 28px;
}
.imagecycle-controller li.pause a {
    background-image: url("../img/controller-pause.gif");
    left: 109px;
    width: 20px;
}
.imagecycle-controller li.play a {
    background-position: 20px 0;
}
.imagecycle-controller li.play a:hover {
    background-position: 20px 18px;
}
.imagecycle-controller li.prev a {
    background-image: url("../img/controller-prev.gif");
    left: 65px;
    width: 28px;
}



div.tx-powermail-pi1 {
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    width: 440px;
}
fieldset.tx-powermail-pi1_fieldset input {
    margin-left: 0;
}
fieldset.tx-powermail-pi1_fieldset {
    
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px 0;
    margin-bottom: 20px;
    padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
    color: #EAEAEA;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin: 3px 10px 10px 0;
    white-space: normal;
    display:none;
}
fieldset.tx-powermail-pi1_fieldset label {
    clear: left;
    color: #AE1917;
    display: block;
    float: left;
    font-weight: normal;
    width: 200px;
}
div.tx_powermail_pi1_fieldwrap_html {
    clear: both;
    margin: 0 0 0.5em;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset input.powermail_date, fieldset.tx-powermail-pi1_fieldset input.powermail_datetime, fieldset.tx-powermail-pi1_fieldset textarea, fieldset.tx-powermail-pi1_fieldset select, fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #EEEEEE;
    color: #444444;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    padding: 3px;
    width: 400px;
}
fieldset.tx-powermail-pi1_fieldset textarea {
    height: 80px;
}
fieldset.tx-powermail-pi1_fieldset input:focus, fieldset.tx-powermail-pi1_fieldset textarea:focus, fieldset.tx-powermail-pi1_fieldset select:focus {
    background-color: #E5E5E5;
    border: 1px solid white;
    outline: medium none;
}
div.tx_powermail_pi1_fieldwrap_html_radio fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
fieldset.tx-powermail-pi1_fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title {
    color: #1E5799;
    float: none;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.tx_powermail_pi1_fieldwrap_html_radio {
    padding-bottom: 10px;
}
p.tx_powermail_pi1_fieldwrap_html_radio_title {
    color: #1E5799;
    display: inline;
    font-weight: bold;
}
div.powermail_radio_inner {
    clear: both;
    margin: -5px 0 5px 200px;
    width: 400px;
}
div.powermail_radio_inner label {
    clear: none;
    float: left;
    font-weight: normal;
    margin-left: 10px;
    width: 365px;
}
div.powermail_radio_inner input {
    clear: left;
    float: left;
}
div.tx_powermail_pi1_fieldwrap_html_check {
    padding-bottom: 10px;
}
div.tx_powermail_pi1_fieldwrap_html_check fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
fieldset.tx-powermail-pi1_fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title {
    color: #1E5799;
    float: none;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.powermail_check_inner {
    clear: both;
    margin: -5px 0 5px 200px;
    width: 400px;
}
div.powermail_check_inner label {
    clear: none;
    float: left;
    font-weight: normal;
    margin-left: 10px;
    width: 365px;
}
div.powermail_check_inner input {
    clear: left;
    float: left;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_time, fieldset.tx-powermail-pi1_fieldset input[type="time"] {
    margin-left: 9px;
    width: 88px;
}
fieldset.tx-powermail-pi1_fieldset input.date {
    width: 300px !important;
}
fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_date input.date {
    width: 400px !important;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
    background: -moz-linear-gradient(center top , #eb4b49 0%, #d1403e 50%, #c2302e 51%, #ae1917 100%) repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #AAAAAA;
    color: white;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 10px 12px 10px 0;
    padding: 5px 20px;
}
div.tx_powermail_pi1_fieldwrap_html label a, div.tx_powermail_pi1_fieldwrap_html p a, legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a, legend.tx_powermail_pi1_fieldwrap_html_radio_title a {
    cursor: help;
    text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn, div.tx_powermail_pi1_fieldwrap_html p a dfn, legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn, legend.tx_powermail_pi1_fieldwrap_html_radio_title a dfn {
    display: none;
    text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn, div.tx_powermail_pi1_fieldwrap_html p a:hover dfn, legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn, legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 5px 5px 10px #888888;
    color: #444444;
    display: block;
    font-size: 0.8em;
    font-style: normal;
    padding: 10px;
    position: absolute;
    white-space: normal;
}
img.icon_info {
    padding: 2px 2px 0;
}
input.tx_powermail_pi1_submitmultiple_back {
    background: -moz-linear-gradient(center top , #1E5799 0%, #2989D8 50%, #207CCA 51%, #7DB9E8 100%) repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #AAAAAA;
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
}
input.tx_powermail_pi1_submitmultiple_forward {
    background: -moz-linear-gradient(center top , #1E5799 0%, #2989D8 50%, #207CCA 51%, #7DB9E8 100%) repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #AAAAAA;
    color: white;
    cursor: pointer;
    float: right;
    font-weight: bold;
    padding: 5px 20px;
}
p.powermail_pagebrowser {
    color: #1E5799;
    font-weight: bold;
    padding-left: 10px;
}
div.fieldsets {
    clear: both;
}
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset.ui-tabs-hide {
    display: none;
}
ul.powermail_multiplejs_tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.powermail_multiplejs_tabs li {
    float: left;
    list-style-type: none;
    margin: 0 1px 0 0;
    padding: 0;
}
ul.powermail_multiplejs_tabs li a {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F1F1F1 50%, #E1E1E1 51%, #F6F6F6 100%) repeat scroll 0 0 transparent;
    border-left: 1px solid #EEEEEE;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #DDDDDD;
    color: #1E5799;
    display: block;
    font-weight: bold;
    outline: medium none;
    padding: 10px;
    text-decoration: none;
}
ul.powermail_multiplejs_tabs li a.act {
    margin-top: -5px;
    padding: 15px 10px 10px;
}
.powermail_mandatory_helper {
    height: 1px;
    position: absolute;
    visibility: hidden;
}
.placeholder {
    color: #CCCCCC !important;
}
.error {
   background: -moz-linear-gradient(center top , #eb4b49 0%, #d1403e 50%, #c2302e 51%, #ae1917 100%) repeat scroll 0 0 transparent;
    border-left: 1px solid #ae1916;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #ae1916;
    border-top: 1px solid #ae1916;
    box-shadow: 2px 2px 3px #EEEEEE;
    color: #FFFFFF;
    font-size: 11px;
    height: auto;
    overflow: visible !important;
    padding: 3px 10px 5px;
    text-align: left;
    z-index: 10;
}
.error p {
    font-family: Calibri,Arial,sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
html:root .error em {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ae1917 transparent -moz-use-text-color;
    border-style: solid solid none;
    border-width: 10px 10px 0;
    bottom: -15px;
    display: block;
    height: 5px;
    left: 5px;
    overflow: visible;
    position: absolute;
}
td.powermail_all_td {
    padding: 3px 10px 3px 0;
}
td.powermail_all_label {
    font-weight: bold;
}
td.powermail_all p.bodytext {
    margin: 0;
}
#calroot {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px #666666;
    font-family: Calibri,Arial,sans-serif;
    font-size: 11px;
    margin-top: -1px;
    padding: 2px;
    width: 198px;
    z-index: 10000;
}
#calhead {
    height: 22px;
    padding: 2px 0;
}
#caltitle {
    color: #FA8800;
    float: left;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #DDDDDD;
    width: 155px;
}
#calnext, #calprev {
    background: url("../img/prev.gif") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}
#calnext {
    background-image: url("../img/next.gif");
    float: right;
}
#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}
#caltitle select {
    font-size: 10px;
}
#caldays {
    border-bottom: 1px solid #DDDDDD;
    height: 14px;
}
#caldays span {
    display: block;
    float: left;
    text-align: center;
    width: 28px;
}
#calweeks {
    background-color: #FFFFFF;
    margin-top: 4px;
}
.calweek {
    clear: left;
    height: 22px;
}
.calweek a {
    color: #666666;
    display: block;
    float: left;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin-left: 1px;
    text-align: center;
    text-decoration: none;
    width: 27px;
}
.calweek a:hover, .calfocus {
    background-color: #DDDDDD;
}
a.calsun {
    color: red;
}
a.caloff {
    color: #CCCCCC;
}
a.caloff:hover {
    background-color: #F5F5FA;
}
a.caldisabled {
    background-color: #EFEFEF !important;
    color: #CCCCCC !important;
    cursor: default;
}
#calcurrent {
    background-color: #498CE2;
    color: #FFFFFF;
}
#caltoday {
    background-color: #333333;
    color: #FFFFFF;
}
.slider {
    background: url("../img/h30.png") repeat-x scroll 0 0 #3C72E6;
    border: 1px solid #333333;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px #000000 inset;
    clear: right;
    cursor: pointer;
    float: left;
    height: 9px;
    margin-top: 10px;
    position: relative;
    width: 300px;
}
.progress {
    background-color: #C5FF00;
    display: none;
    height: 9px;
    opacity: 0.6;
}
.handle {
    background: url("../img/h30.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    border-radius: 14px 14px 14px 14px;
    box-shadow: 0 0 6px #000000;
    cursor: move;
    display: block;
    height: 28px;
    margin-top: 1px;
    position: absolute;
    top: -12px;
    width: 28px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text.range {
    float: left;
    margin: 0 0 0 15px;
    padding: 3px 0;
    text-align: center;
    width: 50px;
}





}



