@charset "utf-8";
/* CSS Document */

body{
	margin-top:				20px;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			0px;
	
	background-image:		url('../img/bg.gif');
	background-repeat:		no-repeat;
	
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	
}


.titel{
	font-weight:			bold;
	font-size:				11px;
}


.maintekst{
	line-height:			18px;
	font-size:				11px;
}


.contactinfo{
	font-size:				10px;
	margin-left:			10px;
	line-height:			16px;
	color:					#000E38;
}

.copyright{
	font-size:				10px;
	color:					#897C69;
	line-height:			16px;
	text-align:				right;
}

.menuitem{
	margin-bottom:			8px;
}

.submenu{
	line-height:			18px;
	font-weight:			bold;
	margin-left:			15px;
	margin-bottom:			8px;
}


 /* standaard link eigenschappen */
a:link 		{color: #182A5E; text-decoration: none;		font-weight: none;}
a:visited 	{color: #182A5E; text-decoration: none;		font-weight: none;}
a:hover 	{color: #182A5E; text-decoration: underline;font-weight: none;}
a:active	{color: #182A5E; text-decoration: none;		font-weight: none;}

a.iaslink:link 		{color: #897C69; text-decoration: none;		font-weight: none;}
a.iaslink:visited 	{color: #897C69; text-decoration: none;		font-weight: none;}
a.iaslink:hover 	{color: #897C69; text-decoration: underline;font-weight: none;}
a.iaslink:active	{color: #897C69; text-decoration: none;		font-weight: none;}

a.selitem:link 		{color: #182A5E; text-decoration: underline;font-weight: none;}
a.selitem:visited 	{color: #182A5E; text-decoration: underline;font-weight: none;}
a.selitem:hover 	{color: #182A5E; text-decoration: underline;font-weight: none;}
a.selitem:active	{color: #182A5E; text-decoration: underline;font-weight: none;}