/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	height: 100%;
	background-color: #0e4683;
}
.body {
	width: 100%;
	height: 100%;
	background-image: url(../image/web/website/body_bg.gif);
	background-color: #0e4683;
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
}


/* LINK STYLES */
a {
	color: #0e4683;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 0px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* ELEMENTS */
.content {
	background-image: url(../image/web/website/content_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.contentwrapper {
	margin: 30px 30px 30px 15px;
}
.contentfpwrapper {
	margin: 0px 30px 0px 15px;
	height: 355px;
}
.contentfplinks {
	margin: 30px 30px 0px 30px;
	height: 85px;
	position: relative;
}
#aanmeldenclient {
	position: absolute;
	bottom: 35px;
	left: 0px;
}
#aanmeldennieuws {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.menu2wrapper {
	position: absolute;
	width: 125px;
	margin: 15px 0px 0px 15px;
}
.footer, .footerfp {
	position: absolute;
	bottom: 70px;
	left: 30px;
	height: 30px;
	text-indent: 15px;
	color: #FFFFFF;
	line-height: 30px;
	background-position: top;
}
.footerfpgroep, .footergroep {
	position: absolute;
	bottom: 35px;
	left: 30px;
	height: 30px;
	text-indent: 15px;
	color: #FFFFFF;
	line-height: 30px;
	background-position: top;
}
.footer, .footergroep {
	width: 380px;
	background-image: url(../image/web/footer/footer_bg.png);
}
.footerfp, .footerfpgroep {
	width: 630px;
	background-image: url(../image/web/footer/footerfp_bg.png);
}
.footer:hover, .footerfp:hover, .footerfpgroep:hover, .footergroep:hover {
	background-position: bottom;
}
.footer a, .footerfp a, .footer font, .footerfp font, .footerfpgroep a, .footerfpgroep font, .footergroep a, .footergroep font {
	color: #FFFFFF;
	margin-left: 15px;
	line-height: 30px;
	text-decoration: none;
}


/* FORM STYLES */
.formbut {
	color: #ffffff; 
	background-color: #0e4683;
	border: 1px solid #0e4683;
	height: 20px; 
	line-height: 10px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
}
.formline {
	color: #999999; 
	border: 1px solid #CCCCCC;
	height: 14px;
	background-color: #FFFFFF;
	width: 320px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 3px;
}
.formselect {
	color: #666666; 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 320px;
	width: 328px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 3px;
}
.formarea {
	color: #999999;  
	border: 1px solid #CCCCCC;
	padding: 2px 3px 2px 3px;
	background-color: #FFFFFF;
	width: 320px;
	height: 100px;
	margin-bottom: 3px;
}
.formlabel {
	padding-right: 10px;
	padding-right: 15px;
	padding-left: 5px;
	padding-left: 0px;
	background-color: #efefef;
	background-color: #ffffff;
	/*border-bottom: 3px solid #ffffff;*/
}
.formextra {
	padding-top: 10px;
}
.formextra .formbut {
	float: right;
}
.formline:focus, .formarea:focus {
	border-color: #666666;
	color: #666666;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}


/* MENU STYLES */
.menu1, .menu1selected {
	display: block;
}
.menu2, .menu2:hover, .menu2selected, .menu2selected:hover {
	display: block;
	line-height: 25px;
	background-image: url(../image/web/website/menu2_bg.gif);
	text-decoration: none;
	padding-left: 7px;
}
.menu2 {
	background-position: top left;
}
.menu2:hover, .menu2selected, .menu2selected:hover {
	background-position: bottom left;
	color: #ffffff;
}
.menu3, .menu3:hover, .menu3selected, .menu3selected:hover {
	display: block;
	line-height: 20px;
	background-image: url(../image/web/website/menu3_bg.gif);
	text-decoration: none;
	padding-left: 7px;
	font-size: 11px;
}
.menu3 {
	background-position: top left;
}
.menu3:hover, .menu3selected, .menu3selected:hover {
	background-position: bottom left;
	color: #ffffff;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	background-color: #FFFF00;
}
.formrequired {
	background-color: #eeeeee;
	padding: 1px 5px 1px 5px;
	border: 1px solid #cccccc;
}
.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}


@media Print {
	html, body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol {
		color: #000000;
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		color: #000000;
	}
	.noprint {
		display: none;
	}
	.notify {
		background-color: #FFFFFF;
		border-color: #000000;
	}
}