/* CSS Document */

/* structuur */
.topBanner {
	width:900px;
	height:66px;
	background:#6D9FFF;
	background-image:url(layout/wj_banner.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.subBanner {
	height:161px;
	background-image: url(layout/banner.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0px;
	text-align:right;
	color:white;
}
.leftBackground { background:#6D9FFF;}
.rightBackground { background:#6D9FFF;}
.leftCol { vertical-align: top; width:140px;padding:10px}
.mainCol { vertical-align: top; padding:0px 0px 10px 0px;}
.rightCol { vertical-align: top; width:130px;padding:30px 0px 0px 0px;}
.mainRow {
	background:#679BFF;
	background-image:url('layout/bg_body.jpg');
	background-repeat:no-repeat;
}

/* main */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin:0px;
	background: #679BFF;
}
a {color: #330099; text-decoration:underline;}
a:hover {margin:0px;padding:0px;text-decoration:underline;}
.contentTitle {
	background-image:url(layout/bg_title.jpg);
	font-family: Arial,Helvetica,sans-serif;
	font-size:11pt;
	font-weight: bold;
	padding: 0px;
	padding-left: 15px;
	margin-top: 10px;
	color:#FFFFFF;
	text-transform:lowercase;
}
img {border-color:black}
.contentMain {margin-top:0px; font-size:10pt;color: #000000;padding:15px;padding-top:26px;padding-left: 15px;background:#FFFFFF}
.kopMain {margin:0px;padding:0px;font-size:12pt; font-weight:bold}
.imageMain {border:1px solid black;float:right;margin-left:10px;}
.lijnMain {margin-top:10px;margin-bottom:10px;}
.imageListing {width:200px;margin-right:10px;float:left;border:1px solid black;}
.tableListing {padding: 0px; padding-top: 15px; font-size: 11pt; color: #330099;}
.aListing {font-weight:bold; font-size: 13pt; color: #330099;}

/* navigatie */
.navigation {width: 174px;height:200px;margin:0px; padding:0px;}
.navigationTop {
	margin:0px;
	width:174px;
	height:5px;
	background-image:url('layout/navTop.gif');
	background-repeat:no-repeat;
}
.navigationLink	{
	font-size: 13pt;
	padding-left:14px;
	font-weight: normal;
	font-family: Arial Black, Arial, Verdana, sans-serif;
	color: #003bc5;
	background: #FB6704;
	cursor: pointer;
	text-align:left;
	margin:0px;
	letter-spacing: 0px;
}
.navigationLink a	{color: #003bc5;text-decoration:none}
.navigationLink a:hover	{color: white;text-decoration:none}
.navigationBottom {width:174px;height:5px;background-image:url('layout/navBottom.gif');background-repeat:no-repeat;margin:0px}

/* login */
.loginForm {margin:144px 0px 0px 0px;padding:0px;font-size:9pt;text-align: right;}
.loginKop {color:#F19321;}
.loginLabel {}
.formfield {height:16px;border:none}
.formbutton 		{font-size: 8pt; height: 16px; width:65px;border: none;  background: none; background-image: url('layout/bg-button-login.gif'); background-repeat: no-repeat;}

/* aanmeldformulier */
.leftCell {font-size:12pt;color: #330099;background-color:#ffffff;}
.formSubmit {height: 30px; font-family: Verdana,Arial,sans-serif; font-weight: bold;  color: #FFFFFF; background-color: #F79218; text-transform :  uppercase; font-size: 90%; }


