/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
}
.menu_table td
{
border-bottom:1px solid #B97429;
height:27.5px;
padding-left:12px;
}
.offer_box
{
margin-top: 20px;
}

.border_bottom
{
border-bottom:1px dotted #333333;
}
/* CSS Background image Document */
.home_image
{
background:url(../images/home.jpg) left top no-repeat;
height:382px;
}
.infos_image
{
background:url(../images/infos.jpg) left top no-repeat;
height:382px;
}
.anfahrt_image
{
background:url(../images/anfahrt.jpg) left top no-repeat;
height:382px;
}
.fotos_image
{
background:url(../images/fotos.jpg) left top no-repeat;
height:382px;
}
.grund_image
{
background:url(../images/gru.jpg) left top no-repeat;
height:382px;
}
.preise_image
{
background:url(../images/preise.jpg) left top no-repeat;
height:382px;
}
.kontakt_image
{
background:url(../images/kontakt.jpg) left top no-repeat;
height:382px;
}
.impress_image
{
background:url(../images/impress.jpg) left top no-repeat;
height:382px;
}
/* CSS Background image Document */
body {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
.left_link
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B97429;
	background-color:inherit;
	text-decoration: none;}
.left_link:hover
{
color:#E3BA5E;
text-decoration:none;
background-color:inherit;
}
