@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: 0px 0px 5px 0px;
	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: 0px 0px 8px 0px;
	text-transform:uppercase;
}
#container #content div.menu ul {
	float:right;
	/* IE */
	clear:right;
	width: 150px;
	margin: 0px;
	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: 0px;
}
#content table.product {
	float:left;
	margin-right: 30px;
	width:168px;
}
#content table.last {
	margin-right: 0px ;
}
#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: 0px 0px 8px 0px;
	padding: 0px;
	width: 399px;
}
#content h3.col-0 {
	width: 670px;
}
#content h4 {
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
	margin: 3px 0px 0px 0px;
	padding: 3px;
	padding: 0px;
}

#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:600px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: #8c8c90 1px dashed;
} 

#container #content #news ul{ 
	padding-left: 0px;
}
#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: 0px !important;
	margin: 0px !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;
}