/* Body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C73B5;
	margin: 0px;
	background-color: #EEEEEE;
}
a {
color: #003896;
text-decoration: none;
}
a:hover {
color: #0981BB;
text-decoration: underline;
 }
 


img {
border: none;
}
hr {
margin: 5px 0px;
border-bottom: 2px solid #B3C7E3;
}
/* Table */
table#main {
background-color: #FFFFFF;
width: 95%;
border: 2px solid #0A94D6;
}
td, th {
font-size: 12px;
vertical-align: top;
text-align: left;
padding: 0px;
}
th {
font-weight: bold;
}
td#header {
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
background-color: #1568F2;
height: 1em;
padding: 2px 15px;
}
td#content {
padding: 0px 15px;
}
/* Sidebar */
td#sidebar1, td#sidebar2, td#sidebar3 {
font-size: 10px;
padding: 0px 15px;
width: 220px;
}
td#sidebar1 {
background-color: #B5DFF3;
}
td#sidebar2 {
color: #003896;
background-color: #53B4E2;
}
td#sidebar3 {
color: #B5DFF3;
background-color: #0A94D6;
}
td#sidebar1 a:hover {
color: #003896;
}
td#sidebar2 a, td#sidebar2 a:hover, td#sidebar3 a, td#sidebar3 a:hover {
color: #FFFFFF;
}
td#sidebar1 h1, td#sidebar2 h1, td#sidebar3 h1 {
font-size: 12px;
}
/* Headers */
h1, h2, h3, h4 {
font-weight: bold;
padding: 2px 15px;
margin: 0px -15px 2px -15px;
}
h1 {
font-size: 15px;
color: #FFFFFF;
background-color: #0B8ADF;
background-repeat: no-repeat;
background-position: left center;
}
h2 {
font-size: 12px;
color: #FFFFFF;
background-color: #0B80CE;
}
h3 {
font-size: 12px;
color: #FFFFFF;
background-color: #0B80CE;
}
h4 {
font-size: 12px;
color: #003896;
border-bottom: 2px solid #B3C7E3;
; text-decoration: none
}
h5 {
	font-size: 10px;
	color: #000000;
	;
	text-decoration: underline;
	background-color: #FFFFFF;
}

table.h4 {
margin: 0px -15px 2px -15px;
border-bottom: 2px solid #B3C7E3;
}
table.h4 td, table.h4 th {
font-weight: bold;
color: #003896;
vertical-align: bottom;
padding: 2px 15px;
}
table.h4 td {
font-size: 10px;
text-align: right;
}
/* Text elements */
p, form, ul, ol {
margin: 10px 0px;
}
p.frame {
font-size: 10px;
background-color: #E6F4FB;
padding: 5px;
border: 2px solid #B5DFF3;
}
p.center {
font-size: 10px;
text-align: center;
}
input, select, textarea {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.text, select, textarea {
padding: 1px 2px;
border: 1px solid #B5DFF3;
}
input.button {
font-size: 12px;
font-weight: bold;
color: #4C73B5;
background-color: #E6F4FB;
padding: 1px 2px;
border: 1px solid #B5DFF3;
}
ul {
list-style-type: none;
}
ul li {
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 8px;
}
/* Classes */
.linespace {
margin-top: 1em;
}
.style99 {font-size: 10px}




#lightbox{
	position: absolute;
	top: 40px;
	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(http://www.bizweb.be/portaal/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(http://www.bizweb.be/portaal/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.bizweb.be/portaal/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, 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: 90;
	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 */
	}	
	
	

.catbag
{
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px outset #000000;
	background-color: #CCCCCC;
	background-position: center;
	width: 400px;
}

.zoekcatbag
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border: 1px outset #000000;
	background-color: #EAEAEA;
	background-position: center;
	width: 400px;
	font-weight: bold;
}

.zoekcatbagcenter
{
	font-family: Verdana;
	font-size: 10px;

	border: 1px dotted #CCCCCC;
	background-color: #F2F2F2;
	background-position: center;


	text-align: left;
		width: 99%;
	left: 50%;
	margin: 1px;
	padding: 0px;

}

.bigzoekcatbagcenter
{
	font-family: Verdana;
	font-size: 15px;
	color: #000000;
	border: 1px outset #000000;
	background-color: #999999;
	background-position: center;

	font-weight: bold;
	text-align: center;
		width: 99%;
	left: 50%;
	margin: 1px;
	padding: 0px;

}
	
	
.zoekcatlogo
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-position: center;
	width: 120px;
	border: 1px dotted #CCCCCC;

}
