html
{
	margin: 0;
	padding: 0;
	height: 100.1%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana;	
	background-color: #FAEFD9;
	font-size:13px;
	line-height:1.4em;
	color:#000;
	background-image: url(/layout/body-hg.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

/******************************************************************************/

#container
{
	width: 980px;
	margin: 0;
	padding: 0;
	position: relative;
}

/******************************************************************************/

#navi
{
	margin: 0;
	padding: 0;
	background-image: url(/layout/navi-hg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 68px;
}

#navi ul
{
	margin: 0 0 0 5px;
	padding: 30px 0 0 0;
	list-style-type: none;
}

#navi li
{
	margin: 0;
	padding: 0;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#navi a
{
	color: #000;
	margin: 0 5px 0 0px;
	padding: 4px 5px 0 5px;
	text-decoration: none;
	height: 20px;
	display: block;
	float: left;
	border-left: 1px solid #A8293A;
	border-right: 1px solid #A8293A;
}

#navi a:link, #navi a:visited
{
	border-left: 1px solid #A8293A;
	border-right: 1px solid #A8293A;
}

#navi a:hover, #navi a:active, #navi a:focus
{
	color: #000;
	background-image: url(/layout/button-aktiv.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-left: 1px solid #937B4A;
	border-right: 1px solid #937B4A;
}

#navi span, #navi .aktiv
{
	color: #000;
	margin: 0 5px 0 0;
	padding: 4px 5px 0 5px;
	text-decoration: none;
	background-image: url(/layout/button-aktiv.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 20px;
	display: block;
	float: left;
	border-left: 1px solid #937B4A;
	border-right: 1px solid #937B4A;
}

/******************************************************************************/

#bild
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url(/layout/bild-hg.gif);
	background-repeat: no-repeat;
	height: 288px;
	position: relative;
}

#bild img
{
	display: block;
	margin: 0 0 0 5px;
}

#bild p
{
	padding: 0;
	margin: 0;
}

#bild .hiddenclear
{
	display:none;
}

/******************************************************************************/
	
#adresse
{
	position: absolute;
	top: 135px;
	left: 785px;
}

#adresse p
{
	margin: 5px 0 0 0;
}

/******************************************************************************/

#inhalte
{
	padding: 10px 0 0 0;
	margin: 0;
	background-image:url(/layout/inhalt-hg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#inhalte p
{
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 13px;
}

#inhalte a, #adresse a
{
	color: #A8293A;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#inhalte a:hover, #adresse a:hover
{
	text-decoration: underline;
}

#inhalte h1
{
	font-size: 15px;
	color: #000;
	padding: 0;
	margin: 0;
}

#inhalte h2
{
	font-size: 14px;
	color: #000;
	padding: 0 !important;
	margin: 0 !important;
}

#inhalte ul
{
	margin: 0 0 5px 20px;
	padding: 0;
}

#inhalte li
{
	margin: 0 0 0 0;
	padding: 0;
}

/******************************************************************************/

#links
{
	margin: 0 0 0 5px;
	padding: 0;
	width: 200px;
	float: left;
	display: inline;
	position: relative;
}

#links div
{
	clear: both;
	margin: 0 5px 0 5px;
	padding: 0;	
}

#links ul
{
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#links li
{
	margin: 1px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 12px;
}

#links img
{
	border: none !important;
}

#links li a
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 188px;
	padding: 3px 5px 3px 5px;
	background-color: #A8293A;
	background-image: url(/layout/button-normal.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-weight: normal;
	border-left: 1px solid #A8293A;
	border-right: 1px solid #A8293A;
	border-bottom: 1px solid #A8293A;
}

#links li a:link, #links li a:visited
{
	background-image: url(/layout/button-normal.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-left: 1px solid #A8293A;
	border-right: 1px solid #A8293A;
	border-bottom: 1px solid #A8293A;	
}

#links li a:hover, #links li a:active, #links li a:focus
{
	background-image: url(/layout/button-aktiv.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-left: 1px solid #937B4A;
	border-right: 1px solid #937B4A;
	border-bottom: 1px solid #937B4A;
}

#links li span
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 188px;
	padding: 3px 5px 3px 5px;
	background-image: url(/layout/button-aktiv.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-left: 1px solid #937B4A;
	border-right: 1px solid #937B4A;
	border-bottom: 1px solid #937B4A;
}

/******************************************************************************/

#mitte
{
	margin: 0 5px 0 5px;
	padding: 0;
	width: 543px;
	float: left;
	display: inline;
	position: relative;
}

#mitte .pauschale
{
	background-color: #E8CA93;
}

#mitte div
{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;	
}

#mitte img
{
	float: left;
	border: none;
	margin: 0 5px 0 0;
}

#mitte .preiszeile
{
	color: #870012;
}

#mitte h1
{
	background-image:url(/layout/mitte-h1.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
	position: relative;
	color: #870012;
	font-family: "Times New Roman";
	font-weight: lighter !important;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding: 0 5px 0 5px;
}

#mitte p
{
	padding: 0 5px 0 5px;
}

#mitte table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#mitte td
{
	margin: 0;
	padding: 1px;
}

#mitte td img
{
	float: none;
	margin: 0;
	padding: 1px;
}

/******************************************************************************/

#rechts
{
	margin: 0 5px 0 5px;
	padding: 0;
	width: 212px;
	float: right;
	display: inline;
	position: relative;
}

#rechts div
{
	clear: both;
	margin: 0;
	padding: 0;	
}

#rechts .zitat p, .zitat
{
	color: #970115;
	font-weight: bold;
	font-style: italic;
}

#rechts img
{
	border: none !important;
}

#p_id_80
{
	display: none;
}

/******************************************************************************/

#footer
{
	margin: 0 !important;
	padding: 0 !important;
	color: #666;
}

#footer div
{
	padding: 20px 0px 0px 0px !important;
}

#footer p
{
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: center;
}

#footer a
{
	color: #666;
}

#footer #footerLink1
{
	text-decoration: none;
}

#footer #footerLink2
{
	text-decoration: none;
}

#footer #footerLink3
{
	font-weight: bold;
}

#footer #footerLink4
{
	text-decoration: none;
}

#footer #footerLink5
{
	text-decoration: none;
}

/******************************************************************************/

.prospektlink
{
	text-align: center;
}

.prospektlink img
{
	border: 1px solid #000;
	float: none !important;
}

.prospektlink a
{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

.luftkurort
{
	position: absolute;
	top: 15px;
	right: 1px;
	text-align: right;
	color: #A69064;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}

.hiddenclear
{
	font-size: 1px !important;
	line-height: 1px !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px !important;
	visibility: hidden !important;
}

.clear
{
	clear: both !important;
}

/******************************************************************************/

label
{
	width: 140px;
	display: block;
	float: left;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

input
{
	width: 350px;
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	border: 1px solid #000;	
}

textarea
{
	width: 480px;
	height: 100px;
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	border: 1px solid #000;		
}

.error
{
	color: #a00 !important;
}

.error input
{
	border: 1px solid #a00;
	background-color: #eee;
}

.checkbox
{
	width: auto;
	border: none;
}

.submit
{
	width: auto;
}

.formular .FormError
{
	border: 2px solid #a00 !important;
	background-color: #fff !important;
	padding: 5px !important;
	margin: 0 0 15px 0 !important;
	position: relative;
}


.FormError ul
{
	margin: 5px 5px 5px 20px;
	padding: 0;
}

.FormError li
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.formular h2
{
	clear: both;
	margin: 15px 0 5px 0 !important;
}

.formular p
{
	margin: 2px 0 0 0 !important; 
	padding: 0 !important;
	clear: both !important;
}

.FormError h2
{
	color: #a00 !important;
	margin: 0 !important;
	padding: 0 !important;
}



.cdForm label
{
	width: 390px;
	font-family: Arial, Helvetica, Verdana;
}

.cdForm input
{
	width: 50px;
}
