/*CSS*/
body {
	margin: 0px;
	padding: 0px;
	font: 10px/18px Verdana,  Helvetica, sans-serif;
	background: #dbdde2;
	text-align: justify;
	color: #000000;
}

table {
	margin: 0px;
	padding: 0px;
	font: 10px/18px Verdana, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;	
}

.honderd {
	height: 100%;
}

p, P
{
	font: 10px/18px Verdana, Helvetica, sans-serif;
	color: #000000;
	/*text-align: justify;*/
	margin: 0px;
	padding: 0px;
}

ul, ol, UL, OL, li, LI
{
	font: 10px/18px Verdana,  Helvetica, sans-serif;
	color: #000000;
}


a {
	color: #4cbcdc;
	text-decoration: none;
}

a:hover {
	color: #4cbcdc;
	text-decoration: underline;
}

.bg_footer {
	background: #dbdde2 url(../images/bg_footer.gif) no-repeat left 0px;
	padding-top: 20px;
	padding-left: 10px;
	height: 120px;
    width: 780px;
}

.bg_img_left {
	background: #433c3b url(../images/bg_links.jpg) no-repeat left 0px;
	height: 437px;
    width: 137px;
	padding: 0px;
}

.td_menu {
	width: 166px; 
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
}

.td_footer {
	font: 9px/11px Verdana,  Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 15px;
}

.td_footer_midden {
	font: 9px/11px Verdana,  Helvetica, sans-serif;
	color: #64cfed;
	text-align: left;
	padding-bottom: 5px;
}

.link_footer_midden {
	font: 9px/11px Verdana,  Helvetica, sans-serif;
	color: #64cfed;
	text-align: left;
	padding-bottom: 5px;
	text-decoration:none;
}

.link_footer_midden:hover {
	font: 9px/11px Verdana,  Helvetica, sans-serif;
	color: #64cfed;
	text-align: left;
	padding-bottom: 5px;
	text-decoration:underline;
}

.td_footer_bottom {
	font: 9px/11px Verdana,  Helvetica, sans-serif;
	color: #40588c;
	text-align: right;
	padding-right: 9px;
	padding-bottom: 16px;
	text-decoration: none;	
}

.td_footer_bottom:hover {
	font: 9px/11px Verdana,  Helvetica, sans-serif;
	color: #40588c;
	text-align: right;
	padding-right: 9px;
	padding-bottom: 16px;
	text-decoration: underline;	
}

.td_footer_boven {
	font: 9px/11px Verdana,  Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

.link_footer_menu {
	color: #FFFFFF;
	text-decoration: none;
}

.link_footer_menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.link_footer {
	color: #40588c;
	text-decoration: none;
}

.link_footer:hover {
	color: #40588c;
	text-decoration: underline;
}

h1 {
	font: 18px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #0081c5;
	font-weight: bold;
}

h2 {
	font: 12px/18px Verdana, Helvetica, sans-serif;
	color: #4cbddc;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

.breadcrumb {
	color: #8c9bba;
	padding-top: -20px;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}

.link_breadcrumb {
	color: #8c9bba;
	text-decoration: none;
	padding-top: -20px;
	padding-bottom: 15px;

	vertical-align: top;
	text-align: left;
}

.link_breadcrumb:hover {
	color: #8c9bba;
	text-decoration: none;
	padding-top: -20px;
	padding-bottom: 15px;
	vertical-align: top;
	text-align: left;
}

.img_links {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 3px;
	border: 3px solid #dbdde2;
}

.img_links2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.img_rechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 3px;
	border: 3px solid #dbdde2;
}

.td_inhoud {
	background: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;	
	padding-right: 0px;
	padding-left:16px;
}

.inputtekst {
	height: 18px;
	border: 1px solid #0081c5;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
}

.inputbutton {
	background: #FFFFFF url('../images/arrow_menu_rechts.gif') no-repeat 95% 50%;
	border-top: 1px solid #c5c9d2;
	border-bottom: 1px solid #c5c9d2;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	width: 90px;
	height: 30px;
	padding-top: 5px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #0081c5;
	cursor: pointer;
	font-weight: bold;
}

.inputbutton:hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
	border-top: 1px solid #c5c9d2;
	border-bottom: 1px solid #c5c9d2;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	width: 90px;
	height: 30px;	
	padding-top: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}

.inputtekstopmerking {
	height: 80px;
	border: 1px solid #0081c5;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF
}

#breadcrumb, #breadcrumb a {
	font: 10px/18px Verdana,  Helvetica, sans-serif;
	color: #8c9bba;
	padding-top: -20px;
	padding-bottom: 15px;
	vertical-align: top;
	text-align: left;
	text-decoration: underline;
}

#breadcrumb a:hover {
	font: 10px/18px Verdana,  Helvetica, sans-serif;
	color: #8c9bba;
	text-decoration: none;
	padding-top: -20px;
	padding-bottom: 15px;
	vertical-align: top;
	text-align: left;
}


.submenu_sideMenu1 {
	background: #ffffff url('/01/images/arrow_menu_rechts.gif') no-repeat 95% 50%;
	color: #0081c5;
    text-decoration :none;
	font-weight: bold;
    height : 29px;
	text-align:right;
	padding-right: 25px;		
	border-bottom: 1px solid #c5c9d2;
	padding-top: 4px;

}

.submenu_sideMenu1:hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    text-decoration :none;
	font-weight: bold;
	color:#FFFFFF;
    height : 29px;
	text-align:right;
	padding-right: 25px;		

}

.submenu_sideMenu1selected {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    text-decoration :none;
	font-weight: bold;
	color:#FFFFFF;
    height : 29px;
	border-bottom: 1px solid #c5c9d2;
	text-align:right;
	padding-top: 4px;	
	padding-right: 25px;		

}

.submenu_sideMenu1selected:hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    text-decoration :none;
	font-weight: bold;
	color:#FFFFFF;
	text-align:right;

}

.submenu_level_1 {
	background: #ffffff url('/01/images/arrow_menu_rechts.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;

}

.submenu_level_1:hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;
	color:#FFFFFF;

}

.submenu_level_1_hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;
	color:#FFFFFF;

}

.submenu_level_1_hover:hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;
	color:#FFFFFF;

}


.submenu_level_1_selected {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    height : 29px;
	color:#FFFFFF;
	cursor: pointer;

}

.submenu_level_1_selected:hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;
	color:#FFFFFF;

}

.submenu_level_1_selected_hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;
	color:#FFFFFF;

}

.submenu_level_1_selected_hover:hover {
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;
	color:#FFFFFF;

}






.submenu_sideMenu2 {
	background: #FFFFFF url('/01/images/plus_menu.gif') no-repeat 95% 50%;
    text-decoration :none;
	font-weight: bold;
	text-align:right;
	padding-right: 25px;		
	padding-top: 4px;
	border-bottom: 1px solid #c5c9d2;

}

.submenu_sideMenu2:hover {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
	color:#FFFFFF;
    text-decoration :none;
	font-weight: bold;

}

.submenu_sideMenu2selected {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
	color:#FFFFFF;
    text-decoration :none;
	font-weight: bold;
	text-align:right;
	padding-right: 25px;		
	padding-top: 4px;
	border-bottom: 1px solid #c5c9d2;

}

.submenu_sideMenu2selected:hover {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
	color:#FFFFFF;
    text-decoration :none;
	font-weight: bold;

}

.submenu_level_2 {
	background: #FFFFFF url('/01/images/plus_menu.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;

}

.submenu_level_2:hover {
 	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;
	border-bottom: 1px solid #c5c9d2;

}

.submenu_level_2_hover {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;

}

.submenu_level_2_hover:hover {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
    height : 29px;
	cursor: pointer;

}


.submenu_level_2_selected {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
    height : 29px;
	color:#FFFFFF;
	cursor: pointer;

}

.submenu_level_2_selected:hover {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
    height : 29px;
	color:#FFFFFF;
	cursor: pointer;

}

.submenu_level_2_selected_hover {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
    height : 29px;
	color:#FFFFFF;
	cursor: pointer;

}

.submenu_level_2_selected_hover:hover {
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
    height : 29px;
	color:#FFFFFF;
	cursor: pointer;

}


/*







li.submenu_level_1, li.submenu_level_1_selected, li.submenu_level_2, li.submenu_level_2_selected; 
{
    list-style-image: none;
    height : 29px;
    list-style-type : none ;
    margin-left: 5px;
    margin-top : 8px;
}

li.submenu_level_1
{
	font: 10px/11px Verdana, Helvetica, sans-serif;
	color: #0081c5;
	font-weight: bold;
	text-decoration: none;

	background: #FFFFFF url('/01/images/arrow_menu_rechts.gif') no-repeat 95% 50%;
	border-bottom: 1px solid #c5c9d2;
	text-align:right;
	padding-right: 25px;		
	width: 166px;
}

li.submenu_level_1_selected
{
	font: 10px/11px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
	color: #FFFFFF;
	border-bottom: 1px solid #c5c9d2;
	text-align:right;
	padding-right: 25px;		
	width: 166px;
	cursor: pointer;
}

li.submenu_level_2, li.submenu_level_2_selected
{
    padding-left : 15px;
    list-style-type : square;
    margin-top : 3px;
    font-style : italic ;
}

ul.submenu_sidemenu
{
    margin: 0px 0px 0px 0px;
    padding : 15px 0px 0px 0px;
}


a.submenu_sideMenu1, a.submenu_sideMenu1:link, a.submenu_sideMenu1:hover, a.submenu_sideMenu1:visited, a.submenu_sideMenu1:active
{
	font: 10px/11px Verdana, Helvetica, sans-serif;
	color: #0081c5;
	font-weight: bold;
	text-decoration: none;

	background: #FFFFFF url('/01/images/arrow_menu_rechts.gif') no-repeat 95% 50%;
	border-bottom: 1px solid #c5c9d2;
	text-align:right;
	padding-right: 25px;		
	width: 166px;
} 

a.submenu_sideMenu1selected, a.submenu_sideMenu1selected:link, a.submenu_sideMenu1selected:hover, a.submenu_sideMenu1selected:visited, a.submenu_sideMenu1selected:active
{
	font: 10px/11px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #fc7a1d url('/01/images/arrow_menu_rechts_hover.gif') no-repeat 95% 50%;
	color: #FFFFFF;
	border-bottom: 1px solid #c5c9d2;
	text-align:right;
	padding-right: 25px;		
	width: 166px;
	cursor: pointer;
} 


a.submenu_sideMenu2, a.submenu_sideMenu2:link, a.submenu_sideMenu2:hover, a.submenu_sideMenu2:visited, a.submenu_sideMenu2:active
{
	background: #FFFFFF url('/01/images/plus_menu.gif') no-repeat 95% 50%;
	border-bottom: 1px solid #c5c9d2;
	text-align:right;
	padding-right: 25px;		
	width: 166px;
} 

a.submenu_sideMenu2selected, a.submenu_sideMenu2selected:link, a.submenu_sideMenu2selected:hover, a.submenu_sideMenu2selected:visited, a.submenu_sideMenu2selected:active
{
	font: 10px/11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #fc7a1d url('/01/images/plus_menu_hover.gif') no-repeat 95% 50%;
	color: #FFFFFF;
	border-bottom: 1px solid #c5c9d2;
	text-align:right;
	padding-right: 25px;		
	width: 166px;
	cursor: pointer;
} */