* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {background: url(/img/body.jpg) repeat-x #fff;}
#container {
	margin: 0 auto;
	padding: 10px;
	width: 660px;
	background: #fff;
}
#header {
	height: 64px;
	background: url(/img/logo.jpg) no-repeat;
}
#navigation {
	height: 30px;
	background: url(/img/navigation.jpg) repeat-x;
}
#navigation ul {list-style: none;}
#navigation ul li {display: inline;}
#navigation ul li a {
	padding: 0 10px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background: url(/img/navigation.jpg) repeat-x;
}
#navigation ul li a:hover {background-position: 0 -30px;}
#navigation ul li a.active {
	background: url(/img/navigation.jpg) repeat-x;
	background-position: 0 -60px;
}
#content-top {
	clear: left;
	padding: 10px 0 5px 0;
}
#content-full {}
#content-left {
	float: left;
	width: 440px;
}
#content-right {
	float: right;
	width: 200px;
}
#content-right .box {
	margin: 10px 0 0 0;
	padding: 0 10px 10px 10px;
	background: #eee;
}
#content-right .box p {
	font-size: 10px;
	line-height: 14px;
}
h1 {
	clear: both;
	padding: 10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	background: url(/img/h1.jpg) repeat-x bottom;
}
h2 {
	clear: both;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}
div.clear {
	clear: both;
	height: 10px;
	border-bottom: 1px solid #fff;
}
a {
	color: #963;
	text-decoration: none;
}
a:hover {color: #000;}
a.kontakt img {
	float: left;
	display: block;
	margin: 0 6px 0 0;
	padding: 1px;
	border: 1px solid #963;
}
a.kontakt img:hover {border: 1px solid  #000;}
a.refer img {
	margin: 0 6px 0 0;
	padding: 1px;
	border: 1px solid #963;
}
a.refer img:hover {border: 1px solid  #000;}
.referer {
	float: right;
	display: block;
	margin: 0 0 0 6px;
	/*border: 1px solid #963;*/
}
p {
	padding: 10px 0 0 0;
	line-height: 18px;
	font-size: 12px;
}
img.text-right {
	margin: 0 0 10px 10px;
	float: right;
}
table {
	margin: 10px 0 0 0;
	width: 100%;
}
th {
	padding: 2px 0;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
td {
	clear: left;
	padding: 3px 0;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}
td p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}
td.left {font-weight: bold;}
td.right {text-align: right;}
table.twocols {
	margin: 0;
	width: 100%;
}
table.twocols td p {
	padding: 4px 0 0 0;
	line-height: 18px;
	font-size: 12px;
}
td.tleft {
	padding: 10px 10px 0 0;
	width: 50%;
	border: none;
}
td.tright {
	padding: 10px 0 10px 10px;
	width: 50%;
	border: none;
}
td.galleryimg {
	padding: 10px 10px 0 0;
	border: none;
}
td.galleryinfo {
	padding: 10px 0 10px 0;
	width: 100%;
	border: none;
}
td.separator {
	margin: 0;
	padding: 0;
	height: 1px;
	border: none;
	background: url(/img/h1.jpg) repeat-x;
}
ul.gallery {
	list-style: none;
	margin: 5px 0 0 0;
}
ul.gallery li {display: inline;}
ul.gallery li a {
	margin: 5px 5px 0 0;
	float: left;
	display: block;
}
ul.gallery li a img {
	padding: 1px;
	border: 1px solid #963;
}
ul.gallery li a img:hover {border: 1px solid  #000;}
ul.tick {
	float: right;
	margin: 5px 0 0 0;
	width: 160px;
	list-style: none;
}
ul.tick li {
	padding: 5px 0 5px 20px;
	background: url(/img/tick.jpg) no-repeat center left;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
#footer {
	clear: both;
	padding: 27px 5px 0 5px;
	height: 33px;
	background: url(/img/footer.jpg) repeat-x;
	color: #666;
	font-size: 10px;
}
#footer p {
	padding: 0;
	float: right;
	font-size: 10px;
	line-height: 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(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(/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/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 */
}		
