




#header{
    position:absolute;
    height:185px;
    width:1050px;
}

#header #logo {
    border-bottom-color: silver;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    position: absolute;
    bottom:25px;
}

#header #logoContainer {
    float: left;
    position: relative;
    width:230px;
    height:185px;
}

#header UL {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image:none;
}

#header #headerTopMenu {
    height:25px;
    margin-left:230px;
}

#header #headerTopMenu LI{
    padding-left: 25px;
    padding-right: 25px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: black;
    font-size: 14px;
    float: left;
    height: 100%
}

#header #headerTopMenu a {
    text-decoration: none;
    color: black;
    margin: 0px;
    padding: 0px;
    display: block;
    padding-top: 5px;
}

#header #headerTopMenu #selectedMenu a {
    color: gray;
}


#multilang {
    position:absolute;
    left:950px;
    margin-top:-27px;
}

#multilang a{
    border:1px solid silver;
    display:block;
    float:left;
    margin:5px;
    width:16px;
    height:16px;
    text-decoration:none;
    color:black;
    padding:2px 0 0 8px;
    font-size:9pt;
}

#header #headerContainer {
    float: left;
    background-repeat: no-repeat;
    width:820px;
    height:160px;
}
/*background-image:url('/opencms/opencms/system/modules/ch.wyss.mirella/resources/headerimage/scheleine.jpg');*/

#header #headerContainer UL {
    height: 100%;
    float: right;
}

#header #headerContainer li {
    padding-left: 20px;
    font-size: 11px;
    float: left;
    height: 100%
}

#header #headerContainer li a {
    text-decoration: none;
    color: black;
    margin: 0px;
    padding: 0px;
    display: block;
    padding-top: 5px;
}

#header #headerContainer li#selectedMenu a {
    color: #666666;
}

#header #headerContainerEmpty {
    border-bottom-color: silver;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height:135px;
}

#header #headerContainerEmpty UL {
    border-left-color: silver;
    border-left-width: 1px;
    border-left-style: solid;
    width:260px;
}

#header #headerBottomMenuContainer {
    height:25px;
    position:relative;
}

#header #headerContainer #bgrender{
    background-color: #ffffff;
    filter: alpha(opacity = 70);
    opacity: 0.7;
    height:24px;
}

#header #bgrender *{
    visibility:hidden;
}

#header #headerBottomMenuContainer UL {
    border-left-color: silver;
    border-left-width: 1px;
    border-left-style: solid;
    position:absolute;
    right:0px;
    width:260px;
}

#header #headerContainerEmpty UL * {
    visibility: hidden;
}

#headerRuler {
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 1px;
    border-color: silver;
    height:24px;
    margin-left:230px;
    margin-top:160px;
}