/* Waypoint CSS  */

div.clear { clear: both; }

* {padding:0;margin:0}

body {
	background-color: #033E72;
	background-image: url(/static/images/back-top.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}

div#wrapper {
	width: 980px;
	margin: 0 auto;
}
div#header {

	height: 220px;
	margin-bottom: 15px;
	padding-top:50px;


	

}

div#navigation {
	height: 36px;
	padding-top: 1px;
		position: fixed;
	background-image: url(/static/images/beck_top_menu.jpg);
	width: 980px;

margin:0 auto;
z-index:100;

}


div#navigation ul {
}
div#navigation ul li {
}
div#navigation ul li a {
}
div#navigation ul li a:hover {
}

div#content-wrapper { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white; filter: alpha(opacity=90);
-moz-opacity: 0.90; opacity: 0.90;

	width: 980px;
	margin-right: 10px;
	float: left;
	position: relative;
	margin-bottom:15px;
}
div#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	width: 780px;
	margin-right: 10px;
	float: left;
	position: relative;
}
div#sidebar {
	float: right;
	width: 190px;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	color: #0099CC;
	padding: 10px;
}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #0099CC;
	padding: 10px;
	padding-top: 5px;
}
div#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #0099CC;
	padding: 10px;
}
div#content p {
	margin: 10px;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
	color: #025AA5;
	*/
	line-height: 160%;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
div#content img.left {
	float: left;
	margin-right: 15px;
	
}

div#content a {
	color: #cc0000;
}
div#content ul {
	font-size: 12px;
	line-height: 150%;
	padding-left: 55px;
	margin-right: 40px;
	padding-bottom: 10px;
}
div#content ul li {
	padding-bottom: 5px;
}
div#content dl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
	padding-left: 55px;
	padding-bottom: 10px;
}
div#content dl dt {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #666;
}
div#content dl dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 20px;
	font-weight: bold;
	color: #0066CC;
}
div#content ul li { list-style-type: square; }

div#content div.subnavigation {
	padding: 10px;
	float: right;
	font-size: 11px;
}
div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 9px;
	text-align: left;
	color:#FFFFFF;
	background-color: #015B97;
	position: fixed;
    width: 100%;	
	margin:0 auto;
	        height:15px;
      
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
		
}


strong.uppercase {
	text-transform: uppercase;
}
div#termin-search {
	padding: 10px;
	padding-top: 35px;
	background-image: url(/static/images/back-termin-search.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
div#termin-search form, div#login form {
	background: #375D81;
}
div#sidebar form fieldset label {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#sidebar form fieldset input.text, div#sidebar form fieldset select {
	border-width: 1px;
}

div#termin-search form fieldset, div#login form fieldset {
	border: none;
	padding: 4px;
}
div#termin-search form label, div#login form label {
	color: white;
}
div#login {
	padding: 10px;
	padding-top: 31px;
	background-image: url(/static/images/back-login.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}


				table.prices {
					font-family: Arial, Helvetica, sans-serif;
					border-collapse: collapse;
					width: 97%;
					margin-left: 10px;
				}
				table.prices thead tr th {
					padding-bottom: 2px;
					padding-top: 2px;
					font-size: 12px;
					background-color: #4995B1;
					color: white;
				}
				div#content table.prices thead tr th a {
					color: #fff;
				}
				table.prices thead tr th.port {
					width: 150px;
				}
				table.prices thead tr th.port, table.prices thead tr th.selected {
					font-size: 16px;
					text-align: left;
					padding-left: 4px;
					background-color: #355771;
				}
				table.prices tbody tr td {
					padding: 5px;
					font-size: 12px;
				}
				table.prices tbody tr.odd {
					background-color: #eeeeee;
				}
				table.prices tbody tr:hover {
					background:#D8EFF1 ;
				}
				table.prices tbody tr td.price {
					text-align: center;
				}
				table.prices tbody tr span.model {
					font-weight: bold;
				}
				table.prices tbody tr td {
					border: 1px solid #ccc;
				}
				table.prices tbody tr.odd td {
					border: 1px solid #ccc;
				}
				table.prices a {
					text-decoration: none;
				}
				span.boat-type-0 {
					background-color: #0066CC;
					color: white;
					padding: 0px 3px 0px 3px;
					font-size: 11px; font-weight: bold;
				}
				span.boat-type-1 {
					background-color: #FF6600;
					color: white;
					font-size: 11px; font-weight: bold;
					padding: 0px 3px 0px 3px;
				}
				div.photos {
					margin: 10px;
					float: right;
					width: 200px;
				}
				div.characteristics {
				}
				table.info {
					margin: 10px;
					margin-top: 0;
				}
				table.info tr td {
					font-size: 12px;
					padding: 4px;
				}
				div.column3 {
					width: 140px;
					float: left;
					margin: 10px;
					margin-top: 0;
					font-size: 12px;
				}
				div.item {
					padding: 5px;
					margin-left: 10px;
				}
				.field {
					font-size: 12px;
					color: #327BA3;
					text-align: right;
					font-style: italic;
				}
				
				
div#content div#photos a img, div#content a.lightbox img {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
				