/* GENERAL ========================================================================== */		

H1, H1 A, H1 A:hover{
	float:left;
	width:100%;
	margin: 0px 8px 6px 0px;
	line-height:15px;
	font-size: 15px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ee3b41;
	text-indent: 0px;
	clear:both;
}

H2, H2 A, H2 A:hover{	/* same as H1 accept that this style allows the H3 to be to the right of it */
	float:left;
	width:auto;
	margin: 0px 8px 6px 0px;
	line-height:15px;
	font-size: 15px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ee3b41;
	text-indent: 0px;
}


H3, H3 A, H3 A:hover{
	margin: 0px 0px 6px 0px;
	line-height:17px;
	font-size: 14px;
	font-weight: bold;
	color: #314684;
	text-indent: 0px;
	text-align: left;
	clear:right;
}	

H4, H4 A, H4 A:hover{	/* used for the webcentives points */
	float:left;
	width:auto;
	margin: -2px 8px 0px 0px;
	line-height:17px;
	font-size: 20px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ee3b41;
	text-indent: 5px;
}


UL{
	clear:both;
	list-style-type: disc;
	color: #ff9900;
	margin: 9px 0px 9px 14px;
	padding: 0px 0px 0px 4px;
}
LI{
	color: #0f0f0f;
}

A{
	color: #0f0f0f;
	text-decoration: underline;		
}	
A:hover{
	color: #0f0f0f;
	text-decoration: none;
}

A.no_style{
	color: #0f0f0f;
	text-decoration: none;		
}	
A.no_style:hover{
	color: #0f0f0f;
	text-decoration: none;
}

HR{
	border-top: 1px solid #A0C5E9;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #0f0f0f;
	margin: 6px 0px 6px 0px;
	clear:left;
}	
html>body HR{		/* FF */
	border-top: 1px solid transparent;
	margin: 11px 0px 11px 0px;	
} 

/* COLOR STYLES ************************************************************************** */

.color1, .color1 A, .color1 A:hover, A.color1, A.color1:hover{ 	color: #142878;	}	/* blue */
.color2, .color2 A, .color2 A:hover, A.color2, A.color2:hover{	color: #ee3b41;	}	/* rood */


/* IMAGE STYLES ************************************************************************** */				


DIV.block_lightblue_content IMG.float_left,
DIV.block_mediumblue_content IMG.float_left,
DIV.block_darkblue_content IMG.float_left{
	float:left;
	clear:both;
	margin: 0px 0px 0px -22px;
	border: 0px;
}

IMG.border{				
	border: solid 1px #0f0f0f;
}	

IMG.float_left, A.float_left, A.float_left:hover{	/* IE bug : do not apply border on A IMG but directly on the A tag */				
	float: left;
	margin: 4px 18px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #0f0f0f;
}		
A.float_left:hover{				
	border: solid 1px #ee3b41;
}	
				
IMG.float_right, A.float_right, A.float_right:hover{ 				
	float: right;
	margin: 4px 0px 10px 18px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #0f0f0f;
	clear: both;
}		
A.float_right:hover{				
	border: solid 1px #ee3b41;
}	
		

/* BULLIT STIJLEN ************************************************************************* */				

.bullit, A.bullit, A.bullit:hover,
.bullit_on_lightblue, A.bullit_on_lightblue, A.bullit_on_lightblue:hover,
.bullit_on_mediumblue, A.bullit_on_mediumblue, A.bullit_on_mediumblue:hover,
.bullit_on_darkblue, A.bullit_on_darkblue, A.bullit_on_darkblue:hover{					
	background-position: left 4px; 
	background-repeat: no-repeat;
	float: left;
	diplay: block;
	width: 100%;
	line-height: 14px;
	height: 14px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 18px;
	color: #0f0f0f;
	font-size: 12px; 
	font-weight: normal;
	clear: both;
}

.bullit, A.bullit, A.bullit:hover{
	background-image: url(../Images/bullit.gif);
}
.bullit_on_lightblue, A.bullit_on_lightblue, A.bullit_on_lightblue:hover{
	background-image: url(../Images/bullit_on_lightblue.gif);
}
.bullit_on_mediumblue, A.bullit_on_mediumblue, A.bullit_on_mediumblue:hover{
	background-image: url(../Images/bullit_on_mediumblue.gif);
}
.bullit_on_darkblue, A.bullit_on_darkblue, A.bullit_on_darkblue:hover{
	background-image: url(../Images/bullit_on_darkblue.gif);
}

A.bullit:hover,
A.bullit_on_lightblue:hover,
A.bullit_on_mediumblue:hover,
A.bullit_on_darkblue:hover{		
	color: #0f0f0f;
	text-decoration: none;
}



/* BLOCKS AND TABLES *************************************************************************************** */

DIV.block_lightblue_container,
DIV.block_mediumblue_container,
DIV.block_darkblue_container{
width:100%;
height:auto;
overflow:hidden;
}

DIV.block_lightblue_container{
background-color: #C3DAF0;
}
DIV.block_mediumblue_container{
background-color: #8FB9D8;
}
DIV.block_darkblue_container{
background-color: #7C98CE;
}

DIV.block_lightblue_content,
DIV.block_mediumblue_content,
DIV.block_darkblue_content{
width:auto;
height:auto;
margin: 0px 22px 0px 22px;
padding: 22px 0px 15px 0px;
}


TD.vertical_line{
height:100%;
width:1px;
font-size:1px;
background-color:#FFFFFF;
}
TD.horizontal_line,DIV.horizontal_line{
height:1px;
line-height:1px;
width:100%;
font-size:1px;
background-color:#FFFFFF;
}


TD.template_col_left{
width: 330px;
padding: 22px 35px 35px 35px;
}
html>body TD.template_col_left{
width: 260px; /*330 - 35 -35*/
}

TD.template_col_right{
width: 330px;
}


