/* ------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------ */
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 6;
    font-size: 1em;
    height: 82px;
}

#header-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 34px;
    background: transparent url(../img/backgrounds/header_top.png) repeat-x left top;
}

#header-bottom {
    position: absolute;
    top: 34px;
    left: 0px;
    width: 100%;
    height: 55px;
    background: transparent url(../img/backgrounds/header_bottom.png) repeat-x left top;
}

#logo  {
    background-color: transparent;
    /* background-image: url(../img/backgrounds/logo-new2.jpg); */
    background-repeat: no-repeat;
    left: 10px;
    position: absolute;
    top: 0px;
    width: 190px;
}

#logo h1 { 
    text-indent: -99999em;
    width: 300px;
    height: 70px;
}

#logo h2 { 
    font-size: 20px;
    margin-left: 50px;
    position: relative;
    top: -4px;
    color: grey;
}

#flags {
    position: absolute;
    top: 0px;
    left: 200px;
}

#flags li {
    float: left; 
}


#topmenu {
    font-size: 1em;
    line-height: 3;
    z-index: 3;
}

#topmenu {
    position: absolute;
    bottom: 0px;
    left: 300px;
    width: 700px;
}

#topmenu ul {
    display: block;
}


#topmenu li { 
    position: relative;
    height: 30px;
    display: inline;
    line-height: 1.2em;
    margin: 0px 0px 1px 5px;
    float: left;
    width: 110px; 
}

.middle { 
    border-right: 2px solid #0163c0;
}

.last { 
    border-right: 0px solid #0163c0; 
}


a.menulink {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    left: 0px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.1;
    text-shadow: 1px 1px 0 #000000;
}

a.menulink:hover {
    color: red;
}

a.menulink-active { 
    color: red;
}

#bottommenu {
    position: absolute;
    bottom: 25px;
    left: 30px;
}

#bottommenu li {
    position: relative;
    line-height: 1.2em;
    margin: 0px 0px 1px 5px;
    float: left;
    font-size: 1.2em;
    width: 110px;
}

#bottommenu li a.menulink {
    text-decoration: underline;
    color: lime;
}


#bottommenu li a.menulink-active {
    text-decoration: none;
    color: red;
}
