@charset "UTF-8";
/* CSS Document */

.label_stage {
    position: fixed;
    left:0px;
    top:0px;
    background-color: tomato;
    padding:3px 5px;
    color: #ffffff;
}

body {
    font-family:CastRegular, Tahoma, Arial, Helvetica, sans-serif;
    font-size:16px;
    margin:0px;
    background-color:#ffffff;
    background-image: url(/img/portal/layout/body_back.gif);
    background-repeat: repeat-x;
    height: 100%;
    color: #505050;
}

.snippetSpacer {
    padding-bottom: 20px;
}

.logo {
    background-image: url("../../img/portal/layout/logo.png");
    background-repeat: no-repeat;
    height: 37px;
    left: 15px;
    position: absolute;
    top: 34px;
    width: 239px;
    z-index: 100;
}

div#site {
    width: 1200px;
    margin: 0 auto;
}

div#head {
    position: relative;
    width: 1200px;
    height: 160px;
    margin-bottom: 70px;
    background-color: #e8e8e8;
}

div#content {
    width: 1070px;
}

div#foot {
    background-color: #505050;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 65px;
    margin-top: 20px;
}

div#foot .fContainer {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1200px;
    padding: 10px 0px;
}


div#foot .fContainer .fPart {
    float: left;
    height: 280px;
    padding-right: 12px;
    padding-left: 30px;
    width: 180px;
    
}

div#foot .fContainer .fPart.fp2 {
    padding-left: 0px;
    width: 228px;
}
div#foot .fContainer .fPart.fp3 {
    padding-left: 0px;
    width: 275px;
}
div#foot .fContainer .fPart.fp4 {
    padding: 0;
    width: 150px;
}

div#foot .fContainer .fPart h4 {
    font-family: 'CastRegular';
    font-size: 24px;
    font-weight: lighter;
    line-height: 70px;
    margin: 0;
    padding: 0;
}


form {
    margin:0px;
}


.bw_menu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #505050;
    
}

.bw_menu ul {
    list-style: none;
    margin: 0px 0px 0px 15px;
    padding: 0px;
    border-left: 1px solid #ffffff;
    height: 50px;
}
.bw_menu ul li {
    list-style: none;
    float:left;
    background: transparent;
    border-right: 1px solid #fff;
}

.bw_menu a:link,
.bw_menu a:visited {
    display: block;
    padding: 0px 25px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    background: transparent;
}

.bw_menu a:visted {
    text-decoration: none;
}

.bw_menu .highlight a:link,
.bw_menu .highlight a:visited {
    background-color: #014380;
}

.bw_menu a:hover {
    background-color: #505050;
}


.menu {
    background-color: #f5f5f5;
    padding:20px 10px 20px 20px;
}

.menu .pf {
    background-image: url("../../img/portal/layout/pfeil_blue_small.png");
    background-repeat: no-repeat;
    display: none;
    height: 15px;
    left: -15px;
    position: absolute;
    top: 4px;
    width: 12px;
}

.menu ul li ul li .pf {
    top: 4px;
}

.menu ul,
.menu li {
    margin:0px;
    padding:0px;
    list-style: none;
    position: relative;
}

.menu ul li ul {
    padding-bottom: 8px;
}

.menu ul li ul li{
    padding-bottom: 2px;
}

.menu li.selected .pf {
    display:block;
}

.menu li.selected.open .pf {
    display:none;
}