/* CSS Document */
html {
    margin:0;
    padding:0;
    height:100%;
}

body {
    margin:0;
    padding:0;
    width:100%;
    height:inherit;
    text-align:center;
    background:url(../images/layout/body_bg_1.png) repeat-y center top #e7e4c1;
    /*background:#d6e7df;*/
}

img, table {
    border:0;
}
.clearfix {
    clear:both;
}

/* LAYOUT */
#outer {
    text-align: center;
    width:920px;
    height:100%;
    margin: 0px auto;
    background:url(../images/layout/outer_shadow_1.png) no-repeat left top;
}
#main {
    margin:0px 10px 0px 10px;
    text-align:left;
    width:900px;
    background-color:#ffffff;
}
/*//////// Header ///////////*/
#header {
    background: url(../images/layout/header_default.png) no-repeat left top;
    text-align:center;
}
#header_top {
    height:120px;
}
#header_claim {
    display:none;
}
#header_logo {
    margin:12px 0px 0px 0px;
    border:0px;
}
#header_stage {
    height:205px;
    overflow:hidden;
    /*background: url(../upload/LAYOUT/images_header/canada_fahne.jpg) no-repeat left top;*/
}
#header_stage.start {
    height:205px;
    overflow:hidden;
   /*background: url(../upload/LAYOUT/images_header/canada_abend.jpg) no-repeat left top;*/
}
#header_stage.start #header_navi_div {
    margin:165px 0px 0px 0px;
}


/*//////// Contents ///////////*/

#navi_div {
    text-align:left;
    height:50px;
    margin:0 0 25px 0;
    background:#ffffff;
}
#content_div, .content {
    width:500px;
    float:left;
    margin:0 30px 20px 0;
    /*margin-right:20px;
    background-color:#cccccc;*/
}
/*#content_div_width {
    width:755px;
    float:left;
    background-color:#cccccc;
}*/
#right_div {
    width:150px;
    float:left;
    margin:0 0 0 0;
    padding:5px 0 0 0;
    font-size:12px;
    color:#006478;
    display:inline;
    position:relative;
    left:0;
    top:0;
}
#left_div {
    float:left;
    width:150px;
    margin:0 30px 0 20px;
    color:#006478;
    display:inline;
}
.sp2_l, .sp2_r {
    float:left;
    width:240px;
}
.sp2_r {
    float:right;
}
.clear {
    clear:both;
}
#footer {
    padding:12px 0 0 0;
    /*background:url(../images/Layout/footer_bg.png) repeat-x #ffffff;*/
    background-color:#ffffff;
    height:25px;
    border-top:solid 2px #cccccc;
    text-align:center;
    font-size:9px;
    color:#666666;
    line-height:9px;
    clear:both;
    position:relative;
    left:0;
    top:0;
}
.footerpic {
    height:120px;
    width:150px;
    position:absolute;
    left:20px;
    top:-80px;
    background:url(../upload/LAYOUT/start/autarkewelt_kl.png) no-repeat 0 0;
}

#footer a {
    color:#666666;
    text-decoration:none;
    margin:0 5px 0 5px;
}
#footer a:hover {
    color:#333333;
    text-decoration:underline;
}
span#bascicnavi {
    margin:0;
    padding:0;
    display:inline;
}
con_cutline {
    clear:both;
    height:20px;
}
/*Navigation-Listen*/
#navi_div {
    width:100%;
    height:60px;
    background:url(../images/layout/navi/navi_bg.png) no-repeat #006478;
}
#navi_div ul {
    margin:0 15px 0 15px;
    padding:0;
}
#navi_div ul li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
#navi_div ul.Navigation li a,
#navi_div ul.Navigation li a:link,
#navi_div ul.Navigation li a:visited,
#navi_div ul.Navigation li a:active,
#navi_div ul.Navigation li a:hover {
    margin:0px 0 0 0;
    padding:9px 10px 9px 10px;
    font-family:arial;
    font-weight:bold;
    font-size:11px;
    line-height:11px;
    color:#b3d1d7;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
    display:block;
}
#navi_div ul.Navigation li.active {
    background:url(../images/layout/navi/tab_bg_1.png) no-repeat 0 5px;
    display:block;
    padding:0px;
    height:30px;
    width:150px;
    letter-spacing:0px;
    white-space:nowrap;
    overflow:hidden;
}
#navi_div ul.Navigation li.active a,
#navi_div ul.Navigation li.active a:link,
#navi_div ul.Navigation li.active a:visited,
#navi_div ul.Navigation li.active a:active,
#navi_div ul.Navigation li.active a:hover {
    margin:6px 0 0 0;
    padding:10px 0px 0px 0px;
    color:#006478;
    white-space:nowrap;
    letter-spacing:0px;
}
#navi_div ul.Navigation li a:hover {
    color:#ffffff;
}
#navi_div ul.subNavigation {
    clear:both;
    float:none;
    display:block;
    height:25px;
    
    /*background:url(../images/layout/navi/sub_bg.png) no-repeat;
    border-bottom:solid 1px #98c1ad;*/
}
#navi_div ul.subNavigation li {
    background-image:none;
}
#navi_div ul.subNavigation li a,
#navi_div ul.subNavigation li a:link,
#navi_div ul.subNavigation li a:visited,
#navi_div ul.subNavigation li a:active,
#navi_div ul.subNavigation li a:hover {
    margin:0px 5px 0 0;
    padding:9px 10px 9px 10px;
    font-family:arial;
    font-size:11px;
    line-height:11px;
    color:#006478;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
    display:block;
}
#navi_div ul.subNavigation li a:hover {
    color:#006478;
}
#navi_div ul.subNavigation li.active a,
#navi_div ul.subNavigation li.active a:link,
#navi_div ul.subNavigation li.active a:visited,
#navi_div ul.subNavigation li.active a:active,
#navi_div ul.subNavigation li.active a:hover {
    font-weight:bold;
    letter-spacing:0px;
    color:#006478;
}

/*Text*/
body {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    line-height:17px;
    color:#000000;
}
h1, h1 p {
    font-size:27px;
    line-height:120%;
    font-weight:normal;
    margin:0;
    padding:0;
}
h2 {
    font-size:14px;
    line-height:120%;
    font-weight:bold;
    margin:0;
    padding:0;
}
h3 {
    font-size:12px;
    line-height:120%;
    font-weight:bold;
    margin:0;
    padding:0;
}
#content_div h3 {
    margin-top:1.5em;
}
p {
    margin:13px 0 7px 0;
    padding:0 0 0 0;
}
.big {
    font-size:1.25em;
    line-height:1em;
}
#left_div p {
}
#right_div p {
}
ul {
    margin:0 0 0 0;
    padding:0 0 0 20px;
}
ul li {
    margin:0 0 0.5em 0;
    padding:0 0 0 5px;
    list-style:square;
}
ul li {
    list-style-image:url(../images/layout/icons/ico_list_square.png)
}
.small {
    font-size:0.9em;
}
.bold {
    font-weight:bold;
}
.nobr {
    white-space:nowrap;
}
.box {
    padding:0px 10px 10px 10px;
    background-color:#f3f8f9;
    border:solid 1px #a7cad0;
    margin-top:1.5em;
    margin-bottom:1.5em;
}
.box h2, .box h3 {
    margin-top:0;
}
.box ul {
    margin-top:1em;
}
/*Colors*/
.green {
    color:#006478;
}
/*///////// Links (allgemein) /////////////*/
    a, a:link, a:visited, a:active, a:hover {
        color:#006478;
        text-decoration:underline;
    }
    a:hover {
        color:#33cc00;
        text-decoration:underline;
    }
    /*LINK_Pfeil_BG*/
    a.link_pfeil, a:link.link_pfeil, a:active.link_pfeil, a:visited.link_pfeil, a:hover.link_pfeil,
    a.link_back, a:link.link_back, a:active.link_back, a:visited.link_back, a:hover.link_back {
        background:url(../images/layout/icons/link_bg_grey_60x20.png) no-repeat 0px 0px;
        color:#ffffff;
        margin:1em 0 1em 0;
        padding:3px 0 0 15px;
        text-decoration:none;
        display:block;
    }
    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_0.png) no-repeat 0 50%;
        padding:0 0 0 15px;
        font-size:11px;
        font-weight:bold;
        color:#006478;
        clear:both;
        float:left;
    }
    a:hover.link_pfeil {
        background:url(../images/layout/icons/link_bg_hlbl_60x20.png) no-repeat 0px 0px;
        color:#003380;
    }
    a:hover.link_back {
        background-image:url(../images/layout/icons/linkback_bg_1.png);
        color:#33cc00;
    }
#right_div a {
    color:#006478;
}
#right_div a:hover {
    color:#333333;
}
a.link_link {
    padding:0 0 0 20px;
    background:url(../images/layout/icons/link_link.png) no-repeat;
}

/*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_excel, a:link.link_excel, a:active.link_excel, a:visited.link_excel,
    a.link_access, a:link.link_access, a:active.link_access, a:visited.link_access,
    a.link_ppt, a:link.link_ppt, a:active.link_ppt, a:visited.link_ppt,
    a.link_html, a:link.link_html, a:active.link_html, a:visited.link_html,
    a.link_bild, a:link.link_bild, a:active.link_bild, a:visited.link_bild,
    a.link_zip, a:link.link_zip, a:active.link_zip, a:visited.link_zip,
    a.link_link, a:link.link_link, a:active.link_link, a:visited.link_link {
        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/excel.png);
    }
    a.link_access, a:link.link_access, a:active.link_access, a:visited.link_access {
        background-image:url(../images/filetypes/access.png);
    }
    a.link_ppt, a:link.link_ppt, a:active.link_ppt, a:visited.link_ppt {
        background-image:url(../images/filetypes/ppt.png);
    }
    a.link_html, a:link.link_html, a:active.link_html, a:visited.link_html {
        background-image:url(../images/filetypes/html.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_zip, a:link.link_zip, a:active.link_zip, a:visited.link_zip {
        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/layout/icons/link_link.png);
        display:block;
    }
        
    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_excel_big, a:link.link_excel_big, a:hover.link_excel_big, a:visited.link_excel_big, a:active.link_excel_big,
    a.link_access_big, a:link.link_access_big, a:hover.link_access_big, a:visited.link_access_big, a:active.link_access_big,
    a.link_ppt_big, a:link.link_ppt_big, a:hover.link_ppt_big, a:visited.link_ppt_big, a:active.link_ppt_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,
    a.link_html_big, a:link.link_html_big, a:hover.link_html_big, a:visited.link_html_big, a:active.link_html_big,
    a.link_bild_big, a:link.link_bild_big, a:hover.link_bild_big, a:visited.link_bild_big, a:active.link_bild_big,
    a.link_page_big, a:link.link_page_big, a:hover.link_page_big, a:visited.link_page_big, a:active.link_page_big,
    a.link_pages_big, a:link.link_pages_big, a:hover.link_pages_big, a:visited.link_pages_big, a:active.link_pages_big {
        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_excel_big, a:link.link_excel_big, a:hover.link_excel_big, a:visited.link_excel_big, a:active.link_excel_big {
        background:url(../images/filetypes/excel_big.gif) no-repeat 0px 0px;
    }
    a.link_access_big, a:link.link_access_big, a:hover.link_access_big, a:visited.link_access_big, a:active.link_access_big {
        background:url(../images/filetypes/access_big.gif) no-repeat 0px 0px;
    }
    a.link_ppt_big, a:link.link_ppt_big, a:hover.link_ppt_big, a:visited.link_ppt_big, a:active.link_ppt_big {
        background:url(../images/filetypes/ppt_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_html_big, a:link.link_html_big, a:hover.link_html_big, a:visited.link_html_big, a:active.link_html_big {
        background:url(../images/filetypes/html_big.png) no-repeat 0px 0px;
    }
    a.link_bild_big, a:link.link_bild_big, a:hover.link_bild_big, a:visited.link_bild_big, a:active.link_bild_big {
        background:url(../images/filetypes/blank_big.gif) no-repeat 0px 0px;
    }
    a.link_page_big, a:link.link_page_big, a:hover.link_page_big, a:visited.link_page_big, a:active.link_page_big {
        background:url(../images/filetypes/blank_big.gif) no-repeat 0px 0px;
    }
    a.link_pages_big, a:link.link_pages_big, a:hover.link_pages_big, a:visited.link_pages_big, a:active.link_pages_big {
        background:url(../images/filetypes/pages_big.gif) no-repeat 0px 0px;
    }
    

/*LINKLISTE (FAQ, News-Teaser ETC.)*/
    ul.linkliste, ul.linkliste_intern, ul.linkliste_extern {
        margin:0px;
        padding:0px;
        list-style:none;
        border-bottom:dotted 1px #666666;
    }
    ul.linkliste_extern {
        margin-bottom:2em;
    }
    ul.linkliste li, ul.linkliste_intern li, ul.linkliste_extern li {
        list-style:none;
        border-top:dotted 1px #666666;
        margin:0px;
        padding:0px;
    }

    .linkliste_intern a, .linkliste_intern a:link, .linkliste_intern a:active, .linkliste_intern a:visited, .linkliste_intern a:hover,
    .linkliste_extern a, .linkliste_extern a:link, .linkliste_extern a:active, .linkliste_extern a:visited, .linkliste_extern a:hover {
        font-weight:bold;
        color:#121212;
        text-decoration:none;
        background:url(../images/layout/icons/ico_seite_big2.png) no-repeat 5px 4px;
        padding:8px 0 8px 40px;
        display:block;
    }
    .linkliste_intern a:hover, .linkliste_extern a:hover  {
        background-image:url(../images/layout/icons/ico_seite_big.png);
        color:#3685B6;
        background-color:#edf6ff;
    }
    
    .linkliste a, .linkliste a:link, .linkliste a:active, .linkliste a:visited, .linkliste a:hover {
        font-weight:bold;
        color:#121212;
        text-decoration:none;
        /*background:url(../images/layout/icons/ico_seite_big2.png) no-repeat 5px 4px;*/
        background-position:0px 4px;
        padding:8px 0 8px 40px;
        display:block;
    }
    .linkliste a:hover  {
        color:#3685B6;
        background-color:#edf6ff;
    }
    .linkliste a span, .linkliste_intern a span, .linkliste_extern a span {
        font-weight:normal;
        font-size:0.95em;
    }
    
    
    dl.faq {
        margin:0 0 2em 0;
        padding:0;
        border-bottom:dotted 1px #cccccc;
    }
    dl.faq dt {
        cursor:pointer;
        margin:0;
        font-size:1em;
        line-height:1.5em;
        border-top:dotted 1px #cccccc;
        background:url(../images/layout/icons/faq_off.png) no-repeat 5px 7px;
        padding:6px 0 6px 30px;
    }
    dl.faq dt:hover  {
        background-color:#edf6ff;
    }
    dl.faq dt.faq_active {
        background:url(../images/layout/icons/faq_on.png) no-repeat 5px 7px #E5E5E5;
    }
    dl.faq dd {
        padding:1em 1em 1em 40px;
        margin:0;
        background-color:#f5f5f5;
    }
/*Reiter-UEBERSICHTEN*/
    ul.themenhead, ul.themenreiter,
    div.themenhead, div.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,
    div.themenhead h3,
    table.themenhead td {
        font-size:11px;
        line-height:11px;
        font-weight:normal;
        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;
    }

div.themenhead {
    background-color:#a7cad0;
}
#content_div div.themenhead h3 {
    margin:0;
    padding:0.55em 0 0 0.33em;
    font-size:14px;
    color:#ffffff;
}
        
/* Artikeliste /////////*/
.item {

}
.item h1 {
    font-size:1.5em;
    line-height:1.5em;
    margin:1.5em 0 0.5em 0;
}
    
/*//////Spez. Content-Tables////////*/
.table_facts {
    
}
.table_facts td {
    padding:5px 5px 5px 5px;
    border-right:solid 1px #80b2bc;
    border-top:solid 1px #dae9eb;
    vertical-align:top;
    line-height:1.2em;
}
.table_facts td.td_head, .table_facts th {
    background-color: #80b2bc;
    color: #ffffff;
    line-height:12px;
}
.table_facts td.border_right {
    border-right:solid 0px #80b2bc;
}
.table_facts td.border_bottom {
    border-bottom:solid 1px #80b2bc;
}
.table_facts td.bg_1 {
    background-color:#eef5f1;
    font-size:12px;
    border-top:solid 1px #80b2bc;
}
.table_facts td a.link_pdf {
    display:block;
}
td.neu {
    background:url(../images/layout/neu.png) no-repeat left 0;
}
/*//////Spez. Content-Listen////////*/
.listen_head {
    margin:25px 0 0 0;
    padding:6px 5px 6px 5px;
    background-color: #eef5f1;
    border-bottom:solid 1px #cccccc;
    text-transform:uppercase;
    letter-spacing:1px;
    color: #006478;
}
.listen_body {
    margin:0 0 25px 0;
    padding:0;
    font-size:12px;
}
.listen_body li {
    padding:6px 5px 6px 5px;
    margin:0;
    border-bottom:solid 1px #cccccc;
    display:block;
    list-style:none;
}

/*Search/////////*/
#searchdiv {
    height:40px;
    margin:40px 0px 110px 0px;
}
#searchdiv form label {
    font-size:10px;
    line-height:10px;
    font-family:arial;
    text-transform:uppercase;
    padding:5px 0 0 0;
    color:#4d93a1;
    display:block;
}

#search_in {
    float:left;
    width:140px;
    margin:2px 3px 5px 0;
    padding-left:3px;
    border:solid 1px #a7cad0;
    background:#f3f8f9;
    font-size:11px;
    line-height:11px;
    display:block;
}
#search_but {
    visibility:hidden;
    margin:5px 0 0 0;
}
.searchresultItem {
    margin:7px 0 7px 0;
    padding:0 0 5px 0;
    border-bottom:dotted 1px #cccccc;
}
/*Search-Result-Page*/
.searchresult_message {
    height:28px;
    background:url(../images/layout/searchresult_message_bg_r.png) no-repeat top right;
    margin:20px 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;
}

/*Gallerie///////*/
table.gallery {
    width:500px;
    margin:20px 0 0 0;
}
.gallery_image {
    vertical-align:top;
}
img.gallery_image_link {
    border:solid 2px #ffffff;
    display:block;
}
img.gallery_image_link:hover {
    border:solid 2px #990000;
}
.gallery_detail {
    margin:20px 0 0 0;
}
.gallery_discript {
    padding:5px;
    background-color:#cccccc;
    color:#333333;
}
/*Page-Navigation: Bottom of Page*/
.pages {
    height:28px;
    background:url(../images/layout/searchresult_message_bg_r.png) no-repeat top right;
    margin:20px 0 0 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666666;
}
.pages_head {
    height:28px;
    background:url(../images/layout/searchresult_message_bg_l.png) no-repeat top left;
    margin:0 10px 0 0;
    padding:6px 0 0 20px;
    float:left;
}
.pages_navi {
    height:28px;
    margin:0;
    padding:6px 0 0 0;
    float:left;
}
a.pages_back, a:link.pages_back, a:active.pages_back, a:visited.pages_back, a:hover.pages_back {
    background:url(../images/layout/icons/search_back_0.png) no-repeat left 40%;
    margin:0 0px 0 0;
    padding:0px 4px 0px 12px;
    color:#666666;
    text-decoration:none;
}
a.pages_next, a:link.pages_next, a:active.pages_next, a:visited.pages_next, a:hover.pages_next {
    background:url(../images/layout/icons/search_next_0.png) no-repeat right 40%;
    margin:0 0 0 0px;
    padding:0px 12px 0px 4px;
    color:#666666;
    text-decoration:none;
}
a:hover.pages_back {
    /*background:url(../images/layout/icons/search_back_1.png) no-repeat left 40%;*/
    color:#006478;
}
a:hover.pages_next {
    /*background:url(../images/layout/icons/search_next_1.png) no-repeat right 40%;*/
    color:#006478;
}
a.pages_int, .pages_int_active {
    height:28px;
    margin:0;
    padding:0px 3px 0px 3px;
    text-decoration:none;
}
a:hover.pages_int {
    background-color:#cccccc;
}
.pages_int_active {
    font-weight:bold;
    color:#666666;
}
/*Teaser_right////////*/
.teaser_right {
    width:150px;
    margin:0 0 10px 0;
}
div.teaser_right {
    padding-bottom:5px;
}
.teaser_right.cutline {
    background:url(../images/layout/teaser_bg.png) no-repeat right bottom;
}
.teaser_right h2, .teaser_right h3 {
    text-decoration:none;
}
.teaser_right p {
    margin:10px 0 15px 0;
    text-decoration:none;
}
a .teaser_right, a:link .teaser_right, a:active .teaser_right, a:visited .teaser_right, a:hover .teaser_right, a:focus .teaser_right {
    color:#006478;
    text-decoration:none;
}
a:hover .teaser_right {
    color:#333333;
}
/* Contakt ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
    padding:5px 5px 20px 5px;
    margin:15px 0 20px 0;
    background-color:#f3f8f9;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #A7CAD0;
    width:488px;
    font-size:12px;
    font-family:arial;
    padding-top:2px;
    padding-bottom:2px;
}
#contactForm .contactRow select {
    border:1px solid #A7CAD0;
    width:172px;
    font-family:arial;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:488px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
}

#contactFormSubmit {
    height:40px;
}
#contactFormSubmit #contactFormSubmitLeft,
#contactFormSubmit #contactFormSubmitRight {
    float:left;
    padding:15px 0 15px 0;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    font-size:10px;
    float:right;
    cursor:pointer;
}
#contactFormSubmit #contactFormSubmitLeft input {
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/*////////*/
/* SHOP /////////*/
/*//////////////*/
/* Warenkorb //////////*/
.korb {
    width:150px;
    background:url(../images/layout/warenkorb_top_bg.png) no-repeat 50% top;
    margin:0 0 1em 0;
    padding:12px 0 0 0;
}
.korb_bottom {
    width:100%;
    background:url(../images/layout/warenkorb_bottom_bg.png) no-repeat 50% bottom;
    padding-bottom:12px;
    
}
.korb_bottom h3 {
    margin:0 0 5px 7px;
    font-size:14px;
}
a#Korb_Show, a:link#Korb_Show, a:active#Korb_Show, a:visited#Korb_Show, a:hover#Korb_Show, a:focus#Korb_Show {
    padding:4px 0 4px 0;
    margin:0 7px 0 7px;
    display:block;
    color:#006478;
    line-height:100%;
    text-align:center;
    text-decoration:none;
    background:url(../images/layout/warenkorb_btn_show_0.png) no-repeat 0 center;
}
a:hover#Korb_Show, a:focus#Korb_Show {
    background-image:url(../images/layout/warenkorb_btn_show_1.png);
}
a#Korb_Buy, a:link#Korb_Buy, a:active#Korb_Buy, a:visited#Korb_Buy, a:hover#Korb_Buy, a:focus#Korb_Buy {
    padding:7px 0 7px 0;
    margin:0 4px 3px 4px;
    display:block;
    color:#ffffff;
    line-height:100%;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    background:url(../images/layout/warenkorb_btn_buy_0.png) no-repeat 50% 50%;
}
a#Korb_Buy.full, a:hover#Korb_Buy, a:focus#Korb_Buy {
    background-image:url(../images/layout/warenkorb_btn_buy_1.png);
}
/*Korb-Content*/
#Korb_Cont {
    padding:0 2px 7px 2px;
}
#Korb_Cont table {
    border-collapse:collapse;
    border:none;
    width:100%;
}
#Korb_Cont table td {
    padding:2px 0 2px 0;
    border-top:dotted 1px #A7CAD0;
    border-bottom: dotted 1px #A7CAD0;
    background-color:#f3f8f9;
    text-align:left;
    vertical-align:top;
}
#Korb_Cont table td.piece {
    padding-left:5px;
    white-space:nowrap;
}
#Korb_Cont table td.disc {
    padding-left:7px;
    padding-right:5px;
}
#Korb_Cont div.wert {
    margin:5px 7px 0 7px;
}
#Korb_Cont div.gesamt {
    margin:0 7px 3px 7px;
    font-size:1.333em;
    line-height:1em;
    font-weight:bold;
}
/*Korb-Edit*/
#Korb_Edit {
    
}
#Korb_Edit table {
    margin:2em 0 2em 0;
    border-collapse:collapse;
    border:none;
    width:100%;
}
#Korb_Edit table td {
    padding:2px 0 2px 0;
    border-top:dotted 1px #A7CAD0;
    border-bottom: dotted 1px #A7CAD0;
    background-color:#f3f8f9;
    text-align:left;
    vertical-align:top;
}
#Korb_Edit table td.piece {
    padding-left:2px;
    white-space:nowrap;
}
#Korb_Edit table td.piece input {
    width:20px;
}
#Korb_Edit table td.disc {
    padding-right:5px;
}
#Korb_Edit table td.price,
#Korb_Edit table th.price {
    padding-right:2px;
    padding-left:10px;
    text-align:right;
    white-space:nowrap;
}
#Korb_Edit td.wert {
    padding:7px 2px 7px 0;
    text-align:right;
    font-weight:bold;
}
#Korb_Edit td.gesamt {
    padding:7px 2px 7px 0;
    text-align:right;
    font-weight:bold;
}
a#Btn_ceckout, a:link#Btn_ceckout, a:active#Btn_ceckout, a:visited#Btn_ceckout, a:hover#Btn_ceckout, a:focus#Btn_ceckout,
input#Edit, input#Submit, input#Reset {
    width:204px;
    padding:7px 0 8px 0;
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    font-family:Georgia;
    text-align:center;
    text-decoration:none;
    float:right;
    border:none;
    cursor:pointer;
    background:url(../images/layout/btn_bestellen_0.png) no-repeat center 50%;
}
input#Edit, input#Reset {
    float:left;
}
a:hover#Btn_ceckout, a:focus#Btn_ceckout,
input:hover#Edit, input:focus#Btn_edit,
input:hover#Submit, input:hover#Reset {
    background-image:url(../images/layout/btn_bestellen_1.png);
}

.notice {
    margin-top:-1em;
    margin-bottom:2em;
}


/* Bestelloption //////////*/
#Opt {
    clear:both;
    float:left;
    margin:2em 0 2em 0;
    padding:2em 0 2em 0;
    border-top:dotted 1px #cccccc;
    border-bottom:dotted 1px #cccccc;
    width:500px;
}
#Opt .sp2_l {
    width:270px;
    white-space:nowrap;
    padding-top:4px;
}
#Opt .sp2_r {
    width:210px;
    white-space:nowrap;
}
#Opt #Btn_Go {
    width:204px;
    height:34px;
    background:url(../images/layout/btn_bestellen_0.png) no-repeat center 50%;
}
#Opt #Btn_Go:hover, #Opt #Btn_Go:focus {
    background-image:url(../images/layout/btn_bestellen_1.png);
}
#Opt #P_st {
    width:32px;
    padding:0;
    margin:0 0 0 11px;
    font-weight:bold;
    font-size:12px;
    line-height:1em;
    background:url(../images/layout/btn_bestellen_mal.png) no-repeat right 50% #ffffff;
}

#Opt #Go {
    width:155px;
    padding:7px 0 6px 0;
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    font-family:Georgia;
    text-align:center;
    background:none;
    border:none;
    cursor:pointer;
}
#Opt .status {
    width:70px;
    float:left;
    color:#666666;
    font-size:10px;
}
#Opt .status img {
    margin:3px 0 4px 0;
}
#Opt .preis {
    width:200px;
    float:left;
    color:#666666;
    font-size:10px;
}
#Opt .preis span {
    font-weight:bold;
    font-size:1.5em;
    color:#006478;
    padding-left:0.5em;
}
#Opt .preis span#price {
    font-size:2.25em;
}
.buch {
    padding:1em 0 0 0;
    margin-top:1em;
    border-top:dotted 1px #cccccc;
}
.buch span {
}
/*Empfohlene Produkte /////////*/
.EmpfProd h2.cutline_pre {
    background:url(../images/layout/teaser_bg.png) no-repeat right top;
    padding-top:1em;
    margin-top:1em;
}
.EmpfProd img {
    display:block;
    margin-bottom:7px;
}
.EmpfProd span.EmpfTitle {
    display:block;
    font-weight:bold;   
}

.EmpfProd a, .EmpfProd a:link, .EmpfProd a:active, .EmpfProd a:visited, .EmpfProd a:hover, .EmpfProd a:focus {
    text-decoration:none;
}

/*Shop_Listung ////////*/
.teaseritem {
    clear:both;
    float:left;
    width:100%;
    margin-top:1em;
    padding-top:1em;
    border-top:dotted 1px #cccccc;
}
.teaseritem h2 {
    margin:0em 0 0.33em 0;
}
.teaseritem h2 a {
    text-decoration:none;
}
.teaseritem .teaserbuch  {
    margin:0.5em 0 0.5em 0;
}
.teaseritem .teaserinfo  {
    padding-top:0.33em;
}

.teaseritem span.preis  {
    font-weight:bold;
    font-size:1.15em;
    color:#006478;
    padding-right:0.5em;
}
.teaseritem a.info  {
    float:right;
}
/*////////*/
/*Besucherzhaeler*/
#counter {
    position:relative;
    width:140px;
    margin-top:-100px;
}
#counter #counter-gesamt {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 1px solid #CCCCCC;*/
    display: none;
    left: -5px;
    padding: 5px;
    position: absolute;
    top: -10px;
    width: 100%;
}
#counter:hover #counter-gesamt {
    display:block;
}
