
* {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	



}

/**** CONTAINER ****/

div#ctl00_container {
    position:	relative;
    width:		992px;
    margin:		auto;
    background: url(main_background_ladder.gif) ;

}

/**** HEADER ****/

div#header {
    position:	relative;
    height: 69px;
    background-color: #ffffff;
	
}

div#header h1 {
	position: absolute;
	top: 12px;
	left: 0 px;
	height: 53px;
	width: 296px;
	background: url(h1_background.gif);

}



div#header h1EN {
	position: absolute;
	top: 12px;
	left: 0 px;
	height: 53px;
	width: 296px;
	background: url(h1_background.gif);

}






div#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -5000px;
	text-decoration: none;
}

div#header div#tools h2 {
	display: none;
}

div#header div#tools ul {
	position: absolute;
	right: 6px;
	top: 10px;
	text-align: right;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
		
}

div#header div#tools ul li {
    height: 18px;
	
}

div#header div#tools ul a {
	color: #000000;
	text-decoration: none;
}

div#header div#tools ul a:hover {
	text-decoration: underline;
}

/**** BANNER ****/

div#ctl00_banner {
    height: 149px;
    position:relative;
    background-color: #ffffff;
}

div#ctl00_banner div#left {
	width: 239px;
	height: 148px;
	overflow: hidden;
	background: url(banner_left_background.gif) 13px 29px no-repeat  #D5D2CD;
}

div#ctl00_banner div#center {
	position: absolute;
	top: 0px;
	left: 240px;
	width:521px;
	height: 148px;
	background-color: #5B5D84;
	overflow: hidden;
}

div#ctl00_banner div#right {
	position: absolute;
	top: 0px;
	left: 762px;
	width: 230px;
	height: 149px;
	background-color: #D5D2CD;
	overflow: hidden;
}

/**** NAVIGATION ****/

div#navigation {
    height: 22px;
	background-color: #EF21AE;
	overflow: hidden;
	
}

div#navigation h2 {
	display: none;
}

div#navigation ul {
    list-style-type: none;
    margin-top: 4px;
}

div#navigation ul li {
	float: left;
    list-style-type: none;
}

div#navigation ul li a {
    display: block;
    text-align: center;
    width: 119px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    border-left: 1px solid white;
}

div#navigation ul li a#ctl00_hlHome {
    border-left: 0px;
}

div#navigation ul li a#ctl00_hlPress {
    width: 144px;
}

div#navigation ul li a#ctl00_hlOrganisation {
    width: 143px;
}

div#navigation ul li a#ctl00_hlContact {
    width: 112px;
}

div#navigation ul li a#ctl00_hlFirefox {
    width: 105px;
}



div#navigation ul li a:hover {
    text-decoration: underline;
}

/**** BAR ****/

div#ctl00_bar {
	position: relative;
    height: 36px;
	background: url(banner_left_background.gif) 13px 7px no-repeat  #D5D2CD;
}

div#ctl00_bar div#quicksearch {
    position: relative;
}

div#ctl00_bar div#quicksearch h2 {
    display: none;
}

div#ctl00_bar div#quicksearch #ctl00_tbSearch {
    border: 1px solid black;
    height: 17px;
    position: absolute;
    top: 8px;
    left: 239px;
    width: 432px;
    font-size: 12px;
    padding-top: 1px;
    padding-left: 3px;
}

div#ctl00_bar div#quicksearch #ctl00_ibSearch {
    position: absolute;
    top: 8px;
    left: 716px;
}

div#ctl00_bar div#quicksearch a#ctl00_hlClassicSearch {
    position: absolute;
    top: 12px;
    left: 800px;
    font-size: 9px;
    text-decoration:none;
    color: #5B5D84;
}

div#ctl00_bar div#quicksearch a#ctl00_hlClassicSearch:hover {
    text-decoration:underline;
}

/**** MAIN ****/


div#main {
	position: relative;
    min-height: 519px;
    height: auto !important;
    height: 519px;
    font-size:12px;
}

div#main div#main_left {
	position: relative;
	float: left;
	width: 239px;
}

div#main div#main_left div#main_left_menu h2 {
    display: none;
}

div#main div#main_left div#main_left_menu ul {
    list-style-type: none;
    margin-top: 81px;
}

div#main div#main_left div#main_left_menu ul li {

   font-weight: bold;
   letter-spacing: 1px;
   height: 22px;
   border-bottom: 1px dashed #ffffff;
}

div#main div#main_left div#main_left_menu ul li a {
    padding-left:           48px;
    display:                block;
    height:                 100%;
    width:                  191px;
    line-height:            22px;
    text-decoration:        none;
    background-color:       #D5D2CD;
    color:                  #5B5D84;
    text-transform:         lowercase;
    font-size:		12px;
}

div#main div#main_left div#main_left_menu ul li a:hover {
   background-color: #fbecf3;
}

div#main div#ctl00_main_right 
{
    float: right;
	top:                0px;
	width:              230px;
	right:              0px;
	font-size:			12px;
}

div#main div#ctl00_main_right a {
    color: #EF21AE;
    font-weight: bold;
    text-decoration: none;
}

div#main div#ctl00_main_right a:hover {
    text-decoration: underline;
}

div#main div#ctl00_main_right h2, div#main div#ctl00_main_right h3 {
    font-size: 11px;
	padding: 5px 14px 0px 14px;
	font-weight: bold;
	border-bottom: 1px dashed #ef21ae;
	background: url(bullet.gif) no-repeat 1px 9px ;
	color: #5b5d84;
	margin-bottom: 24px;
}







div#main div#ctl00_main_content ul#breadcrumbs {
    height: 12px;
    list-style-type: none;
    margin: 0px 0px 12px 0px;
    font-size:10px;
}

div#main div#ctl00_main_content ul#breadcrumbs ul {
    list-style-image: none;
}

div#main div#ctl00_main_content ul#breadcrumbs li {
    list-style-image: none;
    float: left;
    background: url(bullet_breadcrumbs.gif) no-repeat 6px 5px;
    padding-left: 16px;
}

div#main div#ctl00_main_content {
	position:       relative;
	width:          445px;
	margin-left:    239px;
	padding:        28px 39px;
	
	
}

div#main div#ctl00_main_content p {
    margin: 12px 0px 12px 0px;
	
}
    
div#main div#ctl00_main_content h2, div#main div#ctl00_main_content h3,
div#main div#ctl00_main_content span.h2, div#main div#ctl00_main_content span.h3
{
 
	padding: 5px 0px 0px 14px;
	font-weight: bold;
	border-bottom: 1px dashed #ef21ae;
	background: url(bullet.gif) no-repeat 1px 9px ;
	color: #5b5d84;
	margin-bottom: 24px;
	font-size:12px;
}

div#main div#ctl00_main_content h3,
div#main div#ctl00_main_content span.h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}

div#main div#ctl00_main_content h4,
div#main div#ctl00_main_content span.h4 {
   
	font-weight: bold;
	color: #5b5d84;
	margin-top: 24px;
	font-size:12px;
}

div#main div#ctl00_main_content a {
    color: #EF21AE;
    font-weight: bold;
    text-decoration: none;
}

div#main div#ctl00_main_content a:hover {
    text-decoration: underline;
}

div#main div#ctl00_main_content ul {
    margin: 24px;
    list-style-image: url(content_li.gif);

	
}

div#main div#ctl00_main_content ul li{
margin: 3px 0px;
}



/**** FOOTER ****/

div#footer {
    height:             25px;
    clear:              both;
    background-color:   #ffffff;
    font-size:          10px;
    text-align:         center;
    line-height:        25px;
}

div#footer a {
    text-decoration: none;
    color: #000000;
}

div#footer a:hover {
    text-decoration: underline;
}

/*** FONTS ***/

.small {
	font-size:9px;
	}
	
	
	
	
	
/**** COLLECTIE ETALAGE ****/

div#collectie img {

float: left; 
margin-right: 8px; 
border: 0px

}

div#collectie a:link a:visited {

font-weight: regular;
font-decoration: underline;

}