@charset "UTF-8";
/* CSS Document */
/*****************
Debugging 
*****************/
/*div { border:1px red dashed; }*/
/*****************
Struktur
*****************/
#left {
    width: 18em;
    margin-top: -1px;
}
#center {
    float: left;
    width: 45em;
    padding-right: 3em;
}
#right {
    margin-top: 0;
    width: 26.9em;
}
/*********************
Unterseiten General
*********************/
#linie {
    border-top: solid 0px #7f9f19;
    background-color: #7f9f19;
    height: 5px;
    margin: 0;
    line-height: 0;
    font-size: 0;
}
#linie.abv_online {
    border-top-color: #f3ae00;
    background-color: #f3AE00;
}
/**********************
Navigation links
**********************/
#nav2 {
    width: 18em;
    background: #7f9f19;
/*Added VG*/
 min-height: 300px;
    height: auto !important;
    height: 300px;
}
#nav2.abv_online {
    background: #f3ae00;
}
#nav2 #nav_bereich {
    font-weight: bold;
    font-size: 1.6em;
    border-bottom: 0px solid white;
    padding: 15px 20px 5px;
}
#nav2_navigation {
    /*padding: 15px 25px 20px;*/
    padding: 15px 0 20px 25px;
    width: 100% !important;
    width: auto;
}
#nav2 ul {
    list-style-type: none;
}
#nav2 .nav2_1 a {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#nav2 .nav2_1 li {
    margin-bottom: 0.6em;
}
#nav2 ul.nav2_1 {
    margin-bottom: 0;
}
#nav2 ul.nav2_2 {
    margin-bottom: 1em;
}
#nav2 .nav2_2 a {
    font-size: 1em;
    line-height: 1.1em;
    font-weight: normal;
    margin-left: 1em;
}
#nav2 .nav2_2 li {
    margin-bottom: 0;
}
#nav2 .nav2_1 a:hover, #nav2 .nav2_2 a:hover {
    color: #fff;
}
#nav2 a.aktiv {
    color: #f3ffaf;
}
/*****************
Ãoberm Content
*****************/
#above_content {
    float: left;
    border-bottom: 1px solid #d3dff2;
    padding: 17px 0 1px 30px;
    width: 42em;
}
#clickpath {
    float: left;
}
#clickpath a {
    color: #000;
    text-decoration: none;
}
#clickpath a.aktuell {
    color: #006abc;
}
#clickpath a:hover {
    text-decoration: underline;
}
#tools {
   float: right;
}
#tools img {
    padding-left: 10px;
    position: relative;
    top: -2px;
}
/* Added VG */
#toolsnew {
    padding: 5px 0 0px 30px;
float: right;
clear: both;
}
#toolsnew img {
    padding-left: 10px;
    position: relative;
    top: -2px;
border:0;
}
/* Added VG */
/*****************
Content
*****************/
#content {
    padding: 0px 0 15px 30px; /* Edited VG padding: 15px 0 15px 30px;*/
    clear: both;
}
#content p {
    margin-bottom: 1.4em;
}
#content ul, #content ol {
    margin-bottom: 1.4em;
    margin-left: 2.8em;
}
#content a {
    color: #0164a8;
    text-decoration: underline;
}
#content a:hover {
    text-decoration: none;
    color: #709ed3;
}
#content p img.image_medium {
    float: left;
    margin: 0 10px 5px 0;
}

#content .img_w_sub_right {
    float: right;
    width: 12em;
    margin: 0 0 0 10px;
    padding-top: 5px;
    color: #5c5c5c;
    font-size: 0.9em;
}
#content .img_w_sub_left {
    float: left;
    width: 120px;
    margin: 0 10px 0 0;
    padding-top: 5px;
    color: #5c5c5c;
    font-size: 0.9em;
}
#content .img_w_sub_center {
clear: both;
    text-align: center;
    width: 100%;
    margin: 0 0px 0 0;
    padding-top: 5px;
    color: #5c5c5c;
    font-size: 0.9em;
}

#content img.image_big {
    float: left;
    clear: both;
    margin-bottom: 5px;
} 
/*****************
Spezielles
*****************/
#content .datum {
    color: #709ed3;
    font-size: 0.9em;
    margin: 0;
}
#content h4 {
    color: #000;
    font-weight: 1em;
    line-height: 1.4em;
    margin: 0;
    font-weight: bold;
}
#content h5 {
    color: #000;
    font-size: 1em;
    margin-top: 0;
    line-height: 1.4em;
    font-weight: bold;
}
#content .nobm {
    margin-bottom: 0;
}
#content .bm {
    margin-bottom: 1em;
}
/******************
Sitemap
******************/
#sitemap a {
    text-decoration: none;
}
#sitemap a:hover {
    text-decoration: underline;
}
#sitemap ul {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 2.2em;
    font-weight: bold;    
}
#sitemap ul ul {
    text-transform: none;
    margin: 0;
    background: #f2f7fb;
    color: #0164a8;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
}
#sitemap ul ul ul {
    font-weight: normal;
    padding-left: 1em;
}
#sitemap ul.sm01 ul {
    border-top: 1px solid #709ed3;
    padding-left: 1em;
}
#sitemap ul.sm01 ul ul {
    border: none;
}
/*
#sitemap ul.sm01 li {
    border-bottom: 1px solid #709ed3;
    padding-left: 1em;
}
*/
#sitemap ul.sm01 ul li {
    border: none;
}
#sitemap ul ul li {
    padding-bottom: 0.2em;
}
#sitemap ul.sm02 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
}
#sitemap ul.sm02 li {
    background: #f2f7fb url(/static_internet/images/images_templates/list_sm02.gif) no-repeat left 4px;
    margin-left: 1em;
    padding-left: 1em;
}
#sitemap ul.sm03 li {
    background: url(/static_internet/images/images_templates/list_sm03.gif) no-repeat left 4px;
    margin-left: 1em;
    padding-left: 1em;
}
#sitemap ul.sm04 {
    font-size: 0.9em;
}
#sitemap ul.sm04 li {
    background: #f2f7fb url(/static_internet/images/images_templates/list_sm02.gif) no-repeat left 3px;
    margin-left: 1em;
    padding-left: 1em;
}    
#sitemap ul.sm01 li a {
    color: #709ed3;
}
#sitemap ul.sm01 ul li a {
    color: #0164a8;
}