body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 900px;
	margin: 0 auto; /* Durch automatische R&auml;nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: justify; /* Hierdurch wird die Einstellung text-align: center im Haupt-Element aufgehoben. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	position: relative;
}
#banner {
	position:relative;
	visibility: visible;
	top: 0px;
	margin: 0px 0px;
	height: 300px;
	width: 695px;
	background-image:url(../bilder/banner/banner_hintergrund.png);
}

#banner img {
	position:absolute;
	top:0;
	left:0;
}

#banner #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 300px;
	background-image:url(../bilder/banner/logo.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#top_navi {
	background-color: #976E1B;
	position: relative;
	height: 36px;
	background-image: url(../bilder/hintergrund_top.gif);
	background-repeat: no-repeat;
	background-position: 698px 0px;
}

#top_navi ul {
	list-style-type: none;
	display: inline;
	position: relative;
}

#top_navi li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	padding-top: 9px;
	padding-bottom: 9px;
}

#top_navi li a {
	text-decoration:none;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	background-color: #EEE8C4;
	color: #000000;
}

#top_navi li a:hover, #top_navi li a.hover, #top_navi li a.active {
	background-color:#E4D294;
	text-decoration: none;
}


.drop_down {
	position: absolute;
	font-weight : bold;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	z-index: 20;
	width: 157px;
	visibility: hidden;
	padding-bottom: 20px;
	background-image: url(../bilder/bajo_dorp_down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 0px;
}

a.DropDown {
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 10px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-weight: 500;
	border-bottom: 1px solid #4B370E;
	margin: 0px 3px 0px 3px;
}

a.DropDown:hover, a.DropDownActive {
	background-color: #DBCD80;
}

.top_navi_text_unten {
	top: 0px;
	margin-bottom: 35px;
	background-color: #976E1B;
}

#cuerpo {
	background-color: #FFF0DD;
}

#sidebar {
	float: right;
	width: 205px; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	margin-bottom: 0px;
	position: relative;
	background-color: #976E1B;
	margin-top: -3px;
}

#sidebar p{
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}

#sidebar #navi_sidebar {
	margin: 0px;
	position: relative;

}

#sidebar #navi_sidebar ul {
	list-style-type: none;
	position: relative;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar  #navi_sidebar  li a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #EEE8C4;
	margin: 3px;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 15px;
	position: relative;
	left: 0px;
	width: auto;
}
#sidebar   #navi_sidebar li a:hover, #sidebar   #navi_sidebar   li a:active   {
	background-color: #E4D294;

}

#sidebar_img {
	padding: 0px;
	position: relative;
	background-color: #FFF0DD;
	height: 300px;
	width: 205px;
}
#sidebar #side_adress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding: 6px;
	background-color: #FFF0DD;
}
#sidebar #side_adress a {
	color: #000000;
	text-decoration: none;
}



#main {
	padding:10px 0px 0px 15px;
	position:relative;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	left:0px;
	top:0px;
	background-color: #FFF0DD;
	width: 670px;
}

#sidebar #side_info {
	background-color: #FFF0DD;
	font-size: 11px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 5px;
}

#haupt p.left {
	text-align: left;
	margin-bottom: -10px;
}

#haupt p.right {
	float: left;
	margin-top: 11px;
	text-align: justify;
	margin-left: 8px;
}
#main  #headline {
	border-bottom: 2px solid #976E1B;
	margin-bottom: 20px;
	height: 20px;
	width: 670px;
	padding-bottom: 5px;
	text-decoration: none;
}
#main  h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 22px;
	color: #1C7122;
	font-style: italic;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 40px;
	font-weight: bold;
	margin-left: 270px;
}
#main  h2 {
	font-size: 16px;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	padding-bottom: 8px;
	color: #1C7122;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

#main  h3 {
	color: #1C7122;
	margin-bottom: 0px;
	margin-top: 5px;
}
#main  h4 {
	text-decoration: underline;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-top: 8px;


}
#sidebar a{
	text-decoration: none;
}
#sidebar #side_adress a:hover{
	text-decoration:underline;
}

#main a{
	text-decoration:none;
	color: #976E1B;
}

#main #headline a, #main p a, #main ul a{
	text-decoration: underline;
}

#main #headline a:hover, #main p a:hover , #main ul a:hover{
	text-decoration: none;

}

#main .bild_left {
	text-align: right;
	background-color: #FFE2BF;
	float: left;
	margin-right:10px;
	margin-bottom: 14px;
	margin-left: 0px;
	clear: left;
}

#main .bild_right {
	text-align: right;
	padding: 0px;
	background-color: #FFE2BF;
	float: right;
	margin-right:0px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: left;
}


.bild_left a:hover, .bild_right a:hover {
	background-color: #E4D294;

}


#main #haupt {
	position: relative;
	margin-top: 5px;
	width: 670px;
}

#main #haupt ul {
	padding-top: 0px;
	list-style-position: outside;
	text-align: left;
}

#main #haupt li {
	padding-bottom: 4px;
}

#main #text_haupt {
	margin: 10px 30px 6px 0px;
}

#main #laufer_rechts {
	float: right;
	top: 0px;
	padding: 0px;
}

#main #laufer_links {
	float: left;
	clear: both;
}

#main #angebot_box {
	position: relative;
	width: 400px;
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 8px 0px;
	border: 2px solid #006633;
}

#main #angebot_box h2 {
	color: #FFFFFF;
	background-color: #006633;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	padding: 3px 30px 3px 0px;
	background-image: url(../bilder/hinterg_angebote.gif);
}

#main #angebot_box h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main #angebot_box img {
	width: 170px;
	height: 120px;
}

#main #unter_navi {
	border: 1px solid #976E1B;
	background-color: #FBEBC6;
	margin-bottom: 8px;
	width: 190px;
	float: left;
	clear: left;
}

#main #unter_navi ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#main #unter_navi li {
	display: block;
	margin-bottom: 4px;

}

#main #unter_navi a {
	color: #6F3D00;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
}

#main #unter_navi li a:hover, #main #unter_navi li a:active {
	background-color: #FFFFFF;
}
#main #info_zimmer {
	width: 190px;
	background-color: #FFE2BF;
	border: 1px solid #976E1B;
	padding: 0px;
	position: relative;
	float: left;
	clear: left;
}
#main #info_zimmer ul {
	list-style-position: outside;
	margin: 0px;
	padding-top: 4px;
	padding-left: 18px;
	font-size: 11px;
}

#main #info_zimmer li {
	margin-bottom: 4px;

}

#main .saisonA {
	background-color: #E1E8FF;

}

#main .saisonB {
	background-color: #FFD9DA;
}

#main .saisonC {
	background-color: #D1FFC4;
}

#main .saisonD {
	background-color: #EFED9A;
}

#main #zur_buchung a {
	background-image: url(../bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-right: 45px;
	margin: 4px;
	background-color: #FFE2BF;
	width: 157px;
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFA433;
}
#main   a.button_klick {
	text-align: right;
	background-color: #FFE2BF;
	float: left;
	border: 1px solid #FFA433;
	padding: 4px 8px 4px 8px;
	margin-left: 40px;
}

#main #zur_buchung a:hover, #main #zur_buchung a:active, #main a.button_klick:hover, #main a.button_klick:active {
	background-color: #FFFBDD;
}
#main  .untermenue {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#main  .untermenue  ul {
	list-style-type: none;
	position: relative;
	width: 404px;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main .untermenue li {
	display: block;
	background-color: #FFE2BF;
	float: left;
	position: relative;
	width: 190px;
	margin: 1px;
	padding: 0px;
}
#main     .untermenue     li a   {
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#main   .untermenue   li a:hover  {
	background-color: #FFFFFF;
}
#main   table  {
	border: 2px solid #FFD39D;
	text-align: left;

}
#main td {
	padding: 0px;
	background-color: #FFF4E8;
}
#main td.head   {
	background-color: #FFD39D;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 8px;

}
#main table a {
	display: block;
	padding: 4px;
	text-decoration: none;
}
#main table a:hover    {
	text-decoration: underline;
	background-color: #E4D294;
}

#main_fondo {
	top: 0px;
	width: 900px;
	background-image: url(../bilder/fondo_bottom.gif);
	background-repeat: no-repeat;
	background-position: -30px bottom;
	height: 100px;
	background-color: #FFF0DD;
}

#angebote {
	position: relative;
	float: left;

}

#footer {
	padding: 0 10px 0 20px;
	position: relative;
	height: 100px;
	margin-left: 90px;
}

#footer ul {
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px;
	top: 0px;
	margin: 0px;
}

#footer a {
	text-decoration: none;
}

#footer li {
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer div {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
	color: #006600;
}

#footer div a {
	color: #006600;
}

#footer #adresse {
	position: absolute;
	width: 240px;
}

#footer #adresse2 {
	position: absolute;
	width: 221px;
	left: 275px;
	top: 0px;
}


#footer #adresse3 {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 500px;
}
#zusatz  {
	position: relative;
	width: 100%;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-style: normal;
	vertical-align: middle;
	text-align: center;
	display: inline;
}


.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0;
}

/*.hingergur_braun {
	background-color: #CCFF66;

}*/

.marker {
	font-weight: bold;
	color: #976E1C;
}

.linkmarker {
	font-weight: normal;
	text-decoration: underline;
	color: #976E1C;
}

.font_klein {
	font-size: 10px;
}

.linie {
	color: #4B370E;
	margin-top: 3px;
}

.right {
	float: right;
}

#content_buch {
	width: 454px;
	margin: 0 auto 6px auto;
}

.text_buch {
}

.text_buch .head {
	font-size: 12px;
	font-weight: 500;
	background-color: #FFD39D;
	margin: 0 -8px 0 -8px;
	padding: 7px 8px 7px 8px;
	border-bottom: #FFF0DD 3px solid;
}

.text_buch .head h3 {
	font-size: 12px;
	text-indent: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.text_buch .head a {
	color: #755313;
	text-decoration: none;
	display: inline;
}

.text_buch .head a:hover {
	color: #755313;
	text-decoration: underline;
}

#neue_referenz {
	width: 466px;
	margin: 0 auto 0 auto;
	margin-top: 30px;
}

#neue_referenz table {
}

#neue_referenz td {
	text-align: left;
}

fieldset {
	padding: 5px;
	text-align: left;
	border: 1px #CCCCCC solid;
}

legend {
	color: #AAAAAA;
	font-weight: bold;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFD39D;
}

input.button:hover {
	color: #000000;
}

#main #schmal {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.holiday {
	background-color: #FFF0DD;
	height: auto;
	width: auto;
	margin-right: 30px;
	margin-left: 105px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main p  {
	margin: 0;
	padding: 3px;
}
.marker_gruen {
	font-weight: bold;
	color: #1C7122;
}
#main #schmal_rechts {
	float: right;
	width: 460px;
	position: relative;
	clear: right;
	margin-right: 0px;
}

#main #schmal_rechts_2 {
	float: right;
	width: 400px;
	position: relative;
	clear: right;
	margin-right: 0px;
}
.link_none {
	color: #000000;
	text-decoration: none;
}
.marker_schwarz {
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.marker_dick {
	font-size: 18px;
	color: #1C7122;
	font-weight: bold;
}

.line_brown {
	border-bottom:#976E1B thin solid;
}
.bild_left a, .bild_right a  {
	display: block;
	background-image: url(../bilder/groeser_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px bottom;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

