
/* Page */
#headblock
{
	width: 500px;
}
#headblock p
{
	margin: 0px 0px 10px 3px;
}
.modelblock
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 25px;
	padding-top: 0px;
}
.imageright
{
	float: right;
	margin: 0px 0px 15px 5px;
}
.imageleft
{
	float: left;
	margin: 0px 5px 15px 0px;
}

/* Objektlista */
.objectlist-block
{
	padding-left: 8px;
	float: left;
	margin: 0px;
}
.objectlist-block .image
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/Css/Images/imagegallerytnbg.gif);
	padding-bottom: 0px;
	margin: 0px;
	width: 120px;
	padding-top: 10px;
	background-repeat: no-repeat;
	height: 120px;
	text-align: center;
}
.objectlist-block .image .opacthumbnail
{
	border-right: 0px;
	border-top: 0px;
	filter: alpha(opacity=70);
	border-left: 0px;
	border-bottom: 0px;
	moz-opacity: .7;
	opacity: .7;
}
.objectlist-block .image .solidthumbnail {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
}
.objectlist-block .admin
{
	border-right: mediumseagreen 1px solid;
	padding-right: 3px;
	border-top: mediumseagreen 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 15px 0px 0px 5px;
	border-left: mediumseagreen 1px solid;
	width: 103px;
	padding-top: 3px;
	border-bottom: mediumseagreen 1px solid;
	background-color: white;
}

/* Grupplista */
.grouplist-block
{
	border-right: #f6b800 1px solid;
	padding: 5px;
	border-top: #f6b800 1px solid;
	margin: 10px 0px 0px;
	border-left: #f6b800 1px solid;
	width: 500px;
	cursor: pointer;
	border-bottom: #f6b800 1px solid;
	background-color: #ffffff;
}
.hl
{
	background-color: #fafafa;
}
.grouplist-block h3
{
	
}
.grouplist-block p
{
	
}

/* Lightbox */
#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/Lightbox/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/Lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/Images/Lightbox/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: normal;
	font-size: 8pt;
	color: #262626;
}
#imageData #numberDisplay
{
	clear: left;
	display: block;
	padding-bottom: 1em;
	color: black;
}			
#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 */
	}	
a.imagedatalink
{
	font-size: 13px;
	margin: 0px auto;
	color: #0032a4;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.imagedatalink:hover
{
	color: #005d8b;
	text-decoration: underline;
}
	
