html,body{margin:0;padding:0}
body{font: 86% arial,sans-serif;text-align:center;background-image: url(bilder/linen.jpg)}
p{margin:0 10px 10px}
h{font: arial,sans-serif;margin:0 10px 10px}
a{display: inline;color: #981793;padding:0px}
div#header h1{height:150px;line-height:80px;margin:0;
  padding-left:0px;background: #EEE;color: #79B30B}
div#container{text-align:left}
div#content1 {background-color: #C6E0BC;}
div#content1 p{line-height:1.4}
div#content2 {background-color: #FFFBCC;}
div#content2 p{line-height:1.4}
div#content3 {background-color: #D9D9D9;}
div#content3 p{line-height:1.4}
div#content4 {background-color: #D9D9D9;}
div#content4 p{line-height:1.4}
div#navigation{background:#93C685}
div#nav_cont4{background:#93C685}
div#footer{background-color: transparent;}
div#footer p{margin:0;padding:5px 10px}

div#container{width:800px;margin:0 auto}
div#content1{float:right;width:600px;height:600px}
div#content2{float:right;width:600px;height:600px}
div#content3{float:right;width:600px;height:600px}
div#content4{float:right;width:600px;height:720px}
div#navigation{float:left;width:200px;height:600px}
div#nav_cont4{float:left;width:200px;height:720px}
div#footer{clear:both;width:100%}
div#img1{float:right;width:300px;height:225px; padding:5px}
div#img2{clear:both;width:300px;height:225px; padding:5px}
p.corsiva {font: Monotype Corsiva, Arial, Helvetica, sans-serif; font-size: 24px;  font-family: "Monotype Corsiva"; }

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

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
	
	
#slider {
    width: 500px; /* important to be same as image width */
    height: 360px; /* important to be same as image height */
    position: relative; /* important */
	 left: 20px;
	overflow: hidden; /* important */
}
#sliderContent {
    width: 520px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	left: 20px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px 0px;
    width: 450px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.thumbs img {
	border : 0px none;
	padding: 0px 0px 0px 20px;
	}

