/* 3COL FIXED CENTER : TEXTSTYLE */

/* ------- COLOURSCHEME 

donkergroen 		# 607c2c;
donkergroen 50%		# afbd59;
lichtgroen 			# bec34c;
lichtgroen 50%		# f8f8ec;	
geel 				# ffeb43;

---------- COLOURSCHEME */

body {
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif; 
 	color: #333; 
}

/* HEADINGS */
h1 { color: #000; font-size: 18px; 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 {
	padding: 5px 20px 5px 20px;
	border: 1px solid #fff;
	background-color: #666;
	color: #fff; 
	text-align: center ; 
	text-decoration: none;
}	
	a.button:hover {
		border-color: #666;
		background-color: #fff;
		color: #666; 
		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 */
.block,
.block:link,
.block:visited,
.block:active,
.block:hover {
	background-color: #809bae;
	color: #FFFFFF;
	width: 190px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}
.block:hover
 {
	background-color: #416279;
}

.arrow_left {
	background-attachment: scroll;
	background-image: url(../assets/arrow_lang_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 30px 1px 49px;
}

.arrow_right {
	background-attachment: scroll;
	background-image: url(../assets/arrow_lang_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding:2px 49px 1px 30px;
}	
	
/* 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 	{ line-height: 0; }
	
.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;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

/* 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;
}
	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;
}

