/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL,
BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
        color:#00314A;
        /**/
        }
PRE { font-family: monospace; }
A { /**/ }
A:hover { /**/ }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { /**/ }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }



/******************/
/* Headers, plain */
/******************/

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }



/**********/
/* Images */
/**********/

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

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

/* 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: 0px; }
TABLE.imgtext-nowrap H1,
        TABLE.imgtext-nowrap H2,
        TABLE.imgtext-nowrap H3,
        TABLE.imgtext-nowrap H4,
        TABLE.imgtext-nowrap H5 {
        margin-top: 0px; }



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI {
        /*font-size: 11px; */ }

/* Bulletlists, specifically
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(../start_dateien/img/red_arrow_bullet.gif); }
*/


/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}

TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P {
        /*background-color : transparent; font-size: 12px;*/
        }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { /*background-color: #EDEBF1;*/ }
TABLE.csc-uploads TR.tr-odd { /*background-color: #D8D7DC;*/ }
TABLE.csc-uploads TR TD.csc-uploads-icon {
        /*padding-left: 6px;
        padding-right: 6px;
        width: 1%;
        text-align: center;
        vertical-align: middle; */
        }
TABLE.csc-uploads TR TD.csc-uploads-fileName {
        /*width: 80%;
        padding-left: 5px;*/ }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { /*font-weight: bold; */}
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-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

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



/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell,
FORM TABLE TR TD.csc-form-commentcell {
        background-color: #D8D7DC;
        }
FORM TABLE TR TD.csc-form-fieldcell {
        background-color: #EDEBF1;
        }
FORM TABLE TR TD.csc-form-fieldcell INPUT,
FORM TABLE TR TD.csc-form-fieldcell SELECT,
FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
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  { }

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


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #186900; }
H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
UL.csc-menu { margin-left: 0px; }
DIV.csc-menu P { font-size: 11px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: #EDEBF1; }
DIV.csc-menu P A { color: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #660000; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

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

/* Menu / Sitemap, "Menu of subpages to these pages" */
UL.csc-menu-1 li { /*list-style: none; margin-left: 0px; padding-left: 0px;*/ }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

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

/* 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: 0px; padding: 0px 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 { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #186900; }



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 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: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*************/
/* 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; }
*/

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

************************************/
/* CSSSTYLEDIMGTEXT                 */
/************************************/
/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  /*margin-right: 10px;*/
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }



/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */


DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

/* gallerystyles */
                /* Category Display Styles */

                h3.jm-gallery-category-header {
                        font-size: 14px;
                        border-bottom: 1px dashed #e6e6e6;
                        }
                p.jm-gallery-category-description {
                        }
                div.jm-gallery-category-container {
                        padding-bottom: 10px;
                        }

                /* Album Display Styles */

                div.jm-gallery-album-entry {


                        margin: 0 0 4px 0;
                        border: 0;
                        width: 540px;

                        text-align: left;
                        }
                div.jm-gallery-list-album-metainformation,
                div.jm-gallery-admin-album-metainformation {
                        text-align: left;
                        }


                /* Admin Interface Styles */

                h3.jm-gallery-admin-header {
                        font-size: 14px;
                        border-bottom: 1px dashed #e6e6e6;
                        }
                div.jm-gallery-admin-element {
                        padding: 2px;
                        }
                div.jm-gallery-admin-subelement {
                        }
                div.jm-gallery-admin-left {
                        padding-top: 3px;
                        float: left;
                        width: 150px;
                        }
                div.jm-gallery-admin-right {
                        margin-left: 150px;
                        width: 200px;
                        }
                input.jm-gallery-input {
                        max-width: 200px;
                        vertical-align: top;
                        border: 1px solid #D1D7DC;
                        padding-right: 3px;
                        padding-left: 3px;
                        font-size: 10px;
                        }
                textarea.jm-gallery-textarea {
                        border: 1px solid #D1D7DC;
                        font-size: 10px;
                        }
                div.jm-gallery-image-edit {
                        }
                img.jm-gallery-image-edit {
                        height: 70px;
                        margin: 1px 10px 0;
                        border: 1px solid #e6e6e6;
                        }
                h3.jm-gallery-image-edit {
                        font-size: 12px;
                        border-bottom: 1px dashed #e6e6e6;
                        }


                /* Album View Styles */

                div.jm-gallery-album-metainformation {
                        width: 100%;
                        margin-top: 5px;
                        text-align: left;
                        border-bottom: 1px dashed #e6e6e6;
                        margin-bottom: 20px;
                        padding-bottom: 5px;
                        }
                h3.jm-gallery-album-header {
                        font-size: 14px;
                        margin-bottom: 0;
                        }
                div.jm-gallery-image-entry {
                        display: block;
                        float: left;
                    height: 170px;
                    min-height: 170px;
                    width: 140px;
                        text-align: center;
                        padding: 5px;
                        margin: 0;
                        }
                html>body .jm-gallery-image-entry {
                        width: 130px;
                        }
                div.jm-gallery-image-collection {
                        }
                div.jm-gallery-album-control {
                        clear: both;
                        text-align: center;
                        margin-top: 10px;
                        padding-top: 20px;
                        }


                /* Single Image Styles */

                div.jm-gallery-image-metainformation-top {
                        width: 100%;
                        text-align: left;
                        border-bottom: 1px dashed #e6e6e6;
                        padding-bottom: 5px;
                        margin-top: 5px;
                        }
                div.jm-gallery-image-metainformation-bottom {
                        width: 100%;
                        text-align: center;
                        border-top: 1px dashed #e6e6e6;
                        padding-top: 5px;
                        margin-bottom: 5px;
                        }
                h3.jm-gallery-image-header {
                        font-size: 14px;
                        margin-bottom: 0;
                        }
                div.jm-gallery-image-single {
                        text-align: center;
                        padding-top: 30px;
                        padding-bottom: 30px;
                        }
                div.jm-gallery-image-downloads {
                        text-align: center;
                        padding-top: 10px;
                        padding-bottom: 20px;
                        }

                /* Random Image Style */

                div.jmgallery-random-container {
                        padding: 5px;
                        }
                div.jm-gallery-image-random {
                        margin: 10px;
                        }


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

.news-list-container HR.clearer,
.news-single-item HR.clearer,
.news-latest-container HR.clearer{
        /*clear:both;*/
        height:0;
        border:1px solid #FFFFFF;
}
.clear,
.csc-textpic-clear {
        line-height:0.01em;
        font-size:0.01em;
        clear:left;
        margin:0;
        padding:0;
        }
.news-latest-container HR.clearer {
        clear:both;/**/
}

.news-latest-container {
        border:1px solid #333;
        background-color:#BBE53A;
}

.news-latest-container H2,
.news-latest-gotoarchive {
        padding:3px;
        margin:3px;
        border:1px solid #666;
        /*background-color:#D8FA70;*/
        background-color:#769024;
}

.news-latest-gotoarchive {
        font-weight:bold;
        margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
        color:#fff;
}
.news-latest-gotoarchive A {
        color:#fff;
}
.news-latest-item {
        /* IE hack */
        height: 1%;
        line-height: 1.3;
        /* IE hack end */
        padding:3px;
        margin:3px;
        border:1px solid #666;
        background-color:#F9FFE5;
}

.news-latest-item IMG {
        margin-bottom:5px;
        margin-right:5px;
        border:1px solid #666;
        float:left;
}
.news-latest-category IMG {
        float: none;
        border:none;
        margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
        font-size:9px;
}

.news-latest-morelink {
        /**/
}

.news-latest-morelink A {
        /**/
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-search-form {
        padding:3px;
        margin-bottom:5px;
        border:1px solid #666;
        background-color:#F9FFE5;
}
.news-search-emptyMsg{
        margin:0px;
}
.news-search-form FORM {
        margin:0px;
}
.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED,
.news-list-container H3 A:HOVER {
        padding-left:2px;
}
.news-list-imgcaption,
.csc-textpic-caption {
        float: right;
        padding-top:3px;
        padding-right:3px;
        font-size: 10px;
        }

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



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

.tx-ttnews-browsebox,
.pagination,
.browseBoxWrap,
#tx-lzgallery-pi1-listing .sorting,
#tx-lzgallery-pi1-fotonav {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        text-transform:uppercase;
        font-size:0.83em;
        color:#99ADB7;
        margin-bottom:1.5em;
        }
.tx-ttnews-browsebox-list,
.browselinks  {
        margin:0.75em 0 0 0;
        }
.tx-ttnews-browsebox a,
.browselinks a {
        padding: 1px 8px 2px 8px !important;
        background-color:#E5EAED;
        color:#00314a;
        height:16px;
        text-decoration:none !important;
        background-image:none !important;
        }
.tx-ttnews-browsebox a:hover,
.browselinks a:hover {
        background-color:#DF0404;
        color:#FFFFFF !important;
        }
.browselinks .act a {
        background-color:#00314A;
        color:#FFFFFF !important;
        }
.tx-ttnews-browsebox .browseBack a:hover,
.tx-ttnews-browsebox .browseForward a:hover {
        background-color:#CCD6DB;
        color:#00314A;
        }
.tx-ttnews-browsebox-strong,
.tx-ttnews-browsebox-SCell {
        font-weight: bold;
        }
.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P {
        margin:0px;
        }
.tx-ttnews-browsebox-SCell a {
        background-color:#DF0404;
        color:#FFFFFF !important;
}
.news-search-emptyMsg {
        font-size: 11px;
        margin-left: 10px;
}
        /*--------------------------------- tt_news SINGLE view  ---------------------------------*/
div.news-single-item {
        /*padding:5px;*/
        margin-bottom:5px;
}
div.news-single-item H3 {
        margin-bottom: 1em;
        font-weight: normal;
        font-size: 0.75em;
        font-style: italic;
        line-height: 150%;
}
div.news-single-img {
        float: left;
        margin: 0.1em 0.5em 0.1em 0em;
}
#div.news-single-img img {
#        border-left:6px solid #df0404;
#}
div.news-single-img p.news-single-imgcaption,
.csc-textpic-caption {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        /*text-transform:uppercase;*/
        padding: 0.05em 0 0 0;
        margin:0 0 0.1em 0;
        font-size: 0.8em;
        clear: both;
}
div.news-single-img p.news-single-imgcaption {
        width:200px;/**/
        }

.news-single-category {
        float: right;
}
div.news-single-backlink {
        margin-bottom: 15px;
        margin-top: 10px;
}
div.news-single-backlink a {
        font-weight: bold;
        font-size: 0.6875em;
}
div.news-single-backlink a {
        /*background-image: url(/fileadmin/tpl/gfx/arrow-back.gif);
        background-position: center left;
        background-repeat: no-repeat;
        padding: 1px 0px 1px 18px;*/
}
div.news-single-backlink a:hover {
        /*background-image: url(/fileadmin/tpl/gfx/arrow-back_active.gif);
        background-position: center left;*/
}
p.news-single-timedata {
        font-size: 0.6125em;
}
.news-single-author,.news-single-imgcaption {
        font-size: 0.75em;
}
.news-single-author {
        padding-bottom: 0.1875em;
}
.news-single-additional-info {
        margin-top: 1em;
}
.news-single-files,.news-single-links  {
        margin-top: 1em;
        font-size: 1em;
}
.news-single-links dd {
        font-size: 1.2em;
}
.news-single-links DD, .news-single-files DD {
        margin-left: 1.5em;
}
.news-single-links DT, .news-single-files DT {
        font-weight: bold;
        /*width:90%;*/
}
.news-single-related a, .news-single-files a, .news-single-links a {
        color: #231F20;
        font-weight: normal;
        /*width:90%;*/
}
.news-single-links p.bodytext a {
        font-weight: normal;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
ul.news-amenu-container {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        background-color:#E5EAED;
        margin: 0px 0px 8px 0px;
        padding:8px;
        list-style-type:none;
        }
.news-amenu-container H2 {
        color:#fff;
        padding:3px;
        border:1px solid #666;
        background-color:#769024;
        }
ul.news-amenu-container li.news-amenu-item-year {
        font-weight:bold;
        width:100%;
        float:none;
        clear:both;/**/
        display:block;
        margin-bottom:5px;
        text-align:left;
        padding:8px 0px 4px 0px;
        border-bottom: 2px solid #FFFFFF;
        }
li.news-amenu-item-year dd {
        padding:0px;
        margin:0px;
        }
ul.news-amenu-container li {
        margin:0px;
        padding:0px;
        display:block;
        float:left;/**/
        width:40px;
        text-align:center;
        }
ul.news-amenu-container a {
        background-color:#ffffff;
        color:#00314A;
        margin:1px;
        padding:2px;
        text-transform:        uppercase;
        text-decoration:none;
        display:block;
        }
ul.news-amenu-container a:hover {
        background-color:#DF0404;
        color:#ffffff;
        }
ul.news-amenu-container .highlight a {
        background-color:#00314A;
        color:#ffffff;
        }

/* GALLERIE UEBERSICHT */

#tx-lzgallery-pi1-listing {
        border:none;
        padding:0px;
        margin:0px;
        }
#tx-lzgallery-pi1-listing h2 {
        margin:0 0 0 0;
        padding:0;
        font-size:1.05em;
        color:#00314A;
        }
#tx-lzgallery-pi1-listing h2 a {
        color:#00314A;
        }
#tx-lzgallery-pi1-listing h2 a:hover {
        color:#DF0404;
        }
#tx-lzgallery-pi1-listing td.preview {
        padding:0px;
        }
#tx-lzgallery-pi1-listing td.preview img {
        border-left:6px solid #DF0404;
        }
#tx-lzgallery-pi1-listing .line2 {
        font-size:0.9em;
        background-image:url(../gfx/bg_dotline.gif);
        background-repeat:repeat-x;
        background-position:bottom;
        padding:0 0 0.6em 0;
        }
#tx-lzgallery-pi1-listing .sorting a {
        color:#7F98A4;
        }
#tx-lzgallery-pi1-listing td.descr-short {
        padding:0 0 0 10px;
        vertical-align:top;
        }
#tx-lzgallery-pi1-parent-descr-short {
        padding:4px 4px 20px 4px;
        }
#tx-lzgallery-pi1-parent-title {
        padding:4px 4px 4px 4px;
        }
#tx-lzgallery-pi1-parent-count {
        padding:4px 4px 4px 4px;
        }
#tx-lzgallery-pi1-parent-subcount {
        padding:0px 4px 4px 4px;
        }
#tx-lzgallery-pi1-listing td.information {
        white-space:nowrap;
        }

/* GALLERY-ALBUM  */
.tx-lzgallery-pi1 {
        width:100%;
        padding:0px;
        }
#tx-lzgallery-pi1-fotonav {
        background-image:url(../gfx/bg_dotline.gif);
        background-repeat:repeat-x;
        background-position:bottom;
        padding:0 0 0.15em 0;
        height:2.5em;
        text-align:center;
        }
#tx-lzgallery-pi1-fotonav div {
        float:left;
        padding:0px 6px 0px 0px;
        }
#tx-lzgallery-pi1-fotonav a {
        background-color:#E5EAED;
        padding:2px 6px 3px 6px;
        color:#00314A;
        }
#tx-lzgallery-pi1-fotonav a:hover {
        background-color:#DF0404;
        color:#FFFFFF;
        }
#tx-lzgallery-pi1-fotonav td.descr {
        color:#00008c;
        }
#tx-lzgallery-pi1-fotos {
        border-width:0px;
        border-style:solid;
        border-color:#00008c;
        text-align:left;
        width:100%;
        font-family:verdana;
        margin:0px;
        padding:0px;
        }
#tx-lzgallery-pi1-fotos td {
        text-align:left;
        border-style:solid;
        border-width:0px;
        border-color:#00008c;
        padding:0px 5px 5px 0px;
        }
#tx-lzgallery-pi1-title h2 {
        clear:left;
        margin:0.3em 0 0.4em 0;
        padding:0;
        font-size:1.3em;
        color:#00314A;
        }
#tx-lzgallery-pi1-descr-long {
        margin:0px;
        }

/* gallery - annotations */

.tx-lzgallery-pi1-5x5-filename {font-size:10px;font-style:italic;}
.tx-lzgallery-pi1-1x1-1 {font-size:12px;font-face:bold;border-bottom:1px solid lightgray;}
.tx-lzgallery-pi1-1x1-2 {font-size:12px;border:1px solid lightgray;margin:3px 3px 3px 3px;}
.tx-lzgallery-pi1-1x1-filename {font-size:10px;font-style:italic;}

/* default styles for extension "tx_indexedsearch" */
                .tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
                .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 { margin-top:10px; margin-bottom:5px; }
                .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
                .tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
                .tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
                .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
                .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
                .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:0px; margin-bottom:0px; }
                .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
                .tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
                .tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

                /* 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; }



/* 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-left: 6px solid #DF0404;
                padding: 0px 0px;
        }

        DIV.csc-textpic-imagewrap {
                padding: 0;/**/
                overflow:hidden;
                }

        DIV.csc-textpic IMG {
                /*border-left:6px solid #DF0404; */
                }
        #Info DIV.csc-textpic IMG {
                border-left: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; }
        /* FE-Editing Icons */
        DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; }
        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: left;
                }

        /* Margins around images:  mvdm: in Zeile 1050 von 20 auf 10px */

        /* 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;
        }
        .article-detail DIV.csc-textpic-intext-right IMG,
        .article-detail DIV.csc-textpic-imagerow IMG {
                border:0;
                }
        /* 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;
                padding-left: 0px !important;
                }
        DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
                padding-right: 0px !important;
                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-top:0.25em !important;
                margin-right: 0.95em !important;
        }
        DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
        DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
                margin-left: 0.95em !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: left; }
        /*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: left; }
        /*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 */

/* default styles for extension "tx_newloginbox_pi3" */
.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }

/* default styles for extension "tx_srfeuserregister_pi1" */
/*.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }*/

/* default styles for extension "tx_vgetagcloud_pi1" */
		.tx-vgetagcloud-pi1 {
			line-height: 200%;
			padding-top: 8px;
		}
		.tx-vgetagcloud-pi1 ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
			float: left;
		}
		.tx-vgetagcloud-pi1 li {
			display: inline;
			float: left;
		}
		.tx-vgetagcloud-pi1 li a {
			color: #00314A;
			padding: 4px;
			text-decoration: none;
		}
		.tx-vgetagcloud-pi1 li a:hover {
			color: #df0404;
		}

