﻿/*
{
    padding:                0px;
    margin:                 0px;
}*/

html,body {
	margin:					0;
	padding:				0;
	height:100%; /* needed for container min-height */
}

body
{
	width:              100%;
	height:             100%;
	min-height:         100%;
	padding:            0;
	margin:             0;
	font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          10pt;
	font-weight:        normal;
	text-align:         left;
	color:              black;
	display:            block;                         /* for FF, allways show scrollbar */
	background-color:   #EC9611;                           /* licht orange, OLD: #EBF7FC=light blue */
	overflow:           -moz-scrollbars-vertical;
}

.page 
{
	position:				relative; /* needed for footer positioning*/
	margin:					0 auto; /* center, not in IE5 */
	width:                  1020px;
	padding-left:			15px;
	padding-right:			15px; 
	height:					auto !important; /* real browsers */
	height:					100%; /* IE6: treaded as min-height*/
	min-height:				100%; /* real browsers */	
	padding:				0;
	background-position:	center;
	background-image:		url(images/layout/BG_Site.JPG);
	background-repeat:		repeat-y;
}

.PageFillContainer
{
	width:                  990px;
	padding-left:			14px;
	padding-right:			16px; 
	background-color:		transparent;
	padding-bottom:			20px;

}


#frmMain
{
    height:                 100%;
    padding-top:            0px; 
    padding-right:          0px; 
    padding-bottom:         0px; 
    padding-left:           0px; 
    margin:                 0px; 
}

.HeaderContainer 
{
	/*background-color:		Aqua;	*/
	width:                  990px;
	height:                 290px;
	padding:				0;
}

.container_header 
{
  /*  position:           relative;
	width:              990px;
	height:             290px;
	margin:             0 auto;
	padding:            0;
	display:            block;
	z-index:			10;*/
}

.PageContainer 
{
    width:                  990px;
	padding-bottom:         0px;
	margin:					0px 0px 0px 30px;
	padding:				0;



}
#container_sidenav
{
    position:           relative;
    float:              left;
    clear:              left;    
	width:              250px;
	height:             475px;
	margin:             auto;
	text-align:         left;
	display:            block;
}

#container_content 
{
    position:           relative;
    float:              left;
	width:              450px;
	height:             auto;
	margin:             0px 0px 0px 15px;
	text-align:         left;
	display:            block;
}

#container_hpcontent 
{
    position:           relative;
    float:              left;
	width:              740px;
	height:             auto;
	margin:             0px 0px 0px 15px !important;
	margin:             0px 0px 0px 5px;
	text-align:         left;
	display:            block;
}

#PostIt
{
    position:           absolute;
    width:              140px;
	height:             140px;
	left:               640px;
	top:                -10px;
	margin:             0px;
	text-align:         left;
	display:            block;
	z-index:            99;
}
#MTLid
{  
    position:           relative;
    width:              240px;
    height:             240px;
	float:              left;
	margin:             10px 10px 0px 0px;
	padding:            0px;
	text-align:         left;
	display:            block;
	border-style:       solid;
	border-width:       1px;
	border-color:       #CCCCCC;
	cursor:             pointer;
	cursor:             hand;
	background-color:	White;
}

#MTLidFunctie
{
    position:           absolute;
    width:              360px;
    height:             20px;
    left:               0px;
    top:                25px;
    text-align:         left;
    font-size:          8pt;
    font-style:         italic;
    color:              black;
}

#MTLidQuote
{
    position:           absolute;
    width:              210px;
    height:             20px;
    left:               5px;
    top:                95px;
    text-align:         center;
	font-size:          10pt;
    overflow:			hidden;
    color:				White;
    font-family:		Trebuchet MS, Arial;
    font-weight:		bold;
}


#MTLidQuote2
{
    position:           absolute;
    width:              360px;
    /*height:             20px;*/
    left:               0px;
    top:                40px;
    text-align:         left;
    font-size:          9pt;
    font-weight:        bold;
    color:              black;
}


.FormPaginaStyle
{
    background-color:   #ECF3FB;
    padding:            10px 0px 15px 3px;
    margin:             5px 20px 0px 0px;
    position:           relative;
}

.MTLidBoxClass
{
    cursor:             pointer;
	cursor:             hand;
	float:				left;
	position:			relative;
	width:				450px;
	height:				100px;
}


.NieuwsBox
{
    float:				left;
    position:			relative;
    cursor:             pointer;
	cursor:             hand;
	height:				110px;
}

.PanelNieuwsImage
{
	float:				left;
	position:			relative;
	width:				230px;
	height:				88px;
	overflow:			hidden; 
}

.Dienstbox
{
    float:				left;
    position:			relative;
    cursor:             pointer;
	cursor:             hand;
	height:				150px;
	width:				450px;
}

.Dienstbox .SmallTitle h2
{
    width:				355px;
}

.Vacaturebox
{
    cursor:             pointer;
	cursor:             hand;
}

.VacatureBoxTitel
{
	float:				left;
	position:			relative;
	width:				335px;
}

a:link, a:visited
{
    font-weight:        normal;
    color:              #E17300; /*#F0B980;*/
    text-decoration:    underline;
}

a:active, a:hover
{
    font-weight:        normal;
    color:              #002957; 
    text-decoration:    underline;
}

#ContactAdres
{
    text-align:         right;
    margin-right:       5px;
    margin-top:         10px;
}

.MTLid
{  
    position:           relative;
    width:              230px;
    height:             250px;
	float:              left;
	margin:             10px 10px 0px 0px;
	padding:            0px;
	text-align:         left;
	display:            block;
	border-style:       solid;
	border-width:       1px;
	border-color:       #CCCCCC;
	cursor:             pointer;
	cursor:             hand;
	overflow:			hidden;
	background-color:	White;
}

.MTLeden_Naam
{
    margin:             10px;
    padding:            0px;
    display:            block;
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          10pt;
	font-weight:        bold;
    margin:             4px 0px 0px 0px;
    padding:            0px;
    color:              #FF0000;
    clear:              left;
}

.MTLeden_Naam2
{
    position:           relative;
    float:              right;
    width:              190px; /* 200px - 2*5px padding */
    padding:            5px;
    margin:             0px;
    display:            block;
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          8pt;
    clear:              right;
    background-color:   #DC2422;/*old #008ED0*/
    color:              White;
    font-weight:        bold;
}

.MTLeden_Functie
{
    margin:             0px;
    padding:            0px;
    display:            block;
    margin:             5px 0px 5px 0px;
    padding:            0px;
    clear:              left;
    font-size:          8pt;
    font-style:         italic;
}

.MTLeden_Functie2
{
    position:           relative;
    float:              right;
    width:              190px; /* 200px - 2*5px padding */
    padding:            5px;
    margin:             0px;
    display:            block;
    clear:              right;
    font-size:          8pt;
    font-weight:        bold;
}

.MTLeden_Quote
{
    margin:             0px;
    padding:            0px;
    display:            block;
    margin:             0px 0px 5px 0px;
    padding:            0px;
    clear:              left;
    font-weight:        bold;
    font-style:         normal;
}

.MTLeden_Quote2
{
    margin:             0px;
    padding:            0px;
    display:            block;
    margin:             0px 0px 5px 0px;
    padding:            20px 0px 0px 0px;
    clear:              left;
    font-family:        Arial, Verdana, Helvetica, sans-serif; /*aanpassing*/
	font-size:          10pt; /*aanpassing*/
	color:              #FF0000; /*aanpassing*/
	font-weight:        bold;
    font-style:         normal;
}

.MTLeden_Tekst
{
    margin:             0px;
    padding:            0px;
    display:            block;
    margin:             0px 0px 5px 0px;
    padding:            0px;
    clear:              left;
    font-weight:        normal;
}

.MTLidInleiding
{
    margin:             10px;
    padding:            0px;
    display:            block;
}

.Nieuws_Titel
{
    margin:             10px;
    padding:            0px;
    display:            block;
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          10pt;
	font-weight:        bold;
    margin:             4px 0px 0px 0px;
    padding:            0px;
    color:              #FF0000;
    clear:              left;
}

.Nieuws_Tekst
{
    margin:             0px;
    padding:            0px;
    display:            block;
    margin:             0px 0px 5px 0px;
    padding:            0px;
    clear:              left;
    font-weight:        normal;
	font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          10pt; 
}

.HPNieuwsDatum
{
    margin:             0px 10px 0px 0px;
    padding:            0px;
    color:              #999999;
    display:            block;
    font-weight :		bold;
}

.HPNieuwsTitel
{
   position:           absolute !important;
   /* position:			relative;*/
    float:				none !important;
   /* float:				left;*/
    width:              210px;
    height:             20px;
   /* left:               5px !important;*/
    left:               5px;
    top:                95px !important;	
    /*top:                -25px;*/
    text-align:         center;
	font-size:          10pt;
    overflow:			hidden;
    color:				#FFFFFF;
    font-family:		Trebuchet MS, Arial;
    font-weight:		bold;
    z-index:			15;
}

.HPNieuwsTekst
{
    float:				left;
    position:			relative;
    margin:             13px 10px 0px 10px !important;
    margin:             13px 5px 0px 5px; 
    padding:            0px;

    display:            block;
    height:				98px;
    width:				210px;
    overflow:			hidden;
}

.a_navigation_2
{
	float:			right;
	position:		relative;
	margin-right:	10px;
	margin-top:		3px;
}
.HPNieuws1
{
    margin:             0px 0px 10px 0px;
    padding:            0px;
    display:            block;
	cursor:             pointer;
	cursor:             hand;
}

.HPNieuws2
{
    margin:             0px 0px 10px 0px;
    padding:            0px;
    display:            block;
	cursor:             pointer;
	cursor:             hand;
}

#WerkenBij
{  
    position:           relative;
    width:              230px;
	height:             250px;
	float:              left;
	margin:             10px 10px 0px 0px;
	padding:            0px;
	text-align:         left;
	display:            block;
	border-style:       solid;
	border-width:       1px;
	border-color:       #CCCCCC;
	cursor:             pointer;
	cursor:             hand;
	background-color:	White;
}

#WerkenBijTitel
{
    position:           absolute;
    width:              210px;
    height:             20px;
    left:               5px;
    top:                95px;
    text-align:         center;
	font-size:          10pt;
    overflow:			hidden;
    color:				White;
    font-family:		Trebuchet MS, Arial;
    font-weight:		bold;
}

.HPNieuwsItem
{  
    position:           relative;
    width:              230px;
    height:             250px;
	float:              left;
	margin:             10px 10px 0px 0px;
	padding:            0px;
	text-align:         left;
	display:            block;
	border-style:       solid;
	border-width:       1px;
	border-color:       #CCCCCC;
	cursor:             pointer;
	cursor:             hand;
	background-color:	White;
}

.hplNewsImage
{
	float:left;
	position:relative;
	margin: 0;
	padding: 0;	
}

.hplNewsTitel
{
	float:left;
	position:relative;
	margin: 0;
	padding: 0;	
}

.Hpl_Header
{
	float:				left;
	position:			relative;
	border:				none;
	width:				990px;
	height:				210px;
	background-color:	#EAF3FA;
	/*border-left:		solid 1px Transparent !important;
	border-left:		none;
	right:				0px !important;
	right:				-1px;*/
}

.AsitoHeaderImage 
{
	float:			left;
	position:		relative;
	border:			none;
	width:			990px;
	height:			210px;
	z-index:		0;
}

.AsitoLogo
{
	position:		absolute;
	border:			none;
	top:			0;
	right:			0;
	z-index:		10;
}

.NavContainer
{

	position:				relative;
	float:					left;
	left:					0;
	top:					0;
	width:					749px;
	height:					49px;	
	padding:				0;
	background-position:	top left;
	background-image:		url(images/layout/menu_background.jpg);
	background-repeat:		no-repeat;
	z-index: 100;
}

.navigation_1 
{   
	float:			left;
	position:		relative;
	margin-top:		13px;
	margin-left:	15px !important;
	margin-left:	8px;
	
	padding-bottom:		8px;
	border-bottom:	solid 1px #4F77AA;
	z-index: 100;
}
/*
.panel_navigation_1 
{
	float:			left;
	position:		relative;	

}

.panel_navigation_1_now
{
	float:			left;
	position:		relative;
}

.panel_navigation_1 a:link,  
.panel_navigation_1 a:visited
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          9pt;
	font-weight:        bold;
	text-align:         left;
	color:              #003867;
	text-decoration:    none;
	padding-left:		8px;
	padding-right:		6px;
	
}

.panel_navigation_1 a:active,  
.panel_navigation_1 a:hover
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          9pt;
	font-weight:        bold;
	text-align:         left;
	color:              red;
	text-decoration:    none;
}

.panel_navigation_1_now a:link,
.panel_navigation_1_now a:active,  
.panel_navigation_1_now a:hover,
.panel_navigation_1_now a:visited
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          9pt;
	font-weight:        bold;
	text-align:         left;
	color:              Red;
	text-decoration:    none;
	padding-left:		8px;
	padding-right:		6px;
}

.navigation_2_1 
{
    position:           absolute;
    width:              743px;
    height:             37px;
    
    top:                23px;
    left:               0px;
    
    margin:             0px;
    padding:            15px 0 0 15px;
    text-align:         left;   
    visibility:         hidden;    
	z-index:			25;
}

.navigation_2_item
{   
    position:           relative;
    float:              left;
}

.panel_navigation_2_1 a:link,  
.panel_navigation_2_1 a:visited
{
    float:				left;
    position:			relative;
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          8pt;
	font-weight:        normal;
	text-align:         left;
	color:              #003867;
	text-decoration:    none;
	margin-left:		6px;
	margin-right:		6px;	
	padding-top:		2px;
}

.panel_navigation_2_1 a:active,  
.panel_navigation_2_1 a:hover
{
	color:              red;
	text-decoration:    none;
}

.navigation_2_content
{
	float:				left;
    position:			relative;
    width:              734px;
    height: 37px;
    display:			block;
    margin-top:			4px;
	background-position:	top left;
	background-image:		url(images/layout/submenu_background.jpg);
	background-repeat:		repeat-y;
	
}

.Navigation_3_Seperator
{
	float:				left;
    position:			relative;

.navigation_3 
{
    position:           absolute;
    width:              743px;  
    top:                25px;
    left:               0px;
    height: 50px;
    margin:             0px;
    padding:            17px 0 0 15px;
    text-align:         left;       
	z-index:			20;    
white-space: normal;
}

.panel_navigation_3 a:link,  
.panel_navigation_3 a:visited
{
    float:				left;
    position:			relative;
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          8pt;
	font-weight:        normal;
	text-align:         left;
	color:              #003867;
	text-decoration:    none;
	margin-left:		6px;
	margin-right:		6px;	
	padding-top:		2px;	
	white-space: nowrap ;
	word-break: keep-all; 

}

.panel_navigation_3 a:active,  
.panel_navigation_3 a:hover
{
	color:              red;

}

.panel_navigation_3_now a:link,
.panel_navigation_3_now a:active,  
.panel_navigation_3_now a:hover,
.panel_navigation_3_now a:visited
{
	float:				left;
    position:			relative;
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          8pt;
	font-weight:        normal;
	text-align:         left;
	color:              Red;
	text-decoration:    none;
	margin-left:		6px;
	margin-right:		6px;	
	padding-top:		2px;
}

.navigation_4 
{
    position:           absolute;
    width:              743px;
    top:                40px;
    left:               0px;
    
    margin:             0px;
    padding:            17px 0 0 15px;
    text-align:         left;   
    height: 20px;
	z-index:			30;    
	visibility:         hidden;
	background-position:	top left;
	background-image:		url(images/layout/submenu_background.jpg);
	background-repeat:		repeat-y;	
}

a.submenu_link:link, a.submenu_link:visited
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          8pt;
	font-weight:        normal;
	text-align:         left;
	color:              #003867;
	text-decoration:    none;
	margin-left:		6px;
	margin-right:		6px;
	clear:				both;
	
	
}

a.submenu_link:active, a.submenu_link:hover
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          8pt;
	font-weight:        normal;
	text-align:         left;
	color:              red;
	text-decoration:    none;
}
*/

a.DienstLink
{
	cursor:				pointer;
	cursor:				hand;
	text-decoration:	none;
    font-weight:        bold;
    color:              #1BA8DC;
    text-decoration:    none;
    line-height:        175%;      
}

a.DienstHover
{
	cursor:				pointer;
	cursor:				hand;
	text-decoration:	none;
	font-weight:        bold;
    color:              red;
    text-decoration:    none;
    line-height:        175%;
}

a.NieuwsLink

{
	cursor:				pointer;
	cursor:				hand;
	text-decoration:	none;
    font-weight:        bold;
    color:              #1BA8DC;
    text-decoration:    none;
    line-height:        175%;
    clear:				both;
    float:				right;
    position:			relative;
    width:				225px;
}

a.NieuwsHover
{
	cursor:				pointer;
	cursor:				hand;
	text-decoration:	none;
	font-weight:        bold;
    color:              red;
    text-decoration:    none;
    line-height:        175%;
	clear:				both;
    float:				right;
    position:			relative;
    width:				225px;
}


.container_search
{
	position:				relative;
	float:					left;
	width:					200px;
	height:					79px;
	padding-left:			21px;
	padding-right:			10px;	
	background-color:		white;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:				8pt;
	font-weight:			bold;
    color:					#F39C18;
    text-align:				left;
}



form 
{
    margin:             0px;
    padding:            0px;
    border:             0px;
}

.Zoeken_Field 
{
    float:				left;
    position:			relative;
    clear:				left;
    width:              181px;
    height:             15px;


    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          7pt;
	font-weight:        normal;
    color:              #002957;
    text-align:         center;
    border:             solid 1px silver;
    margin:             0 0 10px 0;
    padding:            3px 0px 0px 0px;
    display:			block;
}



.Zoeken_arrow
{
    border:             0px;
    margin:             0 auto;
    margin-left:        5px;

    cursor:             hand;
	float:				left;
    position:			relative;
    clear:				right;
    display:			block;
    }
h1 
{
    font-family:        FagoNoMed, Arial, Verdana, Helvetica, sans-serif;
	font-size:          17pt;
	font-weight:        bold;
    color:              #002F5D;
    margin:             0px;
    padding:            0px;
    text-align:         right;
}

h2 
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          13pt;
	font-weight:        bold;
    margin:             4px 0px 0px 0px;
    padding:            0px;
    color:              #FF0000;
}

.h2Titel 
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          13pt;
	font-weight:        bold;
    margin:             4px 0px 0px 0px;
    padding:            0px;
    color:              #FF0000;
}

h3 
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          10pt;
	font-weight:        bold;
    margin:             4px 0px 0px 0px;
    padding:            0px;
    color:              #FF0000;
}

h4
{
    color:              #FFFFFF; /*de h4 wordt gebruikt voor sIFR! */ 
}

.Nieuwsdatum
{
    font-size:          8pt;
    color:              #999999; 
}

p
{
    margin:             2px 0px 10px 0px;
    padding:            0px;
}

.Asitohelpt_repeater_collapsed_head 
{
    display:            block;
    padding:            5px;
    margin:             2px 0px 0px 0px;
    color:              white;
    font-weight:        bold;
    cursor:             pointer;           
    cursor:             hand;           
    background-color:   #E17200;
}

.Asitohelpt_repeater_expanded_head 
{
    display:            block;           
    padding:            5px;
    margin:             2px 0px 0px 0px;
    color:              white;           
    font-weight:        bold;           
    cursor:             pointer;           
    cursor:             hand;           
    background-color:   #DC2521;
}

.Asitohelpt_repeater_titel_link:link, 
.Asitohelpt_repeater_titel_link:visited, 
.Asitohelpt_repeater_titel_link:active, 
.Asitohelpt_repeater_titel_link:hover
{
	color:White;
	font-weight:bold;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}

.Asitohelpt_repeater_collapsed_sub
{
    display:            none;  
}

.Asitohelpt_repeater_expanded_sub 
{
    display:            block;           
    padding:            5px;
    color:              black;           
    background-color:   white;
    border-style:       solid;
    border-width:       1px;
    border-color:       #DC2521;
}

.asitohelpt_arrow_collapsed
{
    display:            block;           
    padding:            0px;
    margin:             0px;
    width:              12px;
    height:             12px;
    float:              right;   
    border: none;
}

.asitohelpt_arrow_expanded
{
    display:            block;           
    padding:            0px;
    margin:             0px;
    width:              12px;
    height:             12px;
    float:              right;
    background-image:   url(images/layout/asitohelpt_arrow_expanded.gif);
    background-repeat:  no-repeat;
    border: none;
}

.Sidebanner
{
    width:              200px;
    height:             100px;
    float:              left;
    padding:            0px;
    margin:             15px 0px 0px 2px;
}

.asitodiensten_arrow
{
    display:            block;           
    padding:            0px;
    margin:             0px;
    width:              12px;
    height:             12px;
    float:              right;
    background-image:   url(images/layout/asitodiensten_arrow.gif);
    background-repeat:  no-repeat;
}

hr.orange_devider_hor
{
    float:				left;
    position:			relative;
    height:				2px;
    width:				100%;
    border-top:			solid 2px #F0B980;
    border-bottom:		none;
    border-left:		none;
    border-right:		none;
    clear:              both;
    margin:             5px 0px 5px 0px !important;
    margin:             15px 0px 5px 0px;
    padding-bottom:     13px;
}

* html hr.orange_devider_hor 
{
    margin:             -3px;
}

.side_submenu
{
    margin:             20px 0px 0px 0px;
    text-align:         right;
}

a.side_link:link, a.side_link:visited
{
    font-weight:        bold;
    color:              #1BA8DC;
    text-decoration:    none;
    line-height:        175%;
}

a.side_link:active, a.side_link:hover
{
    font-weight:        bold;
    color:              #1BA8DC;
    text-decoration:    none;
    line-height:        175%;
}

.side_link_now
{
    font-weight:        bold;
    color:              #E17300;
    text-decoration:    none;
    line-height:        175%;
}

a.side_link_now:active, a.side_link_now:hover
{
    font-weight:        bold;
    color:              #E17300;
    text-decoration:    none;
    line-height:        175%;
}


a.zodoet_link:link, a.zodoet_link:visited
{
    font-weight:        bold;
    color:              #002D57;
    text-decoration:    none;
    line-height:        175%;
    float:				right;
}

a.zodoet_link:active, a.zodoet_link:hover
{
    font-weight:        bold;
    color:              #002D57;
    text-decoration:    none;
    line-height:        175%;
    float:				right;
}

a.zodoetrood_link:link, a.zodoetrood_link:visited
{
    font-weight:        bold;
    color:              #FF0000;
    text-decoration:    none;
    line-height:        175%;
    float:				right;
}

a.zodoetrood_link:active, a.zodoetrood_link:hover
{
    font-weight:        bold;
    color:              #FF0000;
    text-decoration:    none;
    line-height:        175%;
    float:				right;
}


.Diensten_img
{
    margin:             0px 0px 4px 10px;
    border:             0px;
    width:              85px;
    height:             85px;
    overflow:           hidden;
    right: 0;
    top:0;
    /*float:				right;*/
    position:			absolute;
}

.Diensten_img_groot
{
    margin:             0px 0px 0px 10px;
    border:             0px;
    overflow:           hidden;
}

a.Ankerlink 
{
    margin:             0px;
    padding:            0px;
}

.afbeelding_groot
{
    width:              485px;
    height:             120px;
    margin-bottom:      15px;
}

.PaginaAfbeelding
{
    width:              485px; /*voorkomen dat te grote afbeeldingen de pagina verpesten*/
}

.formlabel 
{
    float:              left;
    width:              110px;
    height:				10px;
    text-align:         right;
    margin:             0px 15px 0px 0px;
    padding:            0px;
    clear:              left;
    color:              #E17300;
    font-weight:        bold;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formlabel2
{
    float:              left;
    width:              200px;
    text-align:         right;
    margin:             0px 15px 0px 0px;
    padding:            0px;
    clear:              left;
    color:              #E17300;
    font-weight:        bold;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formlabelradio 
{
    float:              left;
    text-align:         left;
    margin:             0px 5px 0px 0px;
    padding:            0px;
    color:              #E17300;
    font-weight:        bold;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formcheck
{
    color:              #E17300;
    font-weight:        bold;
    margin:             0px 3px 0px 0px;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formlabelXL 
{
    float:              left;
    width:              150px;
    text-align:         right;
    margin:             0px 5px 0px 0px;
    padding:            0px;
    clear:              left;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formfield 
{
    width:              160px;
    float:              left;
    margin:             0px;
    padding:            0px 0px 0px 5px;
    border:             solid 1px #A5ACB2;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formfieldsm
{
    width:              20px;
    float:              left;
    margin:             0px 10px 0px 0px;
    padding:            0px 0px 0px 5px;
    border:             solid 1px #A5ACB2;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formfieldsm2
{
    width:              50px;
    float:              left;
    margin:             0px 10px 0px 0px;
    padding:            0px 0px 0px 5px;
    border:             solid 1px #A5ACB2;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formuploadfield
{
    width:              267px;
    float:              left;
    margin:             0px;
    padding:            0px 0px 0px 5px;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formfieldXS 
{
    width:              125px;
    float:              left;
    margin:             0px;
    padding:            0px 0px 0px 5px;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.formtxtfield
{
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          8pt;
	font-weight:        normal;
	text-align:         left;
    float:              left;
    width:              200px;
    margin:             0px;
    padding:            0px 0px 0px 5px;
    height:             60px;
    position:           relative; /* nodig voor peekaboo-bug! */
}

.button
{
    text-align:         center;
    font-weight:        bold;
    background-color:   #E17200;
    color:              White;
}

.imagebutton
{
    text-align:         center;
    font-weight:        bold;
    background-color:   #E17200;
    color:              White;
    height:             30px
}

.vacaturetitel
{
    font-weight:        bold;
    margin:             0px;
    padding:            0px;
}

.Vestigingen_Field 
{
    float:				left;
    position:			relative;
    width:              98px;
    height:             20px;
    background:         url(images/vestigingen/postcodebox.gif);
    background-repeat:  no-repeat;
    font-family:        Arial, Verdana, Helvetica, sans-serif;
	font-size:          10pt;
	font-weight:        normal;
    color:              #002957;
    text-align:         center;
    border:             0px;
    margin:             0px;
    padding:            2px 0px 0px 0px;
}

.Vestigingen_Selectie
{
    position:           relative;
    float:              left;
    width:              125px;
    clear:              left;
    margin:             0px;
    padding:            0px;
}

.Vestigingen_Kaart
{
    position:           relative;
    float:              left;
    width:              220px;
    height:             260px;
    background-image:   url(images/vestigingen/nederland.gif);
    clear:              right;
    margin:             0px 0px 0px 10px;
    padding:            0px;
}

.ShowVestigingen
{
    position:           relative;
    float:              left;
    width:              170px;
    clear:              right;
    margin:             70px 0px 0px 10px;
    padding:            0px;
    visibility:         hidden;
}

.ShowVestigingen_Provincienaam
{
    font-size:          12pt;
    font-weight:        bold;
    color:              #002D57; /* DONKER BLAUW */
    margin:             0px;
    padding:            0px 0px 10px 0px;
}

.ShowVestigingen_Vestigingen
{
    font-size:          8pt;
    font-weight:        normal;
    color:				#002D57;
    margin:             0px;
    padding:            0px;
}

.vestigingen_naw 
{
    position:           relative;
    float:              right;
    width:              225px;
    text-align:         right;
    padding:            0px;
    margin:             0 auto;
    margin-top:         30px;
    margin-right:       5px;
    display:            block;
    color:              #002F5D;
    font-size:          10pt;
}

div.sidemenulinkbox
{
    position:           relative;
    float:              right;
    width:              200px;
    height:             15px;
    margin:             0 auto;
    padding:            3px 10px 3px 0px;
    text-align:         right;
    clear:              right;
    display:            block;
	font-weight:        bold;
    color:              #1BA8DC;
    text-decoration:    none;

    cursor:             pointer;
    cursor:             hand;
}

div.sidemenulinkbox_hl
{
   position:           relative;
    float:              right;
    width:              200px;
    height:             15px;
    margin:             0 auto;
    padding:            3px 10px 3px 0px;
    text-align:         right;
    clear:              right;
    display:            block;




    cursor:             pointer;
    cursor:             hand;
}

div.sidemenulinkbox_last
{
    position:           relative;
    float:              right;
    width:              200px;
    height:             15px;
    margin:             0 auto;
    padding:            3px 10px 3px 0px;
    text-align:         right;
    clear:              right;
    display:            block;
}

a.sidemenulink:link,a.sidemenulink:visited
{
	cursor:				pointer;
	cursor:				hand;
	text-decoration:	none;
    font-weight:        bold;
    color:              #1BA8DC;
    text-decoration:    none;
    line-height:        175%;
}

a.sidemenulink:active,a.sidemenulink:hover
{
	cursor:				pointer;
	cursor:				hand;
	text-decoration:	none;
	font-weight:        bold;
    color:              red;
    text-decoration:    none;
    line-height:        175%;
}

.Vestigingsmanager_foto
{
    position:           relative;
    float:              right;
    display:            block;
    margin:             0 auto;
    clear:              right;
}

.Vestigingsmanager_naam
{
    position:           relative;
    float:              right;
    width:              190px;
    background-color:   #DC2422;                /* ROOD,  OLD: #008DD0 = Blauw */
    color:              White;
    font-weight:        bold;
    display:            block;
    margin:             0 auto;
    clear:              right;
    padding:            5px;
}

.ProvincieImg
{
    position:           absolute;
    display:            block;
    margin:             100px 0px 0px 10px;
    z-index:            4;
}

.WerktookvoorImg
{
    position:           absolute;
    display:            block;
    margin:             120px 0px 0px 5px;
    z-index:            5;
}

.Referenties
{
    position:           absolute;
    display:            block;
    margin:             325px 0px 0px 5px;
    line-height:        150%;
    color:              #003867;
    font-weight:        bold;
}

ul.referentie_ul 
{
    margin:             0px 0px 0px 20px;
    padding:            0px;
}


a.TopLink:link, a.TopLink:visited
{
    font-weight:        normal;
    color:              #E17300;
    text-decoration:    underline;
	float:				left;
    position:			relative;
    clear:				both;
	margin-bottom: 0px !important;
	margin-bottom: 11px;
}

a.TopLink:active, a.TopLink:hover
{
    font-weight:        normal;
    color:              #002957;
    text-decoration:    underline;
	float:				left;
    position:			relative;
    clear:				both;
}

a.LeesMeer:link, a.LeesMeer:visited
{
    font-weight:        normal;
    color:              #E17300;
    text-decoration:    underline;
	float:				left;
    position:			relative;
    clear:				both;
	margin-bottom: 0px !important;
	margin-bottom: 11px;
	width: 400px;
}

a.LeesMeer:active, a.LeesMeer:hover
{
    font-weight:        normal;
    color:              #002957;
    text-decoration:    underline;
	float:				left;
    position:			relative;
    clear:				both;
    width: 400px;
}

a.TopLinkSollicitatie:link, a.TopLinkSollicitatie:visited
{
    font-weight:        normal;
    color:              #E17300;
    text-decoration:    underline;
	float:				left;
    position:			relative;
	margin-bottom:		0px !important;
	margin-bottom:		11px;
	margin-right:		5px;
}

a.TopLinkSollicitatie:active, a.TopLinkSollicitatie:hover
{
    font-weight:        normal;
    color:              #002957;
    text-decoration:    underline;
	float:				left;
    position:			relative;
}

#DownloadsBox
{
    position:           absolute;
    top:                400px;
    left:               0px;
}


.Error
{
	/*float:left;*/
	position:			absolute;
	top:				70px;
	left:				20px;
	padding:			10px;
	color:				Red;
	background-color:	White;
	font-weight:		bold;
	border:				solid 2px red;
}

.btnDefault
{					/* Inhoud verbergen */
	position: absolute;
	left: -1000px;
	width: 10px;
}

#container_side 
{
    position:           relative;
    float:              right; 
	width:              210px;
	min-height:         100%;
	margin:             0px 12px 0px 0px;
	text-align:         left;
	display:            block; 
}

* html #container_side                                  /* for IE, div placed a few pix too far */
{                                                       /* for IE as IE treats height as min-height anyway */
    height:             100%;
    margin:             0px 6px 0px 0px;
}    

.FooterContainer 
{
	position:               absolute;
	width:                  1020px;
	height:                 20px;
	bottom:                 0; 
	margin:					0;
	padding:				0;
	background-position:	center bottom;
	background-image:		url(images/layout/footer.jpg);
	background-repeat:		no-repeat;
	/*background-color:green*/
}
 
#footercontainer
{
    /*position:           relative;
    float:              left;
	margin:             auto;
	text-align:         left;
	display:            block;
	background-color:maroon;*/
}

#footer
{
	position:           relative;
    float:              left;
	margin:             auto;
	text-align:         left;
	display:            block;
	margin-left:		20px;
	padding-bottom:		10px;
}

#footer a:link,
#footer a:visited
{
	/*font-weight:		bold;*/
	text-decoration:	none;
	color:				#DC9829;
}

#footer a:active,
#footer a:hover
{
	/*font-weight:		bold;*/
	text-decoration:	none;
	color:				#002957;
}   


.NieuwsbriefBox
{
	position:           relative;
    width:              230px;
    height:             250px;
	float:              left;
	margin:             10px 10px 0px 0px;
	padding:            0px;
	text-align:         left;
	display:            block;
	border-style:       solid;
	border-width:       1px;
	border-color:       #CCCCCC;
	background-color:	White;
	cursor: pointer;
	cursor: hand;
}


.NieuwsbriefBox a:link,
.NieuwsbriefBox a:active,
.NieuwsbriefBox a:visited,
.NieuwsbriefBox a:hover
{
	text-decoration:none;
	color: Black;
}

.NieuwsbriefImage
{
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	cursor: hand;
}
.NieuwsbriefTitel
{
	position:           relative;
	float:left;
    width:              230px;
    height:             20px;   
    padding-top:		6px;
    padding-bottom:		6px;
    margin-bottom:		13px;
    text-align:         center;
	font-size:          10pt;
    overflow:			hidden;
    color:				White;
    font-family:		Trebuchet MS, Arial;
    font-weight:		bold;
    background-color:	#E5261E;
    text-decoration:none;
	cursor: pointer;
	cursor: hand;
}

