* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #b9c9d6;
    color: #9ea9af;
    font-family: "Times New Roman", "Times New Roman CE", "Times New CE", "Times CE", times, serif;
    font-size: 100%; /* 100% == 16px */
    line-height: 130%;
    padding-bottom: 100px;
}
.non-visible {
    height: 1px !important;
    left: -5000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -5000px !important;
    width: 1px !important;
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
legend,
.no-display {
    display: none;
}
img {
    border: none;
}
img.float-left {
    float: left;
    margin: 0 20px 10px 0;
}
img.float-right {
    float: right;
    margin: 0 0 10px 20px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}
button {
    cursor: pointer;
}
ul,
ol {
    margin: 20px;
}
p {
    margin: 20px 0;
    line-height: 150%;
}
a {
    color: #577e92;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.ico {
    display: block;
    float: left;
    margin: 10px 20px 10px 0;
}
.bold {
    font-weight: bold !important;
}
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.error_color {
    color: #ff0000 !important;
}
.back,
.more {
    display: block;
    margin: 10px 0;
    text-align: right;
}
.back a,
.more a {
}
/*
strong.perex {
    display: block;
    margin-bottom: 20px;
    text-align: justify;
}
*/
h1, h2, h3, h4 {
    color: #577e92;
    font-weight: bold;
}
h1 {
    font-size: 230%;
    font-weight: normal;
    line-height: 120%;
}
h2 {
    font-size: 180%;
    line-height: 120%;
}
h3   {
    font-size: 150%;
}
h4 {
    font-size: 110%;
}

#body {
    background: #dce4eb url('/media/page/container-bg.png') repeat-x left top;
}
#container {
    margin: 0 auto;
    padding-top: 5px;
    width: 980px;
}

#top {
    background: transparent url('/media/page/top-bg.png') no-repeat left top;
    height: 135px;
    margin-left: 10px;
    overflow: hidden;
    padding: 0 30px 30px 25px;
    position: relative;
    width: 910px;
}
#top h1.logo,
#top h3.logo {
    float: left;
    height: 132px;
    width: 314px;
}
#top h1.logo a,
#top h3.logo a {
/*    background: transparent url('/media/page/logo.png') no-repeat 10px 13px;*/
    background: transparent url('/media/page/logo.png') no-repeat 10px 13px;
    display: block;
    height: 122px;
    padding: 10px;
    width: 294px;
}
#customer {
    float: right;
    padding: 71px 0 0 0;
    _width: 420px;
}
#customer div.tb_linx {
    margin-bottom: 5px;
}
#customer div.tb_linx h4 {
    display: inline;
    font-size: 90%;
}
#login_form_content {
    padding: 10px 0;
}
#login_form_content input,
#login_form input {
    background: transparent url('/media/page/input.png') no-repeat left top;
    border: 0 none;
    float: left;
    height: 19px;
    padding: 7px 5px 3px 28px;
    width: 168px;
}
#login_form_content input.username,
#login_form input.username {
    background-image: url('/media/page/user/username.png');
}
#login_form_content input.password,
#login_form input.password {
    background-image: url('/media/page/user/password.png');
}
#login_form_content button,
#login_form button {
    background: transparent url('/media/page/arrows/right.png') no-repeat left top;
    border: 0 none;
    float: left;
    height: 14px;
    margin: 7px 0 0 5px;
    width: 13px;
}
#languages {
    position: absolute;
    right: 50px;
    top: 41px;
}
#languages ul {
    list-style-type: none;
    margin: 0;
}
#languages ul li {
    float: left;
    margin-left: 3px;
}
#languages ul li a {
    background: transparent none no-repeat left top;
    border: 1px solid #a3a3a3;
    display: block;
    float: left;
    height: 9px;
    margin-left: 1px;
    width: 14px;
}
#languages ul li#lang_cs a {
    background-image: url('/media/page/languages/cs.png');
}
#languages ul li#lang_en a {
    background-image: url('/media/page/languages/en.png');
}
#languages ul li#lang_it a {
    background-image: url('/media/page/languages/it.png');
}

#menu {
    padding: 10px 25px 0;
    .position: relative;
    .bottom: -1px;
    _position: static;
    _bottom: 0;
}
#menu ul {
    float: right;
    margin: 0;
    list-style-type: none;
}
#menu ul li {
    background: transparent url('/media/page/menu-separator.png') no-repeat right top;
    float: left;
    padding-right: 1px;
}
#menu ul li.last {
    background-image: none;
    padding-right: 0;
}
#menu ul li a {
    color: #454447;
    display: block;
    font-size: 85%;
    font-weight: bold;
    padding: 2px 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#menu ul li a.active,
#menu ul li a:hover {
    background: transparent url('/media/page/menu-arrow.png') no-repeat center bottom;
    color: #1155a2;
}

#content {
    background-color: #fff;
    min-height: 300px;
    _height: 300px;
    padding: 10px;
}
#content_top,
#content_bottom {
    background: transparent none no-repeat left top;
    display: block;
    height: 10px;
    overflow: hidden;
}
#content_top {
    background-image: url('/media/page/content-top-bg.png');
}
#content_bottom {
    background-image: url('/media/page/content-bottom-bg.png');
    height: 30px;
}
#left_col,
#contain {
    float: left;
    width: 280px;
}
#contain {
    padding: 0 15px 0 23px;
    width: 642px;
}
p.more {
    margin: 10px 0 0 0;
}
p.more a {
    background: transparent url('/media/page/more.png') no-repeat left top;
    color: #1155a2;
    display: block;
    float: right;
    height: 16px;
    line-height: 100%;
    padding: 3px 26px;
    text-align: right;
    text-decoration: none;
    text-transform: lowercase;
    width: 198px;
}
div.left_banner {
    background: #edf0f1 url('/media/page/news-top.png') no-repeat left top;
    padding: 10px 15px 6px 15px;
    width: 250px;
}
span.left_banner_bottom {
    background: transparent url('/media/page/news-bottom.png') no-repeat left top;
    display: block;
    height: 4px;
    margin-bottom: 15px;
    width: 280px;
}
div.left_banner h4 {
    font-weight: normal;
}
div.left_banner div.news_item {
    margin-bottom: 15px;
}
div.left_banner div.news_item.gerade {
    margin-bottom: 0;
}
div.left_banner div.news_item h4 {
    color: #1155a2;
}
div.left_banner div.news_item p {
    color: #454447;
    font-size: 90%;
    margin: 0 0 10px 0;
    line-height: 120%;
}
div.left_banner div.news_item p.more a {
    background-image: url('/media/index/more-news.png');
}
#news_list ul {
    margin: 15px 20px;
}
#footer {
    padding: 40px 20px 15px;
}
#footer,
#footer a {
    color: #95a4ac;
}
#copyright {
    float: left;
}
#credits {
    float: right;
}
