html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #e7e6bc;
}

a:link {
	color: #b94421;
	text-decoration: none;
}
a:active {
	color: #b94421;
	text-decoration: none;
}
a:visited {
	color: #b94421;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #ffffff;
	background-color: #b94421;
	text-decoration: none;
}

a span {
	display: none;
}

h1 {
	font: 30px Georgia, serif;
	margin: 0;
	padding: 0;
	color: #b94421;
}

h2 {
	font: 20px Georgia, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	color: #b94421;
}

h3 {
	font: 15px Georgia, "Times New Roman", serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #b94421;
}

form {
	padding: 0;
	margin: 0;
}

input, select, option {
	font-weight: normal;
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #000000;
	background-color: transparent;
	border: solid 1px #b94421;
}

textarea {
	width: 600px;
	height: 70px;
	font-weight: normal;
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #000000;
	background-color: transparent;
	border: solid 1px #b94421;
}

.box {
	padding: 10px;
	margin: 0;
  border: solid 1px #e3e1b6;
}

.box input,.box  textarea,.box  select,.box  option {
	font-weight: normal;
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #000000;
	background-color: transparent;
	border: none;
}

.box .aspxinput {
	font-weight: normal;
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #000000;
	background-color: transparent;
	border: solid 1px #b94421;
}

table {
	width: 100%;
	border:	0;
	border-collapse: collapse;
	empty-cells: show;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
}

caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	font: 16px Georgia, "Times New Roman", serif;
	color: #b94421;
	font-weight:bold;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 2px 5px;
	margin: 0;
	border-bottom: solid 1px #D8D997;
}

b, strong {
	color: #000000;
}

hr {
	color: #e3e1b6;
	background-color: #e3e1b6;
	height: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	border-style: none;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.image {
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid 1px #b94421;
	clear: both;
}

#flvplayer {
	width: 320px;
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid 1px #b94421;
	background-color: transparent;
	clear: both;
}

#divShowVideo #flvplayer {
	width: 320px;
	float: none;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid 1px #b94421;
	background-color: transparent;
	clear: both;
}

.paging {
	margin: 0;
	padding-bottom: 10px;
}

.thumbnail {
	float: left;
	width: 150px;
	min-height: 150px;
	height: 150px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	horizontal-align: middle;
	vertical-align: middle;
}

.thumbnail img {
	float: none;
	padding: 5px;
	margin-top: 0px;
	margin: 0;
	border: solid 1px #b94421;
}

.thumbnail a:hover {
	font-weight: normal;
	color: #ffffff;
	background-color: #e7e6bc;
	text-decoration: none;
}

.galleryimage {
	float: none;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	clear: both;
	text-align: center;
}

.galleryimage img {
	float: none;
	padding: 5px;
	margin-top: 0px;
	margin: 0;
	border: solid 1px #b94421;
}

.galleryimage a:hover {
	font-weight: normal;
	color: #ffffff;
	background-color: #e7e6bc;
	text-decoration: none;
}

.galleryspacer {
	width: 600px;
	height: 300px;
	float: none;
	clear: both;
	border: none;
}

.subheader {
	margin-left: 40px;
	margin-right: 0px;
	margin-top: -6px;
	margin-bottom: 10px;
	padding: 0;
}

.price {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	text-align: right;
}

.euro {
	font: 20px Georgia, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	color: #b94421;
	text-align: left;
}

.red {
	color: #b94421;
}

.bgbrown {
	background-color: #E6E7BD;
}

.bgwhite {
	background-color: #FCFCF5;
}

.columnleft {
	width: 350px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.columnright {
	float: right;
	width: 332px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.columns {
	float: left;
	width: 214px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0;
	position: relative;
}

.nocss	{
	display: none;
}

.floatcenter {
	text-align: center;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.alignright {
	text-align: right;
	font-weight: bold;
	color: #b94421;
}

.vcenter {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align:center;
}

.fixfloat {
	float: none;
	clear: both;
	line-height: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0px;
	height: 0px;
	width: 0px;
}

.submit	{
	margin: 2px 0 0 3px;
	padding: 0 2px 0 2px;
	border: 1px solid #968c6f;
	background:  url("../images/bg_form.gif") bottom left repeat-x;
	height: 22px;
	font-size: x-small;
	font-weight: bold;
	color: #b94421;
	cursor: pointer;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 991px;
	margin: 0px auto;
	padding: 0;
	background-position: top center;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	height: 247px;
	margin: 0;
	padding: 0;
}

#flash {
	width: 754px;
	height: 200px;
	margin: 0;
	padding-left: 161px;
	padding-right: 0px;
	padding-top: 47px;
	padding-bottom: 0px;
}

#flashcontent {
	width: 754px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainmenu {
	width: 100%;
	height: 63px;
	margin: 0;
	padding: 0;
	background-position: top center;
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
}

#mainmenu ul {
	padding: 0;
	margin-left: 163px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

#mainmenu ul li {
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 0px;
	margin: 0;
}

#mainmenu ul li a, #mainmenu ul li a:link, #mainmenu ul li a:visited {
	display: block;
	height: 21px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background-color: transparent;
}

#mainmenu ul li a:hover {
	background-position: 0px -21px;
	background-color: transparent;
}

#mainmenu ul li a:active {
	background-position: 0px -21px;
	background-color: transparent;
}

#mainmenu ul li a.selected {
	background-position: 0px -42px;
	background-color: transparent;
}

#housing a {
	width: 67px;
	background-image: url(../images/menu_housing.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#surfguiding a {
	width: 99px;
	background-image: url(../images/menu_surfguiding.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#booking a {
	width: 67px;
	background-image: url(../images/menu_booking.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#shop a {
	width: 42px;
	background-image: url(../images/menu_shop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#travel a {
	width: 57px;
	background-image: url(../images/menu_travel.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#gallery a {
	width: 69px;
	background-image: url(../images/menu_gallery.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#gbook a {
	width: 52px;
	background-image: url(../images/menu_gbook.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#contact a {
	width: 69px;
	background-image: url(../images/menu_contact.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#blog a {
	width: 40px;
	background-image: url(../images/menu_blog.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#mainmenu ul #boattrips {
	margin-left: 83px;
}

#boattrips a {
	width: 117px;
	background-image: url(../images/menu_boattrips.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#body {
	width: 991px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-position: top left;
	background-image: url(../images/content_repeat.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	clear: both;
}

#sponsorsde {
	float: left;
	width: 161px;
	margin: 0;
	padding: 0;
	background-image: url(../images/sponsors_de.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#sponsors {
	float: left;
	width: 161px;
	margin: 0;
	padding: 0;
	background-image: url(../images/sponsors.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

#sponsors ul, #sponsorsde ul {
	height: 366px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sponsors ul li, #sponsorsde ul li {
	float: left;
	height: 61px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sponsors ul li a, #sponsors ul li a:link, #sponsors ul li a:visited, #sponsors ul li a:hover, #sponsors ul li a:active, #sponsorsde ul li a, #sponsorsde ul li a:link, #sponsorsde ul li a:visited, #sponsorsde ul li a:hover, #sponsorsde ul li a:active {
	display: block;
	height: 61px;
	width: 161px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background-color: transparent;
}

#content {
	float: left;
	width: 704px;
	min-height: 540px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: top left;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	text-align: justify;
}

#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content li {
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	height: 100%;
}

#footer {
	width: 754px;
	height: 150px;
	margin-left: 160px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-position: top center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer hr {
	color: #968c6f;
	background-color: #968c6f;
	height: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	border-style: none;
	clear: both;
}

#impressum {
	float: none;
	clear: both;
	width: 704px;
	position: relative;
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}

#footernav  {
	position: relative;
	width: 200px;
	float: left;
	padding:20px 0 0 0;
	font-size: 13px;
}

#footernav ul  {
	padding:0 0 0 15px;
	margin:0;
}

#footernav li  {
	padding:0 0 5px 0;
	margin:0;
}

#supporters {
	position: relative;
	float: right;
	width: 500px;
	padding:10px 0 0 0;
	margin: 0;
	text-align: right;
}

#supporters a, #supporters a:link, #supporters a:visited, #supporters a:hover, #supporters a:active {
	text-decoration: none;
	background-color: transparent;
}

#post {
	width: 704px;
	padding: 0;
	margin: 0;
	text-align: justify;
}

.information {
	text-align: center;
	padding: 10px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: solid 1px #b94421;
	border-bottom: solid 1px #b94421;
	background-color: none;
}

#commentlink {
	float: right;
}

#postimages {
	width: 100%;
	text-align: center;
}

#postimages .image {
	float: none;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid 1px #b94421;
	clear: both;
}