body {
	font-family: "Lucida Sans", Arial, sans-serif;
	height:100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-color: #C0D9F8;
}

#container {
	position				: relative;
	margin				: 0 auto;
	/*margin-top			: 25px;*/
	width					: 945px;
	background-color:#FFFFFF;
	/*background-image: url(../images/bg1.jpg);*/
	display: table;
}

#footer {
	margin-top: 6px;
	background-image: url(../images/footer.jpg);
	position: relative;
	width : 945px;
	height: 16px;
	float:left;
	text-align: center;
}
.footer_text {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 280px;
	float: left;
}
.footer_text A:link {color: #FFFFFF; text-decoration: none;}
.footer_text A:visited {color: #FFFFFF; text-decoration: none;} 
.footer_text A:hover{color: #FFFFFF; text-decoration: underline;}

.footer_links {
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	right: 40px;
	float: left;
}
.footer_links A:link {color: #FFFFFF; text-decoration: none;}
.footer_links A:visited {color: #FFFFFF; text-decoration: none;} 
.footer_links A:hover{color: #FFFFFF; text-decoration: underline;}

/*=============================== */

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #f0a224;
	letter-spacing: 2px;
}

A:link {
	color: #000000; text-decoration: none;
}
	A:visited {
	color: #000000; text-decoration: none;
} 
	A:hover {
	/*color: #FF6600; */text-decoration: underline;
}
#container {
	position				: relative;
	margin				: 0 auto;
	/*margin-top			: 25px;*/
	width					: 945px;
/*	background-color:#010101;*/
	background-image: url(../images/bg1.jpg);
	display: table;
}
#left {
	width: 230px;
	height: 570px;
	background-image: url(../images/logo_totalglas.jpg);
	background-repeat:no-repeat;
	position: relative;
	left: 38px;
	top: 10px;
	float: left;
}
#header {
	width: 945px;
	height: 87px;
	background-image: url(/images/header.jpg);
	position: relative;
	float: left;
}

#header_links {
	position: absolute;
	right: 10px;
	top: 35px;
	font-size: 12px;
	color: #683370;
}

	#header_links A:link {font-weight: normal; color: #683370; text-decoration: none;}
	#header_links A:visited {font-weight: normal; color: #683370; text-decoration: none;} 
	#header_links A:hover{font-weight: normal; color:#AA00BB; text-decoration: none;}

#header2 {
	width: 945px;
	height: 69px;
	background-image: url(/images/header2.jpg);
	position: relative;
	float: left;
}

.flag {
	position: absolute;
	left: 800px;
	top: 65px;
}
.tab {
	position: absolute;
	left: 665px;
	top: 3px;
}
.foto_header {
	position: absolute;
	left: 20px;
	top: 100px;
}

#menu_container {
	width: 725px; /* width: 945px; */
	height: 21px;
	background-image: url(/images/menu_bg.jpg);
	position: relative;
	float: left;
	padding-left: 220px;
}

#menu_items
{
	font-size: 12px;
	font-weight: 600;
	font-variant: bold;
	margin: 0px;
	padding: 0px;
}
#menu_items li 
{
	display: inline;
	list-style-type: none;
	height: 21px;
	padding-left: 22px;
	padding_right: 20px;
}
	#menu_items A:link {color: #FFFFFF; text-decoration: none;}
	#menu_items A:visited {color: #FFFFFF; text-decoration: none;} 
	#menu_items A:hover{color:#CCCCFF; text-decoration: none;}

#middle {
	width: 219px;
	height: 535px;
	position: relative;
	float: left;
}

#kader_middle {
	position: absolute;
	left: 35px;
	top: 30px;
	width: 153px;
	height: 351px;
	background-image: url(../images/kader_middle.jpg);
}

.foto_middle {
	position: absolute;
	left: 7px;
	top: 5px;
}
.kliktext_middle {
	position: absolute;
	left: 35px;
	top: 400px;
	font-size: 9px;
	color: #7d003c;
	text-align: center;
}

.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main {
	width: 945px;
	position: relative;
	min-height:535px;
	height:auto !important;
	height:535px;
	float:left;
	background-image: url(../images/bg_main.jpg);
}

#sub_menu_container{
	padding: 15px;
	width: 178px;	/* width: 208px; */
	height: 426px; /* height: 456px; */
	position:relative;
	background-image: url(../images/sub_menu_bg.jpg);
	margin-left: 3px;
	float: left;
}

#sub_menu_title
{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: .7em;
	color: #105472;
	font-weight: bolder;
	padding-bottom: 13px;
	border-bottom: 2px dashed #FFFFFF;
	margin-bottom: 23px;
}

.sub_menu_items
{
	margin-left: 10px;
	width: 152px;
	font-size: .8em;
	color: #105472;
	font-weight: normal;
	padding-bottom: 13px;
	/*border-bottom: 1px solid #FFFFFF;*/
	margin-bottom: 12px;
	background-image: url("../images/submenu_items_border.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: -8px;
}

.sub_menu_icon
{
	margin-right: 13px;
	
}

	.sub_menu_items A:link {font-weight: normal; color: #105472; text-decoration: none;}
	.sub_menu_items A:visited {font-weight: normal; color: #105472; text-decoration: none;} 
	.sub_menu_items A:hover{font-weight: normal; color:#00AAFF; text-decoration: none;}

.zoeken_container
{
	position: absolute;
	width: 173px;
	bottom: 20px;
}
.zoeken_title
{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: .7em;
	color: #683370;
	font-weight: bolder;
	padding-bottom: 13px;
	border-bottom: 2px dashed #683370;
	margin-bottom: 6px;
}

.zoekveld
{
	float: left;
	width: 100px;
	height: 14px;
	border: 1px solid #683370;
}

.zoeken_submit
{
	margin-left: 2px;
	float: left;
}

	.zoeken_container A:link {font-style: italic; font-size: 13px; font-weight: normal; color: #683370; text-decoration: none;}
	.zoeken_container A:visited {font-style: italic; font-size: 13px; font-weight: normal; color: #683370; text-decoration: none;} 
	.zoeken_container A:hover{font-style: italic; font-size: 13px; font-weight: normal; color:#AA00BB; text-decoration: none;}

#content{
	padding: 8px;
	padding-left: 30px;
	width: 487px;	/* width: 527px; */
	height: 440px;	/* height: 456px; */
	position:relative;
	background-image: url(../images/content_bg.jpg);
	margin-left: 6px;
	margin-right: 3px;
	float: left;
                display: table;
}

#content_volg{
	padding: 8px;
	padding-left: 30px;
	width: 681px;	/* width: 527px; */
	height: 440px;	/* height: 456px; */
	position:relative;
	background-image: url(../images/content_bg_2.jpg);
	margin-left: 6px;
	margin-right: 3px;
	float: left;
                display: table;
}

#content_title
{
	color: #FFFFFF;
	margin-bottom: 11px;
	font-weight: bolder;
}

#content_include
{
	padding: 0px;
	padding-top: 10px;
	padding-right: 20px;
	width: 458px;
	height: 396px;
	overflow: auto;
	font-size: .8em;
}

#content_include_volg
{
	padding: 0px;
	padding-top: 10px;
	padding-right: 20px;
	width: 660px;
	height: 396px;
	overflow: auto;
	font-size: .8em;
}

/*
	de eerste <p> die volgt op de notice div is bold
*/
#notice + p 
{
	font-weight: bolder;
}

#nieuws_container{
	width: 172px; /* width: 192px; */
	height: 436px; /* height: 456px; */
	padding: 10px;
	position:relative;
	background-image: url(../images/nieuws_bg.jpg);
	margin-left: 3px;
	float: left;
}

.nieuws_title
{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	text-indent: 10px;
	font-size: .7em;
	color: #FFFFFF;
	font-weight: bolder;
	margin-bottom: 20px;
}

.nieuws_items
{
	font-size: 12px;
	width: 158px;
	padding: 5px;
	color: #683370;
}

.nieuws_items_title
{
	font-size: .8em;
	font-weight: bolder;
	text-decoration: underline;
	color: #1677a1;
}

#viewContent {
	margin-left: 20px;
	margin-top: 40px;
	width: 390px;
	height: 430px;
	color: #7d003c;
	font-size: 13px;
	overflow: auto;
}
#viewContent h1{
	font-size: 16px;
	font-weight: bold;	
	color: #b19800;
}
.titel {
	font-weight: bold;
	color: #FF6600;
}
/*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(/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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* EINDE LIGHTBOX */