@charset "UTF-8";
@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgröße auf Standardgröße (16 Pixel) zurücksetzen */
  html * {font-size:99.01%}

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:'Verdana', Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size:83%;
    color:#444;  
  }

  h1,h2,h3,h4,h5,h6 {
  	font-weight:bold; 
  	color:#666666;
  	margin:0 0 0.25em 0;
  }

  h1 {font-size:130%;background:url("http://www.turntorock.de/fileadmin/css/02_layouts_2col/css/images/ttr_icon.gif");background-repeat:no-repeat;
  	height:20px;padding-left:23px;padding-top:2px;border-bottom:0px solid #F7C116;}                        /* 20px */
  h2 {font-size:150%; color:#182E7A}         /* 18px */
  h3 {font-size:100%}                        /* 18px */
  h4 {font-size:133.33%}                     /* 16px */
  h5 {font-size:116.67%}                     /* 14px */
  h6 {font-size:116.67%; font-style:italic}  /* 14px */
  
  h1.G {border:0; height:30px; text-indent: -999em;}
  h2.G {border:0; height:30px; text-indent: -999em;}
  h3.G {border:0; height:30px; text-indent: -999em;}
  h4.G {border:0; height:30px; text-indent: -999em;}
  h5.G {border:0; height:30px; text-indent: -999em;}

  p {line-height:1.2em; margin:0 0 1em 0;}

  /* ### Lists | Listen  #### */

  ul, ol, dl {line-height:1.5em; margin:0 0 1em 1em}
  li {margin-left:1.5em; line-height:1.5em}

  dt {font-weight:bold}
  dd {margin:0 0 1em 2em}

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote {font-style:italic}
  blockquote {margin:0 0 1em 1.5em}

  strong,b {font-weight:bold}
  em,i {font-style:italic}

  pre, code {font-family:monospace; font-size:1.1em;}

  acronym, abbr {
    letter-spacing:.07em;
    border-bottom:.1em dashed #c00;
    cursor:help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background:#dfd; padding:1em; border-bottom:1px #bdb dotted; border-bottom:1px #dbb dotted;}
  .important {background:#ffd; padding:1em; border-bottom:1px #ddb dotted; border-bottom:1px #dbb dotted;}
  .warning {background:#fdd; padding:1em; border-bottom:1px #dbb dotted; border-bottom:1px #dbb dotted;}

  .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; }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color:#1E6289; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#222; text-decoration:underline;}
  
  #topnav a {color:#ccc; font-weight:normal; background:transparent; text-decoration:none;}
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active {color:#fff; text-decoration:underline; background-color:transparent;}
  
  #footer a {color:#999; background:transparent; font-weight:bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color:#4D87C7; background-color:transparent; text-decoration:underline;}

  /**
   * (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;
  }
  */

  /**
   * 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;}
  table.full {width:100%;}
  table.fixed {table-layout:fixed}

  th,td {padding:0.5em;}
  thead th {background:#444; color:#fff}
  tbody th {background:#ccc; color:#333}
  tbody th.sub {background:#ddd; color:#333}
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #eee solid;
  }
/* #####################################################################
** ### Spezielle Formatanweisungen des TYPO3 Templates #################
** #####################################################################
*/
#col1_content form select {margin-bottom:1em; width:100%;}

/* Content element "table" */
table.contenttable {font-size:0.8em; width:100%; margin:0 0 1em 0; border-collapse:collapse; empty-cells:show;}
table.contenttable caption {text-align:left; font-weight:bold; color:#888; margin-bottom:0.2em;}
table.contenttable th {height:2.0em; background:#4E5155; color:white; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff;}
table.contenttable tr.tr-odd {background: #eee;}
table.contenttable tr.tr-even {background: #e3e3e3;}
table.contenttable td {height:3.0em; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff; text-align:left; font-weight:normal}

.csc-textpicHeader h3 {margin:0em 0 0.3em 0; padding-top:0;}

input, textarea {margin-left:1em; padding:2px; width:auto; font:1em Verdana, Arial, Helvetica, Sans-Serif; border:1px #ccc solid; background:#fafafa; color:#777;}
input[type=text]:focus, textarea:focus {background:#f0f0f0; color:#333; border-color:#666;}
img {border:0;
}
p.csc-linkToTop {text-align:right; margin:0;}
p.csc-form-label-req {font-weight:bold;}
.csc-caption {font-size:0.9em; background-color:#E0E7F5; padding:2px;}
dd.csc-textpic-caption {font-style:italic; font-size:0.9em; background-color:#E0E7F5; padding:0;}

/* #############################
** ### tt_news #################
** #############################
*/
.tx-ttnews-browsebox {text-align:center; padding:0; margin:0em 0 0 0; padding:1px; border:1px solid #ccd; background:#f0f0f4;}
.tx-ttnews-browsebox a, .tx-ttnews-browsebox strong {padding:0 0.4em 0.4em 0; margin:0; background:transparent;}

/* LATEST Ansicht */
.news-latest-date {font-size:0.9em;}
.news-latest-item {margin-bottom:1em; border:1px solid #666; font-size:0.9em; padding:5px}
.news-latest-item h3 {padding-top:0; margin-top:0;}
.news-latest-item h3 a {text-decoration:underline;}
.news-latest-item h3 a:hover {background:transparent; border:1px;}
.news-latest-item img {padding-left:0.1em; padding-right:1em; padding-top:0.5em; float:left;}
.news-latest-morelink {padding:1px; border:0px solid #ccd; background:#ffffff; text-align:center;}

.news-latest-item-aktuelles-review {background:#ffffff;height:110px;margin-bottom:1em; border:1px solid #666; padding:5px; font-size:0.9em;}
.news-latest-item-aktuelles-review h3 {padding-top:0; margin-top:0;}
.news-latest-item-aktuelles-review h3 a {text-decoration:underline;}
.news-latest-item-aktuelles-review h3 a:hover {background:transparent; border:1px;}
.news-latest-item-aktuelles-review img {padding-right:0.0em; padding-top:0.0em; float:right;}
.news-latest-morelink-aktuelles-review {padding:1px; border:0px solid #ccd; background:#ffffff; text-align:center;}

/* LIST Ansicht */
.news-list-container1 {width:230px;}
.news-list-container2 {width:230px; margin-bottom:-2em; position:absolute; padding-left:240px; top:10px;}
.news-list-item {margin-bottom:-2em; border:2px solid #ccd; height:170px; padding:5px;}
.news-list-item h3 {padding-top:0; margin-top:0;}
.news-list-item h3 a {text-decoration:underline;}
.news-list-item h3 a:hover {background:transparent;}
.news-list-item h3 span.news-list-date {color:#aaa; font-weight:normal; font-size:0.8em;}
.news-list-item img {padding-right:1em; padding-top:0.1em; float:left;}
.news-list-browse {margin-left:1em; width:450px;}


.news-list-container-review1 {width:230px;}
.news-list-container-review2 {width:230px; position:absolute; padding-left:240px; top:33px;}
.news-list-item-review {margin-bottom:-2em; border:2px solid #ccd; height:120px; padding:5px;}
.news-list-item-review h3 {padding-top:0; margin-top:0;}
.news-list-item-review h3 a {text-decoration:underline;}
.news-list-item-review h3 a:hover {background:transparent;}
.news-list-item-review h3 span.news-list-date {color:#aaa; font-weight:normal; font-size:0.8em;}
.news-list-item-review img {padding-right:1em; padding-top:0.1em; float:left;}


.news-list-container-short-stories1 {width:230px;}
.news-list-container-short-stories2 {width:230px; position:absolute; padding-left:240px; top:33px;}
.news-list-item-short-stories {margin-bottom:-2em; border:2px solid #ccd; height:120px; padding:5px;}
.news-list-item-short-stories h3 {padding-top:0; margin-top:0;}
.news-list-item-short-stories h3 a {text-decoration:underline;}
.news-list-item-short-stories h3 a:hover {background:transparent;}
.news-list-item-short-stories span.news-list-date {color:#aaa; font-weight:normal; font-size:0.8em;}
.news-list-item-short-stories {padding-right:1em; padding-top:0.1em; float:left;}
.news-list-item-short-stories img {padding-right:1em; padding-top:0.1em; float:left;}


.news-list-morelink {border:0px solid #ccd; background:#f0f0f4; text-align:center;}
.news-list-morelink a {color:#669;}
.news-list-morelink a:hover {background:transparent;}
.news-list-category {color:#aaa;}



/* SINGLE Ansicht */
.news-single-item {margin-bottom:1em; border:2px solid #ccd; padding:15px;}
.news-single-item h3 {margin-bottom:1em; margin-top:1em; color:#000; padding:0.5em; background:#f0f0f4; border:2px #E0E7F5 solid;}
.news-single-img {padding-right:15px; float:left; padding-bottom:10px;}
.news-single-img p {padding:0; margin:0;}
.news-single-timedata {color:#aaa; margin-bottom:1em;}
.news-single-additional-info {}
.news-single-additional-info dd {margin-top:-1em;}
.news-single-additional-info dt {margin-bottom:0.8em; color:#aaa;}
.news-single-video {border:1px #ccd solid; padding:10px;}

/* CATEGORY Menu */
.news-catmenu {font-size:1em; margin-top:-1em; padding:1em; background:#fff; border:0px dotted black;}
.news-catmenu a {display:inline; padding-left:2px;}
.news-catmenu a:hover {text-decoration: underline;}
.news-catmenu .news-catmenu-NO {height:20px;}
p.news-catmenu-header {line-height:1em; margin:0;}


.news-left{width:230px;
margin-right:10px;
padding:2px;
}
.news-right{width:230px;
margin-right:10px;
margin-left:-20px;
}

.news-list-item-star1-reviews {background:url(http://www.turntorock.de/fileadmin/bilder/logos/turntorock/1-list-k.jpg);width:130px;height:14px;float:left;}
.news-list-item-star-reviews img {height:14px;width:12px;padding:0px;}

/* ##############################
** ### tx_ratings #########
** ##############################
*/

.news-single-ratings {margin-bottom:-3em;border:2px solid #ccd; padding:10px;}

/* ##############################
** ### sk_pagecomments #########
** ##############################
*/

.sk-pagecomments-teaser {margin-top:10px; margin-bottom:10px;}

/* #############################
** ### wt_directory###########
** #############################
*/
.wtdirectory_list {border:2px #000 solid;}
.wtdirectory_list_wrap {border:2px #000 solid;}
.wtdirectory-image {border:2px #000 solid;}


/* ##############################
** ### tx_indexedsearch #########
** ##############################
*/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {width:100px;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {width:150px;}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {font-weight:bold; font-style:italic;}
.tx-indexedsearch .tx-indexedsearch-whatis {margin-top:10px; margin-bottom:5px;}
.tx-indexedsearch P.tx-indexedsearch-noresults {text-align:center; font-weight:bold;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {background:#eeeeee;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {font-weight:bold;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {font-weight:normal;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {font-style:italic;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {background:#E0E7F5;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {margin-top:20px; margin-bottom:5px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {color:#006699; margin-top:0px; margin-bottom:0px; background:transparent;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {background:#cccccc;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {vertical-align:middle;}
.tx-indexedsearch .tx-indexedsearch-res .noResume {color :#666666;}
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {background:#FEC216;}

/* ##########################
** ### tx_dropdownsitemap ###
** ##########################
*/
.tx-dropdownsitemap-pi1 A {font-weight:bold;}
.tx-dropdownsitemap-pi1 li.open ol {display:block;}
.tx-dropdownsitemap-pi1 li.closed ol {display:none;}
.tx-dropdownsitemap-pi1 li.open ul {display:block;}
.tx-dropdownsitemap-pi1 li.closed ul {display:none;}
.tx-dropdownsitemap-pi1 div {border:solid 1px #ccd; background:#F0F0F4; padding:2px; margin-bottom:5px;}
.tx-dropdownsitemap-pi1 div.level_2 {background:#FFFFFF;}
.tx-dropdownsitemap-pi1 div.level_2 a {font-weight:normal;}
.tx-dropdownsitemap-pi1 div.level_3 {background:#F0F0F4;}
.tx-dropdownsitemap-pi1 div.level_4 {background:#FFFFFF;}
.tx-dropdownsitemap-pi1 div.level_5 {background:#F0F0F4;}
.tx-dropdownsitemap-pi1 div.expAll {text-align:center; border:solid 1px #ccd; background:#F0F0F4;}
.tx-dropdownsitemap-pi1 img {margin-right:0.5em;}
.tx-dropdownsitemap-pi1 a:hover {background:transparent;}

/* #############################
** ### Mail-Formular ###########
** #############################
*/
form#mailform fieldset {border:1px solid #ccc; padding:1em; background:#fafafa;}
form#mailform fieldset span.csc-mailform-radio fieldset {margin:1em 2em 1em 1em;}
form#mailform fieldset span.csc-mailform-radio fieldset input {width:auto; margin:0 0.3em 0 0; border:0;}
form#mailform fieldset span.csc-mailform-radio fieldset label {float:none;}
.csc-mailform-field {clear:both; margin-bottom:0.8em;}
fieldset.csc-mailform .csc-mailform-field label {width:10em; float:left; text-align:right; background:#fafafa; padding:2px;}
fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {width:20em;}
fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check {width:auto; border:0; margin-top:0.2em;}
fieldset.csc-mailform .csc-mailform-field textarea {font-size:1em;}
fieldset.csc-mailform label span {color:red;}
input#mailformformtype_mail {margin-left:0em; background:#fafafa; cursor:pointer;}
input#mailformformtype_mail:hover {background:#f0f0f0;}
.csc-mailform-field select {margin-left:1em; border:1px #ccc solid; background:#fafafa; color:#777;}
/* #############################
** ### Datei-Links #############
** #############################
*/
table.csc-uploads {}
table.csc-uploads td {padding-right:0.5em; padding-top:0.25em; padding-bottom:0.25em; vertical-align:top; border-bottom:1px solid #ccc;}
td.csc-uploads-fileSize {width:5em; text-align:right; padding:0; font-style:italic;}
td.csc-uploads-icon {}
td.csc-uploads-fileName p {margin:0;}
td.csc-uploads-fileName p.csc-uploads-description {margin:0; font-size:90%; background-color:#dfd; padding:0.3em; font-style:italic;}
/* ####################################
** ### FCE 3 Boxes with rounded edges #
** ####################################
*/
/* green */
* html .REboxGreenContent {height:1%}
.REboxGreenContent {overflow:hidden}
.REboxGreen {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxGreen p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxGreenContent {display:block; background:#dfd; border-left:1px solid #bdb; border-right:1px solid #bdb; padding:0.5em 1em 0.5em 1em;}
.REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4, .REboxGreenContent h5 {margin-top:0;}
.rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
.rGline1, .rGline2, .rGline3 {height:1px;}
.rGline2, .rGline3, .rGline4 {background:#dfd; border-left:1px solid #bdb; border-right:1px solid #bdb;}
.rGline1 {margin:0 5px; background:#bdb;}
.rGline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rGline3 {margin:0 2px;}
.rGline4 {height:2px; margin:0 1px 0 1px;}
/* red */
* html .REboxRedContent {height:1%}
.REboxRedContent {overflow:hidden}
.REboxRed {display:block; background:transparent; font-weight:normal; margin-bottom:1em; color:#fff;}
.REboxRed p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxRedContent {display:block; background:#b00911; border-left:1px solid #b00911; border-right:1px solid #b00911; padding:0.5em 1em 0.5em 1em;}
.REboxRedContent h1, .REboxRedContent h2, .REboxRedContent h3, .REboxRedContent h4, .REboxRedContent h5 {margin-top:0; color:#fff;}
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#b00911; border-left:1px solid #dbb; border-right:1px solid #dbb;}
.rRline1 {margin:0 5px; background:#dbb;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}
/* blue */
* html .REboxBlueContent {height:1%}
.REboxBlueContent {overflow:hidden}
.REboxBlue {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxBlue p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxBlueContent {display:block; background:#dddbdb; border:1px solid #000; padding:0.5em 1em 0.5em 1em;}
/* FCE 3 Boxes with rounded edges End */
/* ################################
** ### FCE adjustable columns     #
** ################################
*/
div.flexi {overflow:hidden; display:block; clear:both; width:100%; height:1%;}
/*div.flexi div {display:block; overflow:hidden; float:left;}*/
div.flexi div.left {margin-right:5px;display:block; overflow:hidden; float:left;}
div.flexi div.center {margin-right:5px; margin-left:5px;display:block; overflow:hidden; float:left;}
div.flexi div.right {margin-left:5px;display:block; overflow:hidden; float:left;}
/* FCE adjustable columns End */
/* ###########################
** ### cssstyledcontent ######
** ###########################
*/
/* deleted in setup and copied to here, to make it easier to edit */
/* 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 {border:2px solid black; padding:0px 0px;}
DIV.csc-textpic-imagewrap {padding:0;}
DIV.csc-textpic IMG {border:none;}
/* 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;}
/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {margin-bottom:5px;}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {margin-bottom:5px; display:block;}
DIV.csc-textpic DIV.csc-textpic-imagerow {clear: both;}
/* 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 {height:1%;}
/* End hide from IE5/mac */

}


/* ###########################
** ### Powermail ######
** ###########################
*/
/* Powermail */
span.powermail_mandatory {
    color: red;
}
input.validation-failed,
textarea.validation-failed {
    background-color: red;
}
div.powermail_mandatory_js {
    color: red;
    margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
    border: 1px solid #A5ACB2;
    background-image: url(../img/handy.jpg);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset label {
    display: block;
    width: 120px;
    float: left;
    clear: both;
    font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
    width: 260px;
}
div.tx_powermail_pi1_fieldwrap_html {
    margin: 3px 0;
}
input.powermail_submit {
    margin: 20px 0px;
    font-weight: bold;
    border: 1px solid #444;
    width: 130px;
}
td.powermail_all_td {
    padding: 3px 10px 3px 0;
}

/* ###########################
** ### Frontendbenutzerregistrierung ######
** ###########################
*/
.tx-srfeuserregister-pi1 p
{
margin-top: .5em;
margin-bottom: 0;
padding: 0 .3em;
text-indent: 0;
}

.tx-srfeuserregister-pi1 h4
{
margin-top: 0;
padding-left: .3em;
}

.tx-srfeuserregister-pi1 legend
{
padding: 0 .5em;
font-weight: bold;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice
{
font-style: italic; margin-bottom: 1em;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash
{
margin-bottom: 2em;
}

.tx-srfeuserregister-pi1 a
{
padding-left: 14px;
background-color: transparent;
text-decoration:none;
margin: 0px;
text-align: left;
margin-left: 1px;
padding: 0px;
color: #FE6F00;
font-family: 'Verdana',Lucida Grande, Arial, sans-serif;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
}

.tx-srfeuserregister-pi1 label
{
margin: 0;
padding: 0;
}

.tx-srfeuserregister-pi1 label span
{
color: #ff0000;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error
{
color: #ff0000;
}

.tx-srfeuserregister-pi1 input
{
margin: 0;
padding: 0 .5em 0 0;
}

.tx-srfeuserregister-pi1 input[type=password]
{
margin-right: 1em;
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password
{
margin-right: 1em;
}

.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox]
{
background-color: transparent;
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox
{
background-color: transparent;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon
{
margin-left: 1em;
background-color: transparent;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover
{
cursor: pointer;
}

.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view
{
padding-left: 15px;
background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif");
background-color: transparent;
background-repeat: no-repeat;
font-size: .8em;
margin-left: 1em;
}

.tx-srfeuserregister-pi1 ul
{
margin: 0;
padding: 0;
list-style-position: inside;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes
{
list-style-type: none;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li
{
margin: 0 0 .3em 0;
padding: 0;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label
{
margin: 0;
padding: 0 0 0 .5em;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li

{
float: left;
padding: 0 2em 0 0;
margin: 0;
}

.tx-srfeuserregister-pi1 dl
{
margin: 0;
padding: 1em 0 0 0;
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd
{
margin: 0;
padding: 0 0 .5em 0;
float: left;
}

.tx-srfeuserregister-pi1 dt
{
clear: both;
width: 25%;
text-align: right;
padding-right: 1em;
}

.tx-srfeuserregister-pi1 dd
{
text-align: left;
width: 50%;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt
{
width: auto;
padding-right: 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd
{
width: auto;
}

* html .tx-srfeuserregister-pi1 dd
{
float: none;
}

.tx-srfeuserregister-pi1 dd p
{
margin-top: 0;
margin-bottom: .5em;
padding: 0;
}

.tx-srfeuserregister-pi1 dd label
{
padding: 0 1em 0 .5em;
}

.rmevent_image, li.image{float:left; margin-right: 1em; margin-left:0}
.rmevent_record ul{list-style-type:none; margin-left:0;padding-left:0}
.rmevent_record{clear:both; border-bottom:1px solid #000;/*min-height:95px;*/}
.rmevent_record h2{font-size:1em}
.rmevent_record_single h2{Font-size:2em;color:#000;font-family:Helvetica, Arial}
.rmevent_record_single ul{list-style-type:none; margin-left:0;padding-left:0}


.rmevent_record_single_text{margin-left:210px;background-color:#ccc;padding:1em;margin-top:-1em}

.rmevent_record_single{border:solid 1px #000;padding-left:1em;margin-top:1em;}
.rmevent_record_single h3{margin-top:20px;color:#000}
}



.tx-msfootermenu-pi1 {
padding: 0 1em 0 .5em;
}

.footercontent {
float:left;
}

.footergroup {
border-right:1px solid gray;
padding-right:20px;
float:left;
text-align:left;
margin-bottom:20px;
color:#333333;
}

.footerparent {
color:#333333;
font-size:14px;
font-family:arial;
font-weight:bold;
list-style: none;
margin-left:-0px;
}

.footerlink {
color:#333333;
font-size:14px;
font-family:arial;
}

.footerlink1 {
border:0px solid green;
width:483px;
float:left;
}



/* ###########################
** ######### SLIDER ##########
** ###########################
*/

.news-slide-container {}
/*.news-list-container2 {width:230px; margin-bottom:-2em; position:absolute; padding-left:240px; top:10px;}*/
.news-slide-item {margin-bottom:0;   padding:5px;clear:both;}
.news-slide-item h3 {padding-top:0; margin-top:0;}
.news-slide-item h3 a {text-decoration:underline;}
.news-slide-item h3 a:hover {background:transparent;}
.news-slide-item h3 span.news-list-date {color:#aaa; font-weight:normal; font-size:0.8em;}
.news-slide-item img {padding-right:1em; padding-top:0.1em; float:left;}
.news-slide-browse {margin-left:1em; }

#tx_mooslide_pi11106 .news-slide-overlay{
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.7;
    color: #fff;
   /*display: none;*/
    position: absolute;
	z-index:101;
    padding: 8px 8px;
    width: 678px;
height:25px;
text-align:left;
}

#mooslidecontainer1106 img{
	width:688px;height:100%;margin:0;}

/*#mooslidecontainer1106 h1{text-align:left;margin:0;border:1px solid red;}*/

#mooslidebuttons1106 {background:#000000;}

#mooslidenext1106 {padding-left:200px;}


.newsslide{align:center;text-align:center;}
.newsslide-item {align:center;}
.newsslide-item h3 {padding-top:20; margin-top:0;}
.news_overlay a {text-decoration:none;color:#fff}
.newsslide-item h3 a:hover {background:transparent;}
.newsslide-item h3 span.news-list-date {padding-left:10px;color:#aaa; font-weight:normal; font-size:0.8em;}
.newsslide-item img {padding-right:1em; padding-top:0.1em;float:left}
.news-slider-date{padding-left:10px;}
.news-slider-title{font-weight:800;font-size:12px;padding:10px;}

.tx-chgallery-pi1 {border:1px solid #F7C016;background:white;position:relative;top:-6px;}
.chgallery-list {padding:0px;margin:0px;width:440px;border:0px;}
.chgallery-list ul {padding:0px;margin:0px;width:430px;border:0px;}
.chgallery-list li {padding:0px;margin:0px;width:430px;border:0px;}