@charset 'utf-8';
@import url(reset.css);

/* Default Element Styling */
/* =================================================================== */

* {
  font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}

body {
  background: url(../img/meer.png) bottom center no-repeat #fff;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: underline;
  color: #004160;
}

abbr[title] {
  border-bottom: 1px dotted #333 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

input[type=submit], button {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus {
  background: #eee;
}

/* default margin bottom */
p, h1, h2, h3, h4, h5, h6, 
table, ul, ol, blockquote, pre {
  margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 18px;
  clear: both;
  font-weight: normal;
}

/* Default Container Layout */
/* =================================================================== */

/* add more containers here, if needed */
#container, #maincontainer, #header, #bootContainer, #yachtContainer {
  position: relative;
}

#outercontainer {
  background: url(../img/himmel.png) top center no-repeat;
  width: 100%
}

#container {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0 150px 0;
}

#header {
  height: 210px;
}

#maincontainer {
  width: 800px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

#content {
  padding: 50px 0 25px 0;
  width: 560px;
}

#right {
  position: absolute;
  width: 175px;
  top: 0;
  right: 0;
}

#bootContainer {
  padding: 106px 0 40px 0;
  background: url(../img/bootTop.png) top left no-repeat;
}

#yachtContainer {
  padding-top: 96px;
  background: url(../img/yachtTop.png) top left no-repeat;
}

#footer {
  clear: both;
}

/* Header Stuff */
/* =================================================================== */

#header h1, #header h1 a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 2px;
  color: #fff;
}

#header h2 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #fc3;  
}

#header table * {
  color: #fc3;
}

#header table {
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
}

#header table .text {
  width: 135px;
  line-height: 18px;
  height: 18px;
  vertical-align: middle;
}

#kopfGrafik {
  position: absolute;
  width: 333px;
  height: 207px;
  left: 286px;
  top: 62px;
  overflow: hidden;
}

#kopfmaske {
  position: absolute;
  top: 0;
  left: 0;
  width: 333px;
  height: 207px;
}

#kopfBild {
  position: relative;
  height: 207px;
  width: 333px;
}

#kopfBild img {
  position: absolute;
  bottom: 18px;
  left: 64px;
  width: 254px;
  height: auto !important;
}


/* Content Elements */
/* =================================================================== */

#content h1 {
  color: #004160;
}

#content strong, #content b {
  color: #036;
}

#content ul {
  margin-top: -18px;
}

#content ul li {
  padding-left: 10px;
  background: url(../img/contentBullet.png) top left no-repeat;
}

#content .contenttable {
  width: 100%;
  margin-bottom: 30px;
}

#content .contenttable .tr-even {
  background: #b3b3b3;
}

#content .contenttable .tr-odd {
  background: #ccc;
}

#content .contenttable td {
  padding: 5px;
}

#content .contenttable .td-0 {
  border-right: 2px solid #FFFFFF;
  width: 150px;
}

#content #mailformTable .td-0 {
  border-right: none;
  width: 144px;
}

#content #mailformTable .tr-last .td-last {
  text-align: right;
}

#content #mailformTable input, 
#content #mailformTable textarea {
  outline: none;
  border: none;
  padding: 2px;
  width: 380px;
}

#content #mailformTable .tr-4 .td-0 {
  vertical-align: top;
}

#content iframe {
  width: 100%;
}

/* FCE */
.bildKlein {
  position: relative;
  width: 155px;
  height: 105px;
  overflow: hidden;
  margin-left: -12px;
}

.bildKlein .bildMaske {
  position: absolute;
  background: url(../img/klein_maske.png) top left no-repeat;
  top: 0;
  left: 0;
  width: 155px;
  height: 105px;
}

.bildKlein .bild {
  position: relative;
  width: 155px;
  height: 105px;
}

.bildKlein .bild img {
  position: absolute;
  bottom: 11px;
  left: 17px;
  width: 125px;
  height: auto !important;
}

.sortiment {
  clear: both;
}

.sortiment .bildKlein {
  float: left;
  margin-right: 5px;
}

.sortiment .bildMaske a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 155px;
  height: 105px;
}

.sortiment .text {
  padding-top: 15px;
}


.bildGross {
  position: relative;
  width: 220px;
  height: 148px;
  overflow: hidden;
  margin-left: -8px;
}

.bildGross .bildMaske {
  position: absolute;
  background: url(../img/gross_maske.png) top left no-repeat;
  top: 0;
  left: 0;
  width: 220px;
  height: 148px;
}

.bildGross .bild {
  position: relative;
  width: 220px;
  height: 148px;
}

.bildGross .bild img {
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 196px;
  height: auto !important;
}

.breit .linkeSpalte {
  width: 230px;
  float: left;
}

.breit .rechteSpalte {
  width: 330px;
  float: right;
  padding-top: 15px;
}

.schmal .linkeSpalte {
  width: 150px;
  float: left;
}

.schmal .rechteSpalte {
  width: 410px;
  float: right;
}



/* Menu Elements */
/* =================================================================== */

/* line-height: 22px; */

#right ul li a, #right ul li {
  line-height: 22px;
}

#right ul li a.activeLink {
  font-weight: bold;
  color: #036;
}

#right ul li a:before {
  content: "\003E \0020";
}

#right ul li ul, #right ul li ul li ul {
  margin-bottom: 0;
  padding-left: 15px;
}

#bootContainer h2 a {
  position: absolute;
  top: 48px;
  left: 14px;
  width: 175px;
  color: #036;
}

#yachtContainer h2 a {
  position: absolute;
  top: 47px;
  left: 45px;
  width: 175px;
  color: #036;
}

#suche {
  position: absolute;
  top: 79px;
  left: 11px;
  width: 167px;
}

#suche * {
  color: #666;
}

#suche #searchformInput {
  background: transparent;
  border: 0;
  outline: 0;
  width: 115px;
}

#suche #searchformSubmit {
  background: none;
  outline: 0;
  border: 0;
}

/* Footer Stuff */
/* =================================================================== */

#footer * {
  margin: 0 !important;
  width: auto !important;
  height: auto !important; 
}

#footer .csc-textpic-image {
  width: auto !important;
  height: 100px !important;
}


#advisco {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 175px;
}

#advisco a {
  font-size: 10px;
  color: #999;
}

/* Suchergebnisse */
/* =================================================================== */

.tx-indexedsearch-searchbox,
.tx-indexedsearch-rules,
.tx-indexedsearch-icon,
.tx-indexedsearch-result-number,
.tx-indexedsearch-percent,
.tx-indexedsearch-info {
  display: none;
  visibility: hidden;
}

.tx-indexedsearch-whatis, .tx-indexedsearch-whatis * {
  font-size: 18px;
  clear: both;
  font-weight: normal;
  color: #004160;
}

.tx-indexedsearch-res .result-row {
  margin-bottom: 18px;
}

.tx-indexedsearch-title, .tx-indexedsearch-title * {
  font-weight: bold;
  color: #004160;
  display: block;
}

#content strong.tx-indexedsearch-redMarkup {
  color: #333;
  font-style: italic;
}
