@charset "utf-8";
/* CSS Document */

body
{
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #000076;
	margin: 0px;
}

.hoofdmenu
{
	background-image: url('../img/hoofdmenu_bg.gif');
	background-repeat: repeat-x;
}

.titel
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #15409f;
	font-stretch: expanded;
	letter-spacing: 1px;
	height: 40px;
	background-image: url('../img/titel_bg.jpg');
	background-repeat: no-repeat;
}

.content
{
	background-image: url('../img/content_bg.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	margin-bottom: 40px;
}

.instructie
{
	color: #576871;
}
.login_panel
{
	background-image: url('../img/login_bg.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
}

.login_panel td
{
	font-family: arial;
	font-size: 12px;
	color: #0b0053;
}

.login_panel input
{
	width: 106px;
	height:	14px;
	border: 1px solid #dddddd;
	font-family: arial;
	font-size: 11px;
	color: #0b0053; 
}

.footer
{
	background-color: #00004a;
	color: #fff;
	font-family: arial;
	font-size: 11px;
	line-height: 23px;
}

.client_submenu
{
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid darkgreen;
	width: 100px;
	padding: 3px;
	font-size: 11px;
}

.footer a:link
{
	color: #007c6c;
}

.footer a:visited
{
	color: #007c6c;
}

.footer a:active
{
	color: #007c6c;
}

.footer a:hover
{
	color: #007c6c;
}

.content_div
{
	margin-top: 31px;
	margin-left: 30px;
	margin-bottom: 40px;
	width: 700px;
	
}

.inhoud
{
	font-family: arial;
	font-size: 12px;
	color: #314452;
}

.inhoud img
{
	margin-right: 8px;
}

.hoofdlink:link, .hoofdlink:visited
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #090053;
	text-decoration: none;
	display: block;
	float: left;
	height: 35px;
	line-height: 25px;
	background-image: url('../img/scheiding.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 18px;
	padding-left: 18px;
}

.hoofdlink:active, .hoofdlink:hover
{
	color: #007a6d;
}

.copyright
{
	font-family: arial;
	font-size: 11px;
	color: #fff;
}

a:link
{
	color: #093395;
}

a:active
{
	color: #093395;
}

a:visited
{
	color: #007c6c;
}

a:hover
{
	color: #007c6c;
}

b
{
	font-size: 12px;
}

/*font
{
	font-family: arial;
	font-size: 12px;
}*/
