/* 3COL FIXED CENTER : TEXTSTYLE */

/* ------- COLOURSCHEME 

geel		 		# fff204;
blauw				# 004b8d;
dark grey 			# 666;
medium grey			# 999;	
light grey			# ccc;

---------- COLOURSCHEME */

body {
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif; 
 	color: #666; 
}

/* HEADINGS */
h1 { color: #004b8d; font-size: 22px; line-height: 24px; margin-bottom: 24px; font-weight: normal;}
h2 { color: #333; font-size: 16px; line-height: 22px; margin-bottom: 22px; }
h3 { color: #666; font-size: 14px; line-height: 20px; margin-bottom: 20px; }
h4 { color: #666; font-size: 12px; line-height: 18px; margin-bottom: 18px; }
h5 { color: #666; font-size: 12px; line-height: 18px; margin-bottom: 18px; }
h6 { color: #666; font-size: 12px; line-height: 18px; margin-bottom: 18px; }

	.line {
		border-bottom: 1px solid #666;
	}
	
/* LINKS */
a, a:link, a:visited, a:active {	
	color: #666;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
		
a.button,
a.button:link, 
a.button:active,
a.button:visited {
	float: left;
	text-decoration: none;
	background: url(../assets/bgr_btn_right.gif) right 0 no-repeat;
	padding-right: 19px;
	margin: 0 0 5px 0;
}	
	a.button span,
	a.button:link span, 
	a.button:active span,
	a.button:visited span {
		float: left;
		line-height: 16px;
		padding: 3px 16px 3px 10px;
		background: url(../assets/bgr_btn_left.gif) left 0 no-repeat;
		text-decoration: none;
		font-weight: bold;
	}	
a.button:hover {
	color: #666; 
	text-decoration: none;
	background-position: right -30px;
}
	a.button:hover span {
		color: #666; 
		text-decoration: none;
		background-position: left -30px;
		cursor: pointer;
	}
	
a.buttonBig,
a.buttonBig:link, 
a.buttonBig:active,
a.buttonBig:visited {
	float: right;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	line-height: 16px;
	background: url(../assets/bgr_btnbig_left.jpg) left 0 no-repeat;
	margin: 0 0 5px 15px;
	font-size: 12px;
}	
	a.buttonBig span,
	a.buttonBig:link span, 
	a.buttonBig:active span,
	a.buttonBig:visited span {
		float: left;
		padding: 5px 20px 4px 20px;
		line-height: 16px;
		background: url(../assets/bgr_btnbig_right.jpg) right 0 no-repeat;
		text-decoration: none;
		font-weight: bold;
	}	
a.buttonBig:hover {
	color: #000; 
	text-decoration: none;
	background-position: left -25px;
}
	a.buttonBig:hover span {
		color: #000; 
		text-decoration: none;
		background-position: right -25px;
		cursor: pointer;
	}

a.buttonPrint,
a.buttonPrint:link, 
a.buttonPrint:active,
a.buttonPrint:visited {
	float: right;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	background: url(../assets/bgr_btnbig_left.jpg) left -50px no-repeat;
	margin: 0 0 5px 15px;
	font-size: 12px;
}	
	a.buttonPrint span,
	a.buttonPrint:link span, 
	a.buttonPrint:active span,
	a.buttonPrint:visited span {
		float: left;
		padding: 5px 20px 4px 20px;
		background: url(../assets/bgr_btnbig_right.jpg) right -50px no-repeat;
		text-decoration: none;
		font-weight: bold;
	}	
a.buttonPrint:hover {
	color: #000; 
	text-decoration: none;
	background-position: left -75px;
}
	a.buttonPrint:hover span {
		color: #000; 
		text-decoration: none;
		background-position: right -75px;
		cursor: pointer;
	}

a.backtotop,
a.backtotop:link, 
a.backtotop:active,
a.backtotop:visited {
	font-size: 10px;
	line-height: 14px;
	padding-top: 4px;
	color: #999;
	border-top: 1px dotted #ccc;
	text-decoration: none;
}	
	a.backtotop:hover {
		text-decoration: underline;
	}	
	
/* TEXT */
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

.caption,
.caption a 	{ font-size: 9px; }

.textRight 	{ text-align: right; }
.textLeft 	{ text-align: left; }
.textCenter	{ text-align: center; }
.textJustify{ text-align: justify; }

strong, b 	{ font-weight: bold; }
em, i 		{ font-style: italic; }
sup, sub 	{
		 	  font-size: 80%;
			  height: 0;
			  line-height: 1;
			  vertical-align: baseline;
			  _vertical-align: bottom;
			  position: relative;
}
sup 		{ bottom: 1ex; }
sub 		{ top: .5ex; }
	
.small      { font-size: 10px; }
.large      { font-size: 14px; }
.hide       { display: none; }
.quiet      { color: #999; }
.loud       { color: #333; }
.highlight  { background: #ccc; color: #fff; }
.ins      	{ background: #eee; }
.del    	{ text-decoration: line-through; }

dfn 		{ font-weight: bold; font-style: italic }
abbr,acronym{ border-bottom: 1px dotted #666; cursor: help; }
address     { font-style: italic; }
del         { text-decoration: line-through; }
blockquote 	{
	padding: 0 0 0 18px;
	border-left: 5px solid #ccc;
	font-style: italic;
}
pre, tt {
	margin: 18px 0;
	padding: 5px;
	font-family: monospace;
	border: 1px dotted #ccc;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* LISTS */
ul, ol, dl {
	line-height: 18px;
	margin: 18px 0;
}

ul.acasa li { 
	list-style-image: url("../assets/bgr_li.jpg");
	padding: 5px;
}

	ul li, ol li { 
		margin: 0px 0px 0px 18px;
	}
		li ul, li ol { 
			margin: 0 0 0 18px;
		}
	
ol { 
	list-style: outside;
	list-style-type: decimal;
}
	dl dt	{ font-style: italic; }
	dl dd 	{ margin-left: 18px; }
	
ul.clean, ol.clean { list-style-type: none; margin: 0; }
	ul.clean li, ol.clean li { margin: 0; }

/* BOX */
.box {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.boxfullwidth {
	position: relative;
	float: left;
	display: block;
	width: 90%;
	padding: 4%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
