@charset "utf-8";
/* CSS Document */

body{
	margin:						0px;
	
	background-image:			url('../img/bg.jpg');
	background-repeat:			repeat-x;
	background-color:			#413a30;
	
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						#FFFFFF;
}



.hoofdtabel{
	background-color:			#ffffff;
}


.titel{
	font-size:					16px;
	font-weight:				bold;
}

.main{
	margin-top:					30px;
	margin-bottom:				30px;
	margin-left:				30px;
	margin-right:				30px;
	
	line-height:				20px;
	color:						#003e74;
}


.main_terug{
	background-image:			url("../img/schild_blauw.gif");
	background-repeat:			no-repeat;
	background-position:		0px 5px;
	
	padding-left:				20px;
	
	line-height:				20px;
	vertical-align:				middle;
}


.main_rechts{
	background-image:			url('../img/bg_rechts.jpg');
	background-repeat:			no-repeat;
	background-color:			#003e74;
	margin-bottom:				20px;
	margin-right:				10px;
}

.main_rechts_content{
	padding-top:				60px;
	padding-bottom:				20px;
	padding-left:				16px;
	padding-right:				16px;
	color:						#ffffff;
}


.main_rechts_punt{
	background-image:			url("../img/schild_wit.gif");
	background-repeat:			no-repeat;
	background-position:		0px 5px;
	
	padding-left:				20px;
	
	line-height:				20px;
	vertical-align:				middle;
}




.ias_link{
	text-align:					right;
	margin-top:					10px;
	padding-right:				36px;
}



/*
*	sIFR css
*/
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility:			hidden;
	
	width:				300px;
	height:				24px;
	font-size:			22px;
	visibility:			hidden;
}

.sIFR-hasFlash h2 {
	visibility:			hidden;
	
	width:				240px;
	height:				20px;
	font-size:			16px;
}



 /* standaard link eigenschappen */
a:link 					{color: #ffffff; text-decoration: none}
a:visited 				{color: #ffffff; text-decoration: none}
a:hover 				{color: #ffffff; text-decoration: underline}
a:active				{color: #ffffff; text-decoration: none}


 /* ias link eigenschappen */
a.rechtslink:link 		{color: #ffffff; text-decoration: none}
a.rechtslink:visited 	{color: #ffffff; text-decoration: none}
a.rechtslink:hover 		{color: #ffffff; text-decoration: underline}
a.rechtslink:active		{color: #ffffff; text-decoration: none}