@charset "utf-8";
/**
 * Main CSS File / SunBeam Yachts
 * (c) elements.at New Media Solutions GmbH
 */
* {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

html, body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    background-color: #dce2e6;
    color: #000000;
    font-size: 0.8em;
}

body {
    background-image: url(../images/layout/bg.gif);
    background-color: #dce2e6;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    color: #8c8c90;
}

a {
    text-decoration: none;
    color: #8c8c90;
}

/**
* Basic Settings
*/
table, tbody {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-collapse: collapse;
    border: 0 #FFFFFF none;
}

th, tr {
    padding: 0;
    margin: 0;
    text-align: left;
    border: #dddfe0 0 none;
    font-weight: normal;
    border-collapse: collapse;
    vertical-align: top;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-stretch: normal;
    font-variant: normal;
    font-size: 12px;
}

img {
    border: none;
    /* Google mag mich nicht :-(
     behavior: url(/static/js/pngfix/iepngfix.htc);
     */
}

iframe {
    width: 695px;
    height: 410px;
    border: 0;
    margin: 0;
    padding: 0;
}

form {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

label {
    clear: left;
    float: left;
    width: 110px;
    margin-bottom: 10px;
}

textarea,
input,
select {
    border: 1px solid #8c8c90;
    float: left;
    margin-bottom: 8px;
}

input.anfrage {
    width: 160px;
}

input.submit {
    clear: left;
    margin-top: 0;
    margin-left: 110px;
}

select {
    width: 163px;
    margin-bottom: 10px;
}

textarea.anfrage {
    width: 160px;
    resize: none;
}

#purchase {
    float: left;
    margin: 0 100px 0 0;
    border: 0 #FFFFFF none;
    padding: 0;

}

/**
* Main Design Styles
*/
#top {
    width: 100%;
    height: 50%;
    margin-bottom: -335px;
    float: left;
    background-color: #FFFFFF;
}

#center-site {
    position: relative;
    margin: 0 auto;
    text-align: left;
    height: 650px;
    width: 100%;
    background-color: #ffffff;
    clear: left;
}

#container_top {
    background-image: url(../images/layout/bg_top.gif);
    background-position: top center;
    background-repeat: no-repeat;
    height: 35px;
    width: 100%;
}

#backcontainer {
    height: 615px;
    width: 100%;
    background-image: url(../images/layout/bg.gif);
}

#leftback {
    width: 50%;
    height: 615px;
    float: left;
    overflow: hidden;
    background: url(../images/layout/bg_left.gif) right top no-repeat;
    top: 0;
    position: relative;
}

/* IE HACK */
*html #leftback {
    width: 49.99%;
}

#rightback {
    width: 50%;
    height: 615px;
    float: right;
    overflow: hidden;
    background: url(../images/layout/bg_right.gif) left top no-repeat;
    top: 0;
    position: relative;
}

*html #rightback {
    width: 49.99%;
}

#container {
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 20;
}

#container #site {
    width: 1000px;
    height: 615px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}

#container #site div.headerimages {
    position: relative;
    width: 970px;
    height: 600px;
    top: 0;
    left: 15px;
    overflow: hidden;
    z-index: 2;
}

#container #site div.headerimages img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

/**
* Search Engine
*/
#container #search {
    float: left;
    padding-left: 21px;
    position: relative;
    top: 576px;
    width: 250px;
}

#container #search input.search {
    width: 100px;
    float: none;
}

#container #search input.submit {
    position: relative;
    top: -28px;
}

/**
 * Footer
 */
#container #footer {
    float: right;
    color: #FFFFFF;
    padding-right: 55px;
    position: relative;
    /*top:577px; */
    top: -23px;
    z-index: 10;
}

#container #footer a {
    color: #FFFFFF;
    font-size: 10px;
}

#pdf {
    float: right;
    /*margin-top:-20px;*/
    margin-right: 5px;
    clear: right;

}

/**
* Floating and Clear
*/
.f_left {
    float: left;
}

.c_left {
    clear: left;
}

