/** COMPLETE TAGS */
BODY{
	margin: 0px;
	padding: 0px;
	color: #140955; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	
}

TD{
	color: #140955; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

P {
	margin-top: 0px;
	margin-bottom: 15px;
}

H1, H1.pagina {
	color: #fe0000;
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

H2 {
	color: #fe0000;
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

H3 {
	color: #150B53;
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

H4 {
	color: #150B53;
	font-size: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

/** ALINEA STYLES */

H2.alinea {
	color: #150B53;
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

.alinea {
	
}

.alinea_intro {
	
}

.alinea_module {
	
}

.alinea_body {
	
}

/** ARTIKEL STYLES */

H2.artikel {
	color: #fe0000;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

.artikel {
	padding: 2px;
	background-color: #F3F2F6;
}

.artikel_body_intro {
	padding: 5px;
	background-color: #CECCDB;
}

.artikel_intro {
	
}

.artikel_module {
	
}

.artikel_body {
	
}

/** GLOBAL TEMPLATE STYLES */
.backgroundLeft {
	background-attachment: scroll;
	background-image:  url('/images/bg_left.gif');
	background-position: left top;
}

.contentPart {
	background-color: #FFFFFF;
	background-image:  url('/images/bg_content.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

.shadowLeft {
	background-attachment: scroll;
	background-image: url('/images/bg_shadow_left.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

.shadowRight {
	background-attachment: scroll;
	background-image: url('/images/bg_shadow_right.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

.blueBox {
	background-image: url('/images/vak_rodelijn_blauw.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.headerBlauw {
	font-size: 12px;
	font-weight: bold;
	color: #0a004b;
	padding: 4px 4px 4px 0px;
}

.textWitopBlauw {
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}

.FormWitopBlauw {
	font-size: 10px;
	color: #333366;
	border: none;
	height: 17px;
	width: 105px;
}

.textBlauwopWit {
	font-size: 10px;
	line-height: 14px;
	color: #24195e;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}

.hmTextActive{
background-image: url('/images/hm_bg_on.gif');
}

