/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

.content h3, .htmlarea-content-body h3 {
    margin: 0 0 8px 0;
    /*	font-size: 17px;*/
    font-size: 1.42em;
    color: #074DA5;
}
.content h4, .htmlarea-content-body h4 {
    margin: 10px 0 7px 0;
    /*font-size: 12px;*/
    font-size: 1em;
}
.content h5, .htmlarea-content-body h5 {
    margin: 5px 0 2px 0;
}
.content h6, .htmlarea-content-body h6 {
    margin: 3px 0 0 0;
    font-weight: normal;
}
.content .contentElementtextpic p, .content .contentElementtext p, .htmlarea-content-body p {
    margin-bottom: 10px;
    line-height: 1.54em;
}
.htmlarea-content-body b {
    font-weight: bold;
}

/* Fixed Margin Bug for IE/FF with Intext-Images*/

.content .csc-firstHeader, .content .csc-textpicHeader h3, .content .csc-textpicHeader h4, .content .csc-textpicHeader h5, .content .csc-textpicHeader h6 {
    margin-top: 0;
    margin-bottom: 20px;
}
.content p.hrtag, .htmlarea-content-body hr, .htmlarea-content-body p.hrtag {
    height: 1px;
    line-height: 0;
    background: #ccc;
    color: #ccc;
    overflow: hidden;
}

/* -----------------------------------------------
	a
----------------------------------------------- */

.content a, .htmlarea-content-body a {
    color: #000 !important;
    color: #000;
    text-decoration: underline;
}
.content a:hover, .content a:focus, .content a:active, .htmlarea-content-body a:hover {
    text-decoration: none;
}
.printPage a span {
    font-size: 0.83em;
    background: url(../images/icon_print.gif) 1px 3px no-repeat;
    height: auto !important;
    height: 13px;
    padding-left: 16px;
    padding-top: 6px;
    display: block;
}
.printPage a:hover span, .printPage a:focus span, .printPage a:active span {
    text-decoration: underline;
}
#col2 .printPage a span {
    position: absolute;
    right: 16px;
    top: 9px;
}
#footer .printPage a span {
    position: absolute;
    right: 208px;
    top: -30px;
}

/* -----------------------------------------------
	ul lists
----------------------------------------------- */

.content ul, .htmlarea-content-body ul {
    margin: 0 0 0 2px;
}
.content ul li, .htmlarea-content-body ul li {
    padding-left: 10px;
    background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}
.content ul li {
    height: auto !important;
    height: 1px;
}

/* noListtypeList */

.content ul.noListtypeList {
    margin: 0;
}
.content ul.noListtypeList li.noListtypeListItem {
    padding: 0;
    background: none;
}

/* filelinksList */

.content ul.filelinksList li.filelinkListItem {
    padding: 10px 0;
    border-top: 1px solid #CCCCCC;
}
.content ul.filelinksList li.filelinkListItem0, .content ul.filelinksList li.filelinkListItemFirst {
    border-top: none;
    padding-top: 0;
}
.content ul.filelinksList li.filelinkListItem span.fileSize {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}
.content ul.filelinksList li.filelinkListItem dt {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 12px;
}
.content ul.filelinksList li.filelinkListItem dd.description {
    margin-bottom: 4px;
}
.content ul.filelinksListLayout1 li.filelinkListItem dd.fileDownload img, .content ul.filelinksListLayout2 li.filelinkListItem dd.fileDownload img {
    vertical-align: middle;
    margin-right: 8px;
}
.content ul.filelinksListLayout1 li.filelinkListItem, .content ul.filelinksListLayout2 li.filelinkListItem {
    margin-bottom: 10px;
}
.content ul.filelinksListLayout2 li.filelinkListItem {
    clear: both;
}
.content ul.filelinksListLayout2 dd.filelinkListPreviewItem {
    float: left;
    padding-right: 10px;
}

/* sitemap */

.content ul.csc-sitemap li li ul {
    margin-bottom: 5px;
}
.content ul.csc-sitemap li a {
    font-weight: bold;
}
.content ul.csc-sitemap li ul {
    margin: 0 10px 10px;
}
.content ul.csc-sitemap li li a {
    font-weight: normal;
}

/* noListTypeList */

.content ul.noListTypeList {
    margin: 0;
    padding: 0;
}
.content ul.noListTypeList li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* borderList */

.content ul.borderList li.listItemFirst {
    border-top: 1px solid #aeaeae;
}
.content ul.borderList li.borderItem {
    padding: 5px 0;
    border-bottom: 1px solid #aeaeae;
}

/* inlineList */

.content ul.inlineList li {
    display: inline;
}

/* inlineListFloat */

.content ul.inlineListFloat {
    clear: both;
}
.content ul.inlineListFloat li.inlineListFloatItem {
    float: left;
    padding-left: 23px;
}
.content ul.inlineListFloat li.inlineListFloatItemFirst, .content ul.inlineListFloat li.listItemFirst {
    padding-left: 0;
    border: none;
}

/* -----------------------------------------------
	tables
----------------------------------------------- */

.content .contenttable, .htmlarea-content-body table {
    border: 1px solid #ccc;
    margin-left: 1px !important;
    margin-left: 0;
}
.content .contenttable .tr-even, .htmlarea-content-body .contenttable .tr-even {
    background-color: #f8f8f8;
}
.content .contenttable th, .htmlarea-content-body th, .content .contenttable td, .htmlarea-content-body td {
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-width: 1px 0;
}
.htmlarea-content-body th, .htmlarea-content-body td {
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}
.content .csc-textpic-caption {
    font-style: italic;
}

/* -----------------------------------------------
	Main Content
----------------------------------------------- */

#mainContent .contentElement {
    margin: 0 0 20px;
}

/*felogin */

#mainContent .feloginLogoutForm .contentElementtext, #mainContent .feloginLogoutForm .contentElementtext p {
    margin-bottom: 0;
}
#mainContent .feloginLogoutForm dt {
    float: left;
    margin: 0 4px 4px 0;
}
#mainContent .feloginLogoutForm .formtype_mail {
    margin-top: 20px;
}
#mainContent .feloginLogoutForm .formtype_mail .formField {
    float: left;
}

/* -----------------------------------------------
	Right Content
----------------------------------------------- */

#rightContent h3 {
    /*font-size: 14px;*/
    font-size: 1.17em;
    /*text-transform: uppercase;*/
    /*line-height: 14px;*/
    line-height: 1.1em;
    background-color: #074DA5;
    color: #fff;
    padding: 9px 14px 9px 14px;
    margin-top: 25px;
    height: auto !important;
    height: 1px;
}
#rightContent h3.csc-firstHeader {
    margin-top: 0px;
}

/* ------------------------------------------------
	efA Fontsize
------------------------------------------------ */

#fontsize {
    position: absolute;
    left: 215px;
    top: 2px;
    color: #fff;
    /*font-size: 0.92em;*/
    font-size: 11px;
}
.tx-efafontsize-pi1 {
    display: inline;
    margin-left: 4px !important;
}
*+html .tx-efafontsize-pi1 {
    margin-left: 3px !important;
}
span.fontsizesmaller {
    margin-right: 3px;
}
span.fontsizereset {
    margin-right: 4px;
}
.tx-efafontsize-pi1 a:hover span, .tx-efafontsize-pi1 a:focus span, .tx-efafontsize-pi1 a:active span {
    border-bottom: 1px solid #fff;
}

/* ------------------------------------------------
	CSS Switch
------------------------------------------------ */

#cssswitch {
    background: url(../images/trenner.gif) 0 7px no-repeat;
    padding-left: 8px;
    position: absolute;
    left: 405px;
    top: 2px;
    color: #fff;
}
#cssswitch a {
    color: #fff;
    /*font-size: 0.92em;*/
    font-size: 11px;
    line-height: 23px;
}
#cssswitch a:hover, #cssswitch a:focus, #cssswitch a:active {
    text-decoration: underline;
}

/*------------------------------------------------
 indexed_Search
-------------------------------------------------*/

.tx-indexedsearch-res h3 {
    font-size: 1em;
    background-color: #074DA5;
}
.tx-indexedsearch-res h3 .percent {
    color: #fff;
}
.tx-indexedsearch-res h3 a {
    color: #fff !important;
}

/*------------------------------------------------
 tt_news
-------------------------------------------------*/

.content .news-list .news-item h4 a {
    background: url(../images/bg_newstitle_underline.gif) left bottom repeat-x;
}
.news-single-backlink {
    padding-top: 20px;
}
div.csc-textpic-center div.csc-textpic-imagewrap {
    margin-left: auto !important;
    margin-right: auto !important
}

/* for tablet only */

@media screen and (max-width:991px) and (min-width:768px) {
    #cssswitch {
        left: 215px !important;
        top: 25px !important;
        background: transparent;
        padding-left: 0;
    }
}
