/*
 ---------------------------
 Realisatie:               	
 ---------------------------
 ēM-Solutions              	
 ---------------------------
 www.2m-solutions.nl       	
 info@2m-solutions.nl      	
 ---------------------------
*/
/*
______________________________________________

Global Settings
______________________________________________
*/
html 
{ 
	height: 100%; 
}

body 
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding: 			0;
	margin: 			0;
	height: 			95%;
	background-color: 	#F78F1E;
	line-height: 		1.4;
	margin-top: 		15px;
}
.container
{
	width: 				950px;
	margin: 			0 auto;
	min-height: 		98%;
	background-color: 	#FFFFFF;
	background-image:	url(../img/bg.gif);
	background-repeat: 	repeat-y;
	background-position: center 0;
}
/*
______________________________________________

Clearfix
______________________________________________
*/
.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 100%;}
	.clearfix {display: block;}
    /* End Holly Hack */
/*
______________________________________________

Body Components
______________________________________________
*/
#header
{
	width:	950px;
	height: 120px;
	text-align:	center;
	text-align:  right;
	background: #FFFFFF;
	background-image:	url(../img/header.gif);
	background-repeat: no-repeat;
}
#menu
{
	width: 950px;
	height: 55px;
	background-image:	url(../img/menubar.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#menu a
{
	color:#000;
	margin-top: 28px;
	line-height:1.4;
	font-size:12px;	
	width:125px;
	background-color: #F4C387;
	float:left;
	display:block;
	text-decoration:none;
	background-image:url(../img/button_top.gif);
	height:20px;
}

#content_left
{
	width:	225px;
	line-height: 1.5;
	font: caption;
	float: right;

	text-align: right;
	padding:15px;
	color: #506676;

	background-color: #E0E2F2;
}
#content_right
{
	width:	635px;
	float:	left;
	background-color: #FCF78D;
	background-image: url(../img/380981_low.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px;
	margin-left: 15px;
}
#disclaimer
{
	clear: both;
	margin: 0 auto;
	width: 950px;
	height: 30px;

/*	margin-top:	-31px; */
	position: relative;
	text-align: center;
	background-color: #FFF;
}
#content_bottom
{
	clear: both;
	margin: 0 auto;
	width: 950px;
	height: 30px;

/*	margin-top:	-31px; */
	position: relative;
	text-align: center;
	background-color: #FFF;
}

h1
{
	font-size:  16px;
	padding-top: 	0px;
	color:		#00529B
}
h2
{
	font-size:  14px;
	padding-top: 	15px;
	padding-bottom: 15px;
	color:		#00529B
}
h3
{
	font-size:  12px;
	padding-top: 	15px;
	padding-bottom: 15px;
	color:		#00529B
}
h4
{
	font-size: 16px;
	text-align: center;
	padding-top : 15px;
	color: #FFFFFF;
}

.listyle1
{
	text-decoration:none;
	background-image:url(../img/button.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 30px;
	font-size:12px;
	text-align: left;
	padding-left:40px;
	color:#00529B;
	line-height:2.1;	
	list-style-type: none;
}
.listyle2
{
	text-decoration:none;
	background-image:url(../img/button_2.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 30px;
	font-size:12px;
	text-align: left;
	padding-left:40px;
	color:#00529B;
	line-height:2.1;	
	list-style-type: none;
}
.listyle3
{
	text-decoration:none;
	background-image:url(../img/button_3.gif);
	background-repeat:no-repeat;
	display:block;
	height: 30px;
	font-size:12px;
	text-align: left;
	padding-left:40px;
	color:#00529B;
	line-height:2.1;	
	list-style-type: none;
	background-position:center;
}
.listyle4
{
	text-decoration:none;
	background-image:url(../img/button_4.gif);
	background-repeat:no-repeat;
	display:block;
	height: 30px;
	font-size:12px;
	text-align: left;
	padding-left:40px;
	color:#00529B;
	line-height:2.1;	
	list-style-type: none;
	margin-left: 12px;
	background-position:center;
}
.listylemenu
{
	text-decoration:none;
	background-image:url(../img/button_top.gif);
	background-repeat:no-repeat;
	display:block;
	height: 30px;
	font-size:12px;
	text-align: center;
	color:#00529B;
	line-height:2.1;	
	list-style-type: none;
	margin-left: 12px;
	background-position:center;
	width: 125px;
}

#melding
{
	background-color: #5E88DD;
	color: #fff;
	
	padding: 5px;
}
#mymelding
{
	border: 1px solid #C0C0C0;
	background-color: #FFFFAA;	
	width: 40% ;
	color:#3C3C3C;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 3px;	
}
.validatie
{
	color: #FF0000;
}

.verplicht
{
	color: #969696;
	font-size: 10px;
}
