
/****
*
*	FONT STYLES
*
****/


h1{
	color: #404C56;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
}

h3{
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h3 a{
	color: #FFFFFF;
	text-decoration: none;
}

h3 a:hover{
	text-decoration: underline;
}

h4{
	color: #404C56;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
}

p, #contactForm span.errMess{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 160%;
}

p a, p a:visited{
	color: #0033CC;
}

#footer p{
	color: #FFFFFF;
	font-size: .6em;
	line-height: 300%;
}

#footer p a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:hover{
	color: #333;
	text-decoration: underline;
}

#footer .selected a{
	text-decoration: underline;
}

#contactForm span.errMess{
	color: #000;
	float: right;
	margin-right: 110px;
}




/****
*
*	GENERAL STYLES
*
****/

body{
	background-color: #242427;
	background-image: url(../img/bg_gradient.jpg);
	background-repeat: repeat-x;
}

#overallContainer{
	background-color: #ececec;
	background-image: url(../img/bg_gradient_page.jpg);
	background-repeat: repeat-x;
	border: 3px solid #000000;
	height: 100%;
	margin: 30px auto 5px auto;
	overflow: hidden;
	padding: 10px;
	width: 800px;
	position: relative;
}

#header{
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 505px;
	margin-bottom: 5px;
	width: 800px;
}

#error_header{
	background-image: url(../img/bg_header_error.jpg);
	background-repeat: no-repeat;
	height: 505px;
	margin-bottom: 5px;
	width: 800px;
}

#horiNavBar{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	position: absolute;
	top: 82px;
	width: 800px;
}

ul.navigation{	
	margin: auto;
	width: 795px;
}

ul.navigation li{
	float: left;
}

ul.navigation li a{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 200%;
	padding: 0px 26px;
	text-decoration: none;
}

ul.navigation li a:hover{
	color: #798796;
}

ul.navigation li.selected a{
	color: #798796;
}

#headerImg{
	background-image: url(../img/male_and_female.png);
	height: 307px;
	position: absolute;
	top: 103px;
	width: 800px;
}

.imgLink{
	height: 88px;
	padding: 10px 5px 0px 5px;
	position: absolute;
	top: 416px;
	width: 170px;
}

.imgLink.left{
	right: 546px;
}

.imgLink.middle{
	right: 278px;
}

.imgLink.right{
	right: 10px;
}

.imgLink p{
	font-size: .6em;
	margin-left: 5px;
	margin-top: 5px;
}

.imgLink p a:hover{
	color: #FFFFFF;
}


#leftPage{
	float: left;
	height: 100%;
	margin-right: 3px;
	padding: 10px 20px;
	width: 225px;
}

#rightPage{
	float: right;
	height: 100%;
	margin: 0 0 5px 0;
	min-height: 500px;
	padding: 10px 20px;
	width: 492px;
	background-color: #F6F6F6;
}

#footer{
	background-image: url(../img/bg_gradient_footer.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 800px;
	clear: both;
}

#bottomInfo{
	margin-bottom: 20px;
	line-height: 160%;
}

#bottomInfo p{
	color:#666;
	font-size: .6em;
}
#bottomInfo p a{
	color:#666;
	text-decoration: none;
}
#bottomInfo p a:hover{
	color: #FFF;
}




/****
*
*	FORM STYLES
*
****/

label{
	color: #999;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
}
input, select, textarea{
	border: 2px solid #CCC;
	width: 300px;
}
input.selected, textarea.selected, select.selected{
	border-color: #FF0000;
}

#submit{
	color: #999;
	background-color: #FFF;
	border: 2px solid #CCC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	line-height: 140%;
	margin-top: 10px;
	width: 300px;
}

#submit:hover{
	background-color: #EFEFEF;
	border: 2px solid #BBB;
}

#submit:active{
	background-color: #CCC;
	border: 2px solid #999;
}


/****
*
*	LIST STYLES
*
****/

ul.rss li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 180%;
	list-style-image: url(../img/pointer.png);
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 5px;
}

ul.rss li a{
	display: block;
	text-decoration: none;
}

ul.rss li a:hover{
	color: #330099;
	text-decoration: underline;
}

ul.toplevel{
	list-style-image:none;
	list-style-position:outside;
	margin-left:20px;
}
ul.toplevel li{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 160%;
	list-style-type:decimal;
}
ul.sublevel{
	list-style-image:none;
	list-style-position:outside;
	margin-left:20px;
}
ul.sublevel li{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 160%;
	list-style-type:lower-alpha;
}




/****
*	
*	OVERLAY
*
****/

.black_overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.white_content {
	position: absolute;
/*		top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
*/
	height: 210px;
	width: 600px;
	top: 120px;
	left: 50%;
	margin-left: -300px;
	padding: 10px;
	background-color: white;
	z-index:1002;
}

.txt{
	width: 280px;
	height: 180px;
	padding: 10px;
	float: right;
}

.white_content img{
	position: absolute;
	top: 10px;
	left: 10px;
}

.button_close{
	height: 16px;
	width: 16px;
	position: absolute;
	top: -26px;
	right: 7px;
	z-index: 1004;
}

.ad_title_container{
	height: 20px;
	width: 100%;
	position: absolute;
	top: -20px;
	left: 0px;
	z-index: 1003;
}

.ad_bottom_container{
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0px;
	z-index: 1003;
}

.ad_title_txt{
	color: #FFF;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.ad_bottom_txt{
	color: #FFF;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .7em;
	text-align: center;
}

.ad_bottom_txt a{
	color: #FFF;
}

.ad_close{
	height: 16px;
	width: 16px;
	float: right;
	margin-top: 2px;
}




/****
*
*	CONTACT FORM STYLES
*
****/

#contactForm{
	margin-bottom: 30px;
}



/****
*
*	PORTFOLIO STYLES
*
****/

body {
	font-family:arial;	
}

.qitem {
	width:126px;
	height:126px;	
	border:4px solid #333;	
	margin:5px 5px 5px 0;
/*	background: url(../img/bg.gif) no-repeat;
*/	background-color: #333;	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

		.qitem .caption h4 {
			font-size:12px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#369ead;
		}

		.qitem .caption p {
			color:#999;
			font-size:10px;	
			padding:3px 5px 0 8px;
			margin:0;
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}



/****
*
*	TABLES
*
****/

#tarieven{
	border: 1px solid #BFBFBF;
	width: 490px;
}

#tarieven tr{
	border-bottom: 1px solid #BFBFBF;
}

#tarieven td{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 160%;
	border-right: 1px solid #BFBFBF;
	padding: 7px 5px;
}
#tarieven .title{
	text-align: center;
	color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 160%;
}