
/* Page */
#left
{
	CLEAR: left;
	FLOAT: left;
	WIDTH: 130px
}
#content 
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px;
	WIDTH: 650px;
	COLOR: #ffffff;
	PADDING-TOP: 0px;
	BACKGROUND-COLOR: #86211c
}
H2 
{
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px
}
#headblock
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 25px;
	padding-top: 0px;
}
#headblock h2
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#headblock p
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.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
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 20px auto;
	width: 450px;
	padding-top: 10px;
	background-color: #962822;
}
.grouplist-block-hover
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 20px auto;
	width: 450px;
	cursor: pointer;
	padding-top: 10px;
	background-color: #a53029;
}
.grouplist-block-header
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12pt;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: normal;
}
.grouplist-block-link
{
	text-decoration: none;
}
.grouplist-block-text
{
	
}

/* 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: 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 */
	}	
a.imagedatalink
{
	font-size: 10px;
	margin: 0px auto;
	color: black;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.imagedatalink:active
{
    font-size: 10px;
	margin: 0 auto;
	color: black;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.imagedatalink:link
{
    font-size: 10px;
	margin: 0 auto;
	color: black;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.imagedatalink:visited
{
    font-size: 10px;
	margin: 0 auto;
	color: black;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.imagedatalink:hover
{
    font-size: 10px;
	margin: 0 auto;
	color: black;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
	
