body{
	font-family: Helvetica, sans-serif;
	font-size:13px;
	margin:0;

}

span.tab{
    padding: 0 13px;
}

div.container{
	width:980px;
	height:500px;
	box-shadow:#666 0px 0px 30px 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}

div.contentContainer{
	width:550px;
	height:460px;
	float:left;
	background-color:#EEEEEE;
	background-image:url(../layout/layout/bg_content.png);
	background-repeat:repeat-x;
}

div.contentHeader{
	width:530px;
	padding-left:20px;
	padding-top:4px;
	height:26px;
	background-color:#031250;
	border-bottom:solid 1px #FFF;
}

.contentHeader h1{
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-top:0px;
	margin-bottom:0px;
}

div.subnavigatie{
	width:530px;
	padding-left:20px;
	height:16px;
	padding-top:4px;
	background-color:#999999;
	border-bottom:solid 1px #FFF;
}

.subnavigatie a:link, .subnavigatie a:visited, .subnavigatie a:active{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	margin-right:20px;
	text-transform:uppercase;
	letter-spacing:2px;
}

.subnavigatie a:hover{
	color:#FFF;
	font-size:12px;
	text-decoration:underline;
	margin-right:20px;
	text-transform:uppercase;
	letter-spacing:2px;
}

div.content{
	width:510px;
	height:400px;
	padding:20px;
	overflow:auto;
}

.content p{
	font-size:13px;
	line-height:20px;
}

td{
	font-family:Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}

.content a:link, .content a:active, .content a:visited{
	color:#062195;
	text-decoration:none;
}

.content a:hover{
	color:#999999;
	text-decoration:underline;
}

h1{
	color:#212121;
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Helvetica, sans-serif;
	font-weight:normal;
}

.content h2{
	color:#212121;
	font-size:13px;
	margin-top:0px;
	margin-bottom:-4px;
	font-family:Helvetica, sans-serif;
	
}

.content h3{
	color:#062195;
	font-size:13px;
	margin-top:0px;
	margin-bottom:-3px;
	font-family:Helvetica, sans-serif;
}

div.hoofdnavigatie{
	width:230px;
	background-color:#999999;
	background-image:url(../layout/layout/bg_hoofdnav.jpg);
	background-repeat:repeat-x;
	height:460px;
	float:left;
	color:#FFF;
	text-align:center;
}

.hoofdnavigatie a:link, .hoofdnavigatie a:visited, .hoofdnavigatie a:active{
	width:230px;
	height:23px;
	float:left;
	border-top:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	margin-top:-1px;
	color:#031250;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:8px;
	letter-spacing:2px;
}

.hoofdnavigatie a:hover{
	width:230px;
	height:23px;
	border-top:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
	margin-top:-1px;
	color:#FFF;
	background-color:#031250;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:8px;
	letter-spacing:2px;
}

div.homebutton{
	width:230px;
	height:150px;
	float:left;
}

.homebutton a:link, .homebutton a:visited, .homebutton a:active, .homebutton a:hover{
	width:230px;
	height:150px;
	float:left;
	border-top:0;
	border-bottom:0;
	margin-top:0;
	padding-top:0;
	background-color:#000;
}

div.foto{
	width:200px;
	float:left;
	height:460px;
}

div.footer{
	width:960px;
	height:40px;
	float:left;
	border-top:solid 1px #FFF;
	padding-left:20px;
	padding-right:0;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#031250;
}
	
	