html, body {
    height: 100%;
}

body {
    /* background-color: #d9eeff; */
    /* background-color: #e5f3ff; */
    /* background-color: #e0f1ff; */
    background-color: #fff;
    font-family: Georgia, "Times New Roman", Times;
    margin: 0px;
    color: #222;
    /* min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    }

p {
    font-family: Georgia, "Times New Roman", Times;
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 140%;
    }
    
li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    line-height: 140%;
    margin-top: 0.2em; margin-bottom: 0.2em;
    }
    
h1 {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, "Bitstream Vera Sans", Helvetica;
    font-size: 1.5em;
    margin-top: 1.1em;
    margin-bottom: 0.5em;
    }
    
h2 {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, "Bitstream Vera Sans", Helvetica;
    font-size: 1.25em;
    margin-top: 1.1em;
    margin-bottom: 0.5em;
    }
    
h3 {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, "Bitstream Vera Sans", Helvetica;
    font-size: 1.1em;
    margin-top: 1.1em;
    margin-bottom: 0.5em;
    }
    
a:link {
    color: #CC0000;
    }
    
a:visited {
    color: #333333;
    }
    
a:hover {
    color: #000000;
    }
    
#header {
    /* background-color: #97cbff; */
    background-color: #fff;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /* margin-bottom: 0px; */
    /* color: #000; */
    color: #0065ba;
    width: 100%;
    border-bottom: 3px solid #0065ba;
    }
    
#header a {
    color: #0065ba;
    text-decoration: none;
    }
    
#header a:link {
    color: #0065ba;
    text-decoration: none;
    }
    
#header a:visited {
    color: #0065ba;
    text-decoration: none;
    }

#header img {
    border-width: 0px;
    }

#header h1 {
    font-size: 3em;
    margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
    }
    
#header h2 {
    font-size: 1.1em;
    margin-top: 0px;
    /* margin-bottom: 0px; */
    margin-left: 8px;
    }
    
#header hr {
    width: 100%;
    /* color: #111; */
    color: #3265c5;
    /* background-color: #111; */
    background-color: #0065ba;
    height: 3px;
    border-width: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    }
        
#underHeader {
    /* position: relative;
    min-height: 100%; */
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    /* border: 1px solid #000; */
    }
    
#navigation a {
    font-size: smaller;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, "Bitstream Vera Sans", Helvetica;
    }

#navigation p {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5em;
    }
    
#navigation {
    width: 155px; 
    /* position: absolute; */
    float: left;
    /* min-height: 100%; */
    /* top: 0px; */
    /* border-color: #0065ba;
    border-style: solid;
    border-width: 1px;
    background-color: #f1f1f1; */
    margin-right: 10px; 
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    }
    
p.pointerMap {
    /* font-size: 0.75em; */
    font-size: 12px;
    font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, "Bitstream Vera Sans", Helvetica;
    }
    
img.photo {
    margin: 5px;
    }
    
#contentEnclosure {
    /* position: relative; */
    /* min-height: 100%; */
    background-color: #d9eeff;
    padding: 1px;
    margin-left: 160px;
    border-left: 3px solid #0065ba;
    min-height: 15em;
    }
    
#content {
    /* position: absolute; */
    /* margin-left: 160px; */
    /* position: relative; */
    /* min-height: 100%; */
    margin-top: 1px; 
    padding-left: 1em;
    min-width: 20em;
    max-width: 40em;
    }
    
div.colLeft {    
    border-color: #d9eeff; border-style: solid; border-width: 1px;
    margin-top: -1em;
    /* margin-bottom: 0; */
    }
    
div.colRight {
    margin-left: 1em; 
    width: 50%; 
    float: right;
    border-color: #d9eeff; border-style: solid; border-width: 1px;
    margin-top: -1em;
    /* margin-bottom: 0; */
    }
    
div.colClear {
    /* clear: left; */
    border-color: #d9eeff; border-style: solid; border-width: 1px;
    /* margin-top: -40em; */
    padding: 0;
    margin-top: -1em;
    }
    
h2.colClear {
    /* margin-top: -10em; */
    padding: 0em;
    }
    
h2.colLeft {
    /* margin-top: 0.0em; */
    }
    
h2.colRight {
    /* margin-top: 0.0em; */
    }    
    
div.routeHeader {
    background-color: #fff;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, "Bitstream Vera Sans", Helvetica;
    }
    
table.directions {
    border-spacing: 0px;
    }
    
#directions {
    font-size: 0.75em;
    line-height: 1.1em;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, "Bitstream Vera Sans", Helvetica;
    background-color: #FFFFFF;
    }
    
#footer {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    clear: both;
    text-align: center;
    border-top: 3px solid #0065ba;
    margin: 0em;
    background-color: #fff;
    }

#footer p {
    margin-top: 0.1em;
    margin-bottom: 0em;
    margin-right: 1.5em;
    font-size: 0.7em;
    display: inline;
    }
    
#mapContainer {
    margin-top: 0px; width: 300px; float:right; margin-left: 1em;
    border-color: #d9eeff; border-style: solid; border-width: 1px;
    }

#welcomeImageContainer {
    float:right; width: 300px; 
    margin-left: 15px; margin-top: 1.1em; margin-bottom: 10px;
    border-color: #d9eeff; border-style: solid; border-width: 1px;
    }
    
#welcomeNew {
    /* border-color: #d9eeff; border-style: solid; border-width: 1px; */
    /* height: 400px;
    min-height: 400px; */
    }
    
#welcome {
    border-color: #d9eeff; border-style: solid; border-width: 1px;
    /* height: 400px;
    min-height: 400px; */
    }
    
#form-content {
    border: 2px solid #0065ba;
    /* border: 2px solid #d9eeff; */
    padding: 2%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    /* background-color: #fff; */
    width: 60%;
    min-width: 18em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    float: left;
}

#form-content label {
    clear: left;
    float: left;
    text-align: right;
    width: 26%;
    margin-right: 2%;
    font-size: small;
        
    padding-top: 0.4em;
    
    /* margin-top: 0.2em;
    margin-bottom: 0.2em; */
    
    border: 1px solid #d9eeff;
}

#form-content textarea {
    width: 96%;
    /* text-align: center; */
}

#form-content input, select {
    /* margin-left: 30%; */
    width: 69%;
}

#salutation {
    width: 11ex;
}

input.form-button {
    margin-left: 1ex;
    margin-right: 1ex;
    width: 17ex !important;
}

input, select {
    margin-top: 0.2em;
    margin-bottom: 0.4em;
}

#form-help {
    border: 2px solid #d0d000;
    border-width: 2px;
    background-color: #ffffc9;
    padding: 2%;
    padding-top: 0em;
    padding-bottom: 0em;
    /* background-color: #fff; */
    /* width: 32%; */
    min-width: 11em;
    /* float: right; */
    margin-left: 66%;
    margin-right: 0;
    margin-bottom: 1em;
    height: 550px;
    
    font-size: small;
    /* min-height: 1000px; */
}

#form-help ul {
    padding-left: 2em;
    }

div.errorbox {
    background-color: #ffb8b8;
    border: 2px solid #ba0000;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em;
    }
    
.errorbox {
    font-size: small;
    }

p.backLink { 
    font-size: 70%;
    margin-top: 1em;
}

div.message-print {
    /* clear: left; */
    /* font-family: "Courier New", Courier; */
    
    }
    
div.label {
    line-height: 140%;
    clear: left;
    float: left;
    text-align: right;
    width: 18%;
    min-width: 14ex;
    margin-right: 2%;
    
    margin-top: 0em;
    margin-bottom: 0.5em;
    
    
    /* font-size: small; */
        
    /* padding-top: 0.4em; */
    
    /* margin-top: 0.2em;
    margin-bottom: 0.2em; */
    
    /* border: 1px solid #d9eeff; */
    }

div.value {
    line-height: 140%;
    margin-left: 20%;
    
    margin-top: 0em;
    margin-bottom: 0.5em;
    /* padding-top: 0.4em; */
    
    /* margin-top: 0.2em;
    margin-bottom: 0.2em; */
    
    /* border: 1px solid #d9eeff; */
    /* margin-left: 22%; */
    }
    
#offers th {
    border-bottom: 2px solid #222;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
    padding-left: 0.5ex;
    padding-right: 0.5ex;
    }
    
#offers td {
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
    padding-left: 0.5ex;
    padding-right: 0.5ex;
    }

#offers .leftCell {
    border-left: none;
    }
    
#offers .rightCell {
    border-right: none;
    }
    
table.motorTable {
    table-layout: auto; /*  vorher: fixed */
    border-collapse: collapse;
    font-family: "Trebuchet MS";
    font-size: 0.80em;
    }
    
#offers .motorModel {
    border-left: none;
    width: 22%;
    }
    
#offers .motorType {
    width: 13%;
    }

#offers .motorDesc {
    width: 25%;
    }

#offers .motorSerial {
    width: 10%;
    text-align: center;
    }

#offers .motorYoC {
    width: 10%;
    text-align: center;
    }
	
#offers .motorIcon {
	border-right: none;
    text-align: center;
    }
	
#offers .motorPrice {
    width: 20%;
    }
    
table.trailerTable {
    table-layout: fixed;
    border-collapse: collapse;
    font-family: "Trebuchet MS";
    font-size: 0.80em;
    }
    
#offers .trailerModel {
    border-left: none;
    width: 22%;
    }
    
#offers .trailerWeight {
    width: 10%;
    text-align: center;
    }

#offers .trailerDesc {
    width:20%;
    }

#offers .trailerDoA {
    width: 15%;
    text-align: center;
    }

#offers .trailerYoC {
    width: 10%;
    text-align: center;
    }

#offers .trailerPrice {
    border-right: none;
    width: 20%;
	text-align: center;
    }
	
table.boatsTable {
    table-layout: fixed;
    border-collapse: collapse;
    font-family: "Trebuchet MS";
    font-size: 0.80em;
    }
    
#offers .boatsIcon {
	border-left: none;
    text-align: center;
	width: 220px;
    }
	
#offers .boatsDesc {
	border-right: none;
	vertical-align:top;
	padding: 0.7em;
	
    }

#offers .boatsPrice {
    text-align: right;
	font-weight: bold;
    }
	
	
