
body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(../images/achtergrond.gif) repeat;
}

h1{
	color: #000000;
	font-size: 12px;
}

a{
	color: #000000;
	font-size: 11px;
}
#container{
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 0px double #000000;
}

#header{
	position:relative;
}
	#header #headerblock{
		position: relative;
		height: 85px;
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	#header #headerblock h1{
		font-size: 28px;
		padding-top: 10px;
		color: #333333;
	}
	#header #headerblock h2{
		font-size: 16px;
		text-align: center;
		margin-top: -20px;
	}
	#header #headerblock #login{
		position: absolute;
		right: 10px;
		top: 0px;
	}
	
	
#menu{
	height: 35px;
	color: #666;
	background: url(../images/Figuur12.jpg);
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
}

	#menu ul{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		list-style: none;
		line-height: 24px;
		
	}
	
	#menu ul li{
		float: left;
	}
	#menu ul li a{
		text-decoration: none;
		margin: 3px;
		padding-right: 20px;
		font-size: 12px;
		font-weight: bold;
		color: #666;
	}

#left{
	position:relative;
	padding: 0px;
	width: 300px;
	height: 1550px;
	float: left;
	text-align: center;
	background: #7CC2FE;
}
	#left .kop{
		background: #000000;
		border: 1px solid #CCCCCC;
		color: #FFFFFF;
		height: 20px;
		width: auto;
		text-align: left;
		padding: 3px;
	}
	
	#left h1{
		font-size: 14px;
	}
	
	#left .block{
		width: auto;
		padding: 2px;
		margin: 2px;
		border: 1px solid #CCCCCC;
	}
		
		#left .block a{
			color: #FFFFFF;
			text-decoration: none;
		}
	
/*/ main /*/
#content{
	position:relative;
	min-height: 200px;
	width: 639px; 
	border-top: 0px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
	#content .block{
		width: 290px;
		float: left;
		padding-right: 10px;
	}
	
	#content .kop{
		background: #000000;
		border: 1px solid #CCCCCC;
		color: #FFFFFF;
		height: 20px;
		width: auto;
		padding: 3px;
		text-align: left;
	}
	
	#content h1{
		font-size: 14px;
	}
	#content h2{
		font-size: 12px;
	}
	#content a{
		color: #000000;
		font-size: 10px;
		text-decoration: none;
	}
	#content table.customPaysites img{
		border: 1px solid #000;
	}
	
	 /*/ algemeen block content  /*/	
	#content .mainblock{
		width: 658px;
		padding: 2px;
		margin: 2px;
		float:left;
		border: 1px solid #CCCCCC;
		text-align: center;
	}
	
	#content .mainblock .galblock{
		width: 320px;
		padding: 2px;
		margin: 2px;
		float:left;
		text-align: left;
		border: 1px solid #CCCCCC;
		background: #666666;
	}
	

			
	#content .clear{
		clear: both;
		height: 1px;
		font-size: 1px;
		overflow: hidden;
	}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}


#footer{
	position:relative;
	height: 20px;
	background: #000000;
	color: #FFFFFF;
	text-align: right;
	line-height: 15px;
	padding-right: 10px;
}

	#footer a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a.hover{
		color: #999999;
	}
