div.Hideimg 
{
display: none;
visibility: hidden;
} 

#floatleft {
	float:left;
	margin: 0px 10px 0px 10px;
}

#floatright {
	float:right;
	margin: 0px 10px 0px 10px;
}

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #63910B url(images/subpage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.5em;
}

.text1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
}

.text1b {
	font-size: 14px;
	font-weight: lighter;
	color: #FF9900;
	text-decoration: underline;
}

.text2 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
}

.text3 {
	margin-right: 5px;
	padding: 0px 5px;
	background: url(images/homepage04.gif) repeat-x left top;
	color: #FFFFFF;
}

.text4 {
	text-transform: lowercase;
	text-align: center;
	color: #9EBB68;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding-top: 15px;
	background: url(images/homepage05.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #333333;
	text-decoration: none;

}

a:hover {
	color: #FF9900;
	text-decoration: none;

}

a.kont {
	color: #FF9900;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
}

.link1 {
	display: block;
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: lighter;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
	color: #9EBB68;
	}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage03.jpg) no-repeat left top; }
.bg2 { background: url(images/subpage04.jpg) no-repeat left top; }
.bg3 { background: url(images/subpage05.jpg) no-repeat center top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }


.img {
	border: none;
}

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#lightbox{
	position: absolute;
	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(../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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

