/*
CSS Credit: http://www.templatemo.com/
*/
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	/*11px*/
	line-height: 1.5em;
	color: #444444;
}
a:link, a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; border-bottom: 1px solid #3399CC; } 
a:active, a:hover { color: #3399CC; text-decoration: none; font-weight: bold; border-bottom: 1px solid #BBBBBB; }	

/*Entechna-blauw = R51G153B204=3399CC	*/
/*Iets donkerder = R51G153G255=3399FF	*/
/*nog donkerder  = R51G102B204=3366CC	*/


h1 {
	margin:40px 0px 10px 0px;
	font-weight: bold;
	font-size: 18px;
	color:#FFFFFF;
}
h2 {
	margin:40px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color:#FFFFFF;
	padding-bottom: 10px;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
}
#container {
	margin: auto;
	width: 1000px;
}
#header {
	width: 1000px;
	height: 250px;
	background: url(images/header_1.jpg) no-repeat;
}


#welcome {
	float: left;
	width: 500px;		/* 500px */
	margin-top: 190px;	/*  60px */
	padding-left: 20px;	/*  20px */
	color:#FFFFFF;
	font-size: 30px;	/*  30px */
	font-weight: bold;
	line-height: normal;
}
#content {
	margin: auto;
	float: left;
	width: 1000px;
	background: url(images/body_bg.jpg) repeat-y;
}
#left {
	float: left;
	width: 640px; /*430px*/
	padding-left: 40px;
	padding-right: 40px;
	color:#FFFFFF;
	text-align: justify;
}
#left_column {
	float: left;
	width: 195px; 		/*195px	*/
}
#right_column {
	float: right;
	width: 250px; 		/*250px	*/
}


#right {
	float:right;
	width: 250px;		/*250px	*/
        margin-top: 5px;	/*5px	*/
}


.menu {
        margin-top: 55px; 	/*55px	*/
        margin-left: 23px;	/*23px  */
	width: 200px;		/*200px	*/
}

.menu li{
      	background: url(images/button.jpg) no-repeat;
	list-style: none;
	height: 35px;   		/* 35px	ver tussenafstand knoppen */
	font-size: 12px;		/* 14px	*/
	display: block;
	padding-left: 12px;		/* 22px hor positie text in knop */
	padding-top: 4px;		/* 5px 	ver positie text in knop*/
}

.menu a {
	color: #DDDDDD;
	border-bottom: none;		/* geen lijn onder de links in de menubalk*/
	
}
.menu a:hover {
	color: #BBBBBB;	  
}


/* .box {
	width: 200px;
	margin-left: 20px;
	margin-top: 10px;
	background: url(images/contact_box.jpg) no-repeat;
}
.box p {
	width: 180px;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
}
.box strong {
	color: #fff836;
}
.box_header {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	color:#adadad;
} */



#footer {
	float: left;
	width: 1000px;
	height: 26px;
	color: #444; /*#000;*/
	font-weight: bold;
	text-align: center;
	padding-top: 9px;	/*15*/
	background: url(images/footer.jpg) no-repeat;
}

#footer a:link, #footer a:visited { color: #000; text-decoration: none;} 
#footer a:active, #footer a:hover { color: #C00; text-decoration: none;}