* {
	margin: 0;
}
html, body {
	height: 100%;
	z-index: 10;
}
body {
	background-color: #304b6a;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #284965;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	z-index: 11;
}
div#mainnav {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #c10f1b;
	background-color: white;
}
div#mainnavborder {
	background-color: #c10f1b;
	height: 35px;
}
div#rightmainnavborder {
	float: right;
	background-color: #304b6a;
	height: 35px;
	width: 254px;
}
div#header {
	height: 289px;
	background-color: #999999;
}
div#headernav {
	float: right;
	position: relative;
	height: 289px;
	width: 254px;
	background-image: url("../images/bg_header.gif");
}
div#contentarea {
	z-index: 3;
/*	background-color: white;
	background-image: url("../images/bg_content.gif");
	background-position: top right;
	background-repeat: repeat-y;*/
}
div#contentarea div.fakeminheight {
	float: left;
	width: 30px;
	height: 200px;
}
div#contentcol {
	float: left;
	padding: 30px 0;
	width: 475px;
}
div#contentcol a {
	color: #284965;
	font-weight: bold;
	text-decoration: none;
}
div#contentcol a:hover {
/*	text-decoration: underline;*/
	color: #C10F1B;
}
div.cleaner {
	font-size: 0px;
	height: 0px;
	clear: both;
}
div#footerarea, .push {
	height: 75px; /* .push must be the same height as .footer */
}
div#panelframe {
	position: relative;
	width: 911px;
	text-align: left;
	z-index: 2;
	overflow: hidden;
}
div#panel {
	background-image: url("../images/bg_content.gif");
	background-position: top right;
	background-repeat: repeat-y;
	background-color: white;
	border-left: 1px solid #b5d4ee;
	border-right: 1px solid #b5d4ee;
	border-color: #b5d4ee;
	width: 900px;
	margin-left: 3px;
}
div#footerarea {
	position: relative;
	z-index: 100 !important;
}
div.halfwide {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
}
div.panelbackgroundframe {
/*	display: none;*/
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	margin-bottom: -75px;
	z-index: 1;
}
div.panelbackground {
	position: relative; 
	width: 911px; 
	height: 100%; 
}
div.panelbackground div.innerbackground {
	position: absolute;
	top: 0;
	left: 3px;
	width: 900px;
	height: 100%;
	background-color: white;
	border-left: 1px solid #b5d4ee;
	border-right: 1px solid #b5d4ee;
	background-image: url("../images/bg_content.gif");
	background-position: top right;
	background-repeat: repeat-y;
}
div.shadowleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-image: url("../images/shadow_left.png");
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #304b6a;
}
div.shadowright {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background-image: url("../images/shadow_right.png");
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #304b6a;
}
div#panelframe div.shadowleft, div#panelframe div.shadowright {
	height: 1000em;
}
div#panelframe div#topshadowleft, div#panelframe div#topshadowright {
	background-color: #b5d4ee;
	height: 480px;
	z-index: 61;
}
div#topbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	background-color: #b5d4ee;
	z-index: 1;
}
/* footer *****************************************************************************************/
div#footerframe {
	position: relative;
	width: 911px;
	height: 75px;
	text-align: left;
	z-index: 2;
}
div#footer {
	border-left: 1px solid #b5d4ee;
	border-right: 1px solid #b5d4ee;
	width: 900px;
	height: 100%;
	margin-left: 3px;
	background-color: #c10f1b;
}
div#footerleft {
	position: absolute;
	top: 0;
	left: 4;
	height: 100%;
	width: 255px;
	background-color: #304b6a;
	z-index: 0;
}
div#contentborder {
	position: relative;
	background-image: url("../images/bg_contentborder.gif");
	height: 21px;
	z-index: 101;
}
div#contentbordershadow {
	position: relative;
	font-size: 1px;
	height: 6px;
	z-index: 101;
	background-image: url("../images/shadow_bottom.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}
div#logo {
	z-index: 300;
	position: absolute;
	right: 52px;
	top: -100px;
}
/* main navigation ********************************************************************************/
div#mainnav ul {
	position: absolute;
	bottom: 0; 
	right: 0;
	padding: 0;
	padding-right: 30px;
	margin: 0;
}
div#mainnav li {
	list-style-type: none;
	float: left;
}
div#mainnav li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 13px;
	color: #c10f1b;
}
div#mainnav li a:hover, div#mainnav li.trail a, div#mainnav li.active a {
	color: #304b6a;
	background-image: url("../images/bg_mainnav_active.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	font-weight: normal;
}
/* sub navigation ********************************************************************************/
div#subnav ul {
	padding: 0;
	margin: 0;
}
div#subnav li {
	list-style-type: none;
	background-color: #89b9e3;
	width: 254px;
}
div#subnav li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	color: white;
	border-bottom: 1px solid #6ba8dc;
	width: 234px;
}
div#subnav li a:hover, div#subnav li.trail a, div#subnav li.active a {
	color: #304b6a;
	background-image: url("../images/bg_subnav_active.gif");
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: normal;
}
/* service navigation *****************************************************************************/
ul#servicenav {
	position: absolute;
	bottom: 0; 
	right: 0;
	padding: 0;
	padding-right: 30px;
	margin: 0;
}
ul#servicenav li {
	list-style-type: none;
	float: left;
}
ul#servicenav li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
}
ul#servicenav li a:hover, ul#servicenav li.trail a, ul#servicenav li.active a {
	background-image: url("../images/bg_servicenav_active.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}
/* form *******************************************************************************************/
form p {
	margin-bottom: 1em;
}
form h2 {
	text-transform: none;
	margin-bottom: 0.5em;
}
form h4 {
	float: left;
	display: inline;
	width: 150px;
	font-weight: normal;
}
fieldset {
	border: none;
	padding: 0;
	padding-bottom: 1.5em;
}
fieldset fieldset {
	padding-bottom: 0;
}
fieldset>div  {
	margin-bottom: 0.5em;
	clear: left;
}
fieldset div label span {
	float: left;
	width: 140px;
	margin-right: 10px;
}
fieldset div input.text, fieldset div textarea.textarea	, fieldset div label select {
	width: 305px;
	border-style: solid;
	border-width: 1px;
	border-color: #284965;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #284965;
}
fieldset div label input, fieldset div label textarea {
	padding: 3px;
}
/* 
	wie kann ich die den style des radio buttons setzen, ohne dass den "style" tag?
	wie kann ich das auf "keinen Wert" zurcksetzen, so dass Radio Button default-Grsse hat?
*/
fieldset div label input#boat_type_0,  fieldset div label input#boat_type_1, fieldset div label input#transport_0, fieldset div label input#transport_1 {
	width: 1em;
}
fieldset div label#boat_type_label,  fieldset div label#transport_label {
	margin-right: 15px;
}
fieldset div span {
	display: block;
}
.button-wrapper {
	margin-top: 2em;
	margin-left: 150px;
	margin-bottom: 2em;
}
.button-wrapper input {
	background-color: #284965;
	color: white;
}
fieldset div.error label span em {
	color: red;
	display: block;
}
/* content ****************************************************************************************/
table.listing {
	width: 100%
}
table.listing td {
	border-top: 1px dotted #284965;
}
div.admin {
	background-color: #e9e9e9;
	color: #999999;
	font-size: 10px;
	padding: 10px;
	margin: 1em 0;
}
/* gallery ****************************************************************************************/
div.dmsgallery {
	width: 550px;
}
a.gallery_thumb_box {
	width: 160px;
	height: 120px;
	float: left;
	border: 1px solid #cccccc;
	background-color: #666666;
	text-align: center;
	margin-bottom: 2px;
	margin-right: 2px;
	overflow: hidden;
}
a.gallery_thumb_box img {
	height: 120px;
}

/*div.inputrow, div.selectionRow {
	width: 475px;
	padding-top: 5px;
	margin-bottom: 0;
	clear: both;
}
div.inputrow label {
	float: left;
	width: 100px;
	padding-right: 0;
	margin-right: 0;
}
div.inputrow div.inputelement {
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	width: 300px;
}
div.selectionRow {
}
div.selectionRow div.selectionGroupLabel {
	float: left;
	width: 165px;
}
div.selectionRow div.inputelement {
	float: left;
	margin-left: 10px;
	width: 270px;
}
div.selectionRow div.inputelement .radio {
	float: left;
}
div.selectionRow div.inputelement label {
	float: left;
	margin-left: 5px;
}
input, textarea, select {
	border-style: solid;
	border-width: 1px;
	border-color: #284965;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #284965;
}
input.text, textarea {
	padding: 3px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	width: 300px;
}
div.formNote {
	line-height: 1.2em;
	margin-bottom: 1em;
}
input.submit {
	float: right;
	background-color: #284965;
	color: white;
}*/
