

#content_mainframe {
    width: 935px;
    margin: 0 auto;
}

#headerbar {
    height: 160px;
}

#header_logo {
    background: url("../graphics/logo.png") #000 center center no-repeat;
    width: 114px;
    height: 73px;
    margin-right: 12px;
    float: left;
}

#header_logo_text {
    font-size: 18px;
    font-weight: bold;
    overflow: visible;
    color: black;
    padding-top: 5px;
}

#headerbar a {
    color: white;
}

.bg_img_header {
    background-position: right top;
    background-repeat: no-repeat;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0 0 2px #aaa;
}

#language_selection {
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 8px 8px 0 0;
}


#navigationbar {
    height: 47px;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px #aaa;
    border-radius: 0 0 4px 4px;
    background-color: white;
}

#navigationbar ul {
    list-style-type: none;
    height: 100%;
}
ul.container {
    width: 940px;
}


#navigationbar ul li {
    float: left;
    display: block;
    height: 48px;
    border-right: 1px solid #ccc;
    box-shadow: -1px -1px 2px #ccc;
}

#navigationbar ul li a {
    padding-right: 18px;
    padding-left: 18px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    color: black;
    text-decoration: none;
    font-size: 16px;
    color: #444;
}

#navigationbar ul li a.selected, #navigationbar ul li a.selected:hover {
    font-weight: bold;
    text-shadow: 1px 1px #eee;
    color: black;
}

#navigationbar ul li a:hover {
    background-color: #eee;
}

#navigationbar ul li a p {
    display: block;
    text-align: center;
    line-height: 1em;

    top: 50%;
    height: 60px;
    position: relative;
    margin-top: -15px;
}

#navigationbar a .home_icon {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    display: inline-block;

    background-image: url("../graphics/icons/home.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

#navigationbar a:hover .home_icon, #navigationbar a.selected .home_icon {
    background-position: -20px 0;
}


/*********************
 * FOOTER
 *********/

#footer {
    color: #777;
    width: 100%;
    /*height: 140px;*/
    background-color: #eee;
    border-radius: 4px;
    box-shadow: 0 0 4px #aaa;
    margin-bottom: 12px;
}

#footer a {
    color: #555;
}

#footer a:hover {
    color: #333;
}

#footer .container h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}


#footer:hover {
    color: #333;
    background-color: #fff;
}

#footer:hover a {
    color: #3d7dff;
}

#footer:hover a:hover {
    color: #44aaff;
}