html
{
	margin: 0;
	padding: 0;
	height: 100.1%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #FFF0C1;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;
	background-image: url(/layout/body-hg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	font-size:13px;
}

/******************************************************************************/

#container
{
	width: 760px;
	background-color:#fff;
	margin: 25px auto 25px auto;
	padding: 35px;
	text-align: left;
	border:1px solid #817676;
}


/******************************************************************************/

#bildleft
{
	margin: 0;
	padding:0;
	background-image: url(/layout/bild-left-hg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width:212px;
	height:230px;
	float:left;
	display:inline;
	position:relative;
}

#bildleft h1
{
	color:#fff;
	font-size:14px;
	padding:100px 0 0 15px;
}

#bildleft .hiddenclear
{
display: none !important;
}

/******************************************************************************/


#bild
{
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	float:left;
	display:inline;
	position:relative;
}

#bild img
{
	display: block;
}

#bild p
{
	padding: 0;
	margin: 0;
}

#bild .hiddenclear
{
display: none !important;
}


/******************************************************************************/

#navi
{
	margin: 0;
	padding: 0;
	width: 760px;
	font-size: 12px;
	height: 65px;
	background-image: url(/layout/navi-hg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-transform: uppercase;
	clear: both;
}

#navi ul
{
	margin: 15px 0 0 215px !important;
	padding: 0;
	list-style-type: none;
}

#navi li
{
	margin: 0;
	padding: 0;
	float: left;
}

#navi a
{
	color: #444;
	margin: 0 0 0 5px;
	padding: 3px 5px 3px 5px;
	display: block;
	text-decoration: none;	
}

#navi a:link, #navi a:visited
{
	color: #444;
	margin: 0 0 0 5px;
	padding: 3px 5px 3px 5px;
	display: block;
	text-decoration: none;	
}

#navi a:hover, #navi a:active, #navi a:focus
{
	border-right:1px solid #8F1E1E;	
	border-left:1px solid #8F1E1E;	
	color: #8F1E1E;
	margin: 0 0 0 5px;
	padding: 3px 4px 3px 4px;
	display: block;
	text-decoration: none;

}

#navi span
{
	border-right:1px solid #8F1E1E;	
	border-left:1px solid #8F1E1E;	
	color: #8F1E1E;
	margin: 0 0 0 5px;
	padding: 3px 4px 3px 4px;
	display: block;
	text-decoration: none;
		
}




/******************************************************************************/


#navi2
{
	font-size:12px;
	display:block;
	float:left;
	margin:0px 0 10px 0 !important;
	padding:0 0 0 0;
}


#navi2 ul
{
	margin: 0px 0 0 0px;
	padding: 0 !important;
	list-style-type: none;
}

#navi2 li
{
	margin: 0 !important;
	padding: 0 !important;
	float: left;
}


#navi2 a
{
	color:#fff! important;
	width:200px;
	display:block;
	background-color:#8F1E1E;
	padding:5px 5px 5px 5px !important;
	margin: 0px !important;
	letter-spacing:1px;
	border-bottom:1px solid #fff;
    text-decoration: underline !important;
}

#navi2 a:link, #navi2 a:visited
{
	border:none;
}

#navi2 a:hover, #navi2 a:active, #navi2 a:focus
{
	background-color: #D3959F;	
	color: #fff !important;
	width:200px;
}

#navi2 span
{
	background-color: #A62A3E;	
	color: #fff !important;
	display:block !important;
	padding:5px 5px 5px 5px !important;
	margin: 0px !important;
	text-decoration:none! important;
	letter-spacing:1px;
	border-bottom:1px solid #fff;
	width:200px;
}


/******************************************************************************/

#inhalte
{
	padding: 0 0 0 0;
	margin: 0;	
}

#inhalte table
{
	font-size:13px;
	margin: 10px 20px 10px 20px;
	border-collapse: collapse;
}

#inhalte td
{
	padding: 5px 6px 5px 6px;
	border-bottom: 1px solid #ECD262;
}

#inhalte table .center
{
	text-align: center;
}

#inhalte table .spalte1
{
	width:240px;
}

#inhalte table .spalte2
{
	width:110px;
	font-weight:bold;
	background-color: #FCE997;
	text-align: center;
}

#inhalte table .spalte3
{
	width:110px;
	font-weight:bold;
	background-color: #FAE37D;
	text-align: center;
}

#inhalte table .spalte4
{
	width:90px;
	text-align: right;
}


#inhalte .table 2
{
	width: 450px;
	background-color: #FAE37D;
	border:none !important;
	text-align: center;
}

#inhalte table .spalte1 img
{
	border: 1px solid #ECD262;
	margin: 5px 0 5px 0;
}

#inhalte table img
{
	border: none !important;
}


#inhalte div
{
	margin: 20px 0 0 0;
}

#inhalte p
{
	margin: 5px 20px 0 20px;
	color:000;
	font-style:normal;
	line-height:1.4em;
	font-size: 12px;
}

#inhalte a
{
	font-weight: bold;
	color: #8F1E1E;
	text-decoration: none;
}

#inhalte a:hover, #inhalte a:active, #inhalte a:focus
{
	text-decoration: underline;
	color: #A72C32;
}

/******************************************************************************/

#links
{
	margin: 10px 0 0 0px !important;
	padding: 0;
	width: 212px;
	float: left;
	background-color:#E3D6AC;
}

#links ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

#links li
{
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
}


#links span, #links a.aktiv:link, #links a.aktiv:visited
{
	text-decoration: underline;	
}

#links h2
{
	font-size: 17px;
	color: #fff !important;
	background-color: #8F1E1E;
	padding: 2px;
	margin: 0;
	font-style:normal;
	font-weight: normal;
}

#links h3
{
	font-size: 14px;
	color: #000;
	padding: 0 !important;
	margin: 0 !important;
}

#links p
{
	padding: 4px;
	margin: 2px 0 0 0;
	line-height:1.4em;
	font-size: 12px;
}

#links div
{
	clear: both;
	margin: 0 !important;
	padding: 0;	
}

#links img
{
	border: 1px solid #000;
	padding: 1px;
	margin: 0 0 0 0;
	background-color: #fff;
	display: block;
}

#links .randlos
{
	background:none;
	border: none;
	float:right;
}

#links .prospektlink img
{
	text-align:center;
	margin:15px 0 0 0;
}
/******************************************************************************/

#rechts
{
	margin: 0 0 0 0 !important;
	padding: 10px;
	width: 510px;
	float: right;
}

#rechts div
{
	clear: both;
	margin: 0 !important;
	padding: 0;	
}

#rechts img
{
	float: left;
	border: 1px solid #000;
	padding: 2px;
	margin: 0 5px 0 0;
	background-color: #fff;
}


#rechts h2
{
	font-size:18px;
	letter-spacing:1px;
	color: #8F1E1E;
	border-bottom: 1px solid #8F1E1E;
	padding: 0 0 3px 0;
	margin: 20px 0 0 0;	
	font-style: normal;	
	font-weight: normal;	
}

#rechts h3
{
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 10px 0 0 0;
}

#rechts p
{
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.4em;
}

#rechts ol, #rechts ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.4em;
}


#rechts span, #rechts a.aktiv:link, #rechts a.aktiv:visited
{
	text-decoration: underline;	
}

#rechts .randlos
{
	background:none;
	border: none;
	float:right;
}

#rechts table
{
	border-collapse: collapse;
	margin: 0 !important;
	padding: 0 !important;
}

#rechts table .ue1
{
	background-color: #A62A3E !important;
	border: 1px solid #8E7836 !important;
	font-size: 14 !important;
	font-weight: bold !important;
	color: #fff !important;
}
#rechts table .ue2
{
	background-color: #FFD861 !important;
	border: 1px solid #8E7836 !important;
	font-size: 12 !important;
	font-weight: bold !important;
}

#rechts .restplatz
{
	margin-top: 15px !important;
}

#rechts .restplatz td
{
	margin: 0;
	padding: 0 3px 0 3px;
	border: 1px solid #8E7836;
	font-size: 12;
	background-color: #FDEEC3;
}


#rechts td
{
	margin: 0;
	padding: 0 3px 0 3px;
	border: 1px solid #000;
	font-size: 12;
}

#rechts td p
{
	margin: 0;
	padding: 0;
	font-size: 12;
}

/******************************************************************************/

#footer
{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	border-top: 1px solid #A62A3E;
}

#footer div
{
	padding: 20px !important;
}

#footer .zeitmessung
{
	font-size: 10px;
	color: #888;
}

#footer p
{
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#footer a
{
	color: #000;
}

#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;
}

/******************************************************************************/

.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;
}

.Preis 
{
	font-size: 15px !important;
	color: #A62A3E;
}
