/* 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;
    color:#000000;
    /**/ 
    }
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; padding:0px;}
TABLE.csc-uploads TR TD P { 
    font-size: 12px;
    /*background-color : transparent; font-size: 12px;*/
    }
TABLE.csc-uploads TR TD { vertical-align: top;  padding:0px;}
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; 
    vertical-align: top;}
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; vertical-align: top;}

/* 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: top; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #333333; }
.csc-uploads-icon a     { background-image: none; }     


/*****************/
/* 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: 95%;}
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 {
    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;
    }
.browselinks .act {
    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;
    display:inline;
    margin: 0.5em 0.8em 0.8em 0em;/**/
    padding:0px;
    width:250px;/**/
}
div.news-single-img img {
    /*border-left:6px solid #df0404;*/
    margin:0px;
    padding:0px;
}
div.news-single-img p.news-single-imgcaption,
.csc-textpic-caption {
    /*font-family:Verdana, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    padding: 0.4em 0 0.4em 0;
    margin:0 0 0.8em 0;*/
    font-size: 0.85em;
    clear: left;
}
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 1px 2px 1px;
    text-transform: uppercase;
    text-decoration:none;
    display:block;
    }
ul.news-amenu-container a:hover {
    background-color:#5E7286;   
    color:#ffffff;
    }
ul.news-amenu-container .highlight a {
    background-color:#DF0404;   
    color:#ffffff;
    }

/* GALLERIE ?BERSICHT */    

#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: 8px solid #FFFFFF;
        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-center DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: none; }
    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: */

    /* 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: 20px;
    }
    .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: 0px;
    }
    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; }
    DIV.csc-textpic-above DIV.csc-textpic-imagewrap { padding:0px 0px 7px 0px; }

    /* Center (above or below) */
    DIV.csc-textpic-center { text-align: left; /* 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: center; /* 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_cal_controller" */
        /* Styled by TYPO3 Content Rendering Group - ben@netcreators.com 2007 */
        /* START new classes and  id's */
        #month-header {
            width: 100%;
            margin-bottom: 7px;
            height: 60px;
            }

        #month-header-prevnext {
            float: left;
            }

        #month-header-icons {
            float: right;
            text-align: right;
            }
            
        #month-header-icons IMG, #month-header-prevnext IMG , #month-footer IMG{
            border: 0px solid;
            }

        #month-footer {
            width: 735px;
            margin-bottom: 7px;
            }
            
        #month-footer-header {
            text-align: center;
            }

        table.month-small {
            border: 1px solid #A1A5A9;
            border-collapse: collapse;
            }
        .month-weeknums {
            border-right:1px solid #AAAAAA;
            background-color:#EFEFEF;
        }
        
        .month-weekdays {
            border-bottom:1px solid #AAAAAA;
            background-color:#EFEFEF;
        }
        .month-small a:link,.monthoff a:visited {
            color: #000000;
        }
        
        .month-small th,
        .month-small td {
            padding: 2px;
            width: 22px;
            font-size: 10px;
            text-align: right;
        }
        
        .month-small th{
            text-align: center;
        }
            
        .month-large {
            border: 1px solid #A1A5A9;  
            border-collapse: collapse;
            }

        .month-large th,
        .month-large td {
            border: 1px solid #A1A5A9;
            }

        .month-large .weekday {
            background-color: #EEE;
            height: 12px;
            }

        .month-large .weeknum {
            background-color: #A1A5A9;
            width: 22px;
        }

        .month-large .day {
            height: 100px;
            width: 150px;
            vertical-align: top;
            text-align: left;
        }
        
        .month-large .daylink {
            font-weight: bold;
        }

        .month-large .day div {
            text-align: right;
            padding-right: 3px;
            overflow: hidden;
        }

        /*For the time being calendar-nav remains a table - no proper alternatives came to my mind yet - suggestions?*/
        #calendar-nav {

            }

        #calendar-nav td {
            vertical-align: top;
            }

        #calendar-nav td#previous {
            width: 175px;
            }

        #calendar-nav td#list {
            width: 188px;
            }

        #calendar-nav td#legend {
            width: 188px;
            }

        #calendar-nav td#next {
            width: 175px;
            }

        #link-ics,
        #link-admin {
            width: 100%;
            text-align: center;
            }

        /* END new classes and  id's */
        
        .calborder {
            background-color: #fff;
            border: 1px solid #A1A5A9;
            }
        
        .tbll {
            /*background: url(../typo3conf/ext/cal/template/img/shadow_l.gif) no-repeat;*/
            width: 8px
            }
        
        .tblbot {
            /*background: url(../typo3conf/ext/cal/template/img/shadow_m.gif) repeat-x;*/
            width: 100%
            }
        
        .tblr {
            /*background: url(../typo3conf/ext/cal/template/img/shadow_r.gif) no-repeat;*/
            width: 8px
            }
        
        .rowOn {
            background-color: #cfc;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            }
        
        .rowOn2 {
            background-color: #cfc;
            border-top: 1px solid #fff;
            }
        
        .rowOff {
            background-color: #E1E8F1;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            }
        
        .rowOff2 {
            background-color: #E1E8F1;
            border-top: 1px solid #fff;
            }
        
        .rowToday {
            background-color: #cff;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            }
        
        .tx-cal-controller .padd {
            /*XXXpadding: 2px;*/
            }
        
        .eventbg_1 {
            background-color: #557CA3;
            padding: 2px;
            }
        
        .eventbg_2 {
            background-color: #53A062;
            padding: 2px;
            }
        
        .eventbg_3 {
            background-color: #E84F25;
            padding: 2px;
            }
        
        .eventbg_4 {
            background-color: #B257A2;
            padding: 2px;
            }
        
        .eventbg_5 {
            background-color: #D42020;
            padding: 2px;
            }
        
        .eventbg_6 {
            background-color: #B88F0B;
            padding: 2px;
            }
        
        .eventbg_7 {
            background-color: #73738C;
            padding: 2px;
            }
        
        #allday a {
            font-size: 12px;
            color: #fff;
            font-weight: 900;
            text-decoration: none;
            }
        
        #allday a:hover {
            text-decoration: underline;
            }
        
        .eventbg2_1 {
            background-color: #6699CC;
            border: 1px solid #557CA3;
            }
        
        .eventbg2_2 {
            background-color: #4FC464;
            border: 1px solid #53A062;
            }
        
        .eventbg2_3 {
            background-color: #FF6D3B;
            border: 1px solid #E84F25;
            }
        
        .eventbg2_4 {
            background-color: #EA62D4;
            border: 1px solid #B257A2;
            }
        
        .eventbg2_5 {
            background-color: #FF5E56;
            border: 1px solid #D42020;
            }
        
        .eventbg2_6 {
            background-color: #CCB21F;
            border: 1px solid #B88F0B;
            }
        
        .eventbg2_7 {
            background-color: #9292A1;
            border: 1px solid #73738C;
            }
        
        .dayborder {
            background-color: #fff;
            border-top: 1px solid #A1A5A9;
            }
        
        .dayborder2 {
            background-color: #fff;
            border-top: 1px dashed #ccc;
            }
        
        .tx-cal-controller .title {
            /*background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);*/
            padding: 5px;
            }
        
        .tx-cal-controller .title h1 {
            font-family: Helvetica,sans-serif;
            font-size: 18px;
            color: #000;
            margin: 0;
            }
        
        .monthBack {
            background-color: #A1A5A9;
            }
        
        .monthSmallBasic {
            text-align: left;
            vertical-align: top;
            }
        
        .monthMediumBasic {
            height: 20px;
            width: 20px;
            text-align: left;
            vertical-align: top;
            }
        
        .monthOff, .monthOff a:link,.monthOff a:visited {
            color: #BBBBBB ! important;
        }
        
        .monthWeekend {
            background-color: #FFFFEF;
        }
        
        .monthCurrentWeek {
            background-color: #F2F9FF;
        }
        
        .month-small th, .month-medium th, .month-large th {
            font-weight: normal;
        }
        
        .month-small th a:link, .month-small th a:visited, .month-medium th a:link, .month-medium th a:visited, .month-large th a:link, .month-large th a:visited{
            font-weight: bold;
            color: #000000;
        }
        
        .monthToday {
            background:#99AABB none repeat scroll 0% !important;
            border-color:#556677 rgb(170, 187, 204) rgb(170, 187, 204) rgb(85, 102, 119) !important;
            border-style:solid !important;
            border-width:1px !important;
        }
        
        .monthToday a:link, .monthToday a:visited {
            color:#FFFFFF;
        }
            
        .monthCorner {
            border-bottom: 1px solid #AAAAAA;
        }
            
        .monthSelected {
            background-color: #F2F9FF;
        }
        
        .monthEventTop {
            /*background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);*/
            border-top: 1px solid #A1A5A9;
            }
        
        .monthEventLine {
            border-right: 1px dotted #A1A5A9;
            }
        
        .medtitle {
            /*background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);*/
            height: 20px;
            margin-top: 3px;
            font-weight: 900;
            }
        
        .yearreg {
            background-color: #fff;
            height: 30px;
            width: 30px;
            text-align: right;
            vertical-align: top;
            font-size: 9px;
            }
        
        .yearoff {
            background-color: #F2F2F2;
            height: 30px;
            width: 30px;
            text-align: right;
            vertical-align: top;
            font-size: 9px;
            }
        
        .yearon {
            background-color: #F2F9FF;
            height: 30px;
            width: 30px;
            text-align: right;
            vertical-align: top;
            font-size: 9px;
            }
        
        .yearmonth {
            background-color: #ccc;
            }
        
        .yearweek {
            background-color: #eee;
            width: 30px;
            font-size: 9px;
            font-weight: 900;
            text-align: center;
            height: 15px;
            }
        
        .eventborder {
            /*background-image: url(../typo3conf/ext/cal/template/img/day_title.gif);*/
            border: 1px #006699 solid;
            }
        
        .dateback {
            background-color: #eee;
            }
        
        .weekborder {
            border-top: 1px dashed #A1A5A9;
            border-right: 1px solid #A1A5A9;
            }
        
        .weekborder2 {
            border-right: 1px solid #A1A5A9;
            }
        
        .timeborder {
            border-right: 2px solid #A1A5A9;
            border-top: 1px dashed #A1A5A9;
            /*background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);*/
            }
        
        .timeborder2 {
            border-right: 2px solid #A1A5A9;
            border-top: 1px solid #A1A5A9;
            /*background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);*/
            }
        
        .tx-cal-controller .navback {
            /*background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif) ;*/
            }
            
        .tx-cal-controller .navback img{
            border:none;
            }
        
        .tx-cal-controller .sideback {
            /*background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);*/
            }
        
        a.psf {
            text-decoration: none;
            }
        
        a.psf:link {
            color: #0066FF;
            }
        
        a.psf:visited {
            color: #0066FF;
            }
        
        a.psf:active {
            color: #3366CC;
            }
        
        a.psf:hover {
            color: #000099;
            text-decoration: underline;
            }
        
        a.ps2 {
            text-decoration: underline;
            }
        
        a.ps2:link {
            color: #0066FF;
            }
        
        a.ps2:visited {
            color: #0066FF;
            }
        
        a.ps2:active {
            color: #3366CC;
            }
        
        a.ps2:hover {
            color: #000099;
            }
        
        a.ps3 {
            text-decoration: none;
            }
        
        a.ps3:link {
            color: #000;
            }
        
        a.ps3:visited {
            color: #000;
            }
        
        a.ps3:active {
            color: #000;
            }
        
        a.ps3:hover {
            color: #000;
            text-decoration: underline;
            }
        
        a.ps {
            text-decoration: none;
            }
        
        a.ps:link {
            color: #fff;
            }
        
        a.ps:visited {
            color: #fff;
            }
        
        a.ps:active {
            color: #fff;
            }
        
        a.ps:hover {
            color: #fff;
            text-decoration: underline;
            }
        .legend_calendar {
            font-size: 9px;
            color: #000000;
            margin-top: 1em;
            margin-left: 1em;
        }
        
        .V9 {
            text-align:left ! important;
            font-size: 9px;
            color: #000000;
            }
        
        .V9 ul {
            margin-bottom: 0px;
            padding-bottom: 0px;
            margin-left: 20px;
            padding-left: 0px;
            }
        .V9 li {
            margin-bottom: 0px;
            padding-bottom: 0px;
            }
        
        .V10W {
            font-size: 10px;
            color: #FFFFFF;
            text-decoration: none;
            }
        
        .V9W {
            font-size: 9px;
            color: #FFFFFF;
            text-decoration: none;
            }
        
        .V10WB {
            font-size: 10px;
            color: #FFFFFF;
            font-weight: 900;
            }
        
        .V9G {
            font-size: 9px;
            color: #666666;
            }
        
        .V10 {
            font-size: 10px;
            color: #000000;
            }
        
        .V9BOLD {
            font-size: 9px;
            font-weight: 900;
            }
        
        .G10 {
            font-size: 11px;
            color: #0066FF;
            }
        
        .G10B {
            font-size: 11px;
            color: #000000;
            }
        
        .G10BOLD {
            font-size: 11px;
            font-weight: 900;
            }
        
        .G10G {
            font-size: 11px;
            color: #A1A5A9;
            }
        
        .V12 {
            font-size: 12px;
            color: #000000;
            }
        
        .tx-cal-controller .eventfont {
            font-size: 11px;
            color: #FFFFFF;
            }
        
        .tx-cal-controller .query_style {
            font-size: 11px;
            width: 156px;
            margin-bottom: 0;
            }
        
        .tx-cal-controller .search_style {
            font-size: 12px;
            width: 134px;
            margin-bottom: 0;
            }
        
        .tx-cal-controller .login_style {
            font-size: 11px;
            width: 80px;
            margin-bottom: 0;
                }
            
        .tx-cal-controller .bold a:link {
            font-weight: bold;
            }
        
        .tx-cal-controller .bold a:active {
            font-weight: bold;
            }
        
        .tx-cal-controller .bold a:visited {
            font-weight: bold;
            }

        /* Pagebrowser */
        .tx-cal-controller .pagebrowser span {
            padding: 0 2px;
            }

        /*------------ Category style package: default (blue) - start ------------*/
        
        .default_categoryheader {
            background-color: #557CA3;
            }
        
        .V9G .default_categoryheader {
            background-color: transparent !important;
            color: #557CA3 !important;
        }
        
        .default_categoryheader_bullet {
            color: #557CA3;
            font-size: 13px;
            }
        
        .default_categoryheader_text {
            color: #000000;
            font-size: 10px;
            margin: 1px 0px 0px 3px;
            padding-top: 1px;
            display: block;
            border-top: 1px solid #D9DEE2;
            overflow: hidden;
            }
        
        .default_categoryheader_legend_bullet {
            margin-left: 3px;
            }
        
        .default_categoryheader_legend_text {
            }
        
        .default_categoryheader_allday {
            text-align: left;
            font-size: 12px;
            padding: 4px 10px 3px 10px;
            background-color: #6699CC;
            }
        
        .default_categorybody {
            background-color: #6699CC;
            border: 1px solid #557CA3;
            color: #fff;
            }
        
        .default_categorybody a: link {
            color: #fff;
            }
        
        /*------------ Category style package: default (blue) - end ------------*/  
        /*------------ Category style package: green - start ------------*/
        
        .green_catheader, .green_catheader_allday {
            background-color: #53A062;
            }
        
        .V9G .green_catheader {
            background-color: transparent !important;
            color: #53A062 !important;
        }
        
        .green_catheader_bullet {
            color: #4FC464;
            font-size: 13px;
            }
        
        .green_catheader_text {
            color: #000000;
            font-size: 11px;
            margin-left: 3px;
            }
        
        .green_catheader_legend_bullet {
            margin-left: 3px;
            }
        
        .green_catheader_bullet_text {
            }
        
        .green_catheader_allday {
            text-align: center;
            background-color: #4FC464;
            }
        
        .green_catbody {
            background-color: #4FC464;
            border: 1px solid #53A062;
            color: #fff;
            }
        
        .green_catbody a:link {
            color: #fff;
            }
        
        /*------------ Category style package: green - end ------------*/
        /*------------ Category style package: orange - start ------------*/

        .orange_catheader, .orange_catheader_allday {
            background-color: #E84F25;
            }
        .V9G .orange_catheader {
            background-color: transparent !important;
            color: #E84F25 !important;
        }
        
        .orange_catheader_bullet {
            color: #FF6D3B;
            font-size: 13px;
            }
        
        .orange_catheader_text {
            color: #000000;
            font-size: 11px;
            margin-left: 3px;
            }
        
        .orange_catheader_legend_bullet {
            margin-left: 3px;
            }
        
        .orange_catheader_bullet_text {
            }
        
        .orange_catheader_allday {
            text-align: center;
            background-color: #FF6D3B;
            }
        
        .orange_catbody {
            background-color: #FF6D3B;
            border: 1px solid #E84F25;
            color: #fff;
            }
        
        .orange_catbody a:link {
            color: #fff;
            }
        
        /*------------ Category style package: orange - end ------------*/
        /*------------ Category style package: pink - start ------------*/
        
        .pink_catheader, .pink_catheader_allday {
            background-color: #B257A2;
            }
            
        .V9G .pink_catheader {
            background-color: transparent !important;
            color: #B257A2 !important;
        }
        
        .pink_catheader_bullet {
            color: #EA62D4;
            font-size: 13px;
            }
        
        .pink_catheader_text {
            color: #000000;
            font-size: 11px;
            margin-left: 3px;
            }
        
        .pink_catheader_legend_bullet {
            margin-left: 3px;
            }
        
        .pink_catheader_bullet_text {
            }
        
        .pink_catheader_allday {
            text-align: center;
            background-color: #EA62D4;
            }
        
        .pink_catbody {
            background-color: #EA62D4;
            border: 1px solid #B257A2;
            color: #fff;
            }
        
        .pink_catbody a:link {
            color: #fff;
            }
        
        /*------------ Category style package: pink - end ------------*/
        /*------------ Category style package: red - start ------------*/

        .red_catheader, .red_catheader_allday {
            background-color: #D42020;
            }
            
        .V9G .red_catheader {
            background-color: transparent !important;
            color: #D42020 !important;
        }
        
        .red_catheader_bullet {
            color: #FF5E56;
            font-size: 13px;
            }
        
        .red_catheader_text {
            color: #000000;
            font-size: 11px;
            margin-left: 3px;
            }
        
        .red_catheader_legend_bullet {
            margin-left: 3px;
            }
        
        .red_catheader_bullet_text {
            }
        
        .red_catheader_allday {
            text-align: center;
            background-color: #FF5E56;
            }
        
        .red_catbody {
            background-color: #FF5E56;
            border: 1px solid #D42020;
            color: #fff;
            }
        
        .red_catbody a:link {
            color: #fff;
            }
        
        /*------------ Category style package: red - end ------------*/
        /*------------ Category style package: yellow - start ------------*/

        .yellow_catheader, .yellow_catheader_allday {
            background-color: #B88F0B;
            }
            
        .V9G .yellow_catheader {
            background-color: transparent !important;
            color: #B88F0B !important;
        }
        
        .yellow_catheader_bullet {
            color: #CCB21F;
            font-size: 13px;
            }
        
        .yellow_catheader_text{
            color: #000000;
            font-size: 11px;
            margin-left: 3px;
            }
        
        .yellow_catheader_legend_bullet {
            margin-left: 3px;
            }
        
        .yellow_catheader_bullet_text {

            }
        
        .yellow_catheader_allday {
            text-align: center;
            background-color: #CCB21F;
            }
        
        .yellow_catbody {
            background-color: #CCB21F;
            border: 1px solid #B88F0B;
            color: #fff;
            }
        
        .yellow_catbody a:link {
            color: #fff;
            }
        
        /*------------ Category style package: yellow - end ------------*/
        /*------------ Category style package: grey - start ------------*/

        .grey_catheader, .grey_catheader_allday {
            background-color: #73738C;
            }
            
        .V9G .grey_catheader {
            background-color: transparent !important;
            color: #73738C !important;
        }
        
        .grey_catheader_bullet {
            color: #9292A1;
            font-size: 13px;
            }
        
        .grey_catheader_text {
            color: #000000;
            font-size: 11px;
            margin-left: 3px;
            }
        
        .grey_catheader_legend_bullet {
            margin-left: 3px;
            }
        
        .grey_catheader_bullet_text {
            }
        
        .grey_catheader_allday {
            text-align: center;
            background-color: #9292A1;
            }
        
        .grey_catbody {
            background-color: #9292A1;
            border: 1px solid #73738C;
            color: #fff;
            }
        
        .grey_catbody a:link {
            color: #fff;
            }
        
        /*------------ Category style package: grey - end ------------*/
        
        .tx-cal-controller .bold {
            /*font-weight: bold;*/
            }
        
        .refresh_calendar {
            margin-right: 5px;
            }
        
        /*  Start of moving stuff from the templat into this file */
        
        .tx-cal-controller .weekview {
            margin: 0 auto;
            }
        
        .tx-cal-controller .weekview .nextweek_arrow, .tx-cal-controller .weekview .previousweek_arrow {
            width: 16px;
            height: 20px;
            border: 0px;
            text-align: left;
            }
        
        .previsousweek_arrow {
            text-align: right;
            }
        
        /*------------- free & busy styles ----------*/
        .fnb_header {
            background-color: #444444;
            }
        
        .fnb_body {
            background-color: #888888;
            border: 1px solid #999999;
            color: #fff;
            }

        /*------------- list styles ------------*/
        .tx-cal-controller .even {
            background-color: #eeeeee;
        }
        
        
        .tx-cal-controller .treelevel0 {
        }
        
        .tx-cal-controller .treelevel1 {
            margin-left:20px;
        }
        
        .tx-cal-controller .treelevel2 {
            margin-left:30px;
        }
    
        .tx-cal-controller label {
            display:block;
            float:left;
            margin-bottom: 0px;
            padding-right:1em;
            text-align:right;
            horizontal-align:top;
            width:120px;
        }
        .tx-cal-controller fieldset div {
            clear:left;
        }
        .tx-cal-controller .noborder {
            border: none;
        }
        
        .tx-cal-controller .search-result {
            list-style: none;
            margin-left: 0px;
            padding-left: 0px;
        }
        
        .tx-cal-controller .search-result li {
            padding-bottom: 1em;
        }
        
        .tx-cal-controller .search_result li .even {
            background-color: #EEEEEE;
        }
        
        .tx_cal_controller img .mouse_pointer {
            cursor:pointer;
        }
        
        #cal_general,#cal_location,#cal_organizer,#cal_freq,#cal_exception,#cal_files,#cal_notify {
            height:210px;
            overflow:auto;
            padding:8px;
        }
        
        .x-form-label-top .x-form-item label {
            width:70px ! important;
        }
        
        .x-form-invalid, textarea.x-form-invalid {
            background: none ! important;
        }
        
        #cal_event_description {
            margin-top:10px;
        }
        
        .admin_link {
            width:100%;
            text-align:center;
        }
        
        .ics_link {
            width:100%;
            text-align:center;
        }
        
        .tx-cal-controller .cal_required {
            color: red;
        }
        
        .tx-cal-controller .constrain {
            color: red;
            font-weight:bold;
        }
        
        
        #editorWrap1 textarea {display: block}
        
        
        /*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
        /*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
        
        #tx_cal_controller_create_element {
            width:540px;
        }
        
        .basictab ul{
            margin: 4px;
            padding: 3px 0;
            margin-left: 0;
            font: bold 12px Verdana;
            border-bottom: 1px solid gray;
            list-style-type: none;
            text-align: left; /*set to left, center, or right to align the menu as desired*/
        }
        
        .basictab li{
            display: inline;
            margin: 0;
        }
        
        .basictab li a{
            text-decoration: none;
            padding: 3px 7px;
            margin-right: 3px;
            border: 1px solid gray;
            border-bottom: none;
            background-color: #6699CC;
            color: #FFFFFF;
        }
        
        .basictab li a:visited{
            color: #2d2b2b;
        }
        
        .basictab li a:hover, .basictab li a.current{
            background-color: #557CA3;
            color: #FFFFFF;
        }
        
        .basictab li a:active{
            color: #000000;
        }
        
        .tabcontainer{
            clear: left;
            width:95%; /*width of 2nd level sub menus*/
            height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
        }
        
        .tabcontent{
            display:none;
        }
        
        #tx_cal_controller_create_element input[type="text"]:not([size]) { 
            width: 6em;    /* Desired width of input field */
        }
        
        #tx_cal_controller_create_element .treelevel0{
            display:block;
            margin-left: 70px;
        }
        #tx_cal_controller_create_element p {
            margin: 7px;
        }
        
        #tx_cal_controller_create_element .notify, #tx_cal_controller_create_element .shared, #tx_cal_controller_create_element .exception {
            display:block;
            margin-left: 140px;
        }
        #sc1 label {
            width:50px;
        }
        
        #allday {
            width:10px;
        }
        
        #category_tree {
            float:right;
            width:200px;
        }
        
        #until, #by_day, #by_month, #by_monthday{
            //border-bottom:1px solid #E0F1E0;
        }
        
        #until label, #by_day label, #by_monthday label, #by_month label{
            margin-left: 50px;
        }
        
        #by_month label, #by_monthday label{
            width: 230px;
        }
        
        #categoryEntries {
            height:80px;
            overflow:auto;
        }

