/* 01.COMMON STYLING
-------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	color:#333333;
	position: relative;
	width:  1005px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	background-image: url(../_images/_basis/BG_02.gif);
	background-repeat: repeat;
}


h1 {
	margin:0 0 10px 0;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF3366;
	text-decoration: none;
}


h2 {
	margin:0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: arial;
}

h3 {
	margin:0 0 10px 0;
	color:#000000;
	text-transform:uppercase;
	font-size:14px}
	
.highlight {
	color: #990066;
	text-decoration: none;
	font-weight: bold;
}

.highlight2 {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color:#0099FF;
}
a:visited {color:#FF3366;}
a:hover {color:#FF3366; text-decoration:none;}
a:active {color:#0066FF;}


/* 02. MAIN CONTAINER
-------------------------------------- */
	#container {
	float: left;
	width: 1005px;
	}
	
	#homepage {
	position:relative;
	width: 1005px;
	height: 623px;
	background-position: center;
	text-align: center;
}

#top {
	position:relative;
	width: 1024px;
	height: 171px;
	float: center;
	background-image: url(../_images/_basis/top.png);
	background-repeat: no-repeat;
	background-position: left;
}

#middle {
	width: 1024px;
	height: 400px;
	position:relative;
	float: left;
	background-image: url(../_images/_basis/middle.png);
	background-repeat: no-repeat;
	background-position: center;
}

#middle_index {
	width: 1024px;
	height: 400px;
	position:relative;
	float: left;
}

#bottom {
	position:relative;
	width: 1024px;
	height: 169px;
	float: left;
	background-image: url(../_images/_basis/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: right;
}
	
	div#midden_txt{
	width: 470px;
	float: left;
	position: relative;
	line-height: 16px;
	padding: 10px 10px 0px 10px;
	overflow: auto;
	height: 380px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	

	
/* 03. MENUS
-------------------------------------- */
	div#hoofdmenu-container{
	width: 130px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 190px;
	margin-bottom: 5px;
	}

#hoofdmenu {
	position: relative;
	float: left;
	width: 130px;
		}
	#hoofdmenu .contentHolder {
	position: relative;
	float: left;
	width: 111px;
	overflow: hidden;
				}
	#hoofdmenu .contentHolder .content a, #hoofdmenu .contentHolder .content a:hover {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding: 4px;
	text-decoration: none;
	margin-bottom: 5px;
					}
					#hoofdmenu .contentHolder .content a:hover, #hoofdmenu .contentHolder .content a.active, #hoofdmenu .contentHolder .content a:hover.active {
						color: #666666;
					}

	div#submenu-container{
	width: 450px;
	float: left;
	position: relative;
	padding: 0px 0px 20px 0px;
	background-position: center;
	}
	
	#submenu {
	position: relative;
	float: left;
	width: 450px;
		}
	#submenu .contentHolder {
	position: relative;
	float: left;
	width: 450px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #993300;
				}
	#submenu .contentHolder .content {
	position: relative;
	float: left;
	width: 450px;
				}
	#submenu .contentHolder .content a, #submenu .contentHolder .content a:hover {
	display: inline;
	color: #993300;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	padding: 4px;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FF3366;
					}
					#submenu .contentHolder .content a:hover, #submenu .contentHolder .content a.active, #submenu .contentHolder .content a:hover.active {
						color: #0099FF;
					}

/* 04. STYLES
-------------------------------------- */
.afb-links {
	display: block;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	border: medium solid #FF3366;
}
.afb-rechts {
	display: block;
	margin-bottom: 15px;
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	border: medium solid #FF3366;
}
div#workshop_txt {
	width: 450px;
	float: left;
	position: relative;
	line-height: 16px;
	overflow: auto;
}

#ontwerp {
	position:relative;
	float: right;
	height: 20px;
	padding-top: 140px;
}


/* 05. 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(../_foto/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_foto/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; }
.breeklijn {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: right;
}
