* {margin:0; padding:0;}
body {
background-color: #09233e;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#fff;
padding:0px;
margin:0px;
}
a {color: #fff;}
a:visited {color:#fff;}
a:hover {color: #fff;}
a:active { color:#fff;}

h1 {
font-size: 18px;
font-weight:normal;
color:#fff;
text-transform:uppercase;
border-bottom:0px solid #9EA0A2;
padding:0px 0px;
margin:0px;
display:inline; }

h2 {
font-size:12px;
color:#1A3E7B
font-weight: bold;
padding: 2px 2px;
margin:0px;}

img.download {vertical-align:middle;}

h3 {
font-size: 11px;
margin-top:0px;
padding:0px;
font-weight:normal;
}
h4 {
font-size: 12px;
margin-top:0px;
padding-top:10px;
padding-bottom-10px;
color:#000;
border: 1px solid #fff;
background-color:#C3C9CF; 
}


/* ----------container to center the layout-------------- */
#container {
width: 828px;
background-color: #09233e;
margin-top: 30px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}
/* ----------menu container-------------- */
#menu_container {
width: 828px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
position:absolute;
min-height:30px;
height:auto !important;
height:30px;
z-index:1;

}
/* ----------banner for logo-------------- */
#banner {
background-color: #e1ddd9;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {
padding:0px 0px;
border: 1px solid #fff;} 

* html #banner {
   margin-bottom : -2px;
}

/* -----------------content--------------------- */
#content {
padding: 0px;
margin-left: 0px;
margin-right: 10px;
margin-top:32px;
}
div#content { 
min-height:420px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

p, pre{
padding: 0px 5px;
margin:0px;
}

/* --------------teaser------------- */
#teaser {
float: right;
width: 200px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-top: 78px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin-top: 0px;
padding-top: 5px;
border-top:1px solid #fff;
text-align: right;
min-height:22px;
height:auto !important;
height:22px;
padding-right:20px;
vertical-align: middle;
 }


/* Main Menu */
#mainMenu {	
margin: 0em;
	padding: 0em;
clear: both;
border-bottom:1px solid #fff;
overflow:visible;
min-height:30px;
height:auto !important;
height:30px;

}

/* remove  bullets, borders and padding from the default list styling */
#mainMenu  ul {
   padding:0;
   margin:0;
   list-style-type:none;
}
#mainMenu  ul ul {
   display:block;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mainMenu  li {
   float:left;
   position:relative;
border-left:0px solid #FF9007;
}
#mainMenu  li li {
border-left:0px;
}
/* style the links for the top level */
#mainMenu  a {
   display:block;
   font-size:11px;
   text-decoration:none;
   height:30px;
   text-align:center;
   padding-left:9px;
   padding-right:9px;
   line-height:29px;
   white-space:nowrap;
}


#mainMenu  li:hover a {
color:#fff;
}

/* style the second level background */
#mainMenu  ul ul a.drop {
 background-color:#C3C9CF;
}
/* style the second level hover */
#mainMenu  ul ul li:hover a.drop{
   background-color:#C3C9CF;
}
#mainMenu ul ul :hover > a.drop {
   background-color:#C3C9CF;
}
/* style the third level background */
#mainMenu  .menu ul ul li:hover ul a {
   background-color:#C3C9CF !important;
}
/* style the third level hover */
#mainMenu ul li:hover ul li:hover ul li:hover a {
   background-color:#032442 !important;
   
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainMenu  ul ul {
   visibility:hidden;
   position:absolute;
   height:0;
   top:30px;
   left:0;
   width:149px;
}
/* position the third level flyout menu */
#mainMenu  ul ul ul {
   left:148px;
   top:0px;
   width:149px;
}

/* style the second level links */
#mainMenu  ul ul a {
   background-color:#003c73 !important;
   height:auto;
   line-height:1em;
   padding:5px 10px;
   width:128px;
   text-align:left;
   padding-left:10px;
}

#mainMenu  ul ul li:hover a {
   background-color:#032442 !important;
   color:white;
}
/* style the top level hover */
#mainMenu  a:hover, #body .menu ul ul a:hover {
   background-color:#003c73;
}
#mainMenu  :hover > a, #body .menu ul ul :hover > a {
   background-color:#003c73;
}
/* make the second level visible when hover on first level list OR link */
#mainMenu  ul li:hover ul, #body .menu ul a:hover ul {
   visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#mainMenu  ul :hover ul ul{
   visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#mainMenu  ul :hover ul :hover ul {
   visibility:visible;
}


#mainMenu  a.active {
   background-color:#003c73 !important;
   font-weight:normal;
   cursor:default;
}



/* Breadcrumb */

#breadcrumb {
	padding: 10px 0 0 20px;
	font-size:10px;
	text-transform: uppercase;
}

#breadcrumb a {
   text-decoration:none;
   color:#000000;
}

#breadcrumb a:hover {
   text-decoration:underline;
}

#Textbox {
	
margin-top: 2.5em;
	padding: 0em;
	position:absolute;
	left: 2em;
	top: 2em;
	font-size: 11px;
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
	text-decoration: none;
	width:750px;
position:relative;
text-align: justify;
}
#Textbox2 {
	margin-top: 0em;
	padding: 0em;
	position:absolute;
	left: 2em;
	top: 2em;
	font-size: 11px;
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
	text-decoration: none;
	width:750px;
position:relative;
text-align: justify;
}
#Textbox img {
padding:10px;
padding-top:0px;}


#guestbook_index {
	

	padding: 2em;
	font-size: 11px;
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
	text-decoration: none;
text-align: justify;
}
.guestbook_entry{
margin:5px 0px 0px 0px;
padding:5px 0px 10px 0px;
border-bottom:1px solid #fff;
}
#buchung {
	
margin-top: 2.5em;
	padding: 0em;
	left: 2em;
	top: 2em;
	font-size: 11px;
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
	text-decoration: none;
	width:750px;
	height:660px;
position:relative;
text-align: justify;
}

.teaser {
	border:2px solid #E4E7EC;
	background-color: #CDD1D5;
}

 form p {
        margin-bottom: 0em;
      }

      form p label {
        float: left;
        width: 7em;
        margin-top: 0.6em;
        cursor: pointer;
      }

      form p input,
      form p select,
      form p textarea {
        border: 0.08em solid #9ea0a2;
        margin-top: 0.1em;
        width: 11.5em;
      }

      form p select {
        width: auto;
      }

      form p textarea {
        width: 485px;
        height: 7em;
      }

      form p input#formInput_submit,
      form p input#formInput_reset {
        width: auto;
border: 0.08em solid #9ea0a2;
      }
/*------------Buchungsformular-----------------*/
#buchung h3 {
font-size: 11px;
margin-top:0px;
padding:0px;
font-weight:normal;
}

#buchung      form p {
        margin-bottom: 8px;
      }

#buchung       form p label {
        float: left;
        width: 16em;
        margin: 0em;
        cursor: pointer;
      }

#buchung       form p input,
      form p select,
      form p textarea {
        margin-top: 0em;
        width: 20em;
      }

#buchung       form p select {
        width: auto;
      }

#buchung       form p textarea {
        width: 20em;
        height: 10em;
      }

#buchung       form p input#formInput_submit,
#buchung       form p input#formInput_reset {
        width: auto;
      }
.guestbook{
margin: 10px 0px 0px 0px;
}
.clear {
clear:left;
margin-top:0px;
}
.newsletter_form{
position:absolute;
left:160px;
}
.p_newsletter{
margin-top:15px;
}
.p_newsletter select{
position:absolute;
left:160px;
width:75px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #09233e; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; background-color: #09233e; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/data/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/data/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #09233e; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 89px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

