@import url(navigation.css);
@import url(boxen.css);
@import url(news.css);
@import url(boote.css);
@import url(detailansicht.css);


hr.clearer {
	clear: both;
	visibility: hidden;
	background: none;
	border: none;
	height: 1px;
	width: 1px;
}
#textcontent {
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
	
	width: 100%;
}
#text ol.haftung {
	margin: 0 0 0 20px;
	padding: 0 0 5px;
}
#text ol.haftung li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
#text ol.haftung p {
	font-weight: normal;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: none !important;
	padding: 2px 2px 2px 2px;
	float: left;
}
div.csc-textpic-border div.border_lt {
	background: #ffffff  url(../images/ecke_oben_links.gif) left top no-repeat;
	float: left;
}
div.csc-textpic-border div.border_rt {
	background: url(../images/ecke_oben_rechts.gif) right top no-repeat;
	float: left;
}
div.csc-textpic-border div.border_rb {
	background: url(../images/ecke_unten_rechts.gif) right bottom no-repeat;
	float: left;
}
div.csc-textpic-border div.border_lb {
	background: url(../images/ecke_unten_links.gif) left bottom no-repeat;
	float: left;
}
#text div.csc-textpic a {
	border: none !important;

	cursor: pointer;
}

div.tx_bzdstaffdirectory_box {
	margin-top: 20px;
}
dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
dl dd {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

html {
	height:100%;
	width:100%;
}

body, table, form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #081538;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	/* background: #3B61A2 url(../images/bg_foto.jpg) 50% 50% no-repeat fixed; */
	background: #3B61A2;
	overflow: auto;
	font-size: 0.75em;
	min-width: 970px;
}
img {
	border:none;
}
span.usb {
	display: none;
}
p {
	margin: 7px 15px 13px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
}
h1 {
	font-size: 4.5em;
	font-family: Times, serif;
	font-weight: normal;
	color: #1B2F5F;
	margin: 10px 15px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: left top no-repeat;
}
h2 {
	font-size: 1.7em;
	font-family: Times, serif;
	font-weight: normal;
	color: #1B2F5F;
	margin: 10px 15px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	font-size:13px;
	color:#1B2F5F;
	margin:5px 15px -3px 0px;
	padding:0px 0px 0px 0px;
}
#site {
	width: 100%;
	min-width: 970px;
	/* margin-top: 50px; */
	/*
	position: absolute;
	bottom: 35px;
	left: 0px;
	*/
}


/* --- TOP --- */
#topbg {
	/*
	width: 100%;
	height: 100px;
	background: #D1DFEF;
	-moz-opacity: 0.5;
	filter: Alpha(opacity=50);
	float: left;
	*/
	display: none;
}
#top {
	position: relative;
	/*margin-top: -100px;*/
	height: 100px;
	width: 100%;
	overflow: hidden;
	border-bottom: 3px solid #132556;
	float: left;
	background: url(../images/bg_top.png) left top repeat;
}
#top img.logo, #sidebar img.logo {
	/* float: right; */
	/* margin: 10px 20px 0px 0px; */
	float: left;
	margin: 10px 0px 0px 20px;
	position: relative;
	z-index: 10;
}


/* --- MIDDLE --- */
#content {
	width:100%;
	/* FIX 
	height:460px;
	overflow:hidden;
	position: relative;
	*/

	background: url(../images/bg_content.png) left top;
	/* FIX-BG
	background: #f6f0e5 url(../images/bg_logo.gif) -150px bottom no-repeat;
	-moz-opacity: 0.9;
	filter: Alpha(opacity=90);
	*/
	float: left;
	clear: both;
}
#content_bg {
	width:100%;
	/* background: url(../images/bg_sidebar.gif) right top repeat-y; */
	background: url(../images/bg_sidebar_left.gif) left top repeat-y;
	float: left;
}
#content_star {
	width:100%;
	/* background: url(../images/bg_logo.gif) -150px bottom no-repeat; */
	background: url(../images/bg_logo.gif) right bottom no-repeat;
	float: left;
}
#text {
	max-width: 1200px;
	/* width: 710px; */
	/*
	margin: 20px auto 20px;
	float: right;
	*/
	margin: 20px auto 20px;
	padding-left: 250px;
	/*
	position: absolute;
	top: 45px;
	right: 250px;
	*/
}
#text a, #text a:visited {
	text-decoration:none;
	color:#E49A09;
	border-bottom:1px dotted #132556;
	font-weight:bold;
}
#text a:hover, #text a:active {
	text-decoration:none;
	color:#132556;
	border-bottom:1px dotted #132556;
}
#text #picture {
	float:left;
	margin:10px 10px 10px 0px;
	text-align:center;
}
#text #picture_right {
	float:right;
	margin:10px 10px 10px 10px;
	text-align:center;
}
#text #picture span,
#text #picture_right span,
#sidebar #picturebar span {
	font-size: 9px;
	color:#E49A09;
	display:block;
}
#text #yachthafen {
	float:left;
	margin:10px 10px 10px 0px;
	cursor:crosshair;
}
#text #yachthafen area,
#text #yachthafen map {
	cursor:help;
}
#text ol {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#text ol li {

	margin:0px 0px 0px 30px;
	padding:0px 0px 5px 0px;
}
#text ul, #suchform ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 40px;
}

#text ul li, #suchform ul li {
	font-size:10px;
	list-style-image:url(../images/li.gif);
	margin:5px 0px 0px 0px;

}

#text caption,
#text .csc-textpic-caption,
#text p.news-single-imgcaption {
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
}


/* --- SITEBAR --- */
#sidebar {
	width: 250px;
	height: 100%;
	overflow: hidden;
	/* height:460px; */
	/* float: right; */
	float: left;
}


/* --- BOTTOM --- */
#bottom {
	border-top: 1px solid #000000;
	width: 100%;
	height: 0px;
	clear: both;
	float: left;
}


/* --- MAILFORM --- */
#mailform {
	float:right;
	margin:30px 30px 0px 0px;
}

#mailform fieldset {
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#mailform label {
	float: left;
	width: 100px;
	margin-left: 50px;
	cursor: pointer;
}
#mailform input,
#mailform textarea,
#mailform select {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #1B2F5F;
	border:1px solid #1B2F5F;
	background-color: #FFFFFF;
	margin-bottom:5px;
}
#mailform input:focus,
#mailform textarea:focus,
#mailform select:focus {
	border: 1px solid #F9A400;
}
#mailform .readonly,
#mailform .readonly:focus {
	border: 1px solid #999999;
	background-color: transparent;
}
#mailform input {
	width:200px;
	height:15px;
	margin:0px 0px 5px 7px;
	padding:1px 0px 1px 4px;
}
#mailform textarea {
	width:200px;
	height:70px;
	margin:0px 0px 5px 7px;
	padding:1px 0px 1px 4px;
}
#mailform select {
	width:205px;
	margin:0px 0px 5px 7px;
	padding:1px 0px 1px 0px;
}
#mailform input.submit {
	width:100px;
	height:20px;
	margin-left:207px;
	cursor:pointer;
	border: 1px outset #000000;
	text-transform: lowercase;
	color:#000000;
}
#mailform input.csc-mailform-submit {
	float: right;
	height: auto;
	width: 205px;
	border: 1px outset #000000;
	cursor: pointer;
}

#anfrageformular #mailform {
	float:left;
}
#anfrageformular #mailform input.csc-mailform-submit {
	float: left;
	margin-left: 157px;
}


/* --- DIVERSES --- */
#impressum {
	/* width:380px; */
	height:250px;
	overflow:auto;
	/* float:right; */
	border:1px solid #1B2F5F;
	background-color:#ffffff;
	margin:0px 10px 10px 0px;
	padding:0px 10px 10px 10px;
}

div.ansprechpartner {
	width:300px;
	float:left;
}
#ansprechpartner_show {
	background:#FFFFFF url(../images/ansprechpartner/hintergrund.gif) no-repeat;
	padding-top:130px;
}
#ansprechpartner_show div {
	font-size:11px;
	margin: 0px 0px 0px 105px;
	display:block;
}
#ansprechpartner_show #print {
	font-size:10px;
	position:absolute;
	bottom:19px;
	left:0px;
	width:100%;
	text-align:center;
	margin: 0px 0px 0px 0px;
}
#liegeplaetze {
	width:470px;
	float:right;
	margin:20px 5px 0px 15px;
}

#text #liegeplatzkategorien {
  float: left;
  width: 210px;
  margin:0px 0px 0px 40px;
  padding:0px 0px 10px 0px;
}
 
#text #liegeplatzkategorien li {
  float: left;
  width: 105px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

#text #liegeplatzkategorien li.active a {
	color:#1D2F5C;
	cursor:default;
}

#sidebar #button_up img, #sidebar #button_down img {
	visibility: hidden;
}
#sidebar #button_up {
	background:url(../images/button_up.gif) no-repeat 50% bottom;
	display:block;
	border:none;
}
#sidebar #button_up:hover {
	background:url(../images/button_up_on.gif) no-repeat 50% bottom;
	border:none;
}

#sidebar #button_down {
	background:url(../images/button_down.gif) no-repeat 50% top;
	display:block;
	border:none;
}
#sidebar #button_down:hover {
	background:url(../images/button_down_on.gif) no-repeat 50% top;
	border:none;
}
#iframe {
	width:140px;
	height:320px;
	overflow:hidden;
	margin:1px 0px 1px 0px;
	padding:2px 0px 2px 0px;
	display:block;
	background-color: #ffffff;
	border:0px;
	border-bottom: 1px solid #132556;
	border-top: 1px solid #132556;
}

dl.shop_list {
	width:600px;
	border:none;
	margin: 10px 0px 0px 40px;
}
#text dl.shop_list a {
	border:none;
}
dl.shop_list dd {
	width:460px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	float:left;
}
dl.shop_list dt {
	width:120px;
	height:90px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	float:right;
}
dl.shop_list dt img {
	border:1px solid #132556;
}
#text hr {
	border:none;
	height:1px;
	background:#132556;
	clear:both;
	margin-right:20px;
}

#text #shop_navi {
	position:absolute;
	top:25px;
	right:20px;
}
#text #shop_navi a {

	border:none;
}
#text #shop_navi img {
	float:left;
}

#text #shop_navi span {
	height:20px;
	line-height:20px;
	padding:0px 5px 0px 5px;
	margin:0px 1px 0px 1px;
	color:#2A5C96;
	background: url(../images/button_bg.gif) repeat-x;
	float:left;
}

#text h3.productname {
	margin:0px 0px 5px 0px;
}

#text #picturebar {


	float:right;
	margin:0px 20px 20px 20px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
#sidebar #picturebar,
#sidebar #logobar {
	float:right;
	margin:38px 43px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
#sidebar #logobar {
	margin-top:75px;
}
#text #picturebar li,
#sidebar #picturebar li,
#sidebar #logobar li {
	text-align:center;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	list-style-type:none;
}
#sidebar #logobar li {
	padding:0px 0px 25px 0px;
}
#text #picturebar li a,
#sidebar #picturebar li a,
#sidebar #logobar li a ,
#text .blog-pictures a {
	border:none;
}
#text #picturebar li img,
#sidebar #picturebar li img {
	border:1px solid #132556;
}

table {
	width: 99%;
	border-collapse: collapse;
	margin: 20px auto 20px auto;
}
table td,
table th {
	border:1px solid #132556;
	padding:3px 5px 3px 5px;
}
table th {
	text-align:left;
	color:#E49A09;
}
table.productfacts {
	float:right;
	width: auto;
	margin:0px 20px 20px 20px;
}
table.sortable,
table.draggable {
	float: left;
	width: auto;
}
table.draggable th {
	cursor: move;
}
table.sortable th {
	cursor: pointer;
}

table.csc-uploads {
	margin: 20px 0px 20px 40px;
	width: auto;
}
table.csc-uploads td,
table.csc-uploads th {
	border: none;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	margin: 5px 0 0;
}
table.csc-uploads tr {
	background: url(../images/li.gif) left top no-repeat;
}
table.csc-uploads p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 20px;
}

#text .scroller {
	overflow: auto;
	height: 330px;
	padding: 0px 4px 16px 0px;
}
#text .blog-pictures img {
	border:1px solid #132556;
	margin: 6px 12px 0px 0px;
}
#text .blog-pictures {
	margin: 0px 0px 30px 0px;
}
#yachthafen_beschreibung {
	position:absolute;
	left:0px;
	top:-500px;
	width:200px;
	background: #ECDBB8;
	color:#1B2F60;
	border: 2px solid #F9A400;
	padding:8px 8px 8px 8px;
	visibility: visible;
	z-index:100;
}

#background, #background table, #background td {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}
#background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
* html #background {
	position: absolute;
}
#background div {
	height: 200%;
	width: 200%;
	position: absolute;
	top: -50%;
	left: -50%;
}
#background table {
	border-collapse: collapse;
	border-spacing: 0;
}
#background td {
	text-align: center;
	vertical-align: middle;
}
#background img {
	display: block;
	margin: 0 auto;
	min-height: 50%;
	min-width: 50%;
}
* html #background img {
	width: 50%;
}
.csc-textpic-imagewrap li.csc-textpic-image {
	margin-right: 55px !important;
	float: left;
	border: 5px solid #ffffff;
}