/* CSS Document */
/* ---------------------------------------------------

IMPORT individual

/* ------------------------------------------------------
@import url('aqua_start_style.css');
---------------------------------------------------*/
/* ------------------------------------------------------

BODY

------------------------------------------------------*/
html, body, div, span, p, table, td, h1, h2, h3, h4, h5, h6, img, ul, li, a {
    margin:0;
    padding:0;
}
html, body {
    height:100%;
}

body {
    width:100%;
    margin:0px;
    padding:0px;
    background:url(../images/layout/body_bg.png) no-repeat center top #ffffff;
}
body {
    _behavior: url(css/htc/csshover.htc);
}
#colors {
    height:10px;
    width:120px;
    z-index:1000;
    position:absolute;
    top:0px;
    right:0px;
    background:url(../images/layout/aqua_colors.gif) no-repeat;
}
#outer {
    width:990px;
    height:100%;
    margin: 0px auto;
}
#header_div {
    height:95px;
    background:url(../images/layout/header.png) no-repeat center top;
    position:relative;
}

/* ---------------------------------------------------

CONTENT areas

------------------------------------------------------*/
#left_div, #content_div, right_div,
#start_left_div, #start_right_div {
    min-height:405px;
    _height:405px;
}
#left_div {
    width:240px;
    float:left;
    margin-right:10px;
    position:relative;
    display:inline;
    /*background-color:#999999;*/
}
#content_div {
    width:490px;
    float:left;
    margin-right:10px;
    /*overflow:hidden;*/
    position:relative;
    display:inline;
    /*background-color:#666666;*/
}
#content_div_width {
    width:740px;
    min-height:255px;
    _height:255px;
    float:left;
    position:relative;
    display:inline;
    /*background-color:#666666;*/
}
#right_div {
    width:240px;
    float:left;
    position:relative;
    /*background-color:#666666;*/
    display:inline;
}


.sp240 {
    width:240px;
    float:left;
    _display:inline;
}
.sp240 p {
    padding:7px;
}
.space_right {
    margin-right:10px;
}
.info_left {
    padding:0px;
    margin-left:10px;
}
.info_left h1 {
    font-size:20px;
    margin:40px 0 45px 5px;
    color:#89d3ff;
    letter-spacing:0.5px;
}

/*----------------------------------------------------

TEXT default

------------------------------------------------------*/
body, td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.5em;
    color:#272727;
}

h1 {
    font-size:32px;
    line-height:1.25em;
    /*color:#00468e;*/
    color:#004082;
    font-weight:normal;
    margin:0 0 0.6em 0;
    /*background-color:#fffff;
    padding:7px 0px 7px 10px;
    position:relative;
    left:-10px;
    width:100%;*/
}
h1.head_small {
    font-size:1.75em;
    line-height:1.05em;
    margin:0 0 0.2em 0;
    padding:0px;
}
h2 {
    font-size:16px;
    line-height:1.25em;
    margin:0 0 0.7em 0;
}
h2.subhead {
    margin:0 0 1em 0;
}
h2.subhead_small {
    font-size:1em;
    line-height:1.05em;
    margin:0 0 0.5em 0;
}
h3 {
    font-size:1.166em;
    line-height:1.41em;
    margin:0 0 0.5em 0;
}
.marker {
    font-weight:bold;
}
p {
    margin-bottom:1em;
}
h1 p, h2 p, h3 p {
    margin:0px;
}
.small {
    font-size:0.95em;
}
.small10 {
    font-size:10px;
}
.bolder {
    font-weight:bold;
}
.nomargin {
    margin:0;
}
.noborder {
    border:none;
}
.grau, .grey {
    color:#666666;
}
/*----------------------------------------------------

LINKS

------------------------------------------------------*/

a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration:none;
    color:#272727;
}
a:hover {
    color:#00468e;
    text-decoration:underline;
}



    a.mehr, a:link.mehr, a:active.mehr, a:visited.mehr, a:hover.mehr,
    a.lesen, a:link.lesen, a:active.lesen, a:visited.lesen, a:hover.lesen {
        color:#333333;
        text-decoration: none;
        padding-left:14px;
        background-repeat:no-repeat;
        background-position:0px 45%;
    }
    /*LINK (Pfeil rechts)*/
    a.link, a:link.link, a:active.link, a:visited.link, a:hover.link {
        background:url(../images/layout/icons/link_bg_grey_15x12.png) no-repeat 0px 50%;
        padding-left:20px;
        text-decoration: none;
    }
    a:hover.link {
        color:#0045a6;
        background-image:url(../images/layout/icons/link_bg_hlbl_15x12.png);
        text-decoration:underline;
    }
    /*MEHR (Plus-Zeichen)*/
    a.mehr, a:link.mehr, a:active.mehr, a:visited.mehr {
        background-image:url(../images/layout/icons/ico_q_plus_gr.gif);
    }
    a:hover.mehr {
        color:#0045a6;
        background-image:url(../images/layout/icons/ico_q_plus_red.gif);
    }
    /*LESEN (Blatt)*/
    a.lesen, a:link.lesen, a:active.lesen, a:visited.lesen {
        background-image:url(../images/layout/icons/ico_q_lesen_gr.gif);
    }
    a:hover.lesen {
        color:#0045a6;
        background-image:url(../images/layout/icons/ico_q_lesen_red.gif);
    }
    .block {
        display:block;
        clear:both;
        margin-top:5px;
        margin-bottom:5px;
    }
    /*DOWNLOAD-LINKS*/
    a.link_pdf, a:link.link_pdf, a:active.link_pdf, a:visited.link_pdf,
    a.link_word, a:link.link_word, a:active.link_word, a:visited.link_word,
    a.link_exel, a:link.link_exel, a:active.link_exel, a:visited.link_exel,
    a.link_bild, a:link.link_bild, a:active.link_bild, a:visited.link_bild,
    a.link_link, a:link.link_link, a:active.link_link, a:visited.link_link {
        text-decoration: none;
        padding-left:20px;
        margin-bottom:10px;
        background-repeat:no-repeat;
        background-position:0px 0px;
    }
    a.link_pdf, a:link.link_pdf, a:active.link_pdf, a:visited.link_pdf {
        background-image:url(../images/filetypes/pdf.png);
    }
    a.link_word, a:link.link_word, a:active.link_word, a:visited.link_word {
        background-image:url(../images/filetypes/word.png);
    }
    a.link_excel, a:link.link_excel, a:active.link_excel, a:visited.link_excel {
        background-image:url(../images/filetypes/blank.png);
    }
    a.link_bild, a:link.link_bild, a:active.link_bild, a:visited.link_bild {
        background-image:url(../images/filetypes/blank.png);
    }
    a.link_link, a:link.link_link, a:active.link_link, a:visited.link_link {
        background-image:url(../images/filetypes/link.png);
    }
    a:hover.link_pdf,a:hover.link_word,a:hover.link_exel,a:hover.link_bild,a:hover.link_link {
    text-decoration:underline;
    }
        
    a.link_link_big, a:link.link_link_big, a:hover.link_link_big, a:visited.link_link_big, a:active.link_link_big,
    a.link_pdf_big, a:link.link_pdf_big, a:hover.link_pdf_big, a:visited.link_pdf_big, a:active.link_pdf_big,
    a.link_word_big, a:link.link_word_big, a:hover.link_word_big, a:visited.link_word_big, a:active.link_word_big,
    a.link_zip_big, a:link.link_zip_big, a:hover.link_zip_big, a:visited.link_zip_big, a:active.link_zip_big {
        text-decoration: none;
        padding:0px 0px 0px 40px;
        background:url(../images/filetypes/link_big.png) no-repeat 0px 0px;
        _background:url(../images/filetypes/link_big.gif) no-repeat 0px 0px;
        min-height:32px;
        _height:32px;
        overflow:visible;
        display:block;
    }
    a.link_pdf_big, a:link.link_pdf_big, a:hover.link_pdf_big, a:visited.link_pdf_big, a:active.link_pdf_big {
        background:url(../images/filetypes/pdf_big.png) no-repeat 0px 0px;
    }
    a.link_word_big, a:link.link_word_big, a:hover.link_word_big, a:visited.link_word_big, a:active.link_word_big {
        background:url(../images/filetypes/word_big.gif) no-repeat 0px 0px;
    }
    a.link_zip_big, a:link.link_zip_big, a:hover.link_zip_big, a:visited.link_zip_big, a:active.link_zip_big {
        background:url(../images/filetypes/zip_big.gif) no-repeat 0px 0px;
    }
    
    a.link_pur, a:link.link_pur, a:active.link_pur, a:visited.link_pur, a:hover.link_pur {
        text-decoration:underline;
    }
    a:hover.link_pur {
        
    }
    
/*LINK_Pfeil_BG*/
a.link_pfeil, a:link.link_pfeil, a:active.link_pfeil, a:visited.link_pfeil, a:hover.link_pfeil {
    background:url(../images/layout/icons/link_bg_grey_60x20.png) no-repeat left top;
    width:60px;
    color:#ffffff;
    margin:5px 0 0 0;
    padding:6px 0 4px 18px;
    text-decoration:none;
    font-size:10px;
    line-height:1em;
    font-weight:bold;
    white-space:nowrap;
    float:left;
    display:block;
}
a:hover.link_pfeil {
    background:url(../images/layout/icons/link_bg_hlbl_60x20.png) no-repeat left top;
    color:#00468e;
    font-weight:bold;
}
a.link_pfeil span {
    display:block;
    margin-top:-3px;
}
a:hover.link_pfeil span {
    color:#00468e;
    text-decoration:underline;
}
a.link_back, a:link.link_back, a:active.link_back, a:visited.link_back, a:hover.link_back {
    background:url(../images/layout/icons/linkback_bg_grey_60x20.png) no-repeat left top;
    width:60px;
    color:#ffffff;
    margin:5px 0 0 0;
    padding:5px 0 5px 11px;

    text-decoration:none;
    font-size:10px;
    line-height:1em;
    font-weight:bold;
    white-space:nowrap;
    display:block;
}
a:hover.link_back {
    background:url(../images/layout/icons/linkback_bg_hlbl_60x20.png) no-repeat left top;
    color:#00468e;
}

/* ---------------------------------------------------

NAVI-Breadcrumb

------------------------------------------------------*/
.navi_breadcrumb {
    margin:20px 0 25px 0;
    font-size:10px;
    line-height:10px;
    color:#555555;
}
.navi_breadcrumb a {
    color:#555555;
}
.navi_breadcrumb a:hover {
    text-decoration:underline;
}

/* ---------------------------------------------------

FOOTER/Basenavi

------------------------------------------------------*/
#footer_div {
    clear:both;
    height:35px;
    font-size:10px;
    line-height:1em;
    padding:13px 7px 0px 20px;
    color:#666666;
    background:url(../images/layout/footer_bg.png) no-repeat center top;
}
#copy {
    float:left;
    font-size:10px;
    line-height:1em;
    color:#666666;
    display:inline;
}
#basenavi {
    float:right;
    display:inline;
}
#basenavi ul {
    margin:0 10px 0 0;
    padding:0 0 0 0;
    list-style:none;
}
#basenavi li {
    display:inline;
}
#basenavi a, #basenavi a:link, #basenavi a:active, #basenavi a:visited, #basenavi a:hover {
    color:#666666;
    padding:0px 15px 0px 0px;
    float:left;
    text-decoration:none;
    text-transform:uppercase;
    display:inline;
}
#basenavi a:hover {
    color:#000000;
}

/* ---------------------------------------------------

SEARCH

------------------------------------------------------*/
#searchdiv {
   position:absolute;
   top:23px;
   right:0px;
  /* -moz-opacity:0.5; */
}
#search {
    width:195px;
    height:50px;
    padding:16px 0 0 0;
    background:url(../images/layout/search_in_bg.gif) no-repeat left 16px;
}
#searchzoom {
    width:345px;
    height:50px;
    padding:13px 0 0 0;
    background:url(../images/layout/search_in_bg_zoom.png) no-repeat left top;
    margin:0;
}
#search form label, #searchzoom form label {
    font-size:10px;
    line-height:17.5px;
    text-transform:uppercase;
    padding:16px 0 0 0;
    color:#0045a6;/*#036CB4*/
    display:none;
}
#search form label {
    display:none;
}
/*#search form #searchclose, #searchzoom form #searchclose {
    float:right;
    width:20px;
    height:13px;
    margin:4px 4px 0px 0px;
    cursor:pointer;
    display:none;
}*/
#searchzoom form #searchclose {
    display:block;
}
#search_in {
    float:left;
    width:154px;
    margin:1px 7px 0 1px;
    padding:2px;
    border:none;
    background:none;
    font-size:12px;
    line-height:12px;
    display:inline;
}
#searchzoom #search_in {
    width:236px;
    margin-left:13px;
    margin-right:9px;
    margin-top:3px;
}
#search_but {
    float:left;
    margin:0px;
    display:inline;
}
#searchzoom #search_but {
    margin-top:2px;
}


/*Search-Result-Page*/
.searchresult_message {
    height:28px;
    background:url(../images/layout/searchresult_message_bg_r.png) no-repeat top right;
    margin:0 0 20px 0;
}
.searchresult_message div, .result_pages div {
    height:28px;
    background:url(../images/layout/searchresult_message_bg_l.png) no-repeat top left;
    margin:0;
    padding:5px 0 0 20px;
}
.searchresultItem {
    margin:0 0 10px 0;
        padding:10px 0 0 0;
        border-top:dotted 1px #666666;
        float:left;
}
.searchresultItem h2, .searchresultItem h2 a {
    font-size:1.15em;
    margin:0 0 0.5em 0;
}
.searchresultItem h2 a:hover {
    color:#00468e;
    text-decoration:underline;
}
.searchresultItem .marker {
    color:highlight;
}

/*Page-Navigation: Bottom of Page*/
.pages {
    height:28px;
    background:url(../images/layout/searchresult_message_bg_r.png) no-repeat top right;
    margin:30px 0 30px 0;
    clear:both;
}
.pages_head {
    height:28px;
    background:url(../images/layout/searchresult_message_bg_l.png) no-repeat top left;
    margin:0 10px 0 0;
    padding:5px 0 0 20px;
    float:left;
}
.pages_navi {
    height:28px;
    margin:0;
    padding:5px 0 0 0;
    float:left;


}
 /*LINK_Pages (Back/Next) Bottom of Page*/
    a.page_back, a:link.page_back, a:active.page_back, a:visited.page_back, a:hover.page_back {
        background:url(../images/layout/icons/search_back_0.png) no-repeat left 40%;
        margin:0 0px 0 0;
        padding:0px 4px 0px 10px;
        text-decoration:none;
    }
    a.page_next, a:link.page_next, a:active.page_next, a:visited.page_next, a:hover.page_next {
        background:url(../images/layout/icons/search_next_0.png) no-repeat right 40%;
        margin:0 0 0 0px;
        padding:0px 10px 0px 4px;
        text-decoration:none;
    }
    a:hover.page_back {
        background:url(../images/layout/icons/search_back_1.png) no-repeat left 40%;
        color:#0045a6;
    }
    a:hover.page_next {
        background:url(../images/layout/icons/search_next_1.png) no-repeat right 40%;
        color:#0045a6;
    }
    a.page_int, .page_int_active {
        height:28px;
        margin:0;
        padding:0px 3px 0px 3px;
    }
    .page_int_active {
        font-weight:bold;
    }

/* ---------------------------------------------------

ARTIKEL + NEWS

------------------------------------------------------*/
/*NEWS Einzel-Artikel*/
    .newsitem, .newsteaseritem {
        margin:0 0 10px 0;
        padding:10px 0 0 0;
        border-top:dotted 1px #666666;
        float:left;
    }
    .newsdate {
        color:#999999;
        font-size:0.9em;
        margin:0 0 3px 0;
    }
    .linkliste .newsdate {
        float:right;
        margin:0 3px 0 10px;
        font-weight:normal;
    }
    .newsquelle {
        font-style:italic;
        margin:2em 0 0 0;
        width:400px;
        margin:0 0 4px 0;
    }
    .news_download {
        float:right;
        margin:0 0 0 0;
        padding:0 0 0 20px;
        /*border-left:dotted 3px #cccccc;*/
    }
    .news_download a {
        margin:7px 0 0 0;
        display:block;
    }
    .news_bottom {
        margin:2em 0 2em 0;
        padding:0.5em 0 0 0;
        border-top: 1px dotted #666666;
    }
    /*NEWS-Teaser-Liste*/
    .newsteaseritem {/*wie newsitem*/

    }
    .newsteaseritem h1 {
    font-size:1.75em;
    line-height:1.05em;
    margin:0 0 0.2em 0;
    padding:0px;
    }
    .newsteaseritem h2 {
    font-size:1em;
    line-height:1.05em;
    margin:0 0 0.5em 0;
    }
    
/* ARTIKEL */
    .item {
        margin-bottom:20px;
    }
    .item h1 {
    font-size:1.75em;
    line-height:1.05em;
    margin:0 0 0.2em 0;
    padding:0px;
    }
    .item h2 {
    font-size:1em;
    line-height:1.05em;
    margin:0 0 0.5em 0;
    }
    .artikel_bottom {
        clear:both;
        margin-bottom:2em;
    }
    .teaseritem {
        margin:10px 0 10px 0;
        padding:0 0 0 0;
        clear:both;
        float:left;
    }

/*****************************************************/
/* ---------------------------------------------------

CONTENT individual

------------------------------------------------------*/
    /*LINKLISTE (FAQ, News-Teaser ETC.)*/
    .linkliste, .linkliste_head, .linkliste_active {
        padding:5px 0px 4px 0px;
        background:url(../images/layout/linkliste_bg_hgr_360.gif) repeat-x 0px 0px;
    }
    .linkliste:hover {
        background-color:#edf6ff;
    }
    .linkliste a, .linkliste a:link, .linkliste a:active, .linkliste a:visited, .linkliste a:hover,
    .linkliste_active a, .linkliste_active a:link, .linkliste_active a:active, .linkliste_active a:visited, .linkliste_active a:hover {
        font-weight:bold;
        text-decoration:none;
        padding-left:25px;
        background:url(../images/layout/icons/ico_q_plus_gr.gif) no-repeat 5px 3px;
        display:block;
    }
    .linkliste.extern a  {
        background:url(../images/layout/icons/ico_seite_big2.png) no-repeat 5px 50%;
        padding:4px 0 4px 40px;
    }
    .linkliste.extern a:hover  {
        background:url(../images/layout/icons/ico_seite_big.png) no-repeat 5px 50%;
    }

    .linkliste a:hover, .linkliste a:active {
        background:url(../images/layout/icons/ico_q_plus_blue.gif) no-repeat 5px 3px;
    }
    .linkliste_box {
        padding:10px 20px 10px 25px;
        background-color:#F9F9F9;
        /*color:#0045a6;*/
    }
    .linkliste_active {
        background-color:#e6e6e6;
    }
    .linkliste_active a, .linkliste_active a:link, .linkliste_active a:active, .linkliste_active a:visited, .linkliste_active a:hover {
        /*color:#ffffff;
        background:url(../images/layout/icons/ico_q_pfeil_unten_gr.gif) no-repeat 5px 8px;*/
        background-image:none;
        padding:0 0 0 25px;
    }

/*News-Teaser Linkliste Startseite*/

    a.newslinkliste, a:link.newslinkliste, a:active.newslinkliste, a:visited.newslinkliste, a:hover.newslinkliste {
        background:url(../images/layout/icons/link_bg_grey_15x12.png) no-repeat 0px 50%;
        padding-left:20px;
    }
    a:hover.newslinkliste {
        background:url(../images/layout/icons/link_bg_hlbl_15x12.png) no-repeat 0px 50%;
        /*color:#0045a6;*/
    }
    
/*//// Listen /////*/
    ol {
        margin:0 0 1em 0;
        padding:0 0 0 25px;
    }

    ol li {
        margin:0 0 0 0;
        padding:0 0 0 0;
    }
    ul {
        margin:0 0 1em 0;
        padding:0 0 0 20px;
    }
    ul li {
        margin:0 0 0 0;
        padding:0 0 0 0;
    }
    ul li ol li {
        border:none;
        padding:0 0 0 0;
        margin:0 0 0 0;
        list-style-image:none;
    }
    ul ul, ul ol, ol ul, ol ol {
        margin:0 0 0 0;
    }
    ul, ul.bulletliste {
        list-style-image:url(../images/layout/bulletliste_black.png);
    }
    * html ul, * html ul.bulletliste {
        list-style-image:none;
    }
    ul.hackenliste {
        list-style-image:url(../images/layout/hackenliste_black.png);
    }
    ul.pfeilliste {
        list-style-image:url(../images/layout/pfeilliste_black.png);
    }
    .line {list-style-position:inside;padding-left:0px;border-bottom:dotted 1px #666666;}
    .line li {border-top:dotted 1px #666666;padding:5px 0 5px 0;}
    .noline, .noline li {border:none;margin-left:10px;padding-top:0;padding-bottom:0;list-style-position:outside}
    .nobullet {list-style:none;}
    
/*Reiter-UEBERSICHTEN*/
    ul.themenhead, ul.themenreiter,
    table.themenhead, table.themenreiter {
        clear:both;
        height:27px;
        width:100%;
        margin:20px 0 20px 0;
        padding:0 0 0 0;
        background:url(../images/layout/themenhead_reiter_lline.png) no-repeat left top;
        _background:url(../images/layout/themenhead_reiter_lline.gif) no-repeat left top;
        text-transform:uppercase;
        letter-spacing:0.05em;
        display:block;
        overflow:hidden;
        
    }
    ul.themenhead li,
    table.themenhead td {
        font-size:11px;
        line-height:11px;
        height:27px;
        color:#666666;
        margin:0 0 0 25px;
        float:left;
        background:url(../images/layout/themenhead_reiter_mr.png) no-repeat top right;
        padding:13px 25px 0 0;
        display:inline;
        
    }
    ul.themenreiter,
    table.themenreiter {
        background:url(../images/layout/themenhead_reiter_line.png) repeat-x left top;
        _background:url(../images/layout/themenhead_reiter_line.gif) repeat-x left top;
    }
    ul.themenreiter li,
    table.themenreiter td {
        font-size:11px;
        line-height:11px;
        letter-spacing:0;
        height:27px;
        color:#666666;
        margin:0 0 0 0;
        float:left;
        background:url(../images/layout/themenhead_reiter_mr_inactive.png) no-repeat top right;
        padding:0px 12px 0 0;
        display:inline;
        
    }
    ul.themenreiter li a, ul.themenreiter li span,
    table.themenreiter td a, table.themenreiter td span {
        font-size:10px;
        line-height:10px;
        height:27px;
        color:#666666;
        margin:0 0 0 0px;
        background:url(../images/layout/themenhead_reiter_lm_inactive.png) no-repeat top left;
        padding:12px 0px 0 12px;
        text-decoration:none;
        display:block;
    }

    ul.themenreiter li:hover,
    table.themenreiter td:hover, table.themenreiter td.hover {
        background:url(../images/layout/themenhead_reiter_mr_hover.png) no-repeat top right;
    }
    ul.themenreiter li:hover a,
    table.themenreiter td:hover a, table.themenreiter td.hover a {
        background:url(../images/layout/themenhead_reiter_lm_hover.png) no-repeat top left;
    }
    ul.themenreiter li.active,
    table.themenreiter td.active {
        background:url(../images/layout/themenhead_reiter_mr_active.png) no-repeat top right;
        font-weight:bold;
    }
    ul.themenreiter li.active a, ul.themenreiter li.active span,
    table.themenreiter td.active a, table.themenreiter td.active span {
        background:url(../images/layout/themenhead_reiter_lm_active.png) no-repeat top left;
        font-size:11px;
        font-weight:bold;
        letter-spacing:0.05em;
        padding:13px 13px 0 25px;
    }
    
/*//// Boxen /////*/
.box {
    width:240px;
    padding-top:5px;
    background:url(../upload/LAYOUT/sp_240_top.gif) no-repeat left top;
}
.box_bottom {
    background:url(../upload/LAYOUT/sp_240_bg_bottom.gif) no-repeat left bottom;
    padding:0 10px 7px 10px;
    font-size:0.95em;
}
.box240, .box240o {
    width:250px;
    padding-top:10px;
    background:url(../upload/LAYOUT/sp_240_top_s.png) no-repeat left top;
    _background:url(../upload/LAYOUT/sp_240_top_s.gif) no-repeat left top;
    position:relative;
    left:-5px;
    top:-5px;
}
.box240_bottom, .box240o_bottom {
    background:url(../upload/LAYOUT/sp_240_bottom_s.png) no-repeat left bottom;
    _background:url(../upload/LAYOUT/sp_240_bottom_s.gif) no-repeat left bottom;
    padding:2px 12px 12px 12px;
    font-size:0.95em;
    line-height:1.5em;
}
.box240o {
    background:url(../upload/LAYOUT/sp_240_top.png) no-repeat left top;
    _background:url(../upload/LAYOUT/sp_240_top.gif) no-repeat left top;
    cursor:pointer;
}
.box240o_bottom {
    background:url(../upload/LAYOUT/sp_240_bottom.png) no-repeat left bottom;
    _background:url(../upload/LAYOUT/sp_240_bottom.gif) no-repeat left bottom;
}
.box210, .box210o {
    width:220px;
    padding-top:10px;
    background:url(../upload/LAYOUT/sp_210_top_s.png) no-repeat left top;
    _background:url(../upload/LAYOUT/sp_210_top_s.gif) no-repeat left top;
    position:relative;
    left:-5px;
    top:-5px;
}
.box210_bottom, .box210o_bottom {
    background:url(../upload/LAYOUT/sp_210_bottom_s.png) no-repeat left bottom;
    _background:url(../upload/LAYOUT/sp_210_bottom_s.gif) no-repeat left bottom;
    padding:2px 12px 12px 12px;
    font-size:0.95em;
    line-height:1.5em;
}
.box210o {
    background:url(../upload/LAYOUT/sp_210_top.png) no-repeat left top;
    _background:url(../upload/LAYOUT/sp_210_top.gif) no-repeat left top;
}
.box210o_bottom {
    background:url(../upload/LAYOUT/sp_210_bottom.png) no-repeat left bottom;
    _background:url(../upload/LAYOUT/sp_210_bottom.gif) no-repeat left bottom;
}
#right_div .box210, #right_div .box210o {
    left:25px;
}
#right_div .box210 {
    left:25px;
}

.box210_bottom p {
    padding-top:0.5em;
    margin-bottom:0.5em;
    border-top:dotted 1px #666666;
}
.box210_bottom h2 {
    margin:0 0 0.4em 0;
}

/*//// Tabellen /////*/
table.selection tr:hover td {
    background-color:#edf6ff;
}
.tab_dotted {
    border:none;
    border-collapse:collapse;
}
.tab_dotted td {
    padding:5px;
    border-top:dotted 1px #666666;
    border-bottom:dotted 1px #666666;
    text-align:left;
    vertical-align:top;
}
.tab_dotted td.head {
    padding:5px 5px 3px 5px;
    border-top:none;
    border-bottom:solid 2px #666666;
    text-align:left;
    vertical-align:top;
    font-weight:bold;
    /*background-color:f5f5f5;*/
}
.tab_dotted td h2 {
    font-size:1.25em;
    margin-bottom:0px;
}
.tab_dotted.small10 td {
    /*line-height:1.25em;*/
}
/*Artikelliste 2-spaltig*/
    .con_txt_2sp, .con_2sp, .sp240 {
        width:240px;
        padding:0px;
        float:left;
        display:inline;
    }
    .con_2sp_space {
        margin-left:10px;
    }
    .con_cutline, .con_space {
        clear:both;
        float:left;
        height:0px;
        width:100%;
        font-size:10px;
        line-height:10px;
        margin:0;
        background-color:#cccccc;
        overflow:hidden;
    }

/*/////////////Kat-Teaser_Link //////////////*/
/*Teaser - Subcategories (Übersicht, 2-spaltig)*/
    a.con_txt_2sp {
        display:block;
        text-decoration:none;
    }
     a.teaser_link, a:link.teaser_link, a:active.teaser_link, a:visited.teaser_link, a:hover.teaser_link {
        float:left;
        margin:0 0 0 0;
        width:240px;
        text-decoration:none;
        display:inline;
        position:relative;
        left:0px;
        top:0px;
        overflow:visible;
    }
    a.teaser_link div.teaser_head {
       /* background:url(../upload/LAYOUT/sp_240_teaser_s.png) no-repeat 0 0;
        _background:url(../upload/LAYOUT/sp_240_teaser_s.gif) no-repeat 0 0;*/
        width:250px;
        height:32px;
        position:absolute;
        left:-5px;
        top:0px;
        cursor:pointer;
    }
    a.teaser_link h1 {
        font-size:12px;
        line-height:16px;
        text-transform:uppercase;
        letter-spacing:0.3px;
        margin:0;
        padding:11px 13px 3px 13px;
        font-weight:bold;
        background:url(../upload/LAYOUT/sp_240_teaser_head2.png) no-repeat 0 0;
        _background:url(../upload/LAYOUT/sp_240_teaser_head2.gif) no-repeat 0 0;
        color:#004082;
    }
    a.teaser_link h1.long {
        background-image:url(../upload/LAYOUT/sp_240_teaser_head2_long.png);
    }
    a.teaser_link h2 {
        font-size:12px;
        line-height:15px;
        letter-spacing:normal;
        margin:0px 0px 0.25em 0px;
    }
    a.teaser_link div.teaser_body {
        margin:32px 0 0 0;
        padding:3px 7px 13px 7px;
        cursor:pointer;
    }
    a.teaser_link div.teaser_body p {
        padding:0;
        margin:0;
    }
    a:hover.teaser_link h1 {
        color:#ffffff;
        background:url(../upload/LAYOUT/sp_240_teaser_head2_hover.png) no-repeat 0 0;
        _background:url(../upload/LAYOUT/sp_240_teaser_head2_hover.gif) no-repeat 0 0;
    }
    a:hover.teaser_link h1.long {
        background-image:url(../upload/LAYOUT/sp_240_teaser_head2_long_hover.png);
    }
    
/*/////////// Arbeitsweise Qmap//////////////////*/
#Qmap {
    position:absolute;
    left:-15px;
    top: 0px;
    z-index:10;
    margin:0 0 1.25em 0;
    width:700px;
    height:250px;
    overflow:visible;
    background:url(../upload/CONTENT/Unternehmen/qm-kreislauf.png) no-repeat -6px 0px;
}
#Qmap a {
    text-decoration:none;
    color:#272727;
}
#Qmap a:hover {
    z-index:15;
}
#Qmap a div.step {
    display:none;/**/
}
#Qmap a:hover div.step {
    display:block;
}
#Qmap a div.step {
    padding-top:10px;
    background:url(../upload/LAYOUT/blase355_r.png) no-repeat left top;
    _background:url(../upload/LAYOUT/blase355_r.gif) no-repeat left top;
    position:relative;
    left:-5px;
    top:-135px;
    padding:35px 25px 0px 25px;
    height:200px;
    font-size:12px;
    line-height:16px;
    text-align:center;
    /*background-color:#006600;*/
}
#Qmap a#Evaluation:hover div.step
 {
    left:-50px;
}
#Qmap a#Umsetzung:hover div.step
 {
    left:-95px;
}
#Qmap a#Analyse:hover div.step
 {
    left:20px;
}
#Qmap a#Ziele:hover div.step
 {
    left:50px;
}
#Evaluation {position:relative;left:0px;top:0px;display:block;width:350px;height:105px;background:url(../images/layout/spacer1x1.gif) 0px 0px;}
#Umsetzung {position:relative;left:0px;top:0px;display:block;width:350px;height:105px;background:url(../images/layout/spacer1x1.gif) 0px 0px;}
#Analyse {position:relative;left:0px;top:0px;display:block;width:350px;height:105px;background:url(../images/layout/spacer1x1.gif) 0px 0px;}
#Ziele {position:relative;left:0px;top:0px;display:block;width:350px;height:105px;background:url(../images/layout/spacer1x1.gif) 0px 0px;}

.example {
    margin:0.75em 0 0 110px;
    width:20%;
    padding:3px;
    background-color:#CCCCCC;
    font-weight:bold;
    color:#ffffff;
    display:block;
    cursor:pointer;
}
.example:hover {
    background-color:#272727;
}
#Qmap_navi a {
    display:block;
    padding:3px;
    font-size:12px;
    font-weight:bold;
    border-top:dotted 1px #cccccc;
}
#Qmap_navi a.active {
    color:#004082;
}
/*/////////// Projekte //////////////////*/
/* Projektmenue*/
#projektmenue {

    
}
.box210o #projektmenue {
    width:196px;
    background-color:#ffffff;
    border:solid 1px #dddfe3;
    font-size:11px;
    line-height:11px;
    color:#666666;
    padding:0px;
    margin:0 0 3px 0;
}
#projektmenue option {
    font-size:12px;
    line-height:12px;
    vertical-align:middle;
    background-color:#ffffff;
    color:#272727;
}
#projektmenue:focus {
    max-height:18px;
}
#projektmenue:focus option {
    padding:5px;
}
#projektmenue option#Optselec {
    font-weight:bold;
    background-color:#cccccc;
    color:#ffffff;
}
#projektmenue option#Defselec {
    font-weight:bold;
    background-color:#ffffff;
    color:#666666;
    margin:0px 0 4px 0;
    border-bottom:solid 1px #cccccc;
}
#projektmenue option#Defselec {
    display:none;
}
#projektmenue option span {
    color:#666666;
}
/*AQUA-Aufgaben Box (right Margin)*/
#projektaufgaben {
    
}
#ProAufTab {
    border-collapse:collapse;
    text-align:center;
    margin:5px 0 5px 0;
    display:block;
    cursor:pointer;
}
#ProAufTab:hover {
    background-color:#f5f5f5;
}

.boxH {
    width:65px;
    font-size:9px;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
    background-color:#f0f0f0;
}
.boxV {

    text-align:center;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
    padding:5px 0 4px 0;
}
/*Projekt-Uebersicht*/
table#projektuebers {
    width:620px;
    margin:15px 0 15px 0;
    border-collapse:collapse;
}
table#projektuebers td.boxHH {
    font-weight:bold;
    padding:0 0 5px 0;
}
table#projektuebers td.boxH {
    font-size:10px;
    text-align:center;
    width:80px;
}
table#projektuebers td.boxT {
    font-size:13px;
    font-weight:bold;
    padding:0.5em 0 5px 0;
}
table#projektuebers td.boxC {
    padding:0 0 0 5px;
}
table#projektuebers td.boxC span {
    padding:0 7px 0 0;
    color:#666666;
}
table#projektuebers td.boxN {
    background-color:#f0f0f0;
}
table#projektuebers td.boxT, table#projektuebers td.boxC, table#projektuebers td.boxV {
    border-bottom:dotted 1px #cccccc;
}

/*////////Artikel Edit nur Backend/////////*/
.ArtEdit {
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:10;
    background-color:#f0f0f0;
    border:solid 1px #cccccc;
}
.ArtEditOpt {
    padding:5px 0 5px 0;
    margin:0 10px 0 10px;
    font-size:10px;
    font-weight:bold;
}
.ArtEditOpt a#optsub {
    float:right;
    visibility:hidden;
    margin:3px 0 0 0;
}
.ArtEditOpt a#optshow {
    float:right;
    margin:3px 0 0 7px;
}
.ArtEditOpt input {
    margin-right:7px;
    
}
.ArtEditOpt div {
    background-color:#ffffff;
}
.ArtEditOpt * {
    vertical-align:middle;
}
.ArtEditTitle {
    font-size:10px;
    font-weight:bold;
    color:#666666;
    margin:0px;
}
#altercont {
    width:100%;
    position:relative;
    left:0px;
    top:-22px;
    z-index:10;
    background-color:#f5f5f5;
    border:solid 1px #cccccc;
    border-top:none;
}
#altercont div.pad {
    padding:5px 0 5px 0;
    margin:0 10px 0 10px;
}
#altercont div.pad div {
    background-color:#ffffff;
}
#altercont td, #altercont td input {
    width:225px;
    vertical-align:top;
}
/*//////////////////////////////*/
/*TinyMce edit*/
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
.mceItemTable td {cursor:text;}
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;}
img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
/*//////////////////////////////*/
img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
/*Browser Msg*/
#BrowserMsg {
    background:url(../images/layout/browserMsg_bg.png) repeat-x 0px bottom #333333;
    color:#ffffff;
    position:relative;
    left:0px;
    top:0px;
    text-align:center;
    z-index:10000;
}
#BrowserMsg div {
    padding:5px;
}