@charset "utf-8";
/* CSS Document */

body{
background:			url(images/bg.jpg) no-repeat center top;
margin:				0px;
font-family:		Arial, Helvetica, sans-serif;
color:				#0b1b3e;
font-size:			12px;
}


.container{
margin-left:		auto;
margin-right:		auto;
width:				950px;
}


.logo{
background:			url(images/logo.jpg) no-repeat;
height:				66px;
width:				200px;
margin-top:			65px;
}

.top-menu{
margin-top:			-35px;
text-align:			right;
}

.menu{
background:			#0b1b3e repeat;
height:				40px;
width:				100%;
margin-top:			40px;

text-align:			right;
}

.submenu{
background:			#e68f00;
width:				237px;
height:				236px;
margin-top:			30px;
color:				#fff;
}

.submenu-text{
margin-left:		20px;
margin-top:			20px;
line-height:		2;
}

.submenu-text a:link, .submenu-text a:visited{
color:				#fff;
text-decoration:	none;
}

.index{
background:			url(images/index.jpg) no-repeat;
width:				713px;
height:				316px;
margin-left:		237px;
margin-top:			-317px;
border: 1px solid white;
border-bottom-width: thin;

}

	.blue-box{
		color:		#fff;
		margin-left:325px;
		margin-top:170px;
		height:		157px;
		width:		150px;
	}
	
	.blue-box a:link, .blue-box a:visited, .blue-box a:hover{
		text-decoration:underline;
		color:		#fff;
	}

	.orange-box{
		color:		#fff;		
		margin-left:485px;
		margin-top:	-157px;
		height:		157px;
		width:		150px;
	}
	
	.orange-box a:link, .orange-box a:visited, .orange-box a:hover{
		text-decoration:underline;
		color:		#fff;
	}


.content{
background:			#fff repeat;
width:				476px;
margin-left:		238px;
margin-top:			-315px;
}

.content-bg{
background:			url(images/index1.jpg) no-repeat;
height:				316px;
width:				237px;
margin-left:		714px;
margin-top:			-352px;
}

.content-text{
color:				#666666;
margin-left:		20px;
margin-top:			10px;
padding-right:10px;
line-height: 		1.5;
}

.blokjes{
background:			url(images/blokjes.jpg) no-repeat;
height:				80px;
width:				237px;
}

.footer{
margin-left:		40px;
margin-top:			20px;
}







.content-text a:link, .content-text a:visited, .content-text a:hover{
color:				#666;
text-decoration:	underline;
}