@charset
"utf-8"
;
/**
 * Content Area CSS File / SunBeam Yachts
 * (c) elements.at New Media Solutions GmbH
 */
#container #content {
    background-image: url(../images/layout/bg_content.jpg);
    background-repeat: repeat-y;
    background-position: bottom;
    position: absolute;
    width: 970px;
    height: 305px;
    top: 150px;
    left: 15px;
    padding-top: 25px;
    z-index: 10;
}

#container #content ul {
    margin: 0 0 5px 0;
    padding-left: 20px;
}

#container #content li {
    list-style: square;
}

/**
 * Linke Produktnavgation
 */
#container #content div.menu {
    float: left;
    width: 180px;
    margin-right: 56px;
}

#container #content div.menu h2 {
    float: right;
    color: #002574;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

#container #content div.menu ul {
    float: right; /* IE */
    clear: right;
    width: 150px;
    margin: 0;
    text-transform: uppercase;
}

#container #content div.menu li {
    text-align: right;
    list-style: none;
    margin-bottom: 3px;
}

#container #content div.menu li a.active {
    font-weight: bold;
}

/**
 * Content (Subseite)
 */
#container #content div.maincontent {
    width: 712px;
    height: 275px;
    float: left;
    overflow: auto;
    color: #002574;
}

#container #content div.maincontent a {
    color: #002574;
}

/**
 * Content Einspaltig
 */
#content div.col-0 {
    float: left;
    width: 694px;
}

/**
 * Content Zweispaltig
 */
#content div.col-1 {
    clear: left;
    float: left;
    width: 380px;
    padding-right: 20px;
    text-align: justify;
}

#content div.col-2 {
    float: left;
    margin-top: 25px;
    width: 294px;
}

#content div.top {
    margin-top: 0;
}

#content table.product {
    float: left;
    margin-right: 30px;
    width: 168px;
}

#content table.last {
    margin-right: 0;
}

#content table.product th,
#content table.product td {
    border-bottom: #dddfe0 1px solid;
}

#content table.product td {
    text-align: right;
}

#content table.product th.last,
#content table.product td.last {
    border-bottom: 0px none;
}

#content h3 {
    float: left;
    font-size: 14px;
    margin: 0 0 8px 0;
    padding: 0;
    width: 399px;
}

#content h3.col-0 {
    width: 670px;
}

#content h4 {
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    margin: 3px 0 0;

    padding: 0;
}

#content div.disclaimer {
    width: 684px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 9px;
    text-align: justify;
}

/**
 * News and Events
 */
#container #content #news table tr td.pic {
    width: 85px;
    border-bottom: 1px dashed #8C8C90;
    padding-bottom: 5px;
    padding-top: 10px;
}

#container #content #news table tr td.text {
    width: auto;
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom: #8c8c90 1px dashed;
}

#container #content #news table tr td.text a {
    display: block;
}

#container #content #news table tr td.text a.more {
    padding: 0 10px 0 0;
    float: right;
}

#container #content #news ul {
    padding-left: 0;
}

#container #content #news img {
    margin-right: 10px;

}

#container #content #news li {
    list-style: none;
    list-style-type: none;
    margin-left: 0px;
}

#container #content #news hr {
    height: 1px;
    border: 0px #000000 dotted;
    border-bottom: #8c8c90 1px dashed;
    margin: 5px 0px 5px 0px;

    width: 600px;
}

/**
 * Google Maps
 */
#map {
    width: 100%;
    height: 150px;

}

#r_map {
    width: 100%;
    height: 250px;
}

*html #r_map {
    height: 250px;
}

#directions,
#directions div {
    padding: 0 !important;
    margin: 0 !important;
}

/*
#map div span,
#map div a,
.gmnoprint {
	visibility: hidden !important;
}
*/
#content div.gallery_2 {
    overflow: auto;
    height: 250px;
    text-align: left;
    padding-left: 20px;
    width: 274px;
}
/** Event 2011 - 12 Anfrage Formular
--------------------------------------------------------------------------------------------------------------------- */

.event {
    width: 380px;
    overflow: hidden;
}

.event label {
    width: 155px;
    padding: 0 10px 0 0;
    text-align: left;
}

.event .text {
    width: 100%;
    float: left;
    padding: 0 0 5px 0;
}
.event input.anfrage {
    width: 213px;
}
.event select {
    width: 215px;
}
.event textarea {
    width: 209px;
}

.event input.submit {
    margin-left: 165px;
}




