* {
	margin:0;
 	padding:0;
 	border:0;
}

body {
 	background:url(img/site_bg.png) #53abd5 repeat-x;
 	text-align:center;
 	font: 0.8em "Arial", "sans-serif";
 	color:#6a6969;
 	line-height:1.3em;
}

p {
 	color:#6a6969;
 	font-size:10pt;
 	text-align:justify;
	margin-bottom:0.8em;
}

h1 {
 	color:#53abd5;
 	font-size:1.2em;
 	border-bottom:1px solid #a6a5a5;
 	margin-bottom:15px;
 	padding-bottom:2px;
}


h2 {
 	color:#448fb2;
 	font-size:1.1em;
	border-bottom:1px solid #a6a5a5;
	margin-bottom:15px;
	padding-bottom:2px;
}


h3 {
 	margin-bottom:5px;
 	font-size:1.0em;
}


a {
 	color:#53abd5;
}


a:hover {
 	text-decoration:none;
}


a.external {
	background:url(img/ext.png) no-repeat left;
	padding: 0 0 0 25px;
}

#header {
 	background:#fff;
 	border-bottom:5px solid #2d657e;
 	text-align:left;
	margin:50px 0 -40px 0;
 	font-size:2em;
	height:77px;
}


#header_wrapper {
 	width:800px;
 	margin:0 auto;
}


#wrapper {
 	width:800px;
 	text-align:left;
	margin:51px auto 0 auto;
}


#metanavigation {
 	width:800px;
	text-align:right;
	color:#fff;
 	margin-bottom:10px;
 	font-size:0.9em;
}


#metanavigation a {
 	color:#fff;
 	padding-left:5px;
}


#content {
	width:760px;
 	background:#fff;
 	padding:20px;
 	overflow:auto;
}


#left {
	width:225px;
 	float:left;
}


#right {
 	width:485px;
	float:left;
 	background:#ebebeb;
	padding:25px;
}


#navigation {
 	margin-bottom:21px;
}


#navigation a {
 	display:block;
 	margin-bottom:2px;
 	background:#f5f5f5;
 	padding:5px 10px;
 	color:#888787;
 	text-decoration:none;
 	font-weight:bold;
}


#navigation a#active {
 	background:#ebebeb;
 	color:#858383;
}


#navigation a.subactive {
 	background:#fff;
 	font-weight:bold;
 	color:#858383;
	margin-left:10px;
	border-bottom:1px solid #e0e0e0;
	font-weight:normal;
}


#navigation a.subactive#last {
	border-bottom:0px;
}


th {
	padding:4px 4px 1px 0;
	border-bottom:1px solid #777;
}


td {
 	background:#fff;
	padding:4px;
}


ul {
	padding-top: 5px;
	padding-left:10px;
 	list-style:square;
	margin-left:10px;
}


img.left {
	float:left;
	margin:3px 20px 10px 0;
}


img.right {
	float:right;
	margin:3px 0 10px 20px;
}


#footer {
	text-align:right;
}


img.galerie_item {
	display:block;
	float:left;
	padding:5px;
	background:#fff;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	margin:0 0 9px 9px;
	width:100px;
	height:100px;
}


a:hover img.galerie_item {
	background:#abc8d6;
}


img.galerie_detail {
	padding:10px;
	background:#fff;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	margin:0 0 9px 35px;	
}


span.quoted {
	font-style:italic;
}

/*#############################################*/
/*##############LIGHTBOX#######################*/
/*#############################################*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }