
/* CSS Document */

/* -------------------------------------------------------------------------------------------------- */
/* Grundtemplate */
/* -------------------------------------------------------------------------------------------------- */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/all/body.png) repeat-x;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#container {
	position: relative;
	width: 870px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/all/border_left.png) no-repeat top left;
}

#border_right {
	width: 780px;
	background: url(../images/all/border_right.png) no-repeat top right;
	padding: 0 45px 0 0;
}

#border_left {
	width: 780px;
	background: url(../images/all/border_left.png) no-repeat top left;
	padding: 0 0 0 45px;
}

#main {
	background: #FFFFFF;
}

#content {
	padding: 0 0 0 25px;
	min-height: 340px;
}

#jump {
	display: none;
}

#col0 {
	width: 463px;
	float: left;
}

#col1 {
	width: 274px; /* 274 Original Breite - Abstand von 18px */
	float: right;
	display: inline;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #D3D3D3;
	padding: 12px 0 32px 0;
	/*margin: 0 18px 0 15px;*/
	font-size: 10px;
}

#footer strong a {
	font-weight: normal;
	color: #999999;
}

.end {
	clear: both;
	height: 32px;
	width: 100%;
	/*background: #FFFFFF;*/
}

/* -------------------------------------------------------------------------------------------------- */
/* Main Navigation und Top Navigation  */
/* -------------------------------------------------------------------------------------------------- */
#main_nav, #top_nav  {
	font-size: 12px;
	height: 41px;
	background: #25526b url(../images/all/main_nav_bg.png) repeat-x bottom;
	clear: both;
	border-top: 1px solid #557B91;
}

#top_nav {
	background: #25526b url(../images/all/top_nav_bg.png) repeat-x bottom;
	height: 24px;
}

#main_nav li, #lang li, #help li {
	display: inline;
	background: url(../images/all/main_nav_spliter.png) no-repeat bottom left !important;
}

#top_nav li {
	display: inline;
	background: url(../images/all/main_nav_spliter.png) no-repeat bottom right;
}

#nav, #general_nav  { /* all lists */
	padding: 0 30px 0 0;
	margin: 0;
	list-style: none;
}

#general_nav  { /* all lists */
	padding: 0 0 0 15px;
}

#nav li a, #general_nav li a, #lang li a, #help li a {
	line-height: 33px;
	padding: 6px 15px 0 15px;
}

#lang li a,#help li a, #general_nav li a {
	line-height: 20px;
	padding-top: 2px;
}

#lang li a {
	text-decoration: none;
}
#help li a {
		text-decoration: none;
}

#nav li a:hover, #nav li.active a, #general_nav li a:hover, #general_nav li.active a  {
	border-bottom: 2px solid #bc5825;
	color: #FFFFFF !important;
	text-decoration: none;
}

#nav a, #lang a,#help a, #general_nav a {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
}

#nav li, #lang li, #help li, #general_nav li  { /* all list items */
	float: right;
	display: inline;
}

#general_nav li {
	float: left;
}



/* -------------------------------------------------------------------------------------------------- */
/* Language -> Spezielle Defininitonen (Frop Down) */
/* -------------------------------------------------------------------------------------------------- */

#lang, #lang ul { /* all lists */
	padding: 0 15px 0 0;
	margin: 0;
	list-style: none;
}

#lang li { /* all list items */
	width: 95px; /* width needed for Opera */
}

#lang li ul { /* second-level lists */
	position: absolute;
	width: 95px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#lang li:hover ul, #lang li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #234a60;
	border-top: 2px solid #bc5825;
}

#lang li ul a:hover, #lang li ul a.active {
	color: #bc5825;
	border: 0;
}

/* -------------------------------------------------------------------------------------------------- */
/* Help -> Spezielle Defininitonen (Frop Down) */
/* -------------------------------------------------------------------------------------------------- */

#help, #help ul { /* all lists */
		padding: 0 15px 0 0;
		margin: 0;
		list-style: none;
}

#help li { /* all list items */
		width: 95px; /* width needed for Opera */
}

#help li ul { /* second-level lists */
		position: absolute;
		width: 95px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#help li:hover ul, #help li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		background: #234a60;
		border-top: 2px solid #bc5825;
}

#help li ul a:hover, #help li ul a.active {
		color: #bc5825;
		border: 0;
}


/* -------------------------------------------------------------------------------------------------- */
/* Header */
/* -------------------------------------------------------------------------------------------------- */
#header {
	background: #58a5de url(../images/all/header.jpg) no-repeat;
	height: 158px;
}
#header_de {
	background: #58a5de url(../images/all/header_de.jpg) no-repeat;
	height: 158px;
}
#header_en {
	background: #58a5de url(../images/all/header_en.jpg) no-repeat;
	height: 158px;
}

h1 {
	width: 489px;
	text-indent: -9999px;
	float: left;
	background: url(../images/all/ecker_yachting_logo.png) no-repeat 28px 28px;
}

h1 a {
	width: 489px;
	height: 158px;
	display: block;
}

#buy, #sell {
	height: 79px;
	width: 270px;
	float: right;
	text-indent: -9999%;
}

#buy a, #sell a {
	width: 270px;
	height: 79px;
	display: block;
}

#sell, #sell a {
	height: 79px;
}



/* -------------------------------------------------------------------------------------------------- */
/* Allgemeine Definitionen */
/* -------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	color: #234A60;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 10px;
	background:  url(../images/all/hr.png) repeat-x bottom left;
	padding-top: 20px;
	margin-bottom: 20px;
	/*font-family: 'Times New Roman', Times, serif;*/
}


h3, h3 a {
	font-size: 12px;
	color: #0C4065;
	padding-bottom: 10px;
	font-weight: bold;
}


h4 {
	text-decoration: underline;
}

a {
	color: #000000;
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:hover, a:focus, a:active, a.active {
	/*color: #1d3c8b;*/
	outline: none;
}

a img {
	border: 0;
}


p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 13px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

address {
	line-height: 13px;
}


/* -------------------------------------------------------------------------------------------------- */
/* Klassen */
/* -------------------------------------------------------------------------------------------------- */
.offer {
	background:  url(../images/all/hr.png) repeat-x bottom left;
	clear: both;
	padding: 15px 0;
	height: 1%;
}


.offer dl, .offer dt, .offer dd {
	padding: 0;
	margin: 0;
	line-height: 13px;
}

.offer dt {
	float: left;
	margin-right: 4px;
	display: inline;
}

.offer img {
	float: left;
	padding-right: 15px;
	display: inline;
}

.description{
	float: right;
	width: 196px;
}

.description_short {
	min-height: 110px;
	margin-bottom: 3px;
}

.price {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	color: #000000;
}

.price_small {
		font-size: 11px;
		font-weight: normal;
		color: #666;
}

.more, .button_right {
	/*background:  url(../images/all/button.gif) no-repeat top left;
	width: 52px;
	height: 14px;
	display: block;
	display: inline;*/
	float: right;
}

.more a, .more_news a, .button_right a {
	/*color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	display: block;
	width: 52px;
	height: 14px;
	line-height: 14px;*/
	font-size: 12px;
	color: #663300;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------- */
/* COL1 News & Werbung */
/* -------------------------------------------------------------------------------------------------- */
#commercials, #news {
	background: url(../images/all/hr.png) repeat-x bottom left;
	/*margin: 0 18px;
	display: inline;*/
	padding: 15px 0 !important;
	margin: 0 18px !important;
}

.news p {
	margin: 0;
	padding: 0;
}

#commercials, .news {
		background: url(../images/all/hr.png) repeat-x bottom left;
		/*margin: 0 18px;
		display: inline;*/
		padding: 15px 0 !important;
		margin: 0 18px !important;
}

.news p {
		margin: 0;
		padding: 0;
}


/* -------------------------------------------------------------------------------------------------- */
/* COL 1 Suche - Formulare */
/* -------------------------------------------------------------------------------------------------- */
#quicksearch, #nav_sub {
	padding: 0 18px 12px 0;
	background: #dce2e6 url(../images/all/search_bg.png) no-repeat bottom left;
}

#quicksearch h2, #nav_sub h2 {
	margin-left: 18px;
	background:  url(../images/all/hr.png) repeat-x bottom left;
	color: #663300;
	font-size: 14px !important;
	font-weight: bold;
	padding-top: 27px;
	line-height: 23px;
}

/* ACHTUNG AB HIER NEUE DEFINITIONEN (Formulare) */
form {
	margin: 0 0 0 18px;
	padding: 0;

}

fieldset {
	border: 0;
	padding: 15px 0 0 0;
	margin: 0;
}



label {
	color: #1d3c8b;
	font-weight: bold;
	width: 82px;
	display: block;
	 float: left;
	line-height: 17px;
	margin-bottom: 3px;
	display: inline;
}

/* NEU start */
.checkbox_format label, .from_to label  {
	color: #000000;
	font-weight: normal;
	float: none;
	margin-right: 3px;
}
table label {
	width: 150px;
	margin-right: 20px;
	margin-left: 3px;
}

form table tr td {
	padding: 4px 0;
}
/* NEU ende */

.label_submit {
	visibility: hidden;
}

#quicksearch select, #quicksearch input {
	float: right;
}

select, input {
	border: 1px solid #1d3c8b;
	width: 230px;
	/* NEU start */
	margin: 0;
	/* NEU ende */
	font-size: 11px;
	/* height: 16px; */
	padding-left: 3px;
}

input.small {
	width: 111px;
}

#quicksearch input {
	width: 144px;
}

select {
	height: 18px;
	padding-left: 0;
	width: 235px;
	background-color: #FFFFFF;
}

#quicksearch select {
	width: 150px;
}


input.button, input.button_hover {
	height: 17px !important;
	background-color: transparent;
	color: #663300;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	width: auto;
	text-align: right;
	padding: 0;
	margin: 3px 0 0 0 ;
	display: inline;
	/* NEU start */
	border: none;
	/* NEU ende */
}

input.button_hover {
	text-decoration: underline;
}


textarea {
	border: 1px solid #1d3c8b;
	margin-bottom: 4px;
	width: 232px;
	height: 100px;
}

/* NEU start: */
.checkbox_format input {
	width: 13px;
	height: 13px;
	clear: both;
	margin-left: 0;
	padding-left: 0;
	margin-right: 3px !important;
	border: 0 !important;
}

.checkbox_format span {
	width: 150px;
	display: block;
	float: left;
	margin: 1px 0;
}

tr.no_bg td {
	background: #FFFFFF !important;
}

/* NEU ende: */
.select_error, .input_error {
		border: 1px solid #FF0000;
}

.q_select_input {
	border: 1px solid #1d3c8b;
	width: 144px;
	margin-bottom: 4px;
	font-size: 11px;
	/* height: 16px; */
	padding-left: 3px;
	float: right;
}

.errorbox {
						border: 2px solid #cb0000;
						padding: 5px;
						padding-left: 60px;
						margin-bottom: 20px;
						background: url("/images/all/icn_error2.jpg") no-repeat 5px 5px;
}

.infobox {
						border: 2px solid #e6b217;
						padding: 5px;
						padding-left: 60px;
						margin-bottom: 20px;
						background: url("/images/all/icn_info2.jpg") no-repeat 5px 5px;
}

.infobox h3, .errorbox h3 {
padding-bottom: 5px;
}

.ui-dialog-titlebar {
text-align: right;
background: url("http://www.ecker-yachtbrokerage.com/images/all/main_nav_bg.png");
padding:3px 8px;
font-weight: bold;
color: #fff;
line-height: 20px;
}

#dialog {
		border: 1px solid #29566f;
		padding: 10px;
		text-align: left;
		display: none;
		background: #eee;
}

.ui-dialog-title {
display: block;
float :left;
}

.ui-dialog-titlebar-close {
 font-weight:bold;
 color: #fff;
}

.seal {

position: absolute;

display: block;

top :20px;

left: 215px;

z-index:10;

width: 46px;

height: 43px;

background: url("../images/all/seal_gold.png");

}



.silver {
position: absolute;

display: block;

top :20px;

left: 215px;

z-index:10;

width: 46px;

height: 43px;
background: url("../images/all/seal_silver.png");

}



.bronce {
position: absolute;

display: block;

top :20px;

left: 215px;

z-index:10;

width: 46px;

height: 43px;
background: url("../images/all/seal_bronce.png");

}


.s_seal {

position: absolute;

display: block;

top :15px;

left: 115px;

z-index:10;

width: 46px;

height: 43px;

background: url("../images/all/seal_gold.png");

}



.s_silver {
position: absolute;

display: block;

top :15px;

left: 115px;

z-index:10;

width: 46px;

height: 43px;
background: url("../images/all/seal_silver.png");

}



.s_bronce {
position: absolute;

display: block;

top :15px;

left: 115px;

z-index:10;

width: 46px;

height: 43px;
background: url("../images/all/seal_bronce.png");

}

.st_seal {

position: absolute;

display: block;

top :20px;

left: 210px;

z-index:10;

width: 46px;

height: 43px;

background: url("../images/all/seal_gold.png");

}



.st_silver {
position: absolute;

display: block;

top :20px;

left: 210px;

z-index:10;

width: 46px;

height: 43px;
background: url("../images/all/seal_silver.png");

}



.st_bronce {
position: absolute;

display: block;

top :20px;

left: 210px;

z-index:10;

width: 46px;

height: 43px;
background: url("../images/all/seal_bronce.png");

}
input#mail { display:none; }
