/* ##################################### */
/* ############# standards ############# */
/* ##################################### */

HTML, BODY {
	height:100%;
	overflow:hidden;
}
BODY {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	background:#eeeae0 url(img/htmbg.jpg) repeat center center;
	text-align:center;
}
H1, H2, H3, H4, H5, H6, P, FORM, BLOCKQUOTE, DL, UL, OL, TD, TH {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:18px;
}
A {
	text-decoration:none;
	color:#63831d;
}
A:hover {
	text-decoration:underline;
}




/* ##################################### */
/* #  Table Layout for Dreamweaver V3  # */
/* ##################################### */
TABLE#container {
	width:100%;
	height:100%;
	border:0;
}
TABLE#container TD#cont {
	text-align:center;
	vertical-align:middle;
}
TABLE#holder {
	 width:993px;
	 height:580px; 
}
TABLE#holder TD.mood {
 	height:540px; 
}
TABLE#holder TD#contenttd {
	width:496px;
}
/* ##################################### */
/* #             Navigation            # */
/* ##################################### */
DIV#mood {
	position:relative;
}
DIV#navi {
	position:absolute;
	left:0;
	top:0;
	width:356px;
}
DIV#mood H1 {
	position:relative;
	top:0.75em;
	color:#fff;
	font-size:30px;
	line-height:26px;
	margin:0 0 0.4em 0;
}
DIV#mood H1 SPAN {
	font-size:26px;
	margin:0 0 0 3.4em;
}
DIV#mood UL {
	position:relative;
	text-align:right;
	list-style-type:none;
	color:#fff;
	margin:0 28px 0 0;
	padding:0;
	font-style:italic;
	line-height:18px;
}
DIV#mood A, DIV#mood A:link, DIV#mood A:visited, DIV#mood A:hover {
	color:#fff;
	text-decoration:none;
}
DIV#mood A.highlight {
	font-weight:bold;
}
/* ##################################### */
/* #              Content              # */
/* ##################################### */
DIV#content {
	width:496px;
	height:540px;
	background:#fff;
	overflow:auto;
	text-align:left;
}
DIV#wrap {
	margin:0 26px 0 33px;
	padding:110px 0 30px 0;
	border-top:1px solid #97c2e2;
	border-bottom:1px solid #97c2e2;
	min-height:397px;
}
H1, H2, H3 {
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#63831d;
	line-height:20px;
	padding:0 0 1em 0;
}
H2 {
	font-size:14px;
	line-height:18px;
}
P {
	padding:0 0 1.2em 0;
	text-align:justify;
}
BLOCKQUOTE {
	width:400px;
	background:#fff9eb;
	padding:10px;
	margin:0 0 0.8em 0;
}

BLOCKQUOTE P {
	padding:0;
}

DIV#content UL {
	list-style-type:none;
	margin:0 0 1em 0;
	padding:0;
}
DIV#content UL LI {
	padding:0 0 0.5em 1.2em;
	background:url(img/bullet.gif) no-repeat 0 0.5em;
}
/* ##################################### */
/* ######### auszeichnungen ############ */
/* ##################################### */
.ohne-abstand {
	padding:0;
}
.neue-zeile {
	clear:both;
}
.gruen {
	color:#63831d;
}
IMG.bild-links {
	margin:4px 1.5em 1em 0;
	float:left;
}
.kleine-aufzaehlung {
	font-size:11px;
	line-height:15px;
	font-style:italic;
	border:1px solid #e8cb92;
	background:#fff9ee;
	padding:10px;
	text-align:justify;
	margin:0 0 2em 0;
	width:94%;
}

/* ##################################### */
/* ############# formular ############## */
/* ##################################### */

INPUT.formeingabe, TEXTAREA.formeingabe {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	border:1px solid #e8cb92;
	background:#fff9ee;
	padding:2px 5px;
	margin:1px 0;
	width:310px;
}
INPUT.formeingabe:focus, TEXTAREA.formeingabe:focus {
	border-color:#b57f14;
}
/* ##################################### */
/* #      Kontakt/Hoteltabelle         # */
/* ##################################### */

TABLE.tabelle-kontakt {
	border-top:1px solid #e8cb92;
}
TABLE TR.T-linie TD {
	border-top:1px solid #e8cb92;
	padding: 10px 0 0 0;
}
TABLE TR.T-space TD {
	padding: 5px 0 5px 0;
}
TABLE.tabelle-hotels TD IMG {
	margin:4px 14px 0 0;

}
TABLE.tabelle-hotels H1 {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.2em;
	font-style:normal;
	padding:0;
	margin:0;
	line-height:1.2em;
	color:#1a6fb0;
}
TABLE.tabelle-hotels H2 {
	font-size:11px;
	color:#000;
}
TABLE.tabelle-hotels TR.T-linie TD {
	border-color:#a3bc83;;
}