/* CSS Document */

/*HOE CENTREREN VAN DE CONTAINER
http://www.simplebits.com/notebook/2004/09/08/centering.html
<body>
<div id="container">
...entire layout goes here...
</div>
</body>
In CSS nu twee regels aanmaken om alles in de container te centreren
body {
text-align: center;		(dit is een gekke regel maar die moet ivm explorer gebruikers)
}
#container {
margin: 0 auto;
width: xxxpx;
}
=0 pixels boven en onder, en auto margins links en rechts
Nu wordt alleen alles IN de container ook gecentreerd. Zo opheffen:
#container {
margin: 0 auto;
width: xxxpx;
text-align: left;
}
*/


body, div, span, p
{
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body
{
	text-align: center;
	background-color: #333;
}
  

a
{
	color: #F60;
	text-decoration: none;
}

img
{
	border: none;
}

#container
{
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background-color: #666;
}


#content
{
	padding: 30px 30px 0px 30px;
}

#header
{
	height: 120px;
}




.icon
{
	height: 210px;
	width: 210px;
	background-color: #FFF;
	float: left;	
}


.bijicon
{
	height: 105px;
	width: 210px;
	float: left;
	background-color: #FFF;
}

.tussenbalk
{
	height: 10px;
	width: 30px;
	float: left;
}

.onderbalk
{
	height: 30px;
	width: 690px;
	clear: both;
}

.toelichting
{
	padding: 10px 10px 10px 10px;
}


#adresbalk
{
	height: 30px;
	clear: both;
	background-color: #C66;
}


/*HOVER*/
#zeven
{width: 210px;
height: 210px;
background-image: url('afbeeldingen/zeven/icon_zeven.jpg');}
#zeven:hover { background-image: url(afbeeldingen/zeven/icon_zeven.jpg); }
#zeven a
{width: 210px;
height: 210px;
display: block;}

#mandarijn
{width: 210px;
height: 210px;
background-image: url('afbeeldingen/mandarijn/icon_mandarijn.jpg');}
#mandarijn:hover { background-image: url(afbeeldingen/mandarijn/icon_mandarijn.jpg); }
#mandarijn a
{width: 210px;
height: 210px;
display: block;}

#zorn
{width: 210px;
height: 210px;
background-image: url('afbeeldingen/zorn/icon_zorn.jpg');}
#zorn:hover { background-image: url(afbeeldingen/zorn/icon_zorn.jpg); }
#zorn a
{width: 210px;
height: 210px;
display: block;}

#grafisch
{width: 210px;
height: 210px;
background-image: url('afbeeldingen/grafisch/icon_grafisch.png');}
#grafisch:hover { background-image: url(afbeeldingen/grafisch/icon_grafisch.png); }
#grafisch a
{width: 210px;
height: 210px;
display: block;}

#minka
{width: 210px;
height: 210px;
background-image: url('afbeeldingen/minka/icon_minka.jpg');}
#minka:hover { background-image: url(afbeeldingen/minka/icon_minka.jpg); }
#minka a
{width: 210px;
height: 210px;
display: block;}

#vrij
{width: 210px;
height: 210px;
background-image: url('afbeeldingen/vrij/icon_vrij.jpg');}
#vrij:hover { background-image: url(afbeeldingen/vrij/icon_vrij.jpg); }
#vrij a
{width: 210px;
height: 210px;
display: block;}


/*Lightbox*/	

#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(afbeeldingen/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(afbeeldingen/lightbox/prev.jpg) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(afbeeldingen/lightbox/next.jpg) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Georgia;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 90%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
/* orig
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
*/
#imageData #bottomNavClose{ float: right; 	}	

#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 */ 
	