/* ALGEMEEN */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #F1F1D9;
	font-family: "Trebuchet MS",Arial,sans-serif;
}

/*LAYOUT */

div#container {
	width: 1014px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*left: 50%;
	top: 0px;*/
	background: url(../img/layout/background.jpg) repeat-y;
}
div#header-title {
	margin-left: 7px;
	height: 85px;
	background: url(../img/layout/header.jpg);
	width: 1000px;
	overflow: hidden;
}
div#header-title h1 {
	font-size: 57px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	margin-top: 34px;
}
div#header-title h1 a {
	color: #FF9900;
	text-decoration: none;
}
div#content {
	margin-left: 7px;
	width: 1000px;
	min-height: 550px;
	background: url(../img/layout/clipart.jpg) no-repeat bottom left;
}
/* for Internet Explorer */
/*\*/
* html div#content {
	height: 550px;
}
/**/
div#nav2 {
	width: 160px;
	float: left;
}
div#text {
	width: 807px;
	margin-left: 175px;
}
div#footer {
	height: 30px;
	margin-left: 7px;
	line-height: 30px;
	text-align: center;
	background: #1B5181;
	font-size: 13px;
	color: #FFF;
	width: 1000px;
	overflow: hidden;
}

/* LIJNEN */

div#title-line1 {
	margin-left: 7px;
	height: 10px;
	background: #FF9900;
	width: 1000px;
	overflow: hidden;
}
div#title-line2 {
	margin-left: 7px;
	height: 2px;
	background: #FFFFFF;
	width: 1000px;
	overflow: hidden;
}
div#title-line3 {
	margin-left: 7px;
	height: 25px;
	background: #FFCC00;
	width: 1000px;
	overflow: hidden;
}
div#title-line4 {
	margin-left: 7px;
	width: 1000px;
	height: 2px;
	background: #FFFFFF;
	overflow: hidden;
}
div#title-line5 {
	margin-left: 7px;
	width: 1000px;
	height: 20px;
	background: #FFFFFF;
	overflow: hidden;
}
div#title-line6 {
	margin-left: 7px;
	width: 1000px;
	height: 20px;
	background: #FFFFFF;
	overflow: hidden;
}

/* HOOFDMENU */

div#nav1 {
	margin-left: 7px;
	height: 25px;
	width: 1000px;
	background: #1B5181;
}
ul#nav {
	height: 25px;
	line-height: 25px;
	width: 976px;
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	margin-left: 10px;
}
ul#nav li {
	display: inline;
	line-height: 25px;
}
ul#nav li a {
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav li a:hover {
	text-decoration: underline;
}

/* ZIJMENU */

ul#nav4 {
	width: 160px;
	list-style: none;
	font-size: 13px;
}
ul#nav4 li {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(../img/layout/nav2.jpg) repeat-y 0px 0px;
}
ul#nav4 li:hover {
	background: url(../img/layout/nav2.jpg) repeat-y -160px 0px;
}
ul#nav4 li a {
	color: #1B5181;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
ul#nav4 li a:hover {
	color: #000000;
}
div#advertentie {
	margin-top: 30px;
	margin-left: 8px;
	width: 120px;
	float: left;
}

/* OPMAAK */

h1 {
	font-size: 20px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
}
h2 {
	font-size: 16px;
	margin-top: 20px;
	color: #1B5181;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}
p a {
	text-decoration: none;
	color: #1B5181;
}
p a:hover {
	text-decoration: underline;
	color: #000;
}

/* LIJSTEN */

ul.list {
	margin: 0px;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	list-style-image: url(../img/layout/bullet.jpg);
}
ul.list li a {
	text-decoration: none;
	color: #1B5181;
}
ul.list li a:hover {
	text-decoration: underline;
	color: #000000;
}

/* IMGS */

img.left {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
img.right {
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
}

/* FORMS */

input.form {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #F1F1D9;
}
textarea.form {
	border: 1px solid #CCCCCC;
	padding: 2px;
	line-height: 16px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #F1F1D9;
}
input.button {
	border: 1px solid #CCCCCC;
	line-height: 16px;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1B5181;
	background: #F1F1D9;
	cursor: pointer;
}
input.button:active {
	color: #000;
}

/* FOTOGALERIJ */

.fotogalerij {
	width: 77px;
	height: 50px;
	margin-right: 9px;
	margin-bottom: 9px;
	float: left;
	BORDER: 1px solid #CCCCCC;
	background: #F1F1D9;
	text-align: center;
	padding: 0px;
	overflow: hidden;
}
#lightbox
{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100000;
	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: 1000;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(../img/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(../img/images/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/images/nextlabel.png) right 15% no-repeat; }
#imageDataContainer
{
	font: 10px Tahoma,Helvetica, 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: 9000;
	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 */
}
