body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

h1{
	font-size: 16px;
	color: #000000;
	padding-top:10px;
	position:relative;
	text-transform: uppercase;
}
a,a:hover,a:link{
	color: #000000;
	text-decoration: none;
}

#menu{
	width: 900px;
	height: 25px;
	font-style:oblique;
}
	#menu a{
		font-weight: bold;
		font-size: 14px;
	}

#header{
	position: relative;
	background: url(../images/header.gif) repeat-x;
	height: 160px;
	border-bottom: 1px solid #000000;
} 
	#title{
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		padding-top: 25px;
		font-size: 44px;
		color: #FFFFFF;
	}
	#header #headbanner{
		position: absolute;
		top: 60px;
		right: 50px;
	}
	
	#toggle{
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		padding-top: 10px;
		font-size: 20px;
		color: #FFFFFF;
	}
	
	#login{
		margin-left: auto;
		margin-right: auto;
		right: 10px;
		width: 900px;
		color: #FFF;
		font-weight: bold;
		padding-top: 10px;
	}
		#login input{}
		
		#login a{
			color: #FFF;
		}
	
#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

	.left{
		border-top: 2px solid #666666;
		width: 380px;
		float: left;
		margin-right: 20px;
	}
	
		.left .profiel{
			border: 0px solid #000000;
			position: relative;
			background: #FFF;
			text-align: center;
			height:220px;
			width:120px;
			float:left; 
			margin:3px; 
			color: #000000;
		}
		.left .profiel img{
			border: 0px;
		}
		.profiel .name{
			color: #CCCCCC;
			background: #000;
			padding: 3px;
			margin: 0px 10px 0px 10px;
			font-weight: bold;
			font-size: 12px;
		}
		.left .profiel a{
			color: #000000;
			text-decoration: none;
		}
	
	.middle{
		border-top: 2px solid #666666;
		width: 180px;
		float: left;
		margin-right: 20px;
	}
		#search{
			height: 300px;
			background: url(../images/search_pic.jpg) no-repeat bottom;
		}
	
		.search1{
			height: 40px;
			font-size: 14px;
		}
				
		.search2{
			height: 50px;
			font-size: 14px;
		}
					
		.search3{}
			
		.search4{
			height: 50px;
		}
				
		.search4 #Zoeken{
			width: 100px;
			border: 1px solid #000000;
			margin-left: auto;
			margin-right: auto;
		}
		
		.middle ul{
			padding-left: 0px;
		}
		.middle ul li{
			display: block;
			height: 20px;
		}
		.middle ul li a{
			text-decoration: none;
			font-size: 14px;
		}
		
	.right{
		border-top: 2px solid #666666;
		width: 300px;
		float: left;
	}
		.right .profielday{
			border: 0px solid #000000;
			position: relative;
			text-align: center;
			height:200px;
			width:300px;
			float:left; 
			color: #000000;
		}
		.right .profielday img{
			border: 0px;
		}
		.right .profielday .name{
			color: #CCCCCC;
			background: #000;
			padding: 3px;
			margin: 0px 10px 0px 10px;
			font-weight: bold;
			font-size: 12px;
		}
		
		.right .profiel{
			border: 0px solid #000000;
			position: relative;
			background: #FFF;
			text-align: center;
			height:220px;
			width:120px;
			float:left; 
			margin:13px; 
			color: #000000;
		}
		.right .profiel img{
			border: 0px;
		}
		.right .profiel a{
			color: #000000;
			text-decoration: none;
		}
	
	.right_large{
		border-top: 2px solid #666666;
		width: 500px;
		float: left;
	}
		.right_large .profiel{
			border: 0px solid #000000;
			position: relative;
			background: #FFF;
			text-align: center;
			height:220px;
			width:120px;
			float:left; 
			margin:13px; 
			color: #000000;
		}
		.right_large .profiel img{
			border: 0px;
		}
		.right_large .profiel a{
			color: #000000;
			text-decoration: none;
		}
	
	.clear{
		clear: both;
		height: 1px;
		font-size: 1px;
		overflow: hidden;
	}
#footer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: #333333;
	color: #FFFFFF;
}	
	#footer a{
		color: #FFFFFF;
	}
	
	
	
	
/* form styling */
.labelContainer{
	position: relative;
	width: 370px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	padding-left: 5px;
}

.websiteLink{
	padding-top: 30px;
}

.labelContainerError{
	position: relative;
	width: 445px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #ff6a71;
	padding-left: 5px;
}

.labelContainerMax{
	position: relative;
	width: 690px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #fff;

}

.formError{
	position: relative;
	top: -5px;
	width: auto;
	font-size: 10px;
	color: #FF0000;
	margin-left: 3px;
}

.default_textfield{
	position: relative;
	width: 200px;
	border: 1px solid #333;
	font-size: 11px;
}

.default_textfieldError{
	position: relative;
	width: 150px;
	border: 1px solid #ff0000;
	font-size: 11px;
}

.default_select{
	width: 236px;
	padding: 0px;
}

.auto_select{
	width: auto;
	padding: 0px;
	float: left;
	font-size: 10px;
}

.default_textarea{
	width: 350px;
	height: 75px;
	border: 1px solid #333;
	font-size: 11px;
	padding: 0px;
}

.half_textarea{
	width: 438px;
	height: 75px;
	font-size: 11px;
	padding: 0px;
	border: 1px solid #ccc;
}

.half_textareaError{
	width: 438px;
	height: 75px;
	font-size: 11px;
	padding: 0px;
	border: 1px solid #ff0000;
}

.default_textareaError{
	width: 233px;
	height: 75px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #ff0000;
}

.large_textarea{
	width: 640px;
	height: 75px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #666;
}

.default_button{
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	height: 28px;
	border: 1px solid #000;
}

label{
	width: 150px;
	float: left;
	text-align: left;
}

.formField{
	margin: 0px;
	background-color: #fff;
	border: 1px solid #7f9db9;	
	margin-bottom: 3px;	
}

.succesbox{
	position: relative;
	width: 518px;
	padding: 5px;
	background-color: #ebffe5;
	border: 2px solid #32eb00;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}

.errorbox{
	position: relative;
	width: 518px;
	padding: 5px;
	background-color: #ffe5e5;
	border: 2px solid #e30000;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}		
