/* reset styles for compatibility */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end of reset*/

body {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	background: url('../img/background_overall.png') repeat-x;
	margin: 0; 
	padding: 0;
}

#centercontainer {
	width: 818px;
	position: absolute;
	left: 50%;
	margin-left: -409px;
	top: 0px;
}

#language_select {
	background: #fff;
	text-align: right;
	padding: 8px 20px 0 0;
}

#header {
	height: 101px;
	z-index: 10;
}

#main {
	width: 818px;
	background: url('../img/background.jpg') no-repeat;
	
}

#kader {
	position: absolute;
	height: 70px;
	width: 250px;
	left: 520px;
	padding-top: 60px;
	line-height: 1.2;
}

#block {
	margin: 0 34px 0 34px;
	padding-top: 180px;
}

#block.less {
	padding-top: 34px;
}

#top_menu {
	background: url('../img/top_menu.png') no-repeat;
	height: 25px;
	border-bottom: 3px solid #4b699a;
}

#top_menu a {
	color: #333;
	text-decoration: none;
}

#top_menu div {
	padding: 7px 15px 3px 15px;
}

#top_menu div ul {
	margin: 0px;
	padding: 0px;
}

#top_menu div ul li {
	display: inline;
	padding: 0px 15px 0px 15px;
	font-weight: normal;
}

#top_menu div ul li.active {
	font-weight: bold;
}

#content {
	background-color: #fdfeff;
	padding-bottom: 15px;
	min-height: 300px;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}

#content.extend {
	min-height: 400px;
}

#menu_left{
	float: left;
	width: 130px;
	margin: 15px 10px 15px 10px;
	background: url('../img/background_sm.png') repeat-x;
	padding: 7px;	
	line-height: 14px;
	min-height: 150px;
}

#menu_left ul li{
	padding: 7px 0 7px 18px;
	background: url('../img/pijltje.png') no-repeat 0 7px;
}

#menu_left a {
	color: #4b699a;
	text-decoration: none;
}

.menu_left_header {
	color: #4b699a;
	font-weight: bold;
}

#menu_left .active {
	font-weight: bold;
}

#textbits {
	float: right;
	width: 558px;
	border-left: 1px solid #e7e8f4;
	padding: 0 15px 0 10px;
	margin-top: 15px;
}

#footer {
	background-color: #e7e8f4;
	padding: 4px 15px 4px 15px;
	font-size: 11px;
	border-bottom: 3px solid #4b699a;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#bottom {
	background: url('../img/bottom.png') no-repeat;
	height: 29px;
}

#label {
	position: absolute;
	top: 289px;
	left: -71px;
}

#label {
	*top: 289px;
}

	
/* Textbit CSS content */
.command {
	border: 1px dotted #ccc;
	background: #446586;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.button {
  	border: 1px solid #000;
  	margin-bottom: 5px;
}

.icon {
  	border: 0px;
  	background-color: #446586;
}

.textbit {
}

.textbit ul {
  	margin-top: 3px;
}

.textbit img {
	margin: 5px;
}

.command img {
	margin: 1px;
}
/* End of Textbit CSS content */

/* forms */
form {
	width: 390px;
}

fieldset {
	width: 390px;
	border: none;
	margin-top: 10px;
	padding: 1em 1em 1em 1em;

}

legend {
	font-weight: bold;
	color: #17507d;
}

input, select, textarea {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	border: 1px solid #999;
	margin:2px 0 2px 0;
	padding:1px;
	width: 230px;
}

textarea {
	width: 380px;
	height: 75px;
}

label {
	float: left;
	width: 150px;
	margin:2px 0 2px 0;
	font-weight: bold;
}

/* end of forms */

/*SIFR*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*lightbox style */
#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(../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; outline: none;}	 	

#overlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


img.left {
	float: left;
}

img.right {
	float: right;
}
