body {
		margin: 0;
		font: 11px Verdana, sans-serif;
		background: #9d90b2;
		color: #333333;
		text-align: center;
		}

table {
			font: 11px Verdana, sans-serif;
			}

/*** style for common elements ***/

a {
	color: #ff4500;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

	a img
	{
		border: none;
	}

col {		
		background: none;
		}				

img {
		border: 0;
		}

input, select, textarea {
		font: 11px Verdana, sans-serif;
		}

.clsinvalid {
	background: #ece8e8;
	}		

.button {
	width: 100%;
	margin: 4px 0 0;
}

/*** style for headers ***/

h1 {
		margin: 0;
		font-size: 130%;
		}

h2 {
		margin-bottom: 0;
		font-size: 120%;
		}

/*** style for main table ***/

#thisform {
		margin: 10px auto; padding: 0 8px 8px;
		width: 1000px;
		background-color: #fff;
		border: solid 1px #333;
		text-align: left;
}

#main {
		margin: 0 auto; padding: 0;
		width: 100%; height: 600px; 
		table-layout: auto!important;table-layout: fixed;
		background: url('../Images/bg_main.gif') left top repeat-x;
		}

.header {
		padding: 7px 10px 10px 45px;
		width: 762px!important;width: 817px;
		height: 179px;
		background: url('../Images/bg_header.jpg') left top no-repeat;
		vertical-align: top;
		}
		
		.header a {
			width: 325px;
			height:75px;
			display: block;
		}
		.header img {
			width: 325px;
			height:75px;
			display: none;
		}
		
.app {
		vertical-align: top;
		padding: 10px; padding-right: 0;
		background: #fff url('../Images/achtergrond.jpg') center top no-repeat;			
		}

		.scroll {
				overflow: auto;
				padding: 10px 20px 0 20px;
				height: 440px;
				border-right: solid 1px #ccc;
				}
		
/*** style for menu ***/
		
.menutop {
		font-weight: bold;
		background: #ffd101;
		}
				
.toprightmenu {
		font-weight: bold;
		width: 150px;
		}
				
		.menutop ul, .toprightmenu ul {
				margin: 0; padding: 0;
				list-style: none;
				}

		.menutop li {
				float: left;
				margin-right: 50px; padding: 5px 10px;
				}

		.toprightmenu li {
				padding: 5px 10px;
				text-align: right;
				}								

				.menutop a {
						color: #000;
						}	
						
				.toprightmenu a {
						color: #fff;
						}	
						
.menu {
		vertical-align: top;
		font-size: 11px;
		font-weight: bold;
		border-right: solid 5px #ffd101;
		background: #ffe669;
		}
				
		.menu ul {
				margin: 0 10px; margin-top: 40px;
				padding: 0;
				list-style: none;
				}

		.menu li {
				margin: 7px 0; padding: 2px 0;
				list-style: none;
				border-bottom: solid 1px #000;
				}				

				.menu a {
						color: #000;
						}

						.menu a:hover {
								color: #fff;
								text-decoration: none;
								}						

/*** style for banners ***/								
.bannercolumn 
{
		width: 150px;
}


.banners {
		vertical-align: top;
		padding-top: 10px;
		text-align: center;
		background-color: #fff;
		}

		.banners img {
				margin: 2px 10px 2px 0;
				}		

marquee 
{
	width: 150px;
	overflow: hidden;
}

/*** style for subscriptionform ***/

.subscriptionform {
		width: 100%;
		}
		
.agree p {
		margin: 0;
		}

.agree, .disclaimer {
		font-size: 10px;
		}

.abonnement {
	background-color: #f8cd28;
	}

.checkbox {
	float:left;
	margin:0;
	padding:0;
}

.label {
	margin-top:4px;
}
		
/*** style for contact form ***/

#contactform {
		width: 100%;
		border: 0;
		}

		#contactform td {
				vertical-align: middle;
				}

/*** style for landingpage ***/
.login {
	table-layout: fixed;
	margin: 10px 0;
}

	.login .col1 {
		width: 120px;
	}

	.login .col2 {
		width: 200px;
	}
	
	.login th {
		padding: 3px 2px 2px!important;padding: 4px 2px 2px;
		text-align: left;
		vertical-align: top;
	}
	
	.login td {
		vertical-align: top;
		padding: 1px!important;padding: 0;
	}
	
.userdata {
	margin: 10px 0;
}

	.userdata .col1 {
		width: 120px;
	}

	.userdata .col2 {
		width: 250px;
	}
	
	.userdata th {
		padding: 3px 2px 2px;
		text-align: left;
		vertical-align: top;
	}
	
	.userdata td {
		vertical-align: top;
		padding: 3px 2px 2px;
	}

img.badge {
	border:solid 1px #999;
}

/*** style for footer ***/
.footer ul {
		margin: 0; padding: 2px;
		height: 16px!important;height: 20px;
		list-style: none;
		background: #ffd101;
		}

.footer li {
		float: left;
		margin-right: 5px; padding: 0 5px;
		}				

		.footer li a {
				display: block;
				padding-top: 1px;
				color: #000;
				}						