/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* Fontsize ist hier via em gelöst */
/* generelle Schriftgröße im bodytag regeln */
/* alle weiteren Angaben als em */
/* 1.2em = 12 px */
/* ie7 spricht hierauf an !*/
body{
        font-family: Verdana,Arial,sans-serif;
        /*font-size: 62,5px; */
        color: #333333;
        line-height: 1.166;
        line-height: 1.0em;
        margin: 0;
        padding: 0;
        background-color: white;

       font-size: 0.7em;
}

/* die anderen Browser*/
html>body {
       font-size: 10px;
     }


p.bodytext{
        font-family: Verdana,Arial,sans-serif;
        line-height: 1.5em;
        background-color: white;
}

html>p.bodytext {
       font-size: 10px;
     }


label{
 font-family: Arial,sans-serif;
 font-size: 1em;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
        padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #cccccc;
        width: 100%;
        background-color: blue;
}

#navBar{
        float:left;
        width: 140px;
        height:500px;
        margin: 0px;
        padding-top: 20px;
        background-color: #F0F8FF;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: relative;
        background: url(../images/bg_sdst_150x300_l.gif) repeat left;
}

#content{
  float:left;
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#header{
        margin: 0;
        padding: 0 0 0 0px;
        width: 100%;
        background-color: #010DA7;
}

/************* #navi styles **************/

#navi{
        padding: 5px 0px 5px 230px;
        border-bottom: 2px solid #CCC;
        color: #cccccc;
}

#navi img{ display: inline;}

#navi a {
        font-size: 1em;
        padding: 0 4px 0 0;
        vertical-align:bottom;
}

/*************** #pageName styles **************/

#pageName{
        margin: 0px;
        float:left;
        padding: 0px 0px 0px 0px;
}

/************* #breadCrumb styles *************/

#rootline{
        width:100%;
        text-align:right;
        margin-top: 5px;
        margin-bottom: 0px;
}
#rootline a {
        text-decoration:none;
}
#rootline ul {  font-size: 1em;
}
#rootline li {  display: inline;
                list-style: none;
                color: blue;
}
/************** .feature styles ***************/

.feature{
        padding: 0px 0px 10px 10px;
        font-size: 1.2em;
        line-height: 1.5;
}

.feature h3{
        padding: 30px 0px 5px 0px;
        text-align: center;
}



.feature ul {  list-style-type: circle;
                color: #000000;
}

.feature ol {list-style-type: decimal;
             font-size: 1em;
              }

.feature img{
        border: 0px solid #cccccc;

}
.feature a { border: 0px solid #cccccc;
        text-decoration:none;
}
/************** .story styles *****************/

.story{
        clear: both;
        padding: 10px 0px 0px 10px;
        font-size: 0.8em;
}

.story p{
        padding: 0px 0px 10px 0px;
}


/************* #footer styles ***************/

#footer{
        clear: both;
        border: 1px solid #cccccc;
        font-size: 1em;
        color: #cccccc;
        padding: 2px 2px 2px 2px;
        text-align: center;
}

#footer img{
        padding: 4px 4px 4px 10px;
        vertical-align: middle;
}


/************* #search styles ***************/

#search{
        padding: 5px 0px 5px 10px;
        border-bottom: 1px solid #cccccc;
        font-size: 0.9em;
}

#search form{
 margin: 0px;
 padding: 0px;
}
#search input{
 margin: 0px;
 padding: 0px;
        font-size: 0.9em;
        font-style: normal;
}
#search label{
        display: block;
        margin: 0px;
        padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; padding-top: 2;padding-bottom: 2;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar ul  a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; display: block;}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#menue{
        margin: 0px;
        padding: 0px;
        line-height: 0.1em;
        border-bottom: 1px solid #cccccc;

}

#menue h3{
        padding: 10px 0px 2px 10px;
}

#menue a {
        display: block;
        text-decoration:none;
        padding-left: 8px;
}

#menue a:hover{
        background-color: #dddddd;
        font-weight: bold;
}

#menue  a:visited:active {
        text-decoration:none;
        font-weight:bold;
        background-color: orange; }


#menue  a:focus {
        text-decoration:none;
        font-weight:bold;
        background-color: orange; }

/*-------------------------------------------------------------------------------------------------------------------------*/







table.rahmen {
    caption-side: bottom;
    border-collapse: collapse;
    border: 1px solid silver;
    width: 96%;
    table-layout: fixed; }
table.rahmen td, table.rahmen th {
    border: 1px solid silver;
    padding: 2px; }
table.rahmen th {
    background: rgb(150,210,150);
    color: white; }





/*************** sprachauswahl *******************/

.sprachauswahl {
        margin-left: 20px;
        padding: 0px 0px 5px 5px;
        font-size: 0.9em;
}



/*************** kompass *******************/

.kompass {
        margin-left: 20px;
        padding: 20px 0px 5px 5px;
        font-size: 0.9em;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
        margin: 0px;
        padding: 20px 0px 5px 5px;
        font-size: 0.9em;
}

.relatedLinks h3{
        padding: 10px 0px 2px 0px;
        font-size: 1.1em;
}

#navi a:link, #navi a:visited {
                padding: 0 5px 0 10px;
                /*** background: url(../images/icons/link.gif) no-repeat left;***/
               text-decoration: none;
                color: #666;color: #FFF;
                        font-weight: bold;
}

#navi  a.navi-active, #navi a.navi-active:link, #navi a.navi-active:visited {
                padding: 0 5px 0 10px;
                /*** background: url(../images/icons/link.gif) no-repeat left; ***/

                background: url(../images/icons/link.gif) no-repeat left; background: #FFCC33;
                text-decoration: none;
                        font-weight: bold;
                        color: white;
}
#navi  a.navi-active{
                padding: 0 5px 0 10px;
                /*** background: url(../images/icons/link.gif) no-repeat left; ***/

                border-bottom: 3px solid #CCC;
                font-weight: bold; }

#navi  a:hover {
                padding: 0 5px 0 10px;
                background: url(../images/icons/link.gif)) no-repeat left;
                /***background: #0000CC;***/
                color: white;
                border-bottom: 3px solid #CCC;
                font-weight: bold;
                text-decoration: none;
}

 .relatedLinks a:link,
.relatedLinks a:visited {display: block; }

/************** #advert styles **************/

#advert{
        padding: 30px 0px 10px;
}

#advert img{
        display: block;
}


/************** #headlines styles **************/


#teaser p{
        padding: 5px 0px 5px 0px;
}
#teaser img{
        padding: 5px;
}

/* ***************************************   Navis   **************************************** */

#navi ul {
                margin: 0;
                padding: 0;
}
#navi li {
                display: inline;
                margin: 3px;
                list-style: none;
                color: white;
}
#subnavigation ul {
                margin: 0 10px 10px 10px;
                padding:0;
}
#subnavigation li, #subnavigation li li {
                border: solid #efefef;
                border-width: 1px 0 0 0;
                padding: 2px 2px 2px 10px;
                margin: 0 0 0 2px;
                list-style: none;
}
#subnavigation ul ul {
                padding: 1px 0 0 0;
                margin: 0 ;
}
#subnavigation li li.subnavi-act {
                background: url(../images/icons/subnavi_act.gif) no-repeat left;
}



ul#metas {      clear: both;
                margin-top: 25px;
                margin-left: 5px;
                vertical-align: bottom;
                font-size: 1em;
}

ul#metas li {
                border-width: 0;
                padding: 0;
                margin: 0;
                list-style: none;
                color: red;
}


/******************/
/* Headers, plain */
/******************/
H1 { font-size: 2.0em; color: #666666; }
H2 { font-size: 3.6em; color: #666666;}
H3 { font-size: 1.6em; color: #666666;}
H4 { font-size: 1.4em; color: #666666;}
H1, H2, H3, H4, H5, H6 {
                margin: 0 10px 10px 0;
                margin-bottom: 10px ;
                border: 1px solid #ccc;
                border-width: 1px 0;
                padding: 4px 4px 4px 4px;
                padding: 0;
                font-size:1.6em;
}
#right H1, H2, H3, H4, H5, H6 {
                margin: 0;
                border: none;
                padding:6px 0 4px 0;
                font-size:1.2em;;
                color: #E6B800;
                color: #666666;
}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 10px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #666666; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 1em; color: #186900; }

/* 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; }



/*****************/
/* Lists plain   */
/*****************/

ol {list-style-type: decimal;  }

/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: transparent; }
TABLE.csc-searchResultInfo TR { background-color:#CCCCCC; }
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: #E6B800; }
H3.csc-searchResultHeader A { color: blue; }
H3.csc-searchResultHeader { background-color: transparent; font-size: 1.2em; padding-left: 5px; }
H3.csc-searchResultHeader { background-color: #CCCCCC;; font-size: 1.2em; padding-left: 5px;padding-top: 0; margin-top: 10px;}
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 1.1em; font-weight: normal; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px;  }
DIV.csc-menu P A { color:#E6B800; text-decoration: none; }
DIV.csc-menu P A:hover { color:#E6B800; text-decoration: none; }
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" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 {background: #fff; }
DIV.csc-menu-2 P.csc-sitemap-level2 { background: #fff; }
DIV.csc-menu-2 P.csc-sitemap-level3 { background: #fff; }
DIV.csc-menu-2 P.csc-sitemap-level4 { background: #fff; }
DIV.csc-menu-2 P.csc-sitemap-level1 A {
                background : #fff url(../images/icons/sitemap1.gif);background-repeat : no-repeat;
                font-weight:bold;
                margin: 0 0 0 0;
                padding: 0 0 5px 18px;
}
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover {background : #fff url(../images/icons/sitemap1_act.gif);background-repeat : no-repeat; }
DIV.csc-menu-2 P.csc-sitemap-level2 A {
        margin: 0 0 0 20px;
                padding: 0 0 4px 18px;
                background : #fff url(../images/icons/sitemap2.gif);background-repeat : no-repeat;
                display:block;
}
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover {background : #fff url(../images/icons/sitemap2_act.gif);background-repeat : no-repeat; }
DIV.csc-menu-2 P.csc-sitemap-level3 A {
        margin: 0 0 0 40px;
                padding: 0 0 3px 12px;
                background: #fff url(../images/icons/sitemap3.gif);background-repeat : no-repeat;
                font-size:1.1em;
                line-height:110%;
}
DIV.csc-menu-2 P.csc-sitemap-level3 A:hover {background: #fff url(../images/icons/sitemap3_act.gif);background-repeat : no-repeat; }
DIV.csc-menu-2 P.csc-sitemap-level4 A {
        margin: 0 0 0 60px;
                padding: 0 0 2px 10px;
                background: #fff url(../images/icons/sitemap4.gif);background-repeat : no-repeat;
                font-size:1.0em;
                line-height:100%;
}
DIV.csc-menu-2 P.csc-sitemap-level4 A:hover { background: #fff url(../images/icons/sitemap4_act.gif);background-repeat : no-repeat; }

/* 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; }




td.csc-uploads-fileSize {
        font-family: Verdana,Arial,sans-serif;
        font-weight: normal; }

td.csc-uploads-fileName {
        font-family: Verdana,Arial,sans-serif;
        line-height: 1.3em;
        font-size: 0.8em;
        font-weight: normal;
        vertical-align:top; }
*html td.csc-uploads-fileName{
        font-family: Verdana,Arial,sans-serif;
        font-weight: normal;
        line-height: 1.3em;
        font-size: 1em; }

p.csc-uploads-description {
        font-family: Verdana,Arial,sans-serif;
        line-height: 1.3em;
        font-size: 1em;
        font-weight: normal; }
*html p.csc-uploads-description {
        font-family: Verdana,Arial,sans-serif;
        font-weight: normal;
        font-size: 1.3em;
        line-height: 1.3em; }


p.csc-caption{
        font-family: Verdana,Arial,sans-serif;
        line-height: 1.3em;
        font-size: 0.8em;
        font-weight: normal; }
*html p.csc-caption{
        font-family: Verdana,Arial,sans-serif;
        font-weight: normal;
        font-size: 1em;
        line-height: 1.3em; }



div.tx-fdfx2cols-pi1 p.bodytext {
        font-family: Verdana,Arial,sans-serif;
        font-weight: normal;
        font-size: 0.8em;
        line-height: 1.3em; }
*html div.tx-fdfx2cols-pi1 p.bodytext {
        font-family: Verdana,Arial,sans-serif;
        font-weight: normal;
        font-size: 1em;
        line-height: 1.3em; }

/*------ 2spalten ------------------------ */
td.c2l2-middle {
        background: #ffffff;
        }
td.c2l2-middle {
        background: #ffffff;
        }
td.c2l3-middle {
        background: #ffffff;
        }


/*------ loginform ------------------------ */
p.csc-form-label-req {
        font-family: Verdana,Arial,sans-serif;
        font-weight: normal;
        font-size: 0.8em;
        line-height: 1.3em; }