@import url("grid.css");
@import url("reset.css");
@import url("text.css");

.hide {
    display: none;
}

body {
    color: #000;
}

#wrapper {
    background: #0C3A6D url(../img/bg_fond.jpg) top center repeat-y;
}

#kopf-wrapper {
    background: transparent url(../img/bg_kopf.jpg) top center no-repeat;
}

#kopf h1 a {
    background: transparent url(../img/logo.jpg) 0 0 no-repeat;
    display: block;
    height: 113px;
    text-indent: -10000px;
    width: 930px;
    margin-top: 35px;
    margin-left: 5px;
}

#inhalt-wrapper {
}

/* Suche */
#search {
    padding-top:7px;
    padding-left:7px;
}

/* Menu */

#mainmenu-rahmen {
   height: 50px;
}

#mainmenu ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 5px;
    height: 45px;
    background: transparent url(../img/mw_menu_normal_bg.png) 0 0 repeat-x;
    /*background: transparent url(../img/bg_mainmenu.jpg) 0 0 repeat-x;*/
}

#mainmenu-left {
    display: block;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 5px;
    height: 45px;
    background: transparent url(../img/mw_menu_cap_l.png) top left no-repeat;
    /*background: transparent url(../img/bg_mainmenu.jpg) 0 0 repeat-x;*/
    width: 26px;
}

#mainmenu-right {
    display: block;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 5px;
    height: 45px;
    background: transparent url(../img/mw_menu_cap_r.png) top right no-repeat;
    /*background: transparent url(../img/bg_mainmenu.jpg) 0 0 repeat-x;*/
    width: 35px;
}

#mainmenu ul li {
    display: block;
    margin-left: 0px;
    float: left;
    padding: 0px 10px;
}

#mainmenu ul li a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#mainmenu ul li.active a,
#mainmenu ul li a:hover {
    color: #fff;
}

#panel-links {
    padding-left: 10px;
    width: 210px !important;
}

#panel-links ul {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 50px !important;
}

#panel-links ul li {
    margin-left: 0px;
/*    height: 25px;*/
    margin-bottom: 1px;
    font-size: 13px;
}

#panel-links ul li a {
    display: block;
    background:  transparent url(../img/bg_mainmenu.jpg) 0 0 repeat-x;
    color: #000099;
    text-decoration: none;
    line-height: 25px;
    padding: 0px 10px;
}

#panel-links ul li.active a,
#panel-links ul li a:hover {
    background: #75c05b;
}

#panel-links ul {
    background: #75c05b;
    margin-bottom: 0px;
    padding-bottom: 10px;
    list-style: none;
}

#panel-links ul li {
    margin-bottom: 0px;
    font-size: 16px;
}

#panel-links ul li a {
    font-size: 16px;
    padding-left: 20px;
}

#panel-links ul li li a,
#panel-links ul li li a:active {
    margin-bottom: 0px;
    padding-left: 35px;
    font-size: 13px;
}

#panel-links ul li li ul li.active,
#panel-links ul li li ul li a:active,
#panel-links ul li a:hover {
    background: #75c05b url(../img/icon_li_gelb.gif) 10px center no-repeat;
    color: #F5E000;
}

#panel-links form {
    margin-bottom: 20px;
}

#panel-links fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
}

#inhalt {
    min-height: 400px;
}

#inhalt h2 {
    margin-bottom: 5px;
}


#inhalt h4 {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

#inhalt a {
    color: #24429B;
    text-decoration: none;
    border-bottom: solid 1px #24429B;
}

#inhalt a:hover {
    border-bottom: dotted 1px #24429B;
}

#inhalt ul {
    list-style: none;
}

#inhalt ul li {
    margin-left: 5px;
    padding-left: 15px;
    line-height: 1.75;
    background: transparent url(../img/icon_li.gif) left center no-repeat;
}

#inhalt form label,
#inhalt form input {
    display: block;
}

#inhalt form input {
    margin-bottom: 5px;
}

#breadcrumb {
    margin-top: 10px;
    font-size: 11px;
    color: #aaaaaa;
}

#breadcrumb a {
    border: none;
    color: #8888AA;
}

#breadcrumb .B_currentCrumb {
    font-weight: bold;
}

#fuss-wrapper {
    background: transparent url(../img/bg_fuss.jpg) bottom center no-repeat;
    margin-top: 10px;
    margin-bottom: 0px;
}

#fuss {
    font-size: 11px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

#fuss a {
    color: #666;
    text-decoration: none;
}

#fuss a:hover {
    text-decoration: underline;
}

