/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }
table {border:0px; padding:0px; margin:0px; border-spacing:0px;}
tr { border:0px; padding:0px; margin:0; }
td { border:0px; padding:0px; margin:0px; vertical-align:top; border-spacing: 0px; }
td a {display:block; width:100%; padding:0px;}
legend { display:none; }
div, p, li, a {
}

/* ### reset some basic style ################################################### */

dl		{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}
ol		{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}
p		{margin-bottom: 0em;}
ul		{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}
pre		{font-size:1.2em; }
a:hover  { text-decoration:none; }

/* ### HTML ###################################################################### */

* {
    margin:0;
    padding:0;
}
html,body {
    height:100%;
}

html {
	min-height: 99%;
	margin-bottom: 1px;
}

.noText {
	font-size:1px;
	overflow:hidden;
	text-indent:-9999px;
}

/* ### BODY ###################################################################### */

body {
	color: #000000;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	background: #CCD69D;
	background-image: url(hg.png);
	background-repeat: repeat-x;
	}
	
html, body {
	height:100%;
}
	
/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear: both;
}

.floatLeft { float:left; }
.floatRight { float:right; }
.warning { color:#f00; background: inherit; }



/* ### Navigation ######################################################### */

#nav {
	background-image: url(../files/nav_hg_hover.jpg);
	background-repeat:no-repeat;
	width: 1097px;
	height: 29px;
	margin:0 auto;
}

#navbeginn, #nav1, #nav2, #nav3, #nav4, #nav5{
	display:block;
	float:left;
	height:29px;
	background:url(../files/nav_hg.jpg)
}

#navbeginn{
	width:197px;
	background-position:0px;
}

#nav1{
	background-position:-197px;
	width:50px;
}

#nav2 {
	width:148px;
	background-position:-247px;
}

#nav3 {
	width:102px;
	background-position:-395px;
}

#nav4 {
	width:133px;
	background-position:-497px;
}

#nav5 {
	width:104px;
	background-position:-630px;
}

#nav1:hover {
	background:none;
}

#nav2:hover {
	background:none;
}

#nav3:hover {
	background:none;
}

#nav4:hover {
	background:none;
}

#nav5:hover {
	background:none;
}


/*	Navigation horizontal and vertical - 
	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st {
	padding:10px 0px 0px 40px;
}

/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0px 20px;
	font-size:14px;
}

ul.nav1st li {
	display: block;
	padding:0px 0;
	color:#004a63;
	background: inherit;
	font-weight:bold;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#004a63;
	padding:0px 0px 0px 30px;
	background-image: url(button_1.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}

ul.nav1st a:hover {
	background: inherit;
	color:#004a63;
	padding:0px 0px 0px 30px;
	background-image: url(button_2.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background: inherit;
	color:#b52317;
	padding:0px 0px 0px 30px;
	background-image: url(button_2.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;	
}

ul.nav1st li a.current:hover {
	background: inherit;
	color:#b52317;
	padding:0px 0px 0px 30px;
	background-image: url(button_2.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;	
}

/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 0px 0;
	font-size:12px;
	text-transform:none;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
	background-image:none;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 0px 0px 30px;
	background-image:none;
}


ul.nav2nd a:hover {
	padding:4px 0px 0px 30px;
	background-image:none;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 0px 0px 30px;
	background-image:none;
	color:#b52317;
}

/* ### Header ##################################################################### */

#header {
	position:relative;
	margin:0;
	padding:0;
	color: #CC0000;
	height: 220px;
	background-image:url(header.jpg);
	z-index:4;
}

#header_img	{
	width: 1097px;
	height: 220px;
	left: 457px;
	top: 29px;
	position: absolute;
	background-image: url(hg.gif);
}

#nav-header {
	position:absolute;
	left:210px;
	bottom:18px;
}

/* ### breadcrump ############################################################ */

#breadcrumb {
	width:100%;
}

#breadcrumb li{
	float:left;
	font-size:10px;
	color:#ffffff;
	
}

#main-block p#breadcrumb {
	font-size: 11px;
	color: #ffffff;
	margin-bottom: 20px;
}

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}

/* ### headlines ############################################################ */

#main-block h1 {
	color:#ffffff;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:1.6em;
}

#main-block h2 {
	color:#ffffff;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:1.6em;
}

#main-block h3 {
	color:#ffffff;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:1.6em;
}

#main-block h4 {
	color:#ffffff;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:1.6em;	
}

#main-block h5 {
	color:#ffffff;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
	margin-bottom:1.6em;
}

#main-block h6 {
	background: inherit;
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
	margin-bottom:1.6em;	
}

/* ### Images ############################################################ */

#main-block img {
	display:block;
	margin:4px 0;
}

#main-block img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#main-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}

/* ### Hyperlinks ######################################################### */

#main-block a,
#main-block a:link {
	color:#9b9e59;
	text-decoration:underline;
}

#main-block a:hover {
	color:#4f4a26;
	text-decoration: none;
}

#main-block a.faq, 
#main-block a.faq:link {
	color:#eee;
	font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

#main-block a.faq:hover {
	color:#90B0BF;
	text-decoration:underline;
}

/* ### Paragraphs ########################################################## */

#main-block p {
	margin-bottom:1.6em;
	font-size:small;
}

#nav p {
	margin-bottom:1.2em;
}

/* ### Tables ############################################################## */

#main-block table {
	font-size:small;
}

#main-block td {
	padding:0 0 0 0;
}

/* ### Blockquotes ########################################################## */

#main-block blockquote {
	margin:0 0 0 20px;
}

/* ### Lists ################################################################ */

#main-block ul, 
#main-block ol {
	margin-bottom:1.2em;
	font-size:small;
}

#main-block ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
} 
#main-block ul li {
	margin:0 0 0 20px;
	list-style-type:square;
}

/* ### Module ################################################################ */

#link_home{
	z-index:49;
	width:257px;
	height:172px;
	position:absolute;
	margin:31px 0 0 225px;
	background:none;
	z-index:5;
}

#link_home_link{
	background:none;
	width:257px;
	height:172px;
	position:absolute;
}

#link_home_link:hover {
	background-image:url(link_home.png);
}

#video_header {
	z-index:100;
	width:135px;
	height:71px;
	position:absolute;
	margin:149px 0 0 446px;
	background:none;
}

#video_header_link{
	background-image:url(video1.jpg);
	width:135px;
	height:71px;
	position:absolute;
}

#video_header_link:hover {
	background-image:url(video2.jpg);
}

#schmetterling_div {
	z-index:51;
	width:125px;
	height:130px;
	position:absolute;
	margin:158px 0 0 77px;
	z-index:8;
}

#laubenpost {
	z-index:1;
	width:281px;
	height:84px;
	position:absolute;
	margin:0px 0 0 637px;
	background:none;
}

#laubenpost_link {
	background:none;
	width:281px;
	height:111px;
	position:absolute;
	z-index:2;
}

#laubenpost_link:hover {
	background-image:url(laubenpost.png);
}

#main-content-block div.floatLeft img {
	float:left;
	margin:4px 40px 4px 0;
}

#main-content-block div.floatRight img {
	float:right;
	margin:4px 0 4px 40px;
}

#main-content-block a.more {
	clear:left;
	position: relative;
	left: 120px;
}

/* ### Content #################################################################### */

#video_eingebettet{
position:absolute;
width:640px;
height:360px;
top:405px;
left:250px;
}

#column {

	background-image:url(hg_content2.jpg);
	background-repeat: repeat-y;
	z-index:2;
}

#content {
	padding:0 0 0 0;
	background-image: url(content_hg.jpg);
	background-repeat: repeat-y;
	min-height:344px;
	z-index:7;
}

#site-content {
	position:relative;
	background:#ffffff;
	width:1097px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -187px;
	color:#52595d;
	text-align:left;
	background-repeat: repeat-y;
	z-index:1;
}

/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */

#main-content {
	background-image: url(content.jpg);
	background-repeat: no-repeat;
	min-height:344px;
}

#main {
	width:1097px;
	background-image:url(hg_main.png);
	z-index:-50;
}

#zimmerpreise a{
	background-image:url(hotel/links.png);
	height:24px;
	left:833px;
	position:absolute;
	top:99px;
	width:174px;
}

#kontakt a{
	background-image:url(hotel/links.png);
	background-position:0 -22px;
	height:24px;
	left:833px;
	position:absolute;
	top:123px;
	width:174px;
}

#gaestebuch a{
	background-image:url(hotel/links.png);
	background-repeat:no-repeat;
	background-position:0 -50px;
	height:23px;
	left:833px;
	position:absolute;
	top:152px;
	width:174px;
}

#video a{
	background-image:url(hotel/links.png);
	background-repeat:no-repeat;
	background-position:0 -72px;
	height:23px;
	left:833px;
	position:absolute;
	top:176px;
	width:174px;
}

#buchung a{
	background-image:url(hotel/links.png);
	background-repeat:no-repeat;
	background-position:0 -94px;
	height:30px;
	left:833px;
	position:absolute;
	top:200px;
	width:174px;
}

#zimmerpreise a:hover {
	background-position:0 -120px;
}

#kontakt a:hover {
	background-position:0 -142px;
}

#gaestebuch a:hover {
	background-position:0 -170px;
}

#video a:hover {
	background-position:0 -192px;
}

#buchung a:hover {
	background-position:0 -214px;
}

/* ### main-block => MainContent ################################################### */

#main-block {
	background-image:url(hg_content.jpg);
	background-repeat:no-repeat;
	float:left;
	width:1097px;
	color: #000000;
	min-height:344px;
	z-index:1;
	padding-bottom: 163px;
}

#main-content-block {
	font-size: small;
	z-index:2;
	background-repeat:no-repeat;
}

/* ### Bildgalerie ### */

#main-content-block div.galerie {
	clear: both;
}
#main-content-block div.galerie div.image {
	float: left;
	width: 270px;
}

#main-content-block div.galerie div.image img{
	padding: 5px;
	border:1px solid #aaa;
}

/* ### Formular ################################################################ */

label.text{
	width: 80px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}
input.text {
	float:left;
	width: 370px;
	height:20px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}

/* ### Footer ###################################################################### */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

/* Bereich nicht für IE-mac Anfang \*/

* html .clearfix {
    height:1%;
}

.clearfix {
    display:block;
}

/* Bereich nicht für IE-mac Ende */

#footer {
	position:relative;
	width:1097px;
	height: 187px;
	background-image: url(footer.jpg);
	font-size: 9px;
	margin:0px auto;
	font-size:12px;
	color:#9b9e59;
	background-repeat: no-repeat;
	z-index:50;
}

#footer #impr_agbs {
	position:absolute;
	margin:93px 0 0 234px;
}

#footer p {
	color:#ffffff;
	text-align: right;
}

#footer p a,

#footer a:link {
	color:#9b9e59;
	text-decoration: none;
	background:inherit;
}

#footer a:hover {
	color:#000000;
	text-decoration: underline;
	background:inherit;
}

/*
 Guestbook Addon
 @author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.9 2006/10/08 18:53:24 koala_s Exp $
 */


/*
  Formular Styles
*/


/* Formular */
.a63-form {
  width: 500px;
  margin-left:248px;
  margin-top: 100px;
  position: relative;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: 1px solid #2E6200;
  margin: 1px 2px 1px 2px;
  width: 389px;
  background-color: #F6F4EF;
  color:#2e6200;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 100px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 100px;
  float: left;
  padding-left: 5px;
  color:#2e6200;
}


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 0px;
  margin-top: 5px;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 105px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
  text-align: right;
  padding: 0px 5px 5px 0px;
  color:#2e6200;
}

/* Fehlermeldungs-Layer*/
.a63-form div.error {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}



/*
  Listen Styles
*/


/* Einträge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
}

.a63-entries p {
  margin: 0px;
  padding: 0px;
}

/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: center;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
  font-weight: bold;
  text-decoration:underline;
}


.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 70px;
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 70px;
}

/* Mozilla */
li.a63-pagination {
  list-style-type: none;
}

/* Ausgabe der Dateiversion
  möglichst unauffällig und klein */
.Modulversion {
  font-size: 0.5em;
  color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}

#danketext {
	margin-left:184px;
	margin-right:184px;
	margin-top:80px;
	text-align:center;
	color:#2E6200;	
}

#eintrag a{
	left:160px;
	top:350px;
	position:absolute;
	background-image:url(gb_eintrag.png);
	width:151px;
	height:24px;
}

#eintrag a:hover{
	background-position:0 -24px;
}

#zurueck_gb a{
	left:466px;
	top:556px;
	position:absolute;
	background-image:url(gb_zurueck.png);
	width:161px;
	height:24px;	
}

#zurueck_gb a:hover {
	background-position:0 -24px;
}

/* ####### BUCHUNGSMODUL ################ */

#framebuchung {
	background-color: #000000;
    height: 531px;
    left: 220px;
    padding: 1px;
    position: relative;
    top: 82px;
    width: 670px;
}

#d21IFrame {
    left: 200px;
    margin-top: 80px;
	position:relative;
}

#frmD21Quick {
	background-IMAGE:url(hg_quick.png);
    left: 1076px;
    position: relative;
    top: 10px;
	width:200px;
	height:160px;
	padding-top:5px;
	padding-left:5px;
}
