/* CSS voor AVANCE.be */

body {
	background-color: #CCCCCC;
}

/* CSS opmaak voor de links */
a:active {   
	color: #663333;
}

a:hover {  
	color: #663333; 
}

a:link {  
	color: #663333;
}

a:visited {  
	color: #663333;
}

/* zelf gedefinieerde CSS-stijlen */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;
	white-space: normal;
	line-height: 15px;
	font-weight: normal;
	list-style: square;
}

.textred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	white-space: normal;
	line-height: 15px;
	font-weight: normal;
	list-style: square;
}

.textgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #663333;
	white-space: normal;
	line-height: 15px;
	font-weight: normal;
}

.textmini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #663333; 
	white-space: normal;  
	line-height: 15px; 
	font-weight: bold; 
}

.textminizwart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000; 
	white-space: normal;  
	line-height: 15px; 
	font-weight: bold; 
}

.borderTextveld { 
	font-size: 10px; 
	color: #000000; 
	background-color: #ededed; 
	height: 16px; 
	clip: rect(); 
	border: 1px solid #666666;
}

.borderTextArea {
	font-size: 11px;
	color: #000000; 
	background-color: #ededed; 
	clip: rect(); 
	border: 1px solid #666666;	
}

.titeljobs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #48276b;
	font-weight: lighter;
}
