﻿
body {
	padding: 0; 
	margin: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #000;

	background-color: #fff;
}

textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #000;

}

select {
	font-family: Verdana;
	font-size: 12px;
	color: #000;

}

input {
	font-family: Verdana;
	font-size: 12px;
	color: #000;

}

td		{
font-family: Verdana;
font-size: 11px;
margin: 0pt;
margin-top: 15pt;
margin-right: 15pt;
margin-left: 15pt;
color:  #000;
}


/*
Hier worden alle standaard onderdelen gedefinieerd. Een link die overal een bepaalde kleur moet
hebben is makkelijk hier aan te geven dan voor elke div apart.
*/

textarea { line-height: normal; }

input { line-height: normal; }

fieldset { margin: 0; padding: 0; }

legend { margin: 0; padding: 0; }

form { margin: 0; padding: 0; }

dl { margin: 0; padding: 0; }

ol { margin: 0; padding: 0; }

ul { margin: 0; padding: 0; }

a { margin: 0; padding: 0; }

p { margin: 0; padding: 0; }

h4 { margin: 0; padding: 0; }

h3 { margin: 0; padding: 0; }

h2 {
	margin: 0;
	padding: 0;
}

h1 { margin: 0; padding: 0; }

p { margin-bottom: 10px; font-family: Verdana; line-height: 17px; font-size: 11px; color: #000;}
ul {  }
ol { margin-left: 25px; }
a { color: #000; }
a:hover { text-decoration: none; color: #ce271f; }
a:active { text-decoration: none; }
img { display: block; border: none; }
dl dt { font-weight: bold; margin-bottom: 10px; }
dl dd { margin: 0 0 30px 0;}
fieldset { border: none; }
caption { display: none; }


thead th { background-color: #EFEDE1; text-align: center; }
tbody th{ background-color: #fff; font-weight: normal;}
tfoot th { background-color: #EFEDE1; }
tfoot td { background-color: #fff; }



/* HEADERS */

h6 { color: #000; padding: 0 !important; margin-bottom: 7px; }

h5 { color: #000; padding: 0 !important; margin-bottom: 7px; }

h3 { color: #000; padding: 0 !important; margin-bottom: 7px; }

h2 { color: #000; padding: 0 !important; margin-bottom: 7px; }



h2 {
	font-size: 14px;
	font-family: Verdana;
	color: #000;
	vertical-align: bottom;
}
h3 {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3 a { text-decoration: none; }
h3 a:hover {}
h4 { font-size: 13px; }

.clear { clear: both; }




#wrapper {
	margin: auto;
	position: relative;
	text-align: left;
	width: 931px;
	
}

#container {
	background: #993366;
	width: 931px;
	float: left;
}

#menu {
	float: left;
	width: 869px;
	height: 29px;
	background: #b3d81f;
	margin: 31px 0px 0px 31px;
	display: inline;
}

#innercontainer {
	background: #fff;
	width: 869px;
	float: left;
	margin-left: 31px;
	margin-right: 31px;
	display: inline;
}

#header {
	width: 869px;
	float: left;
	margin-top: 26px;
	display: inline;
}

		h1 a {
			width: 250px;
			height: 293px;
			float: left;
			background: url(../img/logo.jpg);
			text-indent: -3000em;
			display: inline;
		}
		
		#fotobalk {
			width: 602px;
			height: 163px;
			float: right;
		}
			
			#fotobalk img {
				display: block;
				float: right;
				margin-left: 15px;
				margin-right: 16px;
				display: inline;
				padding: 4px;
				border: 2px solid #9b3064;
			}
			
#content {
	width: 470px;
	position: absolute;
	left: 320px;
	padding: 20px;
	top: 205px;
	overflow: auto;
	height: 450px;
	background: #fff;
	display: inline;
	border: 1px solid #b3d81f;
}

#spacer {
	height: 240px;
	width: 1px;
	float: left;
}

#footer {
	float: left;
	margin-top: -60px;
	margin-left: -31px;
	display: inline;
}

#flowerpower {
	position: absolute;
	left: 40px;
	top: 145px;
}

#lsites {
	float: left;
	width: 100px;
	margin-left: -25px;
	margin-top: -20px;
	display: inline;
}

	#lsites img {
		border: 1px solid #fff;
	}



#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	



