body 
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
}	

a 
{
	text-decoration: none;
	color: #00578a;
	outline: none;
}

a:hover 
{
	text-decoration: underline;
}

a img
{
	border: 0px;
}

.sprite
{
	background-image: url(/img/static/sprite.png);
	background-repeat: no-repeat;
}

a.link {
	display: block;
	padding: 0 0 0 25px;
	background: url(/img/layout/icon_sprite.png) no-repeat 0px 1px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

a.link:hover {background-position: 0px -239px;}


h1 
{
	font-family: 'Arimo', Arial, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #00578a;
	font-size: 20px;
	margin-bottom: 10px;
}

h2 
{
	font-family: 'Arimo', Arial, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #00578a;
	font-size: 17px;
	margin-bottom: 10px;
}

h3
{
	font-family: 'Arimo', Arial, serif;
	margin-top: 7px;
	margin-bottom: 2px;
	font-size: 13px;
}

h4
{
	font-family: 'Arimo', Arial, serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px%;
}

h5
{
	font-family: 'Arimo', Arial, serif;
	margin: 7px 0px 3px 0px;
	padding: 0px;
	font-size: 11px;
}

.grau
{
	color: #666;
}

.red
{
	color: red;
}

.clear
{
	clear: both;
	display: block;
}

span.unit
{
	color: #777;
	padding-left: 3px;
}

img.border
{
	background: white;
	padding: 1px;
	border: 1px solid #ccc;
}

th {

	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;

}


.underline {
	text-decoration: underline;
}

.td_d_bg, .bg, tr.colored td, th
{
	background-color: #F3F8FC;
}

.print, .richsnippets
{
	display: none;
}

div#all {
	width: 1146px;
	margin: 0 auto;
}

div#wrap {
	width: 986px;
	float: left;
	position: relative;
	padding-bottom: 40px;
}

div#logo 
{
	height: 65px; /* 50px */
	padding: 30px 0px 0px 0px; /* 15px */
}

img#byboat24
{
	margin-left: 100px;
	margin-top: 8px;
}

div.headernavi
{
	height: 20px;
	width: 990px;
	position: relative;
	background: url(/img/static/sprite.png) no-repeat -200px -277px;
}

div.headernavi ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.headernavi ul li
{
	float: left;
	font-size: 9px;
}

div.headernavi ul li a
{
	display: block;
	padding: 2px 8px 2px 8px;
	color: #666;
	text-decoration: none;
}

div.headernavi ul li a:hover
{
	color: #00578a;
}

div.headernavi ul.left
{
	padding-left: 10px;
}

div.headernavi ul.right
{
	float: right;
	padding-right: 10px;
}

div.headernavi ul.left li
{
	border-right: 1px solid #dadada;
}

div.headernavi ul.right li
{
	border-left: 1px solid #dadada;
}

div.headernavi ul li.info
{
	border: none;
}

div.headernavi ul li.info a
{
	color: #aaa;
}

div.header 
{
	position: relative;
}

div#fullbanner {
	position: absolute;
	top: 4px;
	right: 4px;
}

div#skyscraper 
{
	position: absolute;
	top: 118px; /* 88px */
	left: 1000px;
}

div#navibar {
	width: 990px;
	position: relative;
	height: 65px;
	background: url(/img/static/sprite.png) no-repeat 0 -670px;
}

div#navibar.logged-in
{
	background-position: 0 -755px;
}

ul.navigation {

	list-style-type: none;
	margin: 0px;
	
	height: 30px;
	padding: 0px 8px 0px 5px;
}

ul.navigation li {
	float: left;
}

ul.navigation li.active 
{
	background: url(/img/layout/new/navi_act_left.jpg) no-repeat top left;
}

ul.navigation li.active a, ul.navigation li.active a:hover
{
	background: url(/img/layout/new/navi_act_right.jpg) no-repeat top right;
	color: #666;
}

ul.navigation li a
{
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	display: block;
	padding: 10px 10px 12px 10px;
}

ul.navigation li a:hover
{
	background: url(/img/layout/new/navibar_hover_top.png) repeat-x;
	text-decoration: none;
}

ul.navigation li.user
{
	float: right;

	text-align: left;
}

ul.navigation li.user a
{
	display: block;
	font-size: 10px;
	color: black;	
	margin-top: 12px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

ul.navigation li.user a:hover
{
	background: #f9c455;
}

ul.navigation li.user-account a
{
	width: 122px;
}

ul.navigation li.user-logout a
{
	width: 70px;
}


ul.navigation ul 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;

	position: absolute;
	top: 36px;
	left: 5px;
}

ul.navigation ul li a {
	color: #666;
	padding: 6px 10px 5px 10px; 
	border: 0px;
}

ul.navigation li.active ul li a 
{
	background: none;
}

ul.navigation li.active ul li a:hover
{
	background: #efefef;
}

ul.navigation li.active li {
	background: none;
}

/*
	Icons
*/

ul.navigation li.active ul li a.icon-sail
{
	background-image: url(/img/static/sprite.png);
	background-position: -394px -44px;
	padding-left: 27px;
}


ul.navigation li.active ul li a.icon-wake
{
	background-image: url(/img/static/sprite.png);
	background-position: -394px -64px;
	padding-left: 26px;
}


ul.navigation li.active ul li a.icon-classic
{
	background-image: url(/img/static/sprite.png);
	background-position: -394px -84px;
	padding-left: 25px;
}

ul#quicknavi {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	right: 7px;
	top: 7px;
	width: 261px;
	padding-left: 3px;
	height: 24px;
	background: url(/img/layout/new/quicknavi.gif) no-repeat top right; 
}

ul#quicknavi li {
	float: left;
	padding: 4px 10px 3px 10px;
}

ul#quicknavi li h4 {
	font-weight: normal;
	font-size: 12px;
}

ul#quicknavi li a{
	text-decoration: none;
	color: #FFF;
}

ul#servicenavi {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	display: none;
}
 
div#breadcrumb {
	height: 20px;
	padding: 5px 0px 5px 5px;
}

div#breadcrumb a{
	color: #666;
	text-decoration: none;
}

div#breadcrumb a img {
	margin: 0px 0px -2px 0px;
}

div#container 
{
	width: 980px;
	margin: 0px 0px 0px 3px;
}


 
div.content 
{
	float: left;
	width: 600px;
	margin-right: 20px;
	font-size: 11px;
	min-height: 200px;
}




ul.link 
{
	list-style: none;
	margin: 0px;
	margin-bottom: 2px;
	clear: both;
	padding: 0px;
	padding-top: 2px;
	display: block;
	border-top: 1px dotted #E7E7E7;
}

ul.link li{
	padding: 3px 0 2px 0px;
}

ul.link li a
{
	margin: 0px;
	height: 15px;
}


/*
	FORMS
*/

form {

	margin: 0px;

}

ul.form 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.form li 
{
	clear: both;
	padding: 3px 0px 0px 0px;
}

ul.form li.info
{
	padding: 4px;
}

ul.form li label {
	display: block;
	float: left;
	width: 170px;
	padding: 4px;
	margin-right: 4px;
}

ul.form li label em
{
	color: red;
	font-weight: bold;
	padding-left: 4px;
}

ul.form li span.info
{
	color: #777;
	padding-left: 6px;
}

ul.form li span.error
{
	color: red;
	padding-left: 6px;
}

ul.form input.error, ul.form select.error, ul.form textarea.error
{
	background-color: #FFA0A0;
}

ul.form li span.unit
{
	padding-left: 4px;
}

ul.form .radio label,  ul.form .checkbox label
{
	width: auto;
	background: none;
	padding: 0px;
	border: none;
	margin-right: 15px;
}

ul.form li.button, ul.form li.checkbox, ul.form li.nolabel
{
	padding-left: 183px;
	margin-top: 5px;
}

ul.form label.checkbox
{
	float: left;
	width: auto;
	padding: 2px;
}

ul.form label.checkbox input
{
	width: auto;	
}

ul.form div.before-checkbox
{
	float: left;
}

ul.form li.line
{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	height: 1px;
	margin-bottom: 5px;
}

ul.form .textonly
{
	display: block;
	padding-top: 5px;
}

.button125, .button150, .button175, .button200
{
	display: block;
	margin: 0px;
	height: 22px;
	background: url(/img/static/sprite.png) no-repeat;
	cursor: pointer;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.button125 a, .button150 a, .button175 a, .button200 a, .button125 span, .button150 span, .button175 span, .button200 span
{
	color: #014762;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 4px;
	text-decoration: none;
}

.button125
{
	width: 125px;
	background-position: -250px -192px;
}

.button125:hover
{
	text-decoration: none;
	background-position: -250px -216px;
}

.button125-grey
{
	color: #666;
	background-position: -595px -192px;
}

.button125-grey:hover
{
	background-position: -595px -216px;
}

.button150
{
	width: 150px;
	background-position: -250px -140px;
}

.button150:hover
{
	text-decoration: none;
	background-position: -250px -164px;
}

.button175
{
	width: 175px;
	background-position: -410px -140px;
}

.button175:hover
{
	text-decoration: none;
	background-position: -410px -164px;
}


.button200
{
	width: 200px;
	background-position: -384px -192px;
}

.button200:hover
{
	text-decoration: none;
	background-position: -384px -216px;
}

.button200-grey
{
	color: #666;
	background-position: -730px -192px;
}

.button200-grey:hover
{
	background-position: -730px -216px;
}

.button125:hover, .button150:hover, .button175:hover, .button200:hover
{
	text-decoration: none;
}

td.label {
	
	vertical-align: top;
	padding: 5px;
	white-space: nowrap;
	font-weight: normal;
	width: 160px;
	
}

/*
	Boxes
*/

div.largebox, div.meldung
{
	background: url(/img/layout/new/box600.gif) no-repeat bottom left;
	margin-bottom: 15px;
	width: 600px;
	padding-bottom: 5px;
}

div.largebox h4, div.smallbox h4
{
	color: #00578A;
	font-size: 14px;
	margin-bottom: 4px;
}

div.largebox div.inner, div.meldung div.inner
{
	background: url(/img/layout/new/box600top.gif) no-repeat top left;
	padding: 8px;
}

div.smallbox
{
	background: url(/img/layout/new/box295.gif) no-repeat bottom left;
	margin-bottom: 15px;
	width: 295px;
	margin-right: 10px;
	padding-bottom: 5px;
}

div.smallbox div.inner
{
	background: url(/img/layout/new/box295top.gif) no-repeat top left;
	padding: 8px;
}

/*
	Meldungen
*/

div.m-icon
{
	padding-bottom: 2px;
}

div.m-icon div.inner
{
	padding-left: 30px;
}

div.m-success
{
	background: url(/img/layout/new/box600_success.gif) no-repeat bottom left;	
}

div.m-success div.inner
{
	background: url(/img/layout/new/box600top_success.gif) no-repeat top left;	
}

div.m-error
{
	background: url(/img/layout/new/box600_error.gif) no-repeat bottom left;	
}

div.m-error div.inner
{
	background: url(/img/layout/new/box600top_error.gif) no-repeat top left;	
}

/* LEFTBAR */

div.leftbar {
	float: left;
	width: 200px;
	min-height: 200px;
	font-size: 12px;
}

div.leftbar-box
{
	width: 180px;
	background: url(/img/layout/new/box180.gif) no-repeat bottom left;
	margin-bottom: 10px;
}

div.leftbar-box div.inner
{
	padding: 8px;	
}

div.leftbar-box h4
{
	color: #00578A;
	font-size: 13px;
	padding: 8px;
	margin: 0px;
	padding-bottom: 0px;
	background: url(/img/layout/new/box180top.gif) no-repeat top left;
}

div.leftbar-box div.closebox
{
	background: url(/img/layout/new/box180top.gif) no-repeat top left;
}

div#userBox
{
	font-size: 11px;
	background-image: url(/img/layout/new/box180_orange.gif);	
}

div#userBox h4
{
	background-image: url(/img/layout/new/box180top_orange.gif);	
}

/* SIDEBAR */

div.sidebar {
	float: left;
	width: 160px;
}

div.sidebar-box
{
	width: 160px;
	background: url(/img/layout/new/box160.gif) no-repeat bottom left;
	margin-bottom: 10px;
}

div.sidebar-box h4 
{
	color: #00578A;
	font-size: 12px;
	background: url(/img/layout/new/box160top.gif) no-repeat top left;
	padding: 8px;
	margin: 0px;
	padding-bottom: 0px;
}

div.sidebar-box div.inner
{
	padding: 8px;
}

div#toplistbuttons img
{
	margin-right: 4px;
	margin-bottom: 8px;
}

/*TOPANGEBOTE*/

ul.topangebot
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.topangebot li 
{
	float: left;
	width: 110px;
	height: 114px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(/img/static/sprite.png) no-repeat -1050px -310px; 
}

ul.topangebot li a 
{
	color: #666;
	padding: 3px;
	display: block;
	text-decoration: none;
}

ul.topangebot li a img
{
	display: block;
	border: 1px solid #ccc;
	padding: 1px;
}

ul.topangebot li a:hover img
{
	border: 1px solid black;
}

ul.topangebot li span
{
	padding: 1px;
	display: block;
	font-size: 10px;
}

ul.topangebot li span b 
{
	color: #000;
	height: 12px;
	width: 103px;
	display: block;
	overflow: hidden;
	margin-bottom: 2px;
}

/* RANDEINBLENDUNG */

div.randeinblendung a img
{
	border: 1px solid #ccc;
	padding: 1px;
	background: white;
}

div.randeinblendung a:hover img
{
	border: 1px solid black;
}

div.randeinblendung ul.facts
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

div.randeinblendung ul.facts li
{
	height: 16px;
}

div.randeinblendung ul.facts li label
{
	float: left;
	display: block;
	color: #666;
	width: 50px;
}


/*****************************
JQUERY TABS
*****************************/

.ui-tabs-nav 
{
	list-style-type: none;
	padding: 0px;
	border-bottom: 1px solid #CCC;
	height: 27px;
	clear: both;
	margin: 0px 1px 0px 1px;
}

.ui-tabs-nav li.first {
	margin-left: 5px;
}
	
.ui-tabs-nav li {
	background: url(/img/layout/new/tab-left.gif) no-repeat top left;
	float: left;
	margin-right: 3px;
}

.ui-tabs-nav li.ui-tabs-selected {	background: url(/img/layout/new/tab-left-on.gif) no-repeat top left; border-bottom: 1px solid #FFF; }
.ui-tabs-nav li.ui-tabs-selected a{background: url(/img/layout/new/tab-right-on.gif) no-repeat top right; padding-bottom: 8px; color: #00578a;}

.ui-tabs-nav li a
{
	padding: 4px 5px 4px 5px;
	display: block;
	color: #666;
	background: url(/img/layout/new/tab-right.gif) no-repeat top right;
}

.ui-tabs-hide { display: none; }


/*****************************
INSERATIONSPROZESS
*****************************/

ul.form li.cb_titel
{
	width: 564px;
	font-weight: bold;
	background: #EEF0F9;
	padding: 4px;
}

ul.form li.cb_form
{
	width: 570px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

ul.form li.cb_form label
{
	width: 150px;
}

td.foto_upload
{
	border: 1px solid #ccc;
	background: #fbfbfb;
}

/*****************************
INSERAT-DETAILANSICHT
*****************************/

#kontakt p
{
	margin-top: 2px;
	margin-bottom: 5px;
}

#kontakt p.external, #kontakt p.goto
{
	margin-top: 10px;
}

a.contactform {
	background: url(/img/layout/btn_orange.jpg) no-repeat;
	height: 23px;
	width: 232px;
	padding: 9px 0 0 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 5px;
}

a.contactform:hover  {
	background: url(/img/layout/btn_orange_h.jpg) no-repeat;
	color: white;
	text-decoration: none;
}

a.thumb {

	display: block;
	float: left;
	border: 1px solid #ccc;
	padding: 1px;
	background: white;
	cursor: url('/css/lupe.cur'), pointer;

}

a.thumb:hover {

	border: 1px solid black;

}

a.thumb span {

	display: block;
	overflow: hidden;	
	background: #f3f8fc;

}

a.size1, a.size1 span {

	width: 256px;
	
}

a.size2, a.size2 span {

	width: 124px;
	height: 75px;
}

a.size3, a.size3 span {

	width: 80px;
	height: 48px;
}

div.fancyTitle
{
	font-weight: normal;
}

div.fancyTitle span
{
	color: #666;
}

td.youtube
{
	padding-top: 5px;
}

/*****************************
WERFTABO-NAVI
*****************************/

div.werftabo-box
{
	margin-top: 26px;
	background: url('/img/layout/new/box160_orange.gif') bottom left no-repeat;
}

div.werftabo-box h4
{
	background: url('/img/layout/new/box160top_orange.gif') top left no-repeat;
}

div.werftabo-box ul {

	list-style: none;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;
}

div.werftabo-box ul li {

	margin: 0px;
	padding: 0px;
	
	border-top: 1px solid #f9c455;
	border-bottom: 1px solid #e59b00;

}

div.werftabo-box ul li h5 {

	background: #e59b00;
	padding: 4px;
	font-weight: bold;
	margin: 0px;
	margin-top: 6px;
	font-size: 10px;
}

div.werftabo-box ul li a, div.werftabo-box ul li a:hover {

	padding: 3px;
	display: block;
	color: #3b2801;
	text-decoration: none;
}

div.werftabo-box ul li a:hover {

	background: #f9c455;
	color: black;
}

.hotline
{
	background-image: url(/img/icon_telefon.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	padding-left: 42px;
	margin-top: 5px;
}

img.werftabo-navi-logo
{
	padding: 10px;
	background: white; 
	margin: 0px;
}

/*****************************
WERFTABO-NAVI BEI HAeNDLER-PORTRAIT USW
*****************************/

a.haendler-logo {
	border: 1px solid #CCC;
	width: 180px;
	display: block;
}

a.haendler-logo img {
	border: none;
}

ul.haendler-navi {

	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
	width: 180px;
	margin-bottom: 20px;
}

ul.haendler-navi li{
	padding: 3px 0px 3px 3px;
	border-bottom: 1px dotted #CCC;
}	

ul.haendler-navi li a{
	color: #666;
}	



/*****************************
ICONS
*****************************/

.icon, a.iconhover, a.icongrau
{
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 17px;
}

a.iconhover, a.icongrau
{
	background-position: 1px -28px;
}

a.iconhover:hover, a.icongrau:hover
{
	background-position: 1px 0px;
}

a.icongrau
{
	color: #666;
}

.bullet
{
	background-image: url(/img/static/sprite.png);
	background-position: -599px -50px;
}

.bulletchecked
{
	background-image: url(/img/static/sprite.png);
	background-position: -599px -67px;
}

.bulletremove
{
	background-image: url(/img/static/sprite.png);
	background-position: -599px -67px !important;
}

.bulletremove:hover
{
	background-position: -599px -83px !important;
}

.bulletup
{
	background-image: url(/img/static/sprite.png);
	background-position: -599px -101px !important;
}

.bulletdown
{
	background-image: url(/img/static/sprite.png);
	background-position: -599px -118px !important;
}

.rss
{
	background-image: url(/img/layout/new/rss.gif);	
}

.email
{
	background-image: url(/img/layout/new/icons/email.gif);	
}

.phone
{
	background-image: url(/img/layout/new/icons/phone.gif);	
}

.mobile
{
	background-image: url(/img/layout/new/icons/mobile.gif);	
}

.search
{
	background-image: url(/img/layout/new/icons/search.gif);	
}

.external
{
	background-image: url(/img/layout/new/icons/new-window.gif);	
}

.delete
{
	background-image: url(/img/layout/new/icons/delete.gif);	
}

.arrow-up
{
	background-image: url(/img/layout/new/icons/arrow-up.gif);	
}

.arrow-down
{
	background-image: url(/img/layout/new/icons/arrow-down.gif);	
}

.edit
{
	background-image: url(/img/layout/new/icons/edit.gif);	
}

.camera
{
	background-image: url(/img/layout/new/icons/camera.gif);	
}

.stats
{
	background-image: url(/img/layout/new/icons/report.gif);	
}

.goto
{
	background-image: url(/img/layout/new/icons/goto.png);	
	background-position: 0px 0px;
}

.vorschau
{
	background-image: url(/img/layout/new/icons/page-search.gif);	
}

.cancel
{
	background-image: url(/img/layout/new/icons/cancel.gif);	
}

.back
{
	background-image: url(/img/layout/new/icons/back.gif);	
}

.add
{
	background-image: url(/img/layout/new/icons/add.gif);	
}

.pdf
{
	background-image: url(/img/layout/new/icons/pdf.gif);	
}

.facebook
{
	background-image: url(/img/layout/new/icons/facebook.png);	
}

.twitter
{
	background-image: url(/img/layout/new/icons/twitter.gif);	
}

.tick
{
	background-position: 0 -435px;
}

.clock
{
	background-position: -400px -110px;	
}

.help
{
   background-image: url(/img/layout/new/icons/help.gif);    
}

.downloadPdf {
background: url(/img/layout/new/icons/pdf.gif) no-repeat 0px 1px;
padding-left: 20px;
color: #666;
font-weight: bold;
}

/*****************************
FOOTER
*****************************/

#footer-wrap {
	background: url(/img/layout/new/footer-bg.jpg) repeat-x top left #0075be;
	overflow: hidden; 
	min-height: 500px;
	clear: left;
	}


div#googlefooter {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 40px;
	border-top: 1px solid #e3e3e3;
	padding-top: 25px;
	padding-bottom: 25px;
}


#footer {
	width: 1146px;
	margin: 0 auto;
	}


div.footer-links
{
	padding: 24px 0px 0px 0px;
	height: 192px;
}

div.footer-links ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.footer-links ul li
{
	float: left;
	width: 190px;
	padding-bottom: 4px;
}

div.footer-links ul li a
{
	text-decoration: none;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
}

div.footer-links ul li ul li a
{
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 0px;
}

div.footer-links ul li ul li a:hover
{
	text-decoration: underline;
}
	
/* FOOTER BRAND LISTING */	
	
div.footer-brands {
	padding-top: 20px;
	}	
	
	
div.footer-brands div {
		float:  left;
		width: 320px;
		margin-right: 20px;
		color: #fff;
	}	
	
div.footer-brands span.title {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	color: #e6e6e6;
	}
	
div.footer-brands div a{
		color: #e6e6e6;
		font-size: 10px;
	}	
	
	
/* FOOTER LOGOS */	
	
div.footer-logos div{
	margin-bottom: 30px;
	}	
	
	
div.footer-logos span{
	display: block;
	color: #666;
	}
	
	
/* SOCIAL BOOKMARKS */
	
	
.social-bookmarks {
	padding: 18px 0px;
	position: relative;
	}
	
.social-bookmarks span {
	font-weight: bold;
	margin-right: 38px;
	}

.social-bookmarks a{
	color: #666;
	margin-right: 20px;
	padding: 3px 0px 3px 25px;
	}
	
.social-bookmarks .facebook-link {
	background: url(/img/static/sprite.png) no-repeat 0px -948px;
	}
	
.social-bookmarks .twitter-link {
	background: url(/img/static/sprite.png) no-repeat 0px -848px;
	}
	
.social-bookmarks .rss-link {
	background: url(/img/static/sprite.png) no-repeat 0px -1048px;
	}
	
.social-bookmarks .googleplus-link {
	left: 510px;
    position: absolute;
    top: 18px;
}	

/*****************************
ALTES ZEUG
*****************************/

.td_d_titel
{
color: #007ABF;
font-weight: bold;
background-color: #F3F8FC;
border-bottom: 1px solid #B2D7EC;
}


/**************************************************
RESULTATE ANZEIGEN
***************************************************/

li#contentAd
{
	height: 120px;
	text-align:center;
}

ul.results
{
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.results li 
{
	height: 106px;
	border-top: 1px solid #CCC;
	background: url(/img/layout/new/box600.gif) no-repeat bottom left;
	width: 600px;
	position: relative;
	margin-bottom: 10px;
}

ul.results li.highlight
{
	background: url(/img/layout/new/box600_highlight.gif) no-repeat bottom left;

}

ul.results li h5 {
	font-size: 12px;
	margin: 6px 0px 6px 0px;
}

ul.results li a.preview {
	display: block;
	float: left;
	margin: 6px 10px 6px 6px;
}

ul.results li a.preview img
{
	padding: 1px;
	border: 1px solid #ccc;
}

ul.results li a.preview:hover img
{
	border: 1px solid black;
}

ul.results li img.haendler-logo {
	position: absolute;
	top: 5px;
	right: 5px;
}

ul.results ul 
{
	list-style-type: none;
	padding: 3px 0px 0px 0px;
	height: 35px;
}

ul.results ul li 
{
	float: left;
	border: none;
	width: 150px;
	background: none;
	margin: 0px 0px 3px 0px; 
	height: auto;
	font-size: 10px;
	height: 15px;
	overflow: hidden;
}

ul.results ul li label 
{
	color: #666;
	font-size: 10px;
	margin: 0px 5px 0px 0px;
}

ul.results span.standort 
{
	color: #666;

	display: block;
	margin-top:3px;
}

ul.results a.zum-ins
{
	position: absolute;
	top: 85px;
	right: 8px;
}

div.no-foto
{
	width: 120px;
	height: 90px;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	line-height: 90px;
	float: left;
	margin: 6px 10px 6px 6px;
	overflow: hidden;
}

ul.horizontal
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.horizontal li
{
	float: left;
	margin-right: 5px;
}



a.sell-button
{
	display: block;
	height: 47px;
	text-align: center;
	line-height: 47px;
	margin-bottom: 9px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-shadow: #966800 1px 1px 0;
}

a.sell-button:hover
{
	color: #00578A;
}

a.sell-button-162
{
	width: 162px;
	background-position: 0 -230px;	
}

a.sell-button-180
{
	width: 180px;
	background-position: 0 -180px;	
}

a.sell-button-230
{
	width: 230px;
	background-position: 0 -130px;	
}


/**************************************************
ROUNDED CORNERS FOR IMAGES
***************************************************/

.roundCornerTL {
	background: url(/img/layout/new/roundCornerTopLeft.png) no-repeat scroll top left;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.roundCornerTR {
	background: url(/img/layout/new/roundCornerTopRight.png) no-repeat scroll top left;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.roundCornerTRpageCorner {
    background: url(/img/layout/new/pageCornerTopRight.png) no-repeat scroll left top transparent;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}


.roundCornerBL {
	background: url(/img/layout/new/roundCornerBottomLeft.png) no-repeat scroll top left;
	width: 3px;
	height: 3px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.roundCornerBR {
	background: url(/img/layout/new/roundCornerBottomRight.png) no-repeat scroll top left;
	width: 3px;
	height: 3px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}




/**************************************************
Promot Buster Days Anzeige, Startseite
***************************************************/

#promot-busterdays
{
	margin-top: 10px;
	background:transparent url(/img/layout/new/box_promotanzeige.gif) no-repeat scroll left bottom;
	width:350px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	clear: left;
	padding-bottom: 1px;
	margin-bottom: 10px;
	position: relative;
}

#promot-anmelden {
	position: absolute;
	top: -15px;
	left: -20px;
}

#promot-busterdays p
{
	margin: 10px 10px;
}

#promot-busterdays span
{
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	color: #00578A;
}

#promot-busterdays span b
{
	display: block;
	font-size: 14px;
	color: #00578A;
}

#promot-busterdays a img
{
	margin: 0px 5px;
}


/*
Locarno Nautica Banner Sidebar
*/

a.locarnoNauticaBanner {
	margin-top: 20px;
	display: block;
}


/*
	Autocomplete
*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eef3f5;
}

.ac_over {
	background-color: #84a9c7;
	color: white;
}

.ac_results .icon
{
	background-position: 0px 3px;
}


/* NEW STYLES */

/*
	IMAGE BOX
*/
	
.boat24ImageBox {
	margin-left: -5px;
	margin-right: -5px;
	clear: left;
	margin-bottom: 5px;
	}	
	
.boat24ImageBox .inner {
	background: url(/img/boat24/boat24ImageBox-left.png) repeat-y top left;
	padding-left: 8px;
	}

.boat24ImageBox .bd {
	background: url(/img/boat24/boat24ImageBox-right.png) repeat-y top right;
	padding-right: 8px;
	}
	
.boat24ImageBox .innerTop {
	background: url(/img/boat24/boat24ImageBox-topCenter.png) repeat-x top left;
	height: 8px;
	display: block;
	margin: 0px 8px;
	position: relative;
	}
	
.boat24ImageBox .topLeft {
	background: url(/img/boat24/boat24ImageBox-topLeft.png) no-repeat top left;
	height: 7px;
	width: 8px;
	position: absolute;
	top: 1px;
	left: -8px;
	}

.boat24ImageBox .topRight {
	background: url(/img/boat24/boat24ImageBox-topRight.png) no-repeat top right;
	height: 7px;
	width: 8px;
	position: absolute;
	top: 1px;
	right: -8px;
	}


.boat24ImageBox .innerBottom {
	background: url(/img/boat24/boat24ImageBox-bottomCenter.png) repeat-x bottom left;
	height: 8px;
	display: block;
	margin: 0px 8px;
	position: relative;
	}
	
.boat24ImageBox .bottomLeft {
	background: url(/img/boat24/boat24ImageBox-bottomLeft.png) no-repeat bottom left;
	height: 7px;
	width: 8px;
	position: absolute;
	bottom: 1px;
	left: -8px;
	}

.boat24ImageBox .bottomRight {
	background: url(/img/boat24/boat24ImageBox-bottomRight.png) no-repeat bottom right;
	height: 7px;
	width: 8px;
	position: absolute;
	bottom: 1px;
	right: -8px;
	}
	
	
/* 
	IMAGE TEXT BOX
 */

.boat24TextBox {
	margin-left: -5px;
	margin-right: -5px;
	clear: left;
	margin-bottom: 5px;
	}	
	
.boat24TextBox .inner {
	background: url(/img/boat24/boat24TextBox-left.png) repeat-y top left;
	padding-left: 10px;
	}

.boat24TextBox .bd {
	background: url(/img/boat24/boat24TextBox-right.png) repeat-y top right;
	padding-bottom: 1px;
	padding: 3px 10px 5px 5px;
	}
	
.boat24TextBox .innerTop {
	background: url(/img/boat24/boat24TextBox-topCenter.png) repeat-x top left;
	height: 10px;
	display: block;
	margin: 0px 10px;
	position: relative;
	}
	
.boat24TextBox .topLeft {
	background: url(/img/boat24/boat24TextBox-topLeft.png) no-repeat top left;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	left: -10px;
	}

.boat24TextBox .topRight {
	background: url(/img/boat24/boat24TextBox-topRight.png) no-repeat top right;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: -10px;
	}


.boat24TextBox .innerBottom {
	background: url(/img/boat24/boat24TextBox-bottomCenter.png) repeat-x bottom left;
	height: 10px;
	display: block;
	margin: 0px 10px;
	position: relative;
	}
	
.boat24TextBox .bottomLeft {
	background: url(/img/boat24/boat24TextBox-bottomLeft.png) no-repeat bottom left;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0px;
	left: -10px;
	}

.boat24TextBox .bottomRight {
	background: url(/img/boat24/boat24TextBox-bottomRight.png) no-repeat bottom right;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0px;
	right: -10px;
	}

/*
	IMAGE TEXT CONTENT 
*/

.boat24ImageTextContent {
	overflow: hidden;
	}	
	
.boat24ImageTextContent .img {
	float: left;
	width: 200px;
	background:url(/img/boat24/boat24ImageTextContent-ImgBig.png) no-repeat top left;
	width: 225px;
	height: 139px;
	}	
	
.boat24ImageTextContent .img div {
	width: 209px;
	height: 124px;
	overflow: hidden;
	margin: 8px;
	}
	
.boat24ImageTextContent .img div img {
	height: 100%;
	}	

.boat24ImageTextContent .txt {
	margin-left: 240px;
	padding-top: 5px;
	color: #666;
	line-height: 1.6;
	}	

.boat24IcoLink {
	color: #00578A;
	padding: 4px 0px 3px 25px;
	background: url(/img/boat24/boat24-linkIcon.png) no-repeat top left;
	font-size: 12px;
	margin-left: -3px;
	}


/*
	IMAGE BOX
*/
	
.boot24CSBox {
	margin-left: -5px;
	margin-right: -5px;
	clear: left;
	margin-bottom: 5px;
	position: relative;
	z-index: 1000;
	}	
	
.boot24CSBox .inner {
	background: url(/img/boat24/boat24ImageBox-left.png) repeat-y top left;
	padding-left: 8px;
	}

.boot24CSBox .bd {
	background: url(/img/boat24/boat24ImageBox-right.png) repeat-y top right;
	padding: 10px 15px 10px 15px
	}
	
.boot24CSBox .innerTop {
	background: url(/img/boat24/boat24ImageBox-topCenter.png) repeat-x top left;
	height: 8px;
	display: block;
	margin: 0px 8px;
	position: relative;
	}
	
.boot24CSBox .topLeft {
	background: url(/img/boat24/boat24ImageBox-topLeft.png) no-repeat top left;
	height: 7px;
	width: 8px;
	position: absolute;
	top: 1px;
	left: -8px;
	}

.boot24CSBox .topRight {
	background: url(/img/boat24/boat24ImageBox-topRight.png) no-repeat top right;
	height: 7px;
	width: 8px;
	position: absolute;
	top: 1px;
	right: -8px;
	}


.boot24CSBox .innerBottom {
	background: url(/img/boat24/boat24ImageBox-bottomCenter.png) repeat-x bottom left;
	height: 8px;
	display: block;
	margin: 0px 8px;
	position: relative;
	}
	
.boot24CSBox .bottomLeft {
	background: url(/img/boat24/boat24ImageBox-bottomLeft.png) no-repeat bottom left;
	height: 7px;
	width: 8px;
	position: absolute;
	bottom: 1px;
	left: -8px;
	}

.boot24CSBox .bottomRight {
	background: url(/img/boat24/boat24ImageBox-bottomRight.png) no-repeat bottom right;
	height: 7px;
	width: 8px;
	position: absolute;
	bottom: 1px;
	right: -8px;
	}


.overlayBox {
	width: 620px;
	margin-left: 20px;
}


/*Hochmuth Front Slideshow*/

.hochmuthFrontSlideshow {
	margin-bottom: 10px;
}


/* JOBS */

.jobDescription h2 {
	padding: 20px 0px;
}

.jobDescription h3 {
	background: #eaeaea;
	padding: 5px 10px;
	margin: 0px -7px 10px -7px;
}

.jobList {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}


.jobList li {
	background: url("/img/layout/new/icon-arrow-grey-round.png") no-repeat scroll left top transparent;
    margin-bottom: 8px;
    padding-left: 28px;
}

ul.jobNavi {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 35px;
	border-bottom: 1px solid #ccc;
	width: 180px;
}

ul.jobNavi li {
	border-top: 1px solid #ccc;
	padding: 5px;
}


/* GOOGLE PLUS */

#googleplusbox {
	padding-bottom: 10px;
}

#googleplusbox .left {
	width: 155px;
	float: left;
	padding-right: 5px;
}

#googleplusbox span.title {
	font-size: 12px;
	margin-top: 4px;
	color: #00578A;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}


/* F A Q */

.faqFragenListe {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

.faqFragenListe li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 5px 20px;
	background: url("/img/layout/new/icon-arrow-grey-round.png") no-repeat scroll 0px 4px transparent;
}

.faqFragenListe li a{
	color: #000;
}

.faqAntworten h3 {
	color: #666;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
}

.faqAntworten p{
	margin-bottom: 5px;
	line-height: 1.5;
	color: #000;
}


.faqAntworten ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.faqAntworten ul li{
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("/img/layout/ico-list.gif") no-repeat scroll 0px 4px transparent;
}

.strichListe{
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0;
}

.strichListe li{
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("/img/layout/ico-list.gif") no-repeat scroll 0px 8px transparent;
}


.arrowListe {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

.arrowListe li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 5px 20px;
	background: url("/img/layout/new/icon-arrow-grey-round.png") no-repeat scroll 0px 4px transparent;
}

.arrowListe li a{
	color: #000;
}


/* Anchor Navi */

ul.anchorNavi {
	position: fixed;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 35px;
	border-bottom: 1px solid #ccc;
	width: 180px;
}

ul.anchorNavi li {
	border-top: 1px solid #ccc;
	padding: 5px;
}


/* USER HELLO BOX */

.userHello {
	width: 412px;
	float: left;
	height: 100px;
	margin-top: -7px;
}

.userHello .horizontal {
	margin-top: 25px;
}

.userHelp {
	border-left: 1px solid #ccc;
	float: left;
	padding-left: 10px;
	height: 100px;
	margin-top: -7px;
	margin-bottom: -12px;
	height: 120px;
	width: 160px;
	
}

.userHelp h5,
.userHello h5{
	font-size: 12px;
	color: #00578A;
	margin-top: 8px;
}

.userHelp p{
	margin-top: 5px;
}


.userHelp ul{
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0;
}

.userHelp ul li{
	margin-bottom: 5px;
}

.userHelp ul li a{
	color: #000;
	text-decoration: underline;
}



/* DOWNLOADS & LINKS USER LOGIN */

.userDownloadsBox {
	margin-top: 35px;
}

.userDownloads, .userLinks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.userDownloads {
	margin-left: -7px;
	border-top: 1px dotted #ccc;
	margin-right: -7px;
}

.userDownloads li a {
	display: block;
	padding: 5px 10px;
	color: #666;
	border-bottom: 1px dotted #ccc;
	background: url("/img/layout/new/icons/pdf.gif") no-repeat 6px 6px;
	padding-left: 25px;
}

.userDownloads li a:hover {
	background: url("/img/layout/new/icons/pdf.gif") no-repeat 6px 6px #eaeaea;
	text-decoration: none;
}



.userLinks {
	margin-left: -7px;
	border-top: 1px dotted #ccc;
	margin-right: -7px;
}

.userLinks li a {
	display: block;
	padding: 5px 10px;
	color: #666;
	border-bottom: 1px dotted #ccc;
	background: url("/img/layout/new/icon-arrow-grey-round.png") no-repeat 5px 5px;
	padding-left: 25px;
}

.userLinks li a:hover {
	background: url("/img/layout/new/icon-arrow-grey-round.png") no-repeat 5px 5px #eaeaea;
	text-decoration: none;
}



/* USER INSERAT */

.userIns {
	position: relative;
	width: 600px;
	margin-bottom: 20px;
	height: 180px;
	background: url(/img/layout/userInsBackground.jpg) no-repeat top left;
 }
 
.userIns ul{
	list-style: none;
	margin: 0;
	padding: 0;
 }
 

 
.userIns .userInsNavi {
	float: left;
	padding-left: 0px;
	margin-top: 10px;
	width: 179px;
}

.userInsNavi li {
	padding-left: 15px;
}

.userInsNavi li:hover {
	background: url(/img/layout/userInsNaviHover.jpg) repeat-y top left;
}
 
.userInsNavi li a {
 	color: #666;
 	display: block;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	background-position: 0px 7px !important;
 }
 
 .userInsNavi li a:hover {
 	text-decoration: none;
 }
 
 .userInsLeft {
 	width: 420px;
 	float: left;
 }
 
 .userInsLeft h5{
 	font-size: 18px;
 	font-weight: normal;
 	color: #666;
 	padding: 5px;
 	margin-left: 10px;
 }
 
 .userInsLeft h5 a{
 	color: #666;
 }
 
 .userInsImg {
 	width: 135px;
 	height: 105px;
 	padding: 7px 0 7px 8px;
 	background: url(/img/layout/userInsImg.png) no-repeat top left;
 	margin-left: 10px;
 }
 
.userInsImg .no-foto {
	background: #efefef;
	border: 1px solid #eaeaea;
	margin: 2px 0 0 1px;
	border: 1px solid #EAEAEA;
    color: #666;
    width: 116px;
    height: 85px;
    line-height: 1.2;
}

.userInsImg .no-foto span{
	padding-top: 40px;
	display: block;
	background: url(/img/layout/noFoto.png) no-repeat  center 10px;
}

.userInsImg .no-foto a{
	color: #666;
	margin-top: 5px;
	display: block;
	text-decoration: underline;
}
 
 .userInsInfo {
 	position: absolute;
 	top: 45px;
 	left: 160px;
 }

 .userInsInfo .fields {
 	margin-bottom: 19px;
 }

 .userInsInfo .fields li {
	margin-bottom: 5px;
 }
 
 .userInsInfo .fields label {
	display: block;
	float: left;
	width: 110px;
 }
 
 
 /* NEW BUTTON */
 
a.newButton {
  	text-decoration: none;
  	position: relative;
  	margin-left: -4px;
  	color: #fff;
  }
 
.newButton span{
 	background: url(/img/layout/newButton.png) no-repeat 0px -62px;
 	padding: 7px 10px 7px 20px;
 	margin-right: 10px;
 }
 
.newButton em{
  	position: absolute;
  	top: -7px;
  	right: 0px;
  	background: url(/img/layout/newButton.png) no-repeat  right -62px;
  	width: 10px;
  	height: 30px;
  	display: block;
  }
  
.newButton:hover span{
 	background: url(/img/layout/newButton.png) no-repeat 0px -31px;
 }
 
.newButton:hover em{
  	background: url(/img/layout/newButton.png) no-repeat  right -31px;
  }
 
/* USER LOGIN / REGISTER */

.userSupportBox h4 {
	font-size: 16px !important;
	font-weight: normal;
}

.userSupportBox p {
	font-size: 11px;
	margin-top: 5px;
}
 
.loginHeaderImage {
	display: block;
	margin-top: -28px;
	margin-bottom: 20px;
}

.userSupportContactBox {
	margin-left: -7px;
	margin-right: -7px;
	background: #fafafa;
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: -5px;
	border-top: 1px solid #ddd;
}


/* GENERAL STYLE POSIBILITIES */

.contentSeite p {
	line-height: 1.5;
	font-size: 12px;
	color: #666; 
}

.contentSeite h2 {
	margin: 10px 0px;
}

.leadText {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

ul.arrowList {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-top: 20px;
}

ul.arrowList li{
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
	padding-left: 28px;
	background: url(/img/layout/new/icon-arrow-grey-round.png) no-repeat top left;
}

img.emoImg {
	display: block;
	margin-bottom: 20px;
}

h3.greyBack {
	background: none repeat scroll 0 0 #EAEAEA;
    margin: 10px -7px 10px -7px;
    padding: 5px 10px;
    font-size: 13px;
}

.contentSeite .tipp {
	background: url(/img/layout/new/gradient-tipp.png) repeat-x 0px 1px;
	font-style: italic;
    margin: 10px -7px 10px -7px;
	border-top: 2px solid #eaeaea;
}

.contentSeite .tipp p {
	margin: 0px;
	background: url(/img/layout/new/ico-tipp.png) no-repeat 5px 7px;
	padding: 10px 20px 10px 35px;
}


ul.contentSeiteNavigation {
	list-style: none;
	margin: 0;
	width: 185px;
	padding: 0;
	font-size: 11px;
	margin-top: 10px;
}

ul.contentSeiteNavigation span{
	font-size: 12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	color: #333;
	padding: 5px 3px 5px 5px;
	margin-bottom: 10px;
	background: url(/img/layout/new/icon-arrow-grey-round.png) no-repeat 2px 5px #eaeaea;
	padding-left: 20px;
}

ul.contentSeiteNavigation a {
	color: #666;
}

.contentSeiteNaviTitle {
	font-size: 14px;
	width: 170px;
	margin-top: 10px;
	background: #eaeaea;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	color: #333;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
}


/* IPHONE APP CONTENT SEITE */

.appContainer h2 {
	font-size:22px;
	color: #666;
}

.appHeader {
	position: relative;
}

.appContent{
	margin-top: -50px;
	position: relative;
	padding: 0px 20px;
}

.appContent .largebox{
	margin-left: -20px;
}

.appIntroText {
	color: #666666;
    font-size: 12px;
    left: 15px;
    line-height: 1.5;
    position: absolute;
    top: 144px;
    width: 230px;
}

.appDownloadBtn {
	background: url(/img/app/downloadBtn.png) no-repeat top left;
	width: 245px;
	height: 44px;
	padding-left: 16px;
	position: absolute;
	top: 263px;
	left: 10px;
	line-height: 43px;
	color: #666;
	font-size: 12px;
}

img.appPreview {
	margin-left: -23px;
	display: block;
	margin-bottom: 20px;
}


img.appIcon {
	float: left;
	margin-right: 20px;
}

/* Iphone App start*/

.iphonePromo {
	margin-top: 3px;
}

div.appBarStart {
	display: none;
}

div.appBar {
	height: 33px;
	padding-top: 2px;
	background: url(/img/app/appBarStartBg.png) repeat-x bottom left;
	margin-right: -180px;
	position: relative;
	z-index: 1;
	left: 0px;
	right: 0px;
	text-align: center;
	display: block;
}

div.appBar a, 
div.appBarStart a {
	display: block;
}


/* Facebook promo start*/

.boat24fbBox {
	width: 239px;
	height: 115px;
	margin-top: 12px;
}


/* KATALOG promo start */

.catalogPromo {
	width: 239px;
	height: 313px;
	background:  url(/img/layout/new/catalogPromoCom.png) no-repeat top left;
}

.catalogPromo h3{
	margin: 0px;
	font-size: 37px;
	font-weight: normal;
	color: #666;
	font-family: "Arimo", Verdana, Arial;
	line-height: 40px;
	padding: 12px 0px 0px 12px;
}

.catalogPromo h3 span{
	font-size: 30px;
	line-height: 30px;
	display: block;
	 font-family: "Arimo", Verdana, Arial;
}

.catalogPromo h3 em{
	font-style: normal;
	color: #f4b528;
}

.catalogPromo p{
	padding: 0px 12px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
}

.catalogPromo a.button {
	background:  url(/img/layout/new/smallBtnRight.png) no-repeat top right;
	float: left;
	margin: 10px 0px 0px 12px;
}


.catalogPromo a.button span{
	background:  url(/img/layout/new/smallBtnLeft.png) no-repeat top left;
	display: block;
	float: left;
	color: #333;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 10px;
}

.catalogPromo a.button:hover span{
	color: #fff;
}


/* Katalog Promo CH */

div.catalogPromoCh{
	background:  url(/img/layout/new/catalogPromoCh.png) no-repeat top left !important;
	height: 191px;
	width: 214px;
	border: 0 !important;
	position: relative;
}


.catalogPromoCh a.button {
	background:  url(/img/layout/new/smallBtnRight.png) no-repeat top right;
	float: left;
	margin: 0px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}


.catalogPromoCh a.button span{
	background:  url(/img/layout/new/smallBtnLeft.png) no-repeat top left;
	display: block;
	float: left;
	color: #333;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 10px;
}

.catalogPromoCh a.button:hover span{
	color: #fff;
}

/* New Navigation */

.newNavi {
	background:  url(/img/layout/new/nNavi_bg.png) no-repeat top left;
	height: 46px;
	width: 986px;
}

.newNavi ul {
	list-style: none;
	margin: 0px;
	padding: 3px 0 0 0;
}

.newNavi ul li {
 float: left;
 position: relative;
 background: url(/img/layout/new/nNavi_seperator.png) no-repeat right 3px;
 padding-right: 4px;
}

.newNavi ul li a {
 font-family: "Arimo", Verdana, Arial;
 font-size: 18px;
 color: #666;
 margin-left: -2px;
 padding: 10px 20px;
 display: block;
 text-decoration: none;
 }

.newNavi ul li.activeHover a, 
.newNavi ul li a:hover {
  background:  url(/img/layout/new/nNavi_hover.png) repeat-x top left;
 }
 
 
.newNavi ul li#home a {
	background:  url(/img/layout/new/nNavi_home.png) no-repeat center;
	height: 20px;
	margin: 0px;
	width: 9px;
} 



.newSubnavi {
	padding: 4px;
	position: absolute;
	z-index: 5000;
	display: none;
	background: #eaeaea;
	top: 41px;
	border: 2px solid #fff;
	border-top: 0px;
	left: -4px;
}

.subnaviCols3 {
	width: 510px;
}

.subnaviCols2 {
	width: 350px;
}

.subnaviInner {
	background: #fff;
	overflow: hidden;
	padding: 15px;
}

.newSubnavi .subCol {
	float: left;
	width: 140px;
	margin-right: 20px;
}

.newNavi .newSubnavi ul {
	margin-bottom: 10px;

}

.newNavi ul li .newSubnavi li
{
	padding: 0px;
	float: none;
	background: none;
}

.newNavi ul li .newSubnavi li a {
	padding: 2px 0px;
	font-size: 12px;
	display: block;
	background: none;
}

.newNavi ul li .newSubnavi .nNaviHeadline1 a{
	font-family: "Arimo", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
}

.newNavi ul li .newSubnavi .nNaviHeadline2 a{
	font-family: "Arimo", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	background: url(/img/layout/new/nNavi_arrow.png) no-repeat 0px 6px;
}


/*****************************
werftabo Formular
*****************************/

.largeboxWerftabo {
	padding: 20px  !important;
}

.werftaboFormular ul,
.werftaboFormular ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.werftaboFormular ul li {
	padding: 10px 0px;
	border-bottom: 1px dotted #ccc;
}

.werftaboFormular ul li label{
	display: block;
	margin-bottom: 5px;
}

.werftaboFormular ul li input{
	background: #efefef;
	border: 1px solid #eaeaea;
	padding: 5px;
}

.werftaboFormular ul li textarea{
	background: #efefef;
	border: 1px solid #eaeaea;
	padding: 5px;
	width: 530px;
	font-family: Arial, Verdana;
	font-size: 12px;
}


.werftaboVorteile {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	margin-left: 0px;
}

.werftaboVorteile li{
	padding: 5px 0px 5px 25px;
	background: url("/img/layout/icon_sprite.png") no-repeat scroll 0 3px transparent;
}

.werftaboBoatvertizerTeaser {
	margin-top: 34px;
	width: 180px;
	height: 310px;
	background: url("/img/layout/new/boatvertizerTeaser.jpg") no-repeat scroll 0 0px transparent;
}

.werftaboBoatvertizerTeaser span {
	display: block;
	font-size: 11px;
	padding: 60px 0px 10px 10px;
}

.errormessage {
	color: red;
	padding-left: 20px;
	padding-top: 3px;
	margin-bottom: 20px;
	background: url("/img/layout/new/icon-error.png") no-repeat scroll 0 18px transparent;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.errormessage span {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 8px;
}

/*****************************
BOAT SHOW LACHEN
*****************************/

body.boatshow .leftbar, 
body.boatshow .sidebar {
	display: none;
}

body.boatshow .content {
	width: 980px;
	margin-right: 0px;
}

.boatshowBgImage {
	padding-left: 40px;
	width: 940px;
	height: 800px;
	position: relative;
	background: url("/img/boatshowlachen/boatshowbg.jpg") no-repeat scroll 0 0px transparent;
}

.boatshowTitle {
	height: 260px;
	background: url("/img/boatshowlachen/title.png") scroll center top no-repeat transparent;
}

.boatshowBox {
	width: 290px;
	float: left;
	margin-right: 20px;
	font-size: 12px;
}

.boatshowText {
	padding: 20px;
	background: url("/img/boatshowlachen/bgWhite80.png") scroll 0 0px transparent;
	height: 350px;
}

.boatshowText img {
	margin: -20px 0px 10px -20px;
	display: block;
}

.boatshowBox h2 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px !important;
}

.boatshowText ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}


.boatshowText ul li{
	margin-bottom: 10px;
	padding-left: 18px;
	background: url("/img/boatshowlachen/arrow.png") no-repeat 0px 4px transparent;
}

.boatshowBox p {
	color: #333;
	margin: 0px 0px 15px 0px;
}

.boatshowContact {
	padding: 20px;
	background: #fff;
	height: 50px;
	font-size: 11px;
	margin-top: 5px;
}

.boatshowContact img {
	float: left;
	margin-left: -10px;
	margin-right: 10px;
}

.boatshowContact a {
	color: #000;
}
