/* Gebruikte kleuren:
   Kleur (1=donker 2=lichter etc...)
   =================================
   // ToDo: vul hieronder de gebruikte kleuren in...
   H1 Blauw:			#13406d;
   H2 Licht Blauw:		#13406d;
   H3 Groen:			#A5D601;
	P Blauw:			#13406d;
*/
	
@import url("style.css");

body {
/* Styling Scrollbars */
/*	scrollbar-face-color:      #FFFFFF;
	scrollbar-shadow-color:    #a5d600;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color:   #a5d600;
	scrollbar-darkshadow-color:#e8edf3;
	scrollbar-track-color:     #eeeeee;
	scrollbar-arrow-color:     #a5d600;
	scrollbar-3d-light-color:  #cccbc6;*/

	font-family: Tahoma;
	color: #13406d;
	padding: 0px;
	margin: 0px;
	border: 0px;	
	background-image: url(../images/background.jpg); 
	background-repeat: repeat;
}
.wrapper {
	position: relative;
	margin: auto;
	width: 972px;
	height: 100%;
}
.left_main_container {
	position: relative;
	background: url(../images/bck_left.jpg) top right repeat-y;
	width: 10px;
	height: 10px;
	float: left;
}
.main_container {
	position: relative;
	width: 897px;
	background-color: #fff;
	float: left;
	height: 100%;
}
.right_main_container {
	position: relative;
	background: url(../images/bck_right.jpg) top left repeat-y;
	width: 10px;;
	height: 10px;
	_left: -24px;
	float: left;
}
.header {
	width: 897px;
	height: 152px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #205386;
	}
.navigation {
	width: 897px;
	height: 44px;
	background: #205386 url('../images/menubg.gif') repeat-x;
}	
.left_container {
	width: 156px;
	height: 100%;
	background-color: #f2f9d9;
}	
.content_container {
	width: 529px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 0 31px;
	padding-bottom: 15px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #13406d;
}
.right_container {
	height: 100%;
	background-color: #e8edf3;
	vertical-align: top;
	position:relative;
}
	
.navigation td a img {
	border: 0px;
}
		
		
/* BEGIN LIST RIGHT MENU*/
#navcontainer {	
	border: 0px solid Black;
	width: 145px;
	float: left;
}
#navcontainer ul {
	list-style-type: none;
}
#navlist {
	width: 153px;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	background-color: #e8edf3;
}
.header_cat {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	width: 130px;
	height: 100%;
}

/*li {
	background-image: url(../images/bck_nav_right.gif);
	background-repeat: no-repeat;
	width: 115px;
	height: 40px;
	padding-top: 10px;
	padding-right: 30px;
	text-align: right;
}*/

#navlist li a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #1b4a79;	
	line-height: 15px; 
}

#navlist li a:hover {
	color: #A5D601;
	text-decoration: underline;
}

#navlist li {
	height: 25px;
}
/* END LIST */		
	

/* Left menu */
.table_leftmenu {
	width: 156px;
	padding: 0px;
	padding: 5px;
	margin: 0px;
}
.td_leftmenu  {
	background-image: url(../images/bck_nav_left.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 115px;
	height: 40px;
	padding-top: 0px;
	padding-right: 30px;
	text-align: right;	
	border: none;
	
}
td.leftmenu, a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #1b4a79;	
	line-height: 15px; 
}
td.leftmenu, a:hover {
	font-weight: normal;
	color: #1b4a79;	
	text-decoration: underline;
}

.td_rightmenu  {
	background-image: url(../images/bck_nav_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 150px;
	height: 40px;
	padding-top: 0px;
	padding-right: 30px;
	text-align: right;	
	border: none;
	
}
td.leftmenu, a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #1b4a79;	
	line-height: 15px; 
}
td.leftmenu, a:hover {
	font-weight: normal;
	color: #1b4a79;	
	text-decoration: underline;
}


		
			
.blue_block {
	width: 897px;
	height: 23px;
	background-color: #205386;
	float: left;
}	
/* Begin Style Formulier */

.formulier_a {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #13406d;
	border: 1px solid #d3d3d3;
	width: 520px;
}
table.formulier_a formulier_naw {
	font-family: Tahoma;
	color: #13406d;
	font-size: 12px;
 }
.formulier_header {
	font-family: Tahoma;
	color: #13406d;
	font-size: 11px;
} 
.formulier_naw {
	font-family: Tahoma;
	font-size: 11px;
}
.formulier_a select { 
	margin-left: 10px;
	height: 16px;
	border: 1px solid #d3d3d3;  
}
select {
	font-family: Tahoma;
	font-size: 12px;
	width: 158px;
}
textarea {
	font-family: Tahoma;
	background: #FFFFFF;
	color: #535353;
	width: 96%;
	font-size: 11px;
	border: 1px solid #d3d3d3;
	margin: 10px 10px 10px 10px;
}
input {
	font-family: Tahoma;
	background: white;
	font-size: 12px;
	color: #535353;
	border: 1px solid #d3d3d3;
	vertical-align: middle;
	width: 150px;
	height: 16px;
}	
inputfield {
	font-family: Tahoma;
	color: #13406d;
	font-size: 12px;
	border: 1px solid #d3d3d3;
	width: 150px;
}	
/* End Style Formulier */

/* Start Footers */
.content_footer {
	border-top: 1px solid #535353;
	height: 25px;
}
div.footer {
	width: 897px;
	height: 52px;
	background-color: white;

	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #999999;

	padding-left: 23px;
	padding-top: 19px;
	
	border-bottom: 1px solid #DDDDDD;
	clear: both;
}
.footer a {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px; 
	color: #999999;
	text-decoration: none;
}	
/* End Footers */

#slider {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 450px;
	height: 100px;
	padding: 15px 0 0 50px;
}

#slider a {
	font-family: "Arial Black";
	text-decoration: none;
	color: #a4e500;
	font-size: 14px;
}

#slider strong {
	font-family: "Arial Black";
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}