* {margin:0; padding:0;}
body {
background-color: #fff;
background-image:url(/data/bg/bg.gif);
background-repeat:repeat-x;
background-position: 0px 117px;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#231f20;
padding:0px;
margin:0px;
}
a {color: #00305e;text-decoration:none;}
a:visited {color:#00305e;text-decoration:none;}
a:hover {color: #00305e;text-decoration:none;}
a:active { color:#00305e;text-decoration:none;}

h1 {
font-size: 14px;
font-weight:bold;
color:#00305e;
text-transform:uppercase;
border-bottom:0px solid #9EA0A2;
padding:0px 0px;
margin:0px;
display:inline; }

h2 {
font-size:12px;
color:#00305e;
font-weight: bold;
margin:0px;}

img.download {vertical-align:middle;}

h3 {
font-size: 11px;
margin-top:0px;
padding:0px;
font-weight:bold;
}
h4 {
font-size: 10px;
margin-top:0px;
padding-top:10px;
padding-bottom:10px;
padding-left:4px;
color:#000;
border: 0px solid #fff;
background-color:#C3C9CF;
font-weight:normal; 
}
h5 {
font-size:12px;
color:#00305e;
font-weight: bold;
padding: 2px;
padding-left: 4px;
margin:0px;
background-color:#C3C9CF;
}
h6 {
font-size:12px;
font-weight:normal;
padding-left: 4px;
margin:0px;
}



/* ----------container-------------- */
#container {
width: 963px;
background-color: #fff;
margin-left: auto;
margin-right: auto;
}
/* ----------head-------------- */
#head {
position:absolute;
width: 963px;
height:87px;
text-align:right;
background-color: #fff;
background-image:url(/data/bg/maack_logo.gif);
background-repeat:no-repeat;
background-position: 719px 8px;
}
/* ----------menu container-------------- */
#menu_container {
width: 963px;
margin-left: auto;
margin-right: auto;
margin-top:87px;
margin-bottom: 30px;
position:absolute;
min-height:30px;
height:auto !important;
height:30px;
z-index:1;

}
.head {
position:absolute;
right:464px;
}
/* ----------banner for logo-------------- */
#banner {
width:963px;
height:149px;
/*background-image:url(/data/bg/header.jpg);
background-position:250px 0%;
background-repeat:no-repeat;
background-color: #00305e;*/
border-top:5px solid #fff;
text-align: right;
color:#fff;
padding: 0px;
position:absolute;
margin-top: 117px;
}
#banner img {
padding:0px 0px;
border: 0px solid #fff;} 

* html #banner {
   margin-bottom : -2px;
}
#banner a {color: #fff;}
#banner a:visited {color:#fff;}
#banner a:hover {color: #fff;}
#banner a:active { color:#fff;}

/* -----------------content--------------------- */
#content {
position:absolute;
padding: 0px;
margin-left: 0px;
margin-right: 10px;
margin-top:257px;
width:963px;
background-color:#dedfe1;
z-index:1;
}
div#content { 
min-height:450px;
height:expression(this.scrollHeight > 450 ? "auto":"450px"); 
}

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

/* --------------teaser------------- */
#teaser {
float: right;
width: 180px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-top: 48px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
z-index:2;
}

/* -----------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 #ffcc00;
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:#000066;
}

/* style the second level background */
#mainMenu  ul ul a.drop {
 background-color:#fff;
}
/* style the second level hover */
#mainMenu  ul ul li:hover a.drop{
   background-color:#fff;
}
#mainMenu ul ul :hover > a.drop {
   background-color:#fff;
}
/* style the third level background */
#mainMenu  .menu ul ul li:hover ul a {
   background-color:#fff !important;
}
/* style the third level hover */
#mainMenu ul li:hover ul li:hover ul li:hover a {
   background-color:#fff !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:#fff !important;
   height:auto;
   line-height:1em;
   padding:5px 10px;
   width:230px;
   text-align:left;
   padding-left:10px;
}

#mainMenu  ul ul li:hover a {
   background-color:#dedfe1 !important;
   color:#00305e;
}
/* style the top level hover */
#mainMenu  a:hover, #body .menu ul ul a:hover {
   background-color:#fff;
}
#mainMenu  :hover > a, #body .menu ul ul :hover > a {
   background-color:#dedfe1;
}
/* 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:#dedfe1 !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;
	margin-left: 2em;
	margin-top: 2em;
	font-size: 11px;
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	line-height: 1.4em;
	color: #231f20;
	text-align: left;
	text-decoration: none;
	width:750px;
text-align: justify;
float:left;
}
#Textbox2 {
margin-top: 2.5em;
	padding: 0em;
	margin-left: 2em;
	margin-top: 2em;
	font-size: 11px;
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	line-height: 1.4em;
	color: #231f20;
	text-align: left;
	text-decoration: none;
	width:700px;
text-align: justify;
float:left;
}
#Textbox img {
margin-right:20px;
padding-left:0px;
}

#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:0px solid #E4E7EC;
	background-color: #CDD1D5;
}
.teaser_btm {
padding:10px;
background-image:url(/data/bg/teaser_left.gif);
background-repeat:no-repeat;
background-position: bottom left;
}
ul#newsEintraege {
        padding: 0;
        margin: 1em 0 1em 0;
      }

      ul#newsEintraege li {
        list-style: none;
        border: 0.08em solid #CCCCCC;
        padding: 0.5em;
        margin-bottom: 1em;
height:60px;
      }

 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: 13.5em;
      }

      form p select {
        width: auto;
      }

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

      form p input#formInput_submit,
      form p input#formInput_reset {
        width: auto;
border: 0.08em solid #9ea0a2;
      }
	  
.clear {
clear:left;
margin-top:0px;
}

#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/pic/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/data/pic/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; }
