body {
    margin: 0px;
    font-family: Verdana;
    font-size: 11px;
}

h1 {
    font-size: 16px;
}

#header, #headline {
    position: relative;
}

#logobox {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 17px;
}

#header {
    width: 100%;
    height: 91px;
}

#flags {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 765px;
    text-align: right;
    padding: 2px 2px 0px 0px;
}

#headline {
    width: 100%;
    height: 24px;
    clear: both;
}

#headline div {
    width: 760px;
    position: relative;
}

#headline ul {
    position: absolute;
    right: 0px;
    padding: 0px;
    margin: 0px;
}

#headline ul li {
    display: block;
    float: left;
    line-height: 22px;
    margin-left: 16px;
}

#headline a {
    color: black;
}

#page {
    /* width: 765px; */
}

#leftcol {
    width: 160px;
    float: left;
}

#rightcol {
    /* width: 590px; */
    margin-left: 15px;
    margin-right: auto;
    float: left;
}

#overmenu {
    height: 2px;
    width: 160px;
    margin: 0px;
    padding: 0px;
    line-height: 1px;
}

#menu ul {
    margin: 0px;
    width: 160px;
    padding: 0px;
}

#menu li {
    display: block;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 1px 6px 1px 17px;
    line-height: 19px;
}

#pageimage, #pageimage img {
    width: 590px;
    height: 115px;
}

#content {
    width: 590px;
    margin-top: 10px;
    line-height: 18px;
    text-align: justify;
}

#footer {
    margin-top: 20px;
    height: 22px;
    padding-left: 175px;
    background-image: url( /images/world_of_tui.gif );
    background-repeat: no-repeat;
    background-position: left;
}

#footerleft {
    width: 400px;
    height: 22px;
    float: left;
    font-weight: bold;
    line-height: 20px;
    padding: 0px 10px;
}

#footerright {
    height: 22px;
    font-weight: bold;
    line-height: 20px;
}

.submit {
    padding: 2px 8px 2px 8px;
    border-width: 0px;
}

/* Offers */
.offer_table {
    border-spacing: 0px;
    border-width: 4px;
    border-style: solid;
    width: 100%;
}
.offer_table td.offer_image, .offer_table td.offer_info {
    border-top-width: 1px;
    border-top-style: solid;
}
.offer_info {
    padding: 8px 0px 2px 0px;
}
.offer_price {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.offer_table a {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}
.offer_table img {
    border-width: 0px;
}

.offer_view {
    width: 590px;
    position: relative;
    margin-top: 20px;
}
.offer_view h2 {
    font-size: 18px;
    width: 368px;
    line-height: 24px;
    text-align: left;
}
.offer_view_images {
    float: left;
}
.offer_view_images img {
    margin-bottom: 8px;
}

.offer_view_content {
    margin: 10px 0px 0px 100px;
    text-align: justify;
}
.offer_view_content p {
    margin: 0px;
}
.offer_view_price {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 2px;
    padding-right: 2px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.offer_view_price img {
    margin-bottom: 15px;
    margin-right: 2px;
}
.offer_view_backlink {
    color: black;
    padding-left: 10px;
    background-image: url(../images/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left;
}

/* forms */
input, select, textarea {
    border-width: 2px;
    border-style: solid;
    padding: 2px;
}
a {
    text-decoration: none;
}

.offer_cf {
    width: 550px;
    /* background-color: #bdbdbd; */
    padding: 10px 20px 20px 20px;
}

.offer_cf textarea {
    width: 100%;
    height: 80px;
}
/*
.offer_cf input, .offer_cf textarea, .offer_cf select {
    border: 2px solid #7c7c7c;
}
.offer_cf select, .offer_cf .submit {
    background-color: #dcdcdc;
}
    */

.uploadfiles {
    margin-top: 40px;
    border-spacing: 0px;
    margin-left: 20px;
}
.uploadfiles td {
    padding-top: 10px;
    padding-right: 6px;
}
.piktogrami img {
    margin: 1px;
}

