@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html { 
	background: #fcfdfc url(gfx/bg.jpg) repeat-x 0 0 fixed;
	height: 100%;
	overflow-y: scroll;
}
body {
	background: url(gfx/bg_inner.gif) repeat-y top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 100%;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}
.floatleft {
	float: left;
	margin: 0 10px 15px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: 10px;
}
.tab {
	float: left;
	width: 5em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#links a,
#links a:visited {
	color: #666;
	outline: none;
	text-decoration: none;
}
#links a:hover {
	color: #000;
	text-decoration: underline;
}
.de {
	background: url(gfx/de.gif) no-repeat 0 2px;
	padding: 0 0 0 22px;
}
.en {
	background: url(gfx/en.gif) no-repeat 0 2px;
	padding: 0 0 0 22px;
}

/* Typo
----------------------------------------------- */
h1 {
	border-bottom: 1px solid #ccc;
	color: #1f6810;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1em 0;
	width: 565px;
}
h2, h3, h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 16px 0 9px 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
#kontaktbox address {
	margin-bottom: .2em;
}
address {
	font-style: normal;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: #fff url(gfx/bg_wrapper.jpg) no-repeat 0 100px;
	border-left: 1px solid #fff;
	color: #000;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 780px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: #fff;
	float: left;
	height: 90px;
	margin: 0;
	padding: 0;
	width: 780px;
}
.logo {
	float: left;
	margin: 17px 0 0 11px;
}
.hotel {
}
#header div {
	float: right;
	padding: 9px 14px 0 0;
	text-align: right;
	width: 225px;
}
#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
}
#content {
	background: url(gfx/bg_content.gif) no-repeat 95px 340px;
	float: left;
	margin: 0;
	line-height: 1.5em;
	padding: 0;
	width: 595px;
	min-height: 625px;
	height: auto !important;  /* moderne Browser */
	height: 625px;  /* IE */
}
.teaser {
	border-bottom: 5px solid #1f6810;
}
#content ul,
#content ol {
	margin: 3px 0 1em 30px;
}
#content ul li,
#content ol li {
	padding: 0 0 2px 0;
	list-style: disc;
}
#kontaktbox {
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	margin: 26px 10px 10px 10px;
	padding: 6px;
	width: 151px;
}
#kontaktbox strong {
	color: #000;
	line-height: 160%;
}
#text {
	float: left;
	padding: 28px 15px;
}
#small {
	float: left;
	padding: 0 10px 0 0;
	width: 390px;
}
#links {
	float: right;
	text-align: center;
	width: 165px;
}

/* Navigationen
-----------------------------------------------*/
#navigation ul {
	font-size: 15px;
	/*margin: 15px 10px 0 10px;*/
	margin: 2px 0 0 0;
	list-style: none;
	padding: 0;
}
#navigation ul li a,
#navigation ul li a:visited {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	color: #666;
	display: block;
	/*padding: 4px 0;*/
	padding: 4px 10px 0 10px;
	text-decoration: none;
	width: 165px;
	min-height: 25px;
	height: auto !important;  /* moderne Browser */
	height: 25px;  /* IE */
}
#navigation ul li a:hover {
	color: #000;
	text-decoration: none;
}
#navigation ul li a.active,
#navigation ul li a:visited.active {
	font-weight: bold;
}

/* Formulare
----------------------------------------------- */
fieldset {
	border-top: 1px solid #999;
	margin: 1em 0;
	padding: 10px;
}	
legend {
	border: 1px solid #999;
	padding: 0 5px;
}
label {
	cursor: pointer;
	float: left;
	width: 160px;
}
input {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 260px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #333;
}
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 300px;
}
.button {
	background: #e0e0e0;
	border: 1px solid #3f3f3f;
	color: black;
	cursor: pointer;
	width: 12em;
}
.button:hover,
.button:focus {
	background: #676767;
	border: 1px solid #3f3f3f;
	color: #fff;
}
/* Meldungen */
.gesendet {
	color: #1f6810;
	font-size: 18px;
	font-weight: bold;
}
.ph {
	font-size: 14px;
	font-weight: bold;
}
.fehler {
	color: #f00 !important;
	font-weight: bold !important;
}
.false {
	border: 1px solid red;
}
.false-ta {
	border: 1px solid red;
}