/* 3COL FIXED CENTER : TEXTSTYLE */

/* ------- COLOURSCHEME 

geel		 		# ffb400;
rood		 		# cf0914;
blauw				# 0063ae;
lichtblauw			# 00ace2;
dark grey 			# 666;
medium grey			# 999;	
light grey			# ccc;

---------- COLOURSCHEME */

body {
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif; 
 	color: #666; 
}

/* HEADINGS */
h1 { color: #00ace2; font-size: 22px; line-height: 24px; margin-bottom: 24px; font-weight: normal;}
h2 { color: #00ace2; 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 #00ace2;
	}
	
/* 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 {
	padding: 5px 20px 5px 20px;
	border: 1px solid #fff;
	background-color: #00ace2;
	color: #fff; 
	text-align: center ; 
	text-decoration: none;
}	
	a.button:hover {
		border-color: #00ace2;
		background-color: #fff;
		color: #00ace2; 
		text-decoration: none;
	}
	
a.backtotop,
a.backtotop:link, 
a.backtotop:active,
a.backtotop:visited {
	border-top: 1px dotted #ccc;
}	
	a.backtotop:hover {
		text-decoration: none;
	}	
	
/* 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: #00ace2; 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 #00ace2;
	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;
}

.sitemap {
	padding-left: 30px;
	margin: none;
}

/* LISTS */
ul, ol, dl {
	line-height: 18px;
	margin: 18px 0;
}
	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;
}

ul { 
	list-style: outside;
	list-style-type: disc;
}
	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: 10px;
	border: 1px solid #00ace2;
	margin-bottom: 15px;
}
.boxfullwidth {
	position: relative;
	float: left;
	display: block;
	width: 90%;
	padding: 4%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

