html, body {
  height: 100%; /* Required */
}

body{
/*  background-image:url(ferienhaus-schweden/bg_grey.gif);*/
font-family: Arial, Helvetica, sans-serif;

 font-size: 9pt;
 color: #111111;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;	
	
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D4401;
	margin-top:20px;

}

.ueber1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9D4401;
}
a:link, a:visited, a:hover {

 font-size: 10pt;
 color: #9D4401;
	text-decoration: none;
}
 a:hover {
  color: #F3D600;
}
 a.current {
font-weight: bold;
color: #649122;

 }
  a.gelb {
text-decoration: underline;
 }
 a.subnav{
 font-family: Verdana,Arial,sans-serif;
 font-size: 9pt;
color: #9D4401;
 }
 a.subnav:hover{
 font-family: Verdana,Arial,sans-serif;
 font-size: 9pt;
  color: #649122;
 }
 .currentLI {
  color: #649122;
 }
.weissNav{ 
font-family: Verdana,Arial,sans-serif;
 font-size: 9pt;
color: #9D4401;
 
}
 			
a.small{
 font-size: 8pt;
 color: #444444;
}
ul{
	list-style-position:inside;
	padding: 0;
    margin: 0;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.7em;	
 	list-style-type: square;
}

ul.linkListe{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;	
 	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
ul.weitere{
font-family:Arial, Helvetica, sans-serif;
color: #1C3E75;
line-height: 1.3;	
}



#ul01, #ul02 {
	margin:3px 0 10px 30px;
	padding:0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#ul01 li, #ul02 li  {
	list-style: none;
	padding:0 0 3px 15px;
	background: url(images/pfeil2.gif) 0 7px no-repeat;
}

#ul01 li a, #ul02 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#ul01 li a:hover, #ul02 li a:hover {
	text-decoration:underline;
	font-size: 9pt;
  color: #649122;
}




/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

/* SLIMBOX 	*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#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:50%;
		clear:both;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}


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

*/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ color: #676767; 	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 150px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	
	height: 1%;

	}	
	
	#prevLink, #nextLink {
	
	display: block;
		width: 30px;
	height: 30px;
	outline: none;
}

#prevLink {
	float: left;
	background: transparent url(images/prev.gif) no-repeat left;
	
}

#prevLink:hover {
	background: transparent url(images/prev.gif) no-repeat left;
}

#nextLink {
	float: right;
	background: transparent url(images/next.gif) no-repeat right;
}

#nextLink:hover {
	background: transparent url(images/next.gif) no-repeat right;
}

