html, body {
    background: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    color: #00519e;
    margin: 0 auto;
}

#container {
    width: 851px;
    margin: 0 auto;
    position: relative;
}

#container #head {
    width: 650px;
    height: 200px;
    position: relative;
}

#head #logo {
    position: absolute;
    top: 32px;
    left: 69px;
}

#logo img {
    border: none;
}

#container #navigation {
    background: url(../images/navigation.png) no-repeat;
    width: 650px;
    height: 30px;
    position: relative;
}

#container #main_top {
    background: url(../images/main_top.png) no-repeat;
    width: 650px;
    height: 5px;
    margin-top: 20px;
}

#container #main,
#container #main_img {
    background: #F3F9FE;
    padding-top: 57px;
    padding-bottom: 47px;
    width: 650px;
    line-height: 18px;
}

#container #main_img {
    min-height: 510px;
}

#main #subnavigation,
#main_img #subnavigation {
    width: 170px;
    float: left;
}

#main #content,
#main_img #content {
    width: 435px;
    float:left;
}

#container #main_bottom {
    background: url(../images/main_bottom.png) no-repeat;
    width: 650px;
    height: 5px;
}

#footer {
    background: url(../images/footer.gif) no-repeat;
    width: 650px;
    height: 30px;
    margin-top: 10px;
    padding-top: 40px;
    text-align: right;
    margin-bottom: 10px;
}

#footer a {
    color: #1f7fbd;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover {
    color: #00519e;
    font-weight: bold;
    text-decoration: none;
}

#img {
    position: absolute;
    top: 265px;
    right: 9px;
}

#img1 {
    /*position: absolute;*/
}

#img2 {
    position: relative;
    left: 25px;
    top: 42px;
}

#img3 {
    position: relative;
    left: -11px;
    top: 66px;
}

.input_kontakt {
    background: #FFFFFF;
    border: 1px solid #00519e;
    padding: 2px;
    width: 248px;
}

.input_kontakt_small {
    background: #FFFFFF;
    border: 1px solid #00519e;
    padding: 2px;
    width: 118px;
}

.select_kontakt {
    background: #FFFFFF;
    border: 1px solid #00519e;
    width: 254px;
}

.text_kontakt {
    background: #FFFFFF;
    border: 1px solid #00519e;
    padding: 2px;
    width: 248px;
    font-family: Arial;
    font-size: 12px;
}

.submit_kontakt {
    background: url(../images/kontakt_send.jpg) no-repeat;
    border: none;
    width: 124px;
    height: 19px;
    cursor: pointer;
}
.submit_kontakt:hover {
    background: url(../images/kontakt_send.jpg) no-repeat 0 -19px;
    border: none;
    width: 124px;
    height: 19px;
    cursor: pointer;
}

a {
    color: #00519e;
    text-decoration: none;
}

a:hover {
    color: #8A6D39;
}
