/* WEST-kortingsroute-v1 : TEXTSTYLE */

/* ------- COLOURSCHEME 

blue		 		# 0098ad;
pink				# e74aa3;

---------- COLOURSCHEME */

body {
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif; 
 	color: #666; 
}

/* HEADINGS */
h1 { color: #e74aa3; font-size: 20px; line-height: 26px; margin-bottom: 14px; font-weight: normal;}
h1 strong {	color: #0098ad;  font-weight: bold;}
h2 { color: #333; font-size: 16px; line-height: 22px; margin-bottom: 22px; }
h3 { color: #0098ad; 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 {
	color: #888; 
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	background: url(../assets/bgr_buttons.jpg) top left no-repeat;
	text-align: center ; 
	text-decoration: none;
	margin-right: 12px;
}	
	a.button:hover {
		border-color: #666;
		background-color: #fff;
		color: #666; 
		text-decoration: none;
	}
	
	a.button span,
	a.button:link span {
		float: left;
		padding: 6px 30px 7px 20px;
		background: url(../assets/bgr_buttons_span.jpg) top right no-repeat;
	}
	
		a.add,
		a.add:link {
			color: #e74aa3;
			background-position: left -80px !important;
		}
		a.add:hover {
			color: #cf4292;
		}	
			a.add span,
			a.add:link span {
				color: #e74aa3;
				background-position: right -80px !important;
			}
			a.add:hover span {
				color: #cf4292;
			}
			
		a.download,
		a.download:link {
			color: #0098ad;
			background-position: left -40px !important;
		}
		a.download:hover {
			color: #00899b;
		}	
			a.download span,
			a.download:link span {
				color: #0098ad;
				background-position: right -40px !important;
			}
			a.download:hover span {
				color: #00899b;
			}
	
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: #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 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;
}
