/* CSS Document */

body {
	color:#666633;
	background: #FFFFFF url(../images/bg.jpg) repeat-x left top;
	font: italic 100.1% Georgia, "Trebuchet MS", Verdana;
	}

a:link, a:visited, a:active, a:hover
{ 
    color:#333333;
	font-weight:normal;
	text-decoration:none;
}
a:active, a:hover
{ 
 color:#CC6600;
}
strong, b {
	font-weight: bold;
	}

h1,h2 {
	text-align: left;
	font-family: Georgia, "Trebuchet MS", Verdana;
	font-style: italic;
	font-weight: normal;
	color: #CC6600;
    }

h3 {
	font-weight: normal;
	text-align: left;
	font-family: Georgia, "Trebuchet MS", Verdana;
	font-style: italic;
	font-size: medium;
	color: #a9a867;
	height: 14px;
	width: 410px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 7px;
    }

h4 {
	color: #CC6600;
	font-family: Georgia, "Trebuchet MS", Verdana;
	font-style: italic;
	font-size: 10px;
	letter-spacing: 0.1em;
    }

h5 {
	color: #CC6600;
	font-family: Georgia, "Trebuchet MS", Verdana;
	font-style: italic;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 5px;
    }

#intro {
	color: #993300;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 16px;
    }
#preise {
	padding: 20px 0px 50px 50px;
	font-size: 80%;
	color: #666633;
}
.Stil1 {
	font-family: Georgia, "Trebuchet MS", Verdana;
	font-style: italic;
}
hr {
	margin: 0px; /* for everyone else */
	height: 1px;
	}

ul li{
	margin: 0;
	border-bottom: 1px solid #ECEFD7;
	list-style: none;
	font-size: 12px;
	line-height: 3em;
	text-align: left;
}

ul li a, #linkList ul li a:visited {
	border-bottom: none;
}

li a:hover {
	color: #CC6600;
}

#thumbs ul{
	margin: 0;
	padding-top: 90px;
}
#thumbs ul li {
	width: auto;
	list-style: none;
	border: none;
	padding-bottom: 20px;
}
#preamble {
	color:#553F00;
	font-size: 90%;
	line-height: 1.4em;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-top: 20px;
	}

#preamble p {
	letter-spacing:0.06em;
	text-align:justify;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	}	

#supportingText {
	font:normal 80%/1.2em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	color:#666633;
	padding-bottom:26px !important;
	padding-bottom:0;
	text-align:justify;
	padding-left: 50px;
	padding-right: 55px;
	}

#navcontainer ul
{
padding: 0.2em 0 0.3em;
margin: 0;
list-style-type: none;
width: 100%;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
padding: 0.2em 1em;
border-right: 1px solid #fff;
}
.copy {
	font: 5px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #CCCCCC;
}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}


* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal;
}
/* */
#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: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../media/img/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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	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 {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
