/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- BOOM Communicatie ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------------- */
/* Global */
/* ---------------------------------------------------------------------------------------------------------------- */

*{
	
padding:0;
margin:0;
}
html, body {
	height: 100%; 
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #2b0b10;
	background: #FFFFFF;
	text-align: center;
	
	scrollbar-face-color: #96bf0d;
	scrollbar-shadow-color: #96bf0d;
	scrollbar-highlight-color: #96bf0d;
	scrollbar-3dlight-color: #96bf0d;
	scrollbar-darkshadow-color: #96bf0d;
	scrollbar-track-color: #d8ea9e;
	scrollbar-arrow-color: #FFFFFF;
}
body {
	height: 100%; 
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #2b0b10;
	background: #FFFFFF;
	text-align: center;
	overflow-Y: scroll;

}

#container {
	width: 951px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */	
}
#header{
	height:315px;
	font-size: 10px;
}
#main {
  	padding: 0px 0px 0px 0px;
}
#footer {
	float: left;
	width: 984;
	height: 20px;
	font-size: 10px;
	line-height: 40px;
	text-align:right;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Links */
/* ---------------------------------------------------------------------------------------------------------------- */

a {color: #e7501e; text-decoration: underline; }
a:hover{ color: #a10d59; text-decoration: none; }

a.menulink {color: #2eaadc; text-decoration: none; }
a.menulink:hover{ color: #e1007a; text-decoration: none; }

a.footerlink {color: #9d9ea0; text-decoration: none; }
a.footerlink:hover{ color: #e1007a; text-decoration: none; }

/* ---------------------------------------------------------------------------------------------------------------- */
/* Main */
/* ---------------------------------------------------------------------------------------------------------------- */

#main #leftcontainer01{
	float: left;
	width: 332px;
	margin: 0px;
}
#main #centercontainer01{
	font-size : 12px;
	text-align: left;
	line-height: 22px;
	color: #575759;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 471px;
	padding: 15px 24px 5px 24px;
}
#main #wrapper{
	clear:both;
}

td.submenu01{
	font: "Arial", Verdana, Arial, sans-serif;
	font-size : 12px;
	text-align: right;
	line-height: 22px;
	color: #2eaadc;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* CONTENT */
/* ---------------------------------------------------------------------------------------------------------------- */

span.header01{
	font-size : 17px;
	font-weight: bold;
	color: #96bf0d;
}
span.activelink{
	color: #e1007a;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------------------------------- */

span.footertext01{
	font-size : 9px;
	color: #9d9ea0;
}
