/* Developed by NoSuchCompany 2007 */

body {
	margin: 0px;
	background-repeat:			repeat;
	background-color:#FFFFFF;
	
	font-family: 				"Arial";
	font-size: 					12px;
	color: 						#6d6663;
	
	line-height:				20px;
	
	text-align:					center;
}

a {
	font-weight:			bold;
	color:					#6d6663;
	text-decoration:		none;
}

a:hover {
	font-weight:			bold;
	color:					#c85925;
	text-decoration:		none;
}


.active {
	font-weight:			bold;
	color:					#c85925;
	text-decoration:		none;
}

#vertical {
	position:				absolute;
	top:					50%;
	width:					100%;
	height:					1px;
}

#horizontal {
	position:				absolute;
	left:					50%;
	width:					1px;
	height:					1px;
}


#container {

position: 					absolute;
top: 						50%;
left: 						50%;
height: 					420px;
width: 						760px;
margin: 					-210px 0 0 -380px;
text-align:					left;
/*	position:				relative;
	margin: 				0 auto;
	text-align:				left;
	
	top:					50%;

	width:					760px;
	height:					420px;
	*/
	
}

#container #columnLeft {
	float:					left;
	width:					199px;
	height:					420px;

}
#container #columnLeft #logo {
	width:					199px;
	height:					133px;
	
	background-image:		url(../images/logo.png);
}

#container #columnLeft #menu {
	margin-top:				1px;
	width:					199px;
	height:					156px;
	
	line-height:			25px;
	
	padding-top:			130px;
	
	background-image:		url(../images/bg_menu.png);
}



#container #columnLeft #menu ul {
	list-style-type:		none;
	margin-top:				0px;
}

#container #columnLeft #menu ul li {
	padding:						0px 0px 0px 10px;
	margin:							0px 0px 0px -25px;
	_margin:						0px 0px 0px 0px;
	background-image:				url('../images/bg_menu_dot.gif');
	background-repeat:				no-repeat;	
	background-position:			0px 10px;

/* Pijltjes voor menuitems	
	padding:						0px 0px 0px 35px;
	margin:							0px 0px 0px -40px;
	background-image:				url(../images/bg_menu_dot.gif);
	background-repeat:				no-repeat;	
	background-position:			5px 8px;
	*/
}


#container #spacer {
	float:					left;
	width:					1px;
	height:					420px;
	
}

#container #columnRight {
	float:					right;	
	width:					560px;
	height:					420px;
}

#container #columnRight #content_kop {
	width:					489px;
	height:					73px;	
	
	padding:                60px 35px 0px 35px;
		
	background-image:		url(../images/bg_content_kop.png);
}

#container #columnRight #content {
	width:					489px;
	height:					282px;
	
	padding:                0px 35px 0px 35px;
	
	background-image:		url(../images/bg_content.png);
	
	overflow:				auto;
}

#container #columnRight #content #mensen_all {
	float:					right;
	
	margin-left:			7px;
	margin-top:				0px;
	margin-bottom:			5px;
	margin-right:			0px;

}



#container #columnRight #content_bottom {
	width:					559px;
	height:					5px;
	
	background-image:		url(../images/bg_content_bottom.png);
}

#container #columnRight #content ul {
	margin-top:				0px;
}

#container #columnRight #content ul li{
	margin-top:				0px;
	margin-left:			-22px;
	_margin-left:			20px;
}

#container #columnRight #content .img_mensen {
	float:					right; 
	margin:					10px;
	cursor: 				pointer;
	cursor: 				hand;
}
#container #nosuchcompany {
	position:				absolute;
	
	top:					420px;
	left:					645px;
}
hr {
	border:					1px solid #000000;
	
	margin-top:				0px;
	margin-bottom:			10px;
	
}

h1 {
	margin:					0px;
	color:					#6d6663;
	font-size:				24px;
}

h4 {
	margin:					0px;
	color:					#6d6663;
	font-size:				5px;
}

img {
	border:					0px;
}

.input {
	border:					1px solid #6d6663;
	background-color:		#FFFFFF;
	
	width:					350px;
}

