/* CSS Styled Content */


/* @group GENERAL */
/*************************************************************************
*************************************************************************/

SPAN.detail { font-size: 10px; }
SPAN.important { color: #FF0000; }
SPAN.name-of-person { font-style: italic; font-size: 10px; }

.csc-default {
	margin: 0 0 20px 0;
}

.indent{
    margin-left:20px;
}

.mfp-title {
    font-size: 12px;
}

/* @end GENERAL */


/* @group Frames, spacing, link-to-top */
/*************************************************************************
*************************************************************************/

P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { }

DIV.csc-frame { border: 0; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #9A9A9A; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #9A9A9A; }
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: #E3E3E3; border: 1px solid #E3E3E3; padding: 10px 13px 10px 13px;lfoargin: 20px 0 20px 0; }
DIV.csc-frame-frame2 { background-color: #FFF; border: 1px solid #F4002D; padding: 10px 13px 10px 13px; margin: 20px 0 20px 0; }

DIV.csc-frame-frame1 IMG {
	margin: 0;
}

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,
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; }

DIV.frame { margin-bottom: 2em; }

/* @end Frames, spacing, link-to-top */



/* @group Headers, plain */
/*************************************************************************
*************************************************************************/
H1 { font-size: 2em; }
H2 { font-size: 1.6em; }
H3 { font-size: 1.5em; }
H4 { font-size: 1.4em; }
H5 { font-size: 1.3em; }
H6 { font-size: 1.2em; }
/*H1, H2, H3, H4, H5, H6 { margin: 2em 0 .8em 0; font-weight: normal; }*/
H1, H2, H3, H4, H5, H6 { margin: 0 0 .8em 0; font-weight: normal; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0; }
.csc-header-n1 { margin-top: 0; }

/* Header date */
.csc-header-date { color: #666; }

/* Subheader, general */
.csc-subheader { margin-top: 1em; }

/* Subheader, specific */
.csc-subheader-0 { }
.csc-subheader-1 { }
.csc-subheader-2 { }
.csc-subheader-3 { }

/* @end Headers, plain */



/* @group RTE / Bodytext */
/*************************************************************************
*************************************************************************/

P, P.bodytext { font-size: 1.2em; color: #666; line-height: 1.6em; }
P A, P.bodytext A { font-size: 1em; }
P A:hover, P.bodytext A:hover { font-size: 1em; }

/* RTE / Bulletlists */
/* nach "Bulletlists, general" verschoben */

/* RTE / Table styling */
/* nach "Tables, generally" verschoben */

/* @end RTE / Bodytext */



/* @group Images */
/*************************************************************************
*************************************************************************/

/* Images / Captions */
P.csc-caption { font-size: 1.2em; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0; }

.ce-gallery figcaption {
    font-size: 11px;
    margin: 5px 0 0 0;
}

.ce-border img, .ce-border iframe {
    border: 1px solid #CCC;
    padding: 0px;
}

/* @end Images */


/* @group Bulletlists */
/*************************************************************************
*************************************************************************/

/* Bulletlists, general */
/*UL { margin-top: 0px; list-style-image: url(../img/bullet.png); }*/
UL { margin: 0 0 1.2em 0; list-style-type: none; }
UL LI { margin:  0 0 0 -2.9em; background: url(../img/bullet.png) left 9px no-repeat; line-height: 2em; }

UL UL { margin-top: 5px; font-size: 1em; }
UL UL LI { font-size: 1em; }
OL { margin: 0 0 1.2em 0; }
OL LI { margin: 0 0 0 -1.7em; padding: 0; background: none; line-height: 1.6em; }
LI { padding: 0 0 0 20px; }

UL.csc-bulletlist LI { font-size: 1.2em; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { font-size: 1em; color: #666; }
UL.csc-bulletlist-1 { font-size: 1em; color: #666; list-style-type : decimal; }
UL.csc-bulletlist-1 Li { margin: 0 0 5px -1.7em; padding: 0; background: none; }
UL.csc-bulletlist-2 { font-size: 1em; color: #666; list-style-position : inside; }
UL.csc-bulletlist-3 { font-size: 1em; color: #666; }

.ce-uploads { margin: 15px 0 0 0; }
.ce-uploads LI { margin: 0 0 1em 0; padding: 0; background: none; }

/* @end Bulletlists */



/* @group Tables, generally */
/*************************************************************************
*************************************************************************/

TABLE.contenttable { margin: 0; font-size: 1.2em; color: #666; border:none; }
TABLE.contenttable TR TD { padding: .3em; }
TABLE.contenttable TR TH { padding: .4em; color: #666; background-color: #D4DDE7; font-weight: bold; }
TABLE.contenttable TR { }
TABLE.contenttable CAPTION { display: none; }
/*TABLE.contenttable THEAD { text-align: left; }
TABLE.contenttable TH { text-align: left; }*/

TABLE.contenttable TR.tr-even { background-color: #ECEDED; }
TABLE.contenttable TR.tr-even tr-0 { background-color: #ECEDED; font-weight: bold;}
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 { }

TABLE.contenttable-1 THEAD TR TH { }
TABLE.contenttable-1 TBODY TR TH { }

TABLE.contenttable-2 THEAD TR TH { }
TABLE.contenttable-2 TBODY TR TH { }

TABLE.contenttable-3 THEAD TR TH { }
TABLE.contenttable-3 TBODY TR TH { }

TABLE.thnobr TH { white-space: nowrap; }

TABLE.contenttable tr:nth-child(odd)   { background-color:#ECEDED; }
TABLE.contenttable tr:nth-child(even)    { background-color:#FFFFFF; }

/* @end Tables, generally */



/* @group Filelinks, generally */
/*************************************************************************
*************************************************************************/

TABLE.csc-uploads { border: 0; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 1em; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #D2DBE5; }
TABLE.csc-uploads TR.tr-odd { }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding: 5px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; color: #1D3F7F; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A:hover { font-weight: bold; color: #1D3F7F; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding: 7px 5px 5px 5px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { }

TABLE.csc-uploads-2 { }

TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #0069A2; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #0069A2; }

/* Neue Styles ANFANG */
/*
UL.csc-uploads { margin: 0; padding: 0; list-style: none inside none; }
UL.csc-uploads LI.tr-even P, LI.tr-odd P { font-size: 1em; }
UL.csc-uploads LI.tr-even { margin: 0; padding: 0; background-color: #ECEDED; }
UL.csc-uploads LI.tr-odd { margin: 0; padding: 0; background-color: #FFFFFF; }
UL.csc-uploads DIV.csc-uploads-icon { float: left; margin: 0; padding: .7em .5em .5em .5em; }
UL.csc-uploads DIV.csc-uploads-fileName { float: left; margin: 0; padding: .5em; }
UL.csc-uploads DIV.csc-uploads-fileName P A { font-weight: bold; }
UL.csc-uploads DIV.csc-uploads-fileName P.csc-uploads-description { font-style: normal; }
UL.csc-uploads DIV.csc-uploads-fileSize { float: right; margin: 0; padding: .5em; }
UL.csc-uploads DIV.csc-uploads-clearer { clear: left; font-size: .1em; margin: 0; padding: 0; }
*/
/* Filelinks, specifically */
/*
UL.csc-uploads-1 { }

UL.csc-uploads-2 { }

UL.csc-uploads-3 { }
UL.csc-uploads-3 LI.tr-even DIV.csc-uploads-icon IMG { border: 2px solid #333333; }
UL.csc-uploads-3 LI.tr-odd DIV.csc-uploads-icon IMG { border: 2px solid #333333; }
*/
/* Neue Styles ENDE */

/* @end Filelinks, generally */



/* @group Various Forms */
/*************************************************************************
*************************************************************************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding: 2px 5px 10px 3px }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { }
FORM TABLE TR TD.csc-form-fieldcell { }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { font-weight: bold; padding-left: 0; }
FORM TABLE.csc-mailform TR TD.csc-form-fieldcell LABEL  { margin-right: 8px; }
FORM TABLE.csc-mailform TR TD.csc-form-fieldcell INPUT[type="radio"] { margin-right: 5px;}

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }

FORM TABLE.csc-mailform { margin-left: -1px }

.csc-form-commentcell H1,
.csc-form-commentcell H2,
.csc-form-commentcell H3,
.csc-form-commentcell H4,
.csc-form-commentcell H5 {
  display: inline-block;
  margin: 23px 0 -12px -3px !important;
}
.csc-form-commentcell H4 {
    margin-top: 16px !important;
    margin-bottom: -18px !important;
}

.frame-type-form_formframework {
    max-width: 380px;
}

INPUT[type="radio"] {
    border: none;
    margin-right: 5px;
}

.news-search-result .count-msg {
    margin-bottom: 30px;
    font-size: 1.3em;
    font-weight: bold;
}

/* @end Various Forms */



/* @group Search result */
/*************************************************************************
*************************************************************************/

.tx-indexedsearch {}

.tx-indexedsearch .tx-indexedsearch-browsebox { margin: 20px 0 30px 0; }
.tx-indexedsearch .tx-indexedsearch-browsebox UL { margin: 10px 0 10px 0 !important; padding: 0 !important; list-style-type: none !important; list-style-image: none !important; }
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display: inline !important; margin: 0 5px 0 0 !important; padding: 0 !important;  background: none !important; }
.tx-indexedsearch .tx-indexedsearch-browsebox LI.tx-indexedsearch-browselist-currentPage A,
.tx-indexedsearch .tx-indexedsearch-browsebox LI.tx-indexedsearch-browselist-currentPage A:hover { font-weight: bold; }
.tx-indexedsearch .tx-indexedsearch-browsebox .tx-indexedsearch-sectionlinks {margin: 10px 0 15px 0;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width: 100px; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width: 150px; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top: 10px; margin-bottom: 10px; font-size: 1.2em; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight: bold; font-style: normal; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight: bold; }
.tx-indexedsearch .tx-indexedsearch-res {  margin: 0 0 20px 0; }
.tx-indexedsearch .tx-indexedsearch-res H3 { background: #9DA2A6; font-weight: bold; padding: .4em .3em .6em .3em; font-size: 1.1em; }
.tx-indexedsearch .tx-indexedsearch-res H3 A { font-weight: bold; color: #FFF; text-decoration: none; }
.tx-indexedsearch .tx-indexedsearch-res H3 A:hover { font-weight: bold; color: #FFF; text-decoration: none; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon { float: left; font-weight: bold; margin: 0 .2em 0 0; padding: 0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon IMG { margin: 0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-number { float: left; font-weight: bold; padding: .4em 0 .4em 0 }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { float: left; padding: .1em .8em 0 0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent { font-weight: normal;color: #FFF; padding: .3em 0 0 0 }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-description { font-style: normal; padding: 0; line-height: 16px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup { color: #F90; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background: #D4DDE8; padding: 0 0 0 .2em; color:#666; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info A { font-weight: normal;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info A:hover { font-weight: normal;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { display: none; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top: 20px; margin-bottom: 5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top: 0; margin-bottom: 0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background: #C2C9D0; padding: 4px 10px 4px 10px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align: middle; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead .tx-indexedsearch-title { background: #C2C9D0; font-weight: bold; padding: .4em 0 .4em 0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead .tx-indexedsearch-title A { font-weight: bold; font-size: 1.2em; color: #000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead .tx-indexedsearch-title A:hover { font-weight: bold; color: #000; }

.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666F6E; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom: 1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right: 1em; width: 10em; float: left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing: 0; font-weight: normal; margin-top: -1.2em; float: right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float: left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float: none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float: none; }

.tx-indexedsearch-searchbox fieldset legend { display: none; }
.tx-indexedsearch-info { display: none; }

/* @end Search result */



/* @group Menu / Sitemap, generally */
/*************************************************************************
*************************************************************************/

DIV.csc-menu { margin-left: 1em; }
DIV.csc-menu P { font-size: 1.2em; font-weight: bold; margin: .1em 0 0 0; padding: .2em .2em .2em 1em; }
DIV.csc-menu P A { color: #002C71; text-decoration: none; }
DIV.csc-menu P A:hover { color: #002C71; text-decoration: none; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 2em; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { margin: 0; }
DIV.csc-menu-1 P { font-size: 1.2em; line-height: 1.6em; font-weight: bold; margin: 0 0 10px 0; padding: 0; }
DIV.csc-menu-1 P A { color: #002C71; text-decoration: underline; font-weight: bold; }
DIV.csc-menu-1 P A:hover { color: #002C71; text-decoration: underline; font-weight: bold; }
DIV.csc-menu-1 P.csc-section { font-weight: bold; margin: 0; font-style: normal; }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { font-size: 1.2em; }
DIV.csc-menu-2 P.csc-sitemap-level1 { font-size: 1.2em; margin-left: -.9em; background-color: #0069A2; border: 1px solid #0069A2; color: #FFF; }
DIV.csc-menu-2 P.csc-sitemap-level2 { font-size: 1.2em; margin-left: 0; background-color: #FFF; border: 1px solid #CCC; color: #0069A2; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 1em; border: 1px solid #CCC; color: #666; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 2em; border: 1px solid #CCC; }
DIV.csc-menu-2 P.csc-sitemap-level5 { margin-left: 3em; border: 1px solid #CCC; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #FFF; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #0069A2; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #0069A2; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #0069A2; }
DIV.csc-menu-2 P.csc-sitemap-level5 A { color: #0069A2; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #FFF; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #0069A2; }
DIV.csc-menu-2 P.csc-sitemap-level3 A:hover { color: #0069A2; }
DIV.csc-menu-2 P.csc-sitemap-level4 A:hover { color: #0069A2; }
DIV.csc-menu-2 P.csc-sitemap-level5 A:hover { color: #0069A2; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0; }
DIV.csc-menu-3 P.csc-section A { color: #002C71; }
DIV.csc-menu-3 P.csc-section A:hover { color: #002C71; text-decoration: underline; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0; padding: 0 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P, DIV.csc-menu-7 P A, DIV.csc-menu-7 P A:hover { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #002C71; font-weight: normal; }
DIV.csc-menu-7 P.csc-section A:hover { color: #002C71; text-decoration: underline; font-weight: normal; }

/* @end Menu / Sitemap, generally */



/* @group Frontend editing / TYPO3 Admin Panel */
/*************************************************************************
*************************************************************************/

IMG.frontEndEditIcons { vertical-align: middle; margin: 0 2px 0 2px; }

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 1em; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 1em; color: black; }
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0; }

/* @end Frontend editing / TYPO3 Admin Panel */



/* @group IMAGES (MODS) */
/*************************************************************************
*************************************************************************/

/* Space below each image (also in-between rows) */
DIV.csc-frame DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0; }
DIV.csc-frame DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0; display: block; }
LI.csc-textpic-image { background: none; }
.csc-textpic-caption { padding-top: 5px; }

.csc-textpic-intext-left-nowrap h1,
.csc-textpic-intext-left-nowrap h2,
.csc-textpic-intext-left-nowrap h3,
.csc-textpic-intext-left-nowrap h4,
.csc-textpic-intext-left-nowrap h5 {
	margin-top: 0;
}

/* @end IMAGES (MODS) */



/* @group Debugging */
/*************************************************************************
*************************************************************************/

/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/

/* @end Debugging */



/* @group EXTENSIONS */
/*************************************************************************
*************************************************************************/


/**************************************************
	** FE_LOGIN
**************************************************/

.tx-felogin-pi1 {
	margin: 0;
	padding: 0;
}


.box_label {
	width: 120px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 6px;
	float: left;
}

.tx-felogin-pi1 .box_label_new-pw {
	width: 190px;
}

.tx-felogin-pi1 .box_label_forgot-pw {
	width: 225px;
}

.box_field {
	width: 300px;
	margin-bottom: 5px;
	float: left;
}

.tx-felogin-pi1 .fields {
	width: 250px;
	height: auto;
}

.tx-felogin-pi1 .textarea,
.tx-felogin-pi1 TEXTAREA {
	width: 290px;
	height: 100px;
}

.tx-felogin-pi1 .checkbox,
.tx-felogin-pi1 .radio {
	float: left;
	margin: 0 5px 0 0;
}

.tx-felogin-pi1 .checkbox_label,
.tx-felogin-pi1 .radio_label {
	display: block;
	float: left;
	width: 280px;
	font-size: .9em;
}

.tx-felogin-pi1 .checkbox_label A,
.tx-felogin-pi1 .radio_label A,
.tx-felogin-pi1 .checkbox_label A:hover,
.tx-felogin-pi1 .radio_label A:hover {
	font-size: 1em;
}

.tx-felogin-pi1 .radio
{
	float: left;
}

.tx-felogin-pi1 .radio_caption
{
	display: inline;
	width: auto;
	float: left;
	font-weight: normal;
	padding: 0 10px 0 3px;
}

.tx-felogin-pi1 .box_clearing {
	clear: both;
	height: 0;
	margin: 0 0 7px 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}


/**************************************************
	** TX_NEWS
**************************************************/

.news .page-navigation {
    margin: 0;
    padding: 0 0 40px 0;
}

.news .page-navigation ul li {
    margin: 0;
    background: none;
    line-height: normal;
}


/**************************************************
	** TT_NEWS
**************************************************/

.news-single-rightbox,
.news-single-imgcaption,
.news-latest-date,
.news-latest-morelink,
.news-latest-category,
.news-list-category,
.news-list-author,
.news-list-imgcaption,
.news-list-date,
.news-list-browse,
.news-amenu-container,
.news-catmenu  {
	font-size:10px;
}


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
	clear:both;
	height:1px;
	border:none;
	padding:0;
	margin:0;
}
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
	clear:both;
}

.news-single-item HR.cl-left {
	clear:left;
}


/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	margin: 0;
	padding: 0;
}

.news-latest-event-date {
	float: left;
	width: 59px;
	height: 62px;
	margin: 0 20px 0 0;
	padding: 0;
}

.news-latest-event-day-month {
	width: 50px;
	height: 20px;
	margin: 0;
	padding: 11px 0 0 9px;
	background: url(../img/bg_event_day_month.png) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
}

.news-latest-event-year {
    width: 45px;
    height: 25px;
    margin: 0;
    padding: 6px 0 0 14px;
    background: url(../img/bg_event_year.png) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #666;
}

.news-latest-event-data {
	float: left;
	width: 241px;
	margin: 0;
	padding: 0;
}

.news-latest-event-location {
	margin: 5px 0 0 0;
}

.news-latest-container P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
}

.news-latest-item {
	padding: 0;
	margin: 0 0 20px 0;
}

.news-latest-text {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
}

#topContentSlider .neuigkeit .news-latest-item .news-latest-text {
    width: 465px;
}

.news-latest-image {
	float: right;
	width: 202px;
	margin: 0 0 5px 10px;
	padding: 0;
}

.news-latest-item IMG {
	margin: 0;
	border: none;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0;
}

.topContentNewRightBoxContent .news-latest-text {
	width: auto;
}

.topContentNewRightBoxContent .news-latest-text A,
.topContentNewRightBoxContent .news-latest-text A:hover {
	color: #666 !important;
	text-decoration: underline !important;
}

.topContentNewRightBoxContent .news-latest-event-date {
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
}

.topContentNewRightBoxContent .news-latest-event-day-month,
.topContentNewRightBoxContent .news-latest-event-year {
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #1D3F7E;
}

.topContentNewRightBoxContent .news-latest-event-data {
	clear: both;
	width: auto;
	margin: 0;
	padding: 0;
}

.topContentNewRightBoxContent .news-latest-event-data A,
.topContentNewRightBoxContent .news-latest-event-data A:hover {
    color: #666 !important;
    /*text-decoration: underline !important;*/
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {

}
.news-list-item {
	padding: 25px 0;
}

.news-list-event-date {
    float: left;
    width: 59px;
    height: 62px;
    margin: 0 20px 0 0;
    padding: 0;
}

.news-list-event-day-month {
    width: 50px;
    height: 20px;
    margin: 0;
    padding: 11px 0 0 9px;
    background: url(../img/bg_event_day_month.png) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #666;
}

.news-list-event-year {
    width: 45px;
    height: 25px;
    margin: 0;
    padding: 6px 0 0 14px;
    background: url(../img/bg_event_year.png) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #666;
}

.news-list-event-data {
    float: left;
    width: 623px;
    margin: 0;
    padding: 0;
}

.news-list-event-location {
    margin: 5px 0 0 0;
}

.news-list-container H2 {
	margin:  0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FF9900;
}

.news-list-container H2 A,
.news-list-container H2 A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF9900;
	text-decoration: none;
}

.news-list-subheader {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #666;
    font-weight: normal;
}

.news-list-date {
	float: right;
	display:block;
	padding-left:10px;
	font-size: 1.2em;
	color: #666;
}

.news-list-imgcaption {
	padding:3px 3px 0 0;

}

.news-list-text {
    float: left;
    width: 438px;
    margin: 0;
    padding: 0;
}

.news-list-image {
    float: right;
    width: 202px;
    margin: 0 0 5px 10px;
    padding: 0;
}

.news-list-container IMG {
	float: right;
    margin: 10px 0 10px 10px;
	border: none;

}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0;
}

.news-list-morelink  {
	padding-left:5px;
}


/*-----------------------------------  Differ Event/News Headlines  -----------------------------------*/

.neuigkeit H2 {
    padding: 15px 0 0 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #FF9900;
    font-weight: bold;
}

.neuigkeit H2 A {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FF9900;
    text-decoration: none;
}

#topContentSlider .neuigkeit H2 {
    padding: 0 0 12px 0 !important;
    margin: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1.4em !important;
    color: #FF9900 !important;
}

#topContentSlider .neuigkeit H2 A,
#topContentSlider .neuigkeit H2 A:hover {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1em !important;
    color: #FF9900 !important;
    text-decoration: none !important;
}

.topContentNewRightBoxContent .neuigkeit H2,
.topContentNewRightBoxContent .neuigkeit H2 A,
.topContentNewRightBoxContent .neuigkeit H2 A:hover {
	color: #FF802C !important;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;

}

.veranstaltung H2,
.veranstaltung H1 {
    padding: 0 0 2px 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #666;
    font-weight: bold;
}

.veranstaltung H2 A,
.veranstaltung H1 A {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.topContentNewRightBoxContent .veranstaltung H2,
.topContentNewRightBoxContent .veranstaltung H2 A,
.topContentNewRightBoxContent .veranstaltung H2 A:hover {
	color: #FF802C !important;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}

.news-latest-subheader {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #666;
    font-weight: normal;
}


/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container,
.news-list3-container {
	padding: 0 0 10px 0;
}

.news-list2-container,
.news-list3-container {
	background:#e5e5e5;
}

.news-list3-item,
.list2-subdiv-hdr {
	background:#f1f1f1;
}
.news-list2-container .hdr-left,
.news-list2-container .hdr-right,
.news-list3-container .list3-left,
.news-list3-container .list3-right {
	width:48%;
	float:left;
	padding:5px;
}

.news-list2-container .sub-left,
.news-list2-container .sub-middle,
.news-list2-container .sub-right {
	width:31%;
	float:left;
	padding:5px;
}

.news-list3-item {
	padding:5px;
}

.news-list3-item,
.list3-subdiv,
.list2-subdiv {
	border-top:5px solid #fff;
}

.news-list2-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}

.news-list3-container IMG {
	float: left;
	margin:0 5px 5px 2px;
	border: none;

}


/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
    font-size: 1.2em;
    line-height: 1.6em;
	text-align:center;
	margin-bottom:20px;
}

.news-list-browse A,
.news-list-browse A:hover {
    font-size: 1em;
}

.activeLinkWrap {
	font-weight:bold;
}

.disabledLinkWrap {
	color: #CCC;
}

.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
	padding: 0 1px;
}


/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item {
	padding: 0;
	margin-bottom: 5px;
}

.news-single-item H1 {
	margin-top: 0;
}

.news-single-event-date {
    float: left;
    width: 59px;
    height: 62px;
    margin: 0 20px 0 0;
    padding: 0;
}

.news-single-event-day-month {
    width: 50px;
    height: 20px;
    margin: 0;
    padding: 11px 0 0 9px;
    background: url(../img/bg_event_day_month.png) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #666;
}

.news-single-event-year {
    width: 45px;
    height: 25px;
    margin: 0;
    padding: 6px 0 0 14px;
    background: url(../img/bg_event_year.png) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #666;
}

.news-single-event-data {
    float: left;
    width: 623px;
    margin: 0;
    padding: 0;
}

.news-single-event-location {
    margin: 5px 0 0 0;
}

.news-single-container H2 {
    margin:  0 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #FF9900;
}

.news-single-container H2 A,
.news-single-container H2 A {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FF9900;
    text-decoration: none;
}

.news-list-date {
    float: right;
    display:block;
    padding-left:10px;
    font-size: 1.2em;
    color: #666;
}

.news-single-topnav {
	height: 20px;
	clear: both;
	margin: 0;
	padding: 0;
}

.news-single-img {
	float: right;
	margin: 3px 0 0 20px;
	padding: 0;
}

.news-single-img img {
	border:none;
    clear: both;
    float: right;
    margin: 0 0 10px 0; 
}

.news-single-imgcaption {
	padding: 0 0 3px 0;
	margin:0;
    position: relative;
    top: -8px;
    font-size: 11px;
}

.news-single-rightbox {
	float: right;
	width: 220px;
	text-align: right;
	clear :both;
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
	margin: 20px 0 0 0
}

.news-single-backlink {
    text-align: right;
	padding: 50px 0 10px 0;
}

.news-single-additional-info {
	margin-top: 15px;
	padding:3px;
	clear:both;
}

.news-single-related,
.news-single-files,
.news-single-links  {
	margin: 0 0 3px 0;
	padding: 3px;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
    font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

.news-single-files DD A {
	padding:0 3px;
}


/*--------------------------------- SINGLE2  ---------------------------------*/

.sv-img-big img,
.sv-img-small img {
	border:none;
}

.sv-img-big {
	float: right;
	padding: 10px 0 2px 10px;
}
.sv-img-small-wrapper {
	padding:15px 0;
}
.sv-img-small {
	float: left;
	padding: 0 10px 10px 0;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	width:165px;
    padding:0;
    margin-left:10px;
}
.news-amenu-container LI {
	padding-bottom:1px;

}
.news-amenu-container LI:hover {
	background-color: #f3f3f3;

}

.news-amenu-container UL {
    padding:0;
    margin:0;
	margin-top:5px;

	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
    margin-top:10px;
	padding: 2px;
	background-color: #f3f3f3;

}

.amenu-act {
	background:#fff;
	font-weight:bold;
}


/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:10px;
}

ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.tree A {
	text-decoration: none;
}

ul.tree A.pm {
	cursor: pointer;
}

ul.tree img {
	vertical-align: middle;
}

ul.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}

ul.tree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	white-space: nowrap;
}

ul.tree ul li.expanded ul {
	background: transparent url('/typo3/gfx/ol/line.gif') repeat-y top left;
}

ul.tree ul li.last > ul {
	background: none;
}

ul.tree li.active, ul.tree ul li.active {
	background-color: #ebebeb !important;
}

ul.tree li.active ul, ul.tree ul li.active ul {
	background-color: #f7f3ef;
}

/*  Styles for catmenu mode "nestedWraps" */

.news-catmenu .level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}

.news-catmenu .level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}

.news-catmenu .level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}

.news-catmenu .level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}



/**************************************************
	** FILELINKS
**************************************************/

.tx-filelinks-pi1 .filelink {
    margin-bottom: 20px !important;
    overflow: auto !important;
}

.tx-filelinks-pi1 img {
    float: left !important;
}

.tx-filelinks-pi1 .filelink-icon .text {
    margin-left: 24px !important;
}

.tx-filelinks-pi1 .filelink-image .text {
    margin-left: 60px !important;
}

.tx-filelinks-pi1 .filelink-image .text {
    /*Wird dynamisch im Plugin gemacht*/
    /*margin-left: <?php echo $imageWidth + 10 ?>px;*/
}

.tx-filelinks-pi1 .text A,
.tx-filelinks-pi1 .text A:hover {
    font-weight: bold !important;
    color: #1D3F7E !important;
}

.tx-filelinks-pi1 .text {
    padding-top: 2px !important;
}

.tx-filelinks-pi1 .textlink {
    font-weight: bold !important;
}

.tx-filelinks-pi1 .description {
    font-size: 1.2em !important;
    display: block !important;
    margin-top: 5px !important;
}

.tx-filelinks-pi1 .fileinfo {
    margin-left: 10px !important;
    white-space: nowrap !important;
}



/**************************************************
	** SHOP SYSTEM (tt_products)
**************************************************/

/*
-----------------------------------------------------------------------------------------------
     ALLGEMEINES ZEUGS
-----------------------------------------------------------------------------------------------
*/

.clearer {
    clear: both;
}

.required-star {
    color: #1D3F7E;
}

.tt-products h1 {
    color:#1D3F7E;
    font-size:16px;
    font-weight:bold;
    margin-bottom: 25px;
}

.tt-products h3 {
    color: #999999;
    font-size:12px;
    margin-bottom:12px;
    margin-top:12px;
}

.tt-products a:link { text-decoration: none; color: #999999;}
.tt-products a:visited { text-decoration: none; color: #999999;}
.tt-products a:hover { text-decoration: none; color: #1D3F7E;}
.tt-products a:active { text-decoration: none; color: #1D3F7E;}

/*
-----------------------------------------------------------------------------------------------
     KATEGORIE NAVIGATION
-----------------------------------------------------------------------------------------------
*/

.tx-ttproducts-pi1-listcat-wrap {
    margin-left: 15px;
}

#katnav {
    border: 1px #CCCCCC dotted;
    padding: 6px;
    margin-bottom: 12px;
}

#katnav-titel {
    font-weight: bold;
    color: #666666;
    font-size: 12px;
}

.tt_products_item_catlist {
    margin: 0;
    padding: 0;
}

ul#cat1 {
    list-style-type: none;
    list-style-image:none;
    margin: 0;
    padding: 0;
    position:relative;
    left: -6px;
}

ul#cat1 ul li {
    list-style-type: none;
    list-style-image:none;
    margin: 0;
    padding: 0;
    position:relative;
    left: -9px;
}

ul#cat1 li {
    line-height: 18px;
}

ul#cat1 a {
    display: block;
    background-image:url(../img/shop/arrow-right-off.gif);
    background-repeat:no-repeat;
    background-position: 5px 4px;
    padding-left: 17px;
}

ul#cat1 a:link { color:#414141; text-decoration:none }
ul#cat1 a:visited { color:#414141; text-decoration:none  }
ul#cat1 a:hover { color:#1D3F7E; text-decoration:none  }
ul#cat1 a:active { color:#1D3F7E; text-decoration:none  }

ul#cat1 a.act {
    display: block;
    background-image:url(../img/shop/arrow-right-on.gif);
    background-repeat:no-repeat;
    background-position: 5px 4px;
    padding-left: 17px;
}

ul#cat1 a.act:link { color:#1D3F7E; text-decoration:none }
ul#cat1 a.act:visited { color:#1D3F7E; text-decoration:none  }
ul#cat1 a.act:hover { color:#1D3F7E; text-decoration:none  }
ul#cat1 a.act:active { color:#1D3F7E; text-decoration:none  }


/*
-----------------------------------------------------------------------------------------------
     LIST VIEW
-----------------------------------------------------------------------------------------------
*/

.shop-list-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:1px dotted #1D3F7E;
}


h2.shop-list-category-title {
    border-bottom:1px dotted #1D3F7E;
    color:#666;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px;
    padding-bottom:5px;
}

h3.shop-list-product-title {
    color: #1D3F7E;
    font-size:12px;
    font-weight:bold;
    margin: 0px;
    margin-bottom: 10px;
}

h3.shop-list-product-title a:link { text-decoration: none; color: #1D3F7E;}
h3.shop-list-product-title a:visited { text-decoration: none; color: #1D3F7E; }
h3.shop-list-product-title a:hover { text-decoration: none; color: #1D3F7E; }
h3.shop-list-product-title a:active { text-decoration: none; color: #1D3F7E; }

p.shop-list-product-subtitle {
    margin: 0px;
    margin-bottom: 10px;
}

.shop-list-product-img {
    border-right: 1px solid #D4DDE7;
    float: left;
    width: 170px;
    margin: 0 20px 0 0;
}

.shop-list-product-information {
    float: left;
    width: 440px;
    padding: 5px 0 0 0;
}

.shop-list-price {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shop-list-price-numbers {
    font-weight:bold;

}

.shop-list-choose-anzahl {
    margin-bottom: 10px;
}

.shop-list-input-qty {
    border: 1px solid #bdbdbd;
    margin-left: 3px;
    margin-right: 3px;
    text-align: right;
    width: 30px;
}

.shop-list-submit {
    border: 1px solid #bdbdbd;
    background-color:#f4f4f4;
}

h4.shop-list-button-detailansicht {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 11px;
    background-image:url(../img/shop/arrow-right-on.gif);
    background-repeat:no-repeat;
    background-position: 0 3px;
    padding-left:10px;
}

h4.shop-list-button-detailansicht a:link { text-decoration: none; color: #1D3F7E;}
h4.shop-list-button-detailansicht a:visited { text-decoration: none; color: #1D3F7E;}
h4.shop-list-button-detailansicht a:hover { text-decoration: none; color: #1D3F7E;}
h4.shop-list-button-detailansicht a:active { text-decoration: none; color: #1D3F7E;}


.shop-list-page_navigation {
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
    color: #1D3F7E;
}

.shop-list-page_navigation a:link { text-decoration: none; color: #CCCCCC;}
.shop-list-page_navigation a:visited { text-decoration: none; color: #CCCCCC;}
.shop-list-page_navigation a:hover { text-decoration: none; color: #1D3F7E;}
.shop-list-page_navigation a:active { text-decoration: none; color: #1D3F7E;}


/*
-----------------------------------------------------------------------------------------------
     SINGLE VIEW
-----------------------------------------------------------------------------------------------
*/

.shop-single-product-title {
    border-bottom:1px dotted #1D3F7E;
    color:#1D3F7E;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 15px;
    padding-bottom:5px;
}

.shop-single img {
    margin-bottom: 5px;
}

.shop-single-product-img {
    margin-bottom: 15px;
}

p.shop-single-product-subtitle {
    margin: 0px;
    margin-bottom: 15px;
    font-style:oblique;
}

.shop-single-product-beschreibung {
    margin-bottom: 20px;
}

table.shop-single-price-table {
    font-size: 12px;
    border: none;
    border-collapse:collapse;
    margin-bottom: 15px;
}

.shop-single-price-table td {
    padding-right: 5px;
    font-size: 12px;
}

.shop-single-enthaltene-mwst {
    font-size: 11px;
}

.shop-single-input-qty {
    border: 1px solid #bdbdbd;
    margin-left: 3px;
    margin-right: 3px;
    text-align: right;
    width: 30px;
}

.shop-single-submit {
    border: 1px solid #bdbdbd;
    background-color:#f4f4f4;
}

.shop-single-email-frage {
    font-size: 11px;
    background: url(../img/shop/arrow-right-on.gif) 0 3px no-repeat;
    padding-left: 10px;
    margin-top: 25px;
    float: left;
    margin-bottom: 25px;
}

.shop-single-backtolist {
    font-size: 11px;
    background: url(../img/shop/arrow-right-on.gif) 0 3px no-repeat;
    padding-left:10px;
    float: right;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*
-----------------------------------------------------------------------------------------------
     MINI BASKET
-----------------------------------------------------------------------------------------------
*/

.shop-minibasket-image {
    float: left;
    padding: 5px;
    width: 38px;
    height: 32px

}

.shop-minibasket-infozone {
    float: left;
    padding-top: 5px;
    font-size: 11px;
    width: 120px;
}

.shop-minibasket-link-basket {
    margin-top: 5px;
    background-image:url(../img/shop/arrow-right-on.gif);
    background-repeat:no-repeat;
    background-position: 0px 3px;
    padding-left:10px;
}

.shop-minibasket-warenwert {
    font-weight:bold;
}

/*
-----------------------------------------------------------------------------------------------
     BASKET
-----------------------------------------------------------------------------------------------
*/

table.shop-basket-product-table {
    border: 1px solid #bdbdbd;
    border-collapse:collapse;
    width: 100%;
}

.shop-basket-product-table td {
    border: 1px solid #bdbdbd;
    padding: 5px;
}

.shop-basket-product-table-headercell {
    background-color: #f9f9f9;
}

.shop-basket-product-table-headercell {
    background-color:#f9f9f9;
    color:#666666;
    font-weight:bold;
}

.shop-basket-product-table-cell-1 input {
    border: 1px solid #bdbdbd;
    margin-left: 3px;
    margin-right: 3px;
    text-align: right;
    width: 30px;
}

.shop-basket-product-table-cell-1 {
    width: 40px;
}

.shop-basket-product-table-cell-2 {
    width: 60px;
}

.shop-basket-product-table-cell-3 {
    font-weight:bold;
}

.shop-basket .shop-basket-product-table-cell-3 a:link { text-decoration: none; color: #1D3F7E; font-weight: bold;}
.shop-basket .shop-basket-product-table-cell-3 a:visited { text-decoration: none; color: #1D3F7E; font-weight: bold;}
.shop-basket .shop-basket-product-table-cell-3 a:hover { text-decoration: none; color: #1D3F7E; font-weight: bold;}
.shop-basket .shop-basket-product-table-cell-3 a:active { text-decoration: none; color: #1D3F7E; font-weight: bold;}


.shop-basket-product-table-cell-4 {
    width: 75px;
}

.shop-basket-product-table-cell-5 {
    width: 75px;
}

.shop-basket-howtodelete-txt {
    margin-top: 10px;
}

.shop-basket-titel-versandart {

}

h2.shop-basket-titel-versandart, h2.shop-basket-titel-gesamtbetrag {
    border-bottom:1px dotted #1D3F7E;
    color:#666;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 10px;
    padding-bottom:5px;
    margin-top: 20px;
}

h2.shop-basket-titel-gesamtbetrag {
    margin-top: 10px;
}

.shop-basket-shipping-selector {
    margin-bottom: 10px;
}

.shop-basket-shipping-price {
    font-weight:bold;

}

.shop-basket-price-total-1 {
    text-align: right;
    color: #1D3F7E;
    font-size:14px;
    font-weight: bold;
}

.shop-basket-price-total-2 {
    font-size: 11px;
    margin-top: 10px;
}

.shop-basket-price-total-3 {
    font-size: 11px;
}

.shop-basket-submit-buttons {
    margin-top: 20px;
}

.shop-basket input[type=submit],
.shop-basket input[type=button] {
    border: 1px solid #bdbdbd;
    background-color:#f4f4f4;
}

/*
-----------------------------------------------------------------------------------------------
     BASKET INFO
-----------------------------------------------------------------------------------------------
*/

h2.shop-info-ranschrift-title, h2.shop-info-title, h2.shop-info-delivery-address-title, h2.shop-info-delivery-notes-title, h2.shop-info-trading-conditions-title {
    border-bottom:1px dotted #1D3F7E;
    color:#666;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 10px;
    padding-bottom:5px;
    margin-top: 20px;
}

.shop-info-start-txt {

}

/* billing adress */

.shop-info-billing-address label {
    width: 130px;
    float: left;
}

.shop-info-billing-address input[type=text] {
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    width: 300px;
    height: 16px;
}

.shop-info-billing-country {
    margin-bottom: 10px;
}

.shop-info-delivery-address-info {
    margin-bottom: 20px;
}

/* info login */

.shop-info-billing-address-feuser dt {
    width: 130px;
    float: left;
}

.shop-info-billing-address-feuser dd {
    margin-bottom: 10px;
    font-weight:bold;
}

.shop-info-billing-address-feuser dl {
    margin-bottom: 20px;
}

/* delivery adress */


.shop-info-delivery-address label {
    width: 130px;
    float: left;
}

.shop-info-delivery-address input[type=text] {
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    width: 300px;
    height: 16px;
}

/* delivery notes */

.shop-info-delivery-notes-input {
    border:1px solid #BDBDBD;
    margin-bottom: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 434px;
    height: 138px
}

/* trading conditions */

.shop-info-trading-conditions {
    margin-bottom: 20px;
}

.shop-info-trading-conditions a:link { text-decoration: none; color: #999999;}
.shop-info-trading-conditions a:visited { text-decoration: none; color: #999999;}
.shop-info-trading-conditions a:hover { text-decoration: none; color: #1D3F7E;}
.shop-info-trading-conditions a:active { text-decoration: none; color: #1D3F7E;}

.shop-info-trading-conditions-check {
    float: left;
    position:relative;
    top: -3px;
}

.shop-info-form-control input[type=submit] {
    border: 1px solid #bdbdbd;
    background-color:#f4f4f4;
}

/*
-----------------------------------------------------------------------------------------------
     BASKET INFO MISSING
-----------------------------------------------------------------------------------------------
*/

.shop-basket-required-info-missing h2 {
    border-bottom:1px dotted #1D3F7E;
    color:#666;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 10px;
    padding-bottom:5px;
    margin-top: 20px;
}

.shop-basket-required-info-missing-details {
    margin-bottom: 15px;
    color: #1D3F7E;
}

.shop-basket-required-info-missing-back {
    border: 1px solid #bdbdbd;
    background-color:#f4f4f4;
    margin-top: 20px;
}

/*
-----------------------------------------------------------------------------------------------
     BASKET PAYMENT
-----------------------------------------------------------------------------------------------
*/

.shop-basket-payment h2 {
    border-bottom:1px dotted #1D3F7E;
    color:#666;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 10px;
    padding-bottom:5px;
    margin-top: 20px;
}

.shop-basket-payment a:link { text-decoration: none; color: #999999;}
.shop-basket-payment a:visited { text-decoration: none; color: #999999;}
.shop-basket-payment a:hover { text-decoration: none; color: #1D3F7E;}
.shop-basket-payment a:active { text-decoration: none; color: #1D3F7E;}

.shop-basket-payment .shop-basket-product-table-cell-3 {
    color: #1D3F7E;
}

table.shop-payment-billing-address-table {
    border: none;
    border-collapse:collapse;
    margin-bottom: 0px;
}

.shop-payment-billing-address-table td {
    padding-right: 5px;
    padding-bottom: 10px;

    font-size: 12px;
}

.shop-payment-billing-address-cell-label {
    font-weight: bold;
    width: 150px;
}

.shop-payment-billing-address-email-infotxt {
    font-size: 11px;
}

.shop-payment-billing-final-price-td {
    text-align: right;
}

.shop-payment-billing-final-price {
    color: #1D3F7E;
    font-size:14px;
    font-weight: bold;
}

.shop-payment-billing-note {
    margin-bottom: 30px;

}

.shop-basket-payment input[type=submit] {
    margin-top: 20px;
    border: 1px solid #bdbdbd;
    background-color:#f4f4f4;
}

/*
-----------------------------------------------------------------------------------------------
     CONFIRMATION
-----------------------------------------------------------------------------------------------
*/
.shop-confirmation a:link { text-decoration: none; color: #999999;}
.shop-confirmation a:visited { text-decoration: none; color: #999999;}
.shop-confirmation a:hover { text-decoration: none; color: #1D3F7E;}
.shop-confirmation a:active { text-decoration: none; color: #1D3F7E;}

.shop-confirmation {
    margin-bottom: 20px;

}

.shop-confirmation h2 {
    border-bottom:1px dotted #1D3F7E;
    color:#666;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 10px;
    padding-bottom:5px;
    margin-top: 20px;
}

.shop-confirmation-produkte {

}

.shop-confirmation-radresse {

}


.shop-confirmation-ladresse {

}

.shop-confirmation-bemerkung {

}


.shop-confirmation-versand {

}

.shop-confirmation-ansprechpartner {

}

/*
-----------------------------------------------------------------------------------------------
     SUCHE
-----------------------------------------------------------------------------------------------
*/

#tx-ttproducts-pi1-search {
    margin-top: 20px;
}


/*
-----------------------------------------------------------------------------------------------
    datamints feuser CSS
-----------------------------------------------------------------------------------------------
*/
.tx-datamintsfeuser-pi1 {
    margin-bottom: 20px;
}

.tx-datamintsfeuser-pi1 .clearfix {
    zoom: 1;
}

.tx-datamintsfeuser-pi1 .clearfix:after,
.tx-datamintsfeuser-pi1 .clearfix:before {
    content: '';
    display: table;
}

.tx-datamintsfeuser-pi1 .clearfix:after {
    clear: both;
}

/*** Form and Fields ***/
.tx-datamintsfeuser-pi1 form {
    margin: 0;
    padding: 0;
}
.tx-datamintsfeuser-pi1 fieldset {
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
.tx-datamintsfeuser-pi1 .item {
    margin-bottom: 10px;
}
.tx-datamintsfeuser-pi1 label {
    width: 160px;
    margin-right: 10px;
    float: left;
    display: block;
}
.tx-datamintsfeuser-pi1 input,
.tx-datamintsfeuser-pi1 select,
.tx-datamintsfeuser-pi1 textarea {
    width: 300px;
}
.tx-datamintsfeuser-pi1 select {
    max-height: 100px;
}
.tx-datamintsfeuser-pi1 .type-check input {
    width: auto;
}
.tx-datamintsfeuser-pi1 .list {
    margin-left: 170px;
}
.tx-datamintsfeuser-pi1 .list .item label {
    width: auto;
    float: none;
    display: inline;
    vertical-align: middle;
}
.tx-datamintsfeuser-pi1 .list .item input {
    width: auto;
    margin-right: 4px;
    vertical-align: middle;
}
.tx-datamintsfeuser-pi1 .type-check .item,
.tx-datamintsfeuser-pi1 .type-group .item,
.tx-datamintsfeuser-pi1 .type-radio .item,
.tx-datamintsfeuser-pi1 .type-select .item {
    margin-bottom: 4px;
}
.tx-datamintsfeuser-pi1 .type-check .item {
    float: left;
}
.tx-datamintsfeuser-pi1 .type-group .item .link,
.tx-datamintsfeuser-pi1 .type-group .item .thumb,
.tx-datamintsfeuser-pi1 .type-group .item .upload,
.tx-datamintsfeuser-pi1 .type-group .item .delete {
    margin-bottom: 4px;
}
.tx-datamintsfeuser-pi1 .type-group .item .thumb {
    width: 100px;
    margin-right: 10px;
    float: left;
}
.tx-datamintsfeuser-pi1 .type-group .item .thumb.none {
    background-color: #dedede;
}
.tx-datamintsfeuser-pi1 .type-group .item .thumb.none:before {
    content: '?';
    height: 30px;
    margin-top: 14px;
    cursor: default;
    display: block;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.tx-datamintsfeuser-pi1 .type-group .item .upload,
.tx-datamintsfeuser-pi1 .type-group .item .delete {
    float: left;
}
.tx-datamintsfeuser-pi1 .type-captcha .captcha {
    display: inline;
    margin-right: 20px;
}
.tx-datamintsfeuser-pi1 .type-captcha .captcha img {
    vertical-align: middle;
}
.tx-datamintsfeuser-pi1 .type-captcha input {
    width: 100px;
    vertical-align: middle;
}
.tx-datamintsfeuser-pi1 .type-submit {
    margin-top: 20px;
}
.tx-datamintsfeuser-pi1 .type-submit input {
    width: auto;
    margin-left: 170px;
}
/*
.tx-datamintsfeuser-pi1 .list {
	height: 18px;
	margin: 8px;
	border: 1px solid #ccc;
	padding: 6px;
	background-color: #fafafa;
}
.tx-datamintsfeuser-pi1 .list label {
	width: auto;
}
.tx-datamintsfeuser-pi1 .list input {
	float: right;
}
*/

/*** Error - Messages ***/
.tx-datamintsfeuser-pi1 .error {
    margin-top: 4px;
    padding-left: 20px;
    clear: both;
    color: #a20;
    font-weight: bold;
    background-image: url('arrow_red_up.png');
    background-repeat: no-repeat;
    background-position: left top;
}


/* @group COMMENTS */
/***********************************************************
***********************************************************/

.tx-pwcomment-pi1 h1 {
    /*margin-bottom: 8px;*/
}

.tx-pwcomment-pi1 ol,
.tx-pwcomment-pi1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tx-pwcomment-pi1 ol li,
.tx-pwcomment-pi1 ul li {
    background: #F0F0F0;
    padding: 10px;
    width: 590px;
    margin: 0 0 15px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.tx-pwcomment-pi1 ol li.highlighted,
.tx-pwcomment-pi1 ul li.highlighted {
    background: #dddad0;
}

.tx-pwcomment-pi1 ol li.first-reply,
.tx-pwcomment-pi1 ul li.first-reply {
	margin-top: 15px;
}

.tx-pwcomment-pi1 ol li.comment-reply,
.tx-pwcomment-pi1 ul li.comment-reply {
    background: #FBFBFB;
    width: 570px;
}

.tx-pwcomment-pi1 ol li div.clear,
.tx-pwcomment-pi1 ul li div.clear {
    clear: left;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.tx-pwcomment-pi1 img.comment_author_image {
    float: left;
}

.tx-pwcomment-pi1 .comment_header,
.tx-pwcomment-pi1 .comment_body {
    float: left;
    padding-left: 15px;
    width: 520px;
}

.tx-pwcomment-pi1 ol li.comment-reply .comment_header,
.tx-pwcomment-pi1 ul li.comment-reply .comment_header,
.tx-pwcomment-pi1 ol li.comment-reply .comment_body,
.tx-pwcomment-pi1 ul li.comment-reply .comment_body {
    width: 500px;
}

.tx-pwcomment-pi1 .comment_body a,
.tx-pwcomment-pi1 .comment_body a:hover {
    color: #666;
    text-decoration: underline;
}

.tx-pwcomment-pi1 .comment_author {
    font-size: 1.2em;
}

.tx-pwcomment-pi1 .comment_date, .tx-pwcomment-pi1 .guest {
    font-size: .9em;
}

.tx-pwcomment-pi1 .comment_header {
    padding-top: 0px;
    padding-bottom: 5px;
}
.tx-pwcomment-pi1 .comment_header a,
.tx-pwcomment-pi1 .comment_header a:hover {
    color: #666;
    text-decoration: underline;
}

.tx-pwcomment-pi1 .comment_body {
    font-size: 1em;
    line-height: 1.6em;
}

.tx-pwcomment-pi1 ol li.comment-reply .comment_author,
.tx-pwcomment-pi1 ul li.comment-reply .comment_author {
    font-size: 1em;
}

.tx-pwcomment-pi1 ol li.comment-reply .comment_date,
.tx-pwcomment-pi1 ul li.comment-reply .comment_date,
.tx-pwcomment-pi1 ol li.comment-reply .guest,
.tx-pwcomment-pi1 ul li.comment-reply .guest {
    font-size: .7em;
}

.tx-pwcomment-pi1 ol li.comment-reply .comment_body,
.tx-pwcomment-pi1 ul li.comment-reply .comment_body {
    font-size: .9em;
}

#writeComment h3 {
    padding: 20px 0 8px;
}

#writeComment div.hide_initally {
    display: none;
}

#writeComment .comment_error {
    background: #ffd4d4;
    border: 1px solid #bf2222;
    color: #bf2222;
    font-weight: bold;
    padding: 6px 10px;
    margin: 0 0 15px 0;
    width: 485px;
}

#writeComment label {
    display: block;
    margin: 0 0 3px 0;
}

#writeComment label span {
    font-size: 10px;
    color: #777;
}

#writeComment label span a {
    text-decoration: none;
    color: #777;
}

#writeComment input {
    margin-bottom: 16px;
}

#writeComment textarea {
    width: 520px;
    margin-bottom: 12px;
}

#writeComment input.button {
    width: 100px;
    margin-bottom: 0;
}

UL#thanksForYourComment {
    margin: 0;
    padding: 0;
}

#thanksForYourComment li {
    background: #ccffcc;
    border: 1px solid #009900;
    color: #009900;
    font-weight: bold;
    font-size: .9em;
    paddingpadding: 3px 5px;
    margin: 0 0 15px 0;
    width: 485px;
}

/* @end COMMENTS */

/* tx news */

.news .no-news-found {
    color: #666666;
    font-style: normal;
    font-size: 1.2em;
}

/* Gallery */

.tx-bm-image-gallery-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


/* @end EXTENSIONS */

.ce-table th {
    font-weight: bold;
    background-color: #D4DDE7;
    border-color: #C2C2C2;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}