/*
Copyright by Webmind
Webmind | Bresslauer Str. 49 | D-83395 Freilassing | info@webmind.de
Projekt: Webmind Designs
Autor: Eric Parzinger
Datum: April 2008
*/

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#8ca5cd;
}

a:link		{color:#4d5b75;text-decoration:underline;font-family:arial,helvetica,sans-serif;}
a:visited	{color:#4d5b75;text-decoration:underline;font-family:arial,helvetica,sans-serif;}
a:hover		{color:#7e7e7e;text-decoration:none;font-family:arial,helvetica,sans-serif;}
a:active	{color:#2b3342;text-decoration:underline;font-family:arial,helvetica,sans-serif;}
a.current {color:#2b3342 !important;}

* {
	font-family:arial,tahoma,verdana,helvetica,sans-serif;
	font-size:10pt;
	color:#000000;
	border:none;
	margin:0;
	padding:0;
}

img {
	margin:0 8px 0 0;
}

td {
	vertical-align:top;
}
table.background td {
	padding:8px;
	background-color:#cfd8e7;
}
table.background td.gray {
	background-color:#e2e2e2;
}
td.header {
	height:192px;
	border-bottom:1px #4d5b75 solid;
}
td.header img {
	margin:0;
}
div#navi {
	height:20px;
	border-bottom:1px #4d5b75 solid;
}
div#navi a {
	float:left;
	border-left:1px #4d5b75 solid;
	display:block;
	height:20px;
	width:16.5%;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height:20px;
	vertical-align:middle;
}

div#main {
	margin:8px;
	border:1px #BBBBBB solid;
	background-color:#EFEFEF;
	text-align:left;
	min-height:365px;
	height:auto !important;
	height:365px;
}

div#content {
	margin:16px;
}

h1 {
	font-size:13pt;
	font-weight:bold;
	margin-bottom:15px;
}

form#reservierung label {
	float:left;
	width:200px;
	margin-top:2px;
	margin-right:15px;
	text-align:right;
	clear:both;
}
input, textarea, select {
	width:160px;
}
input, textarea, select {
	margin:1px 0;
	border:1px #BBBBBB solid;
}
form#reservierung textarea, form#reservierung select, form#reservierung option {
	width:220px;
}
input.datum {
	width:40px;
	text-align:left;
}
input.button {
	border-color:#4d5b75;
	width:75px;
}

table#kontaktdata {
	float:left;
}
table#kontaktform {
	margin-left:80px;
	float:left;
}

.imgborder {
	border-color:#4d5b75;
	border-style:solid;
	border-width:1px;
}
hr	{color:#7e7e7e;width:50%;height:1px;padding:0px;}