/* CODB-nidagravel-v1 : TEXTSTYLE */

/* ------- COLOURSCHEME 

title red			# cb3439;
title green			# 137e61;
link green			# 496d6b;
body bgr green 		# 6b9597
main bgr green		# 628a8c;
footer bgr green 	# 496d6b;

---------- COLOURSCHEME */

body {
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif; 
 	color: #000; 
}

/* HEADINGS */
h1 { color: #cb3439; font-size: 22px; line-height: 24px; margin-bottom: 24px; font-weight: normal;}
h2 { color: #137e61; 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;
	display: inline;
	padding: 0 0 0 14px;
	color: #000; 
	text-align: center ; 
	text-decoration: none;
	font-weight: bold;
	background: url(../assets/bgr_btn-left.gif) top left no-repeat;
}
	a.button span,
	a.button:link span, 
	a.button:active span,
	a.button:visited span {
		cursor: pointer;
		float: left;
		display: inline;
		padding: 1px 22px 1px 0;
		background: url(../assets/bgr_btn-right.gif) top right no-repeat;
	}	

	a.button:hover { background-position: left -20px; }
		a.button:hover span { background-position: right -20px; }
				
		/* een button in frontend  staat altijd binnen het contentgedeelte (colB) en wordt in het wit weergegeven */
		/* op de algemene class 'button' wordt de tekst in het zwart weergegeven, zodoende deze ook zichtbaar is CDCP/Frontend Editor */
		.colB a.button,
		.colB a.button:link,
		.colB a.button:visited,
		.colB a.button:active,
		.colB a.button:hover { color: #fff; }
		
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button:link,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button:visited,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button:active,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button:hover,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button span,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button:lin spank,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button:visited span,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button:active span,
		#RadEContentIframe_ctl1_txtOffline_txtEditor a.button:hover span {
			color: #000000 !important;
		}
	
a.btnFix,
a.btnFix:link, 
a.btnFix:active,
a.btnFix:visited {
	float: left;
	display: inline;
	width: 155px;
	padding: 2px 0 3px 14px;
	font: bold 11px/18px Arial, Helvetica, Verdana, sans-serif; 
	color: #444; 
	text-shadow: #fff 1px 1px 0;
	text-align: left ; 
	text-decoration: none;
	font-weight: bold;
	background: url(../assets/bgr_btn-fix.jpg) top left no-repeat;
}
	a.btnFix:hover {
		background-position: left -23px;
	}

	
/* TEXT */
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
p.intro {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}

.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 !important; }
.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 5px 18px;
	}
		li ul, li ol { 
			margin: 0 0 18px 18px;
		}
ol { 
	list-style: outside;
	list-style-type: decimal;
}
	dl dt	{ font-style: italic; }
	dl dd 	{ margin-left: 18px; }

ul {
	list-style: outside;
	list-style: disc;
}
	
ul.clean, ol.clean { list-style-type: none; }

/* BACKTOTOP */
p.backtotop {
	clear: both;
	border-top: 1px dotted #ccc;
	text-align: right;
}
	p.backtotop a,
	p.backtotop a:link,
	p.backtotop a:visited,
	p.backtotop a:active {
		position: relative;
		padding-right: 15px;
		background: url(../assets/bgr_backtotop.jpg) center right no-repeat;
	}

/* BOX */
.box {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
	.box p { margin: 0; }
.boxfullwidth {
	position: relative;
	float: left;
	display: block;
	width: 90%;
	padding: 4%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

/* CODB-nidagravel-v1 : GENERAL */

/* FLOATS */
.left {position: relative; float: left !important; }
.right {position: relative; float: right !important; }

/* IMG FLOATS */
.imgLeft {position: relative; float: left; margin: 0 25px 25px 0}
.imgRight {position: relative; float: right; margin: 0 0 25px 25px}

	.imgBigRight {
		position: relative;
		float: right;
		background: url(../assets/bgr_img.jpg) no-repeat;
		padding: 12px;
		margin: 0 0 10px 10px;
	}
	.imgBigLeft {
		position: relative;
		float: left;
		background: url(../assets/bgr_img.jpg) no-repeat;
		padding: 12px;
		margin: 0 10px 10px 0;
	}

	.imgSmallRight {
		position: relative;
		float: right;
		background: url(../assets/bgr_imgSmall.jpg) no-repeat;
		padding: 5px;
		margin: 0 0 0 5px;
	}
	.imgSmallLeft {
		position: relative;
		float: left;
		background: url(../assets/bgr_imgSmall.jpg) no-repeat;
		padding: 5px;
		margin: 0 5px 0 0;
	}

/* CLEARS */
.clear {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}

/* WIDTHS */
.full {width: 100%;}
.half {width: 50%;}

/* PADDINGS */
.padding {padding: 10px;}
.paddingTop {padding: 10px 0 0 0;}
.paddingRight {padding: 0 10px 0 0;}
.paddingBottom {padding: 0 0 10px 0;}
.paddingLeft {padding: 0 0 0 10px;}
.noPadding {padding: 0;}

/* MARGINS */
.margin {margin: 10px;}
.marginTop {margin: 10px 0 0 0;}
.marginRight {margin: 0 10px 0 0;}
.marginBottom {margin: 0 0 10px 0;}
.marginLeft {margin: 0 0 0 10px;}
.noMargin {margin: 0;}

/* BORDERS */
.border {border: 1px solid #ccc;}
.borderTop {border-top: 1px solid #ccc;}
.borderRight {border-right: 1px solid #ccc;}
.borderBottom {border-bottom: 1px solid #ccc;}
.borderLeft {border-left: 1px solid #ccc;}
.noBorder {border: none;}

/* STOPS */
.first {padding-left: 0; margin-left: 0;}
.last {padding-right: 0; margin-right: 0;}
.top {padding-top: 0; margin-top: 0;}
.bottom {padding-bottom: 0; margin-bottom: 0;}

