html {
	height: 100%;
    width: 100%;
    background: url(/pictures/page/background.gif);
    padding: 0px;
    margin: 0px;
}

body {
	height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
}

a {
    text-decoration: none;
}

.top_separator {
    height: 10px;
}

.front_page {
    position: relative;
    width: 986px;
    height: 580px;
    background: url(/pictures/page/main_background.jpg);
}

.top_menu {
    position: absolute;
    top: 88px;
    left: 0px;
    right: 0px;
    height: 30px;
}

.top_menu .links {
    position: absolute;
    z-index: 100;
    left: 0px;
    right: 0px;
    top: 5px;
    padding-left: 40px;
}

.top_menu .links .container {
    position: absolute;
    display: none;
    padding-top: 10px;
}

.top_menu .links .container .c_top {
    height: 1px;
}

.top_menu .links .container .c_link {
    text-align: left;
    font-size: 12px;
    padding: 6px;
    background: #000000;
    color: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border-bottom: 2px solid black;
    cursor: pointer;
}

.top_menu .links .container .c_link:hover {
    padding: 6px;
    background: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border-bottom: 2px solid #f06400;
    color: #f06400;
}

.top_menu .links .link {
    padding-right: 20px;
    font-size: 15px;
    float: left;
}

.top_menu .links .link a {
    color: #000000;
}

.top_menu .links .link a:hover {
    color: #f06400;
}

.top_menu .background {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    background: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.bottom_shadow {
    margin-top: 20px;
    width: 986px;
    height: 10px;
    background: url(/pictures/page/bottom_separator.jpg);
    clear: both;
}

.languages {
    position: absolute;
    top: 20px;
    left: 30px;
}

.languages .language {
    padding-right: 10px;
    font-weight: bold;
    float: left;
}

.languages .active a {
    color: #f06400;
}

.languages a {
    color: #ffffff;
}

.languages a:hover {
    color: #f06400;
}

.languages .sitemap {
    margin-left: 10px;
    padding-left: 20px;
    font-weight: bold;
    float: left;
    border-left: 3px solid #f06400;
}

.menu_pictures {
    text-align: left;
    display: none;
    position: absolute;
    top: 120px;
    left: 0px;
    background: #000000;
}
