	
*{
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}

body{
	width:				100%;
	height:				100%;
	margin:				0px;
	background: 		#676767;
		
	font-family:		Tahoma, Verdana, Helvetica, sans-serif;
}


h2 {
	color:				#FFF;
	font-size:			15px;
	font-weight:		bold;
	text-transform: 	uppercase;
	margin:				0px;
}

h3 {
	color:				#cc0000;
	font-size:			12px;
	font-weight:		bold;
	margin:				0px;
}

img {
	border-width:		0px;
}



div#outer_container {
	position:			absolute;
	top:				10px;
	width:				762px;
	height:				auto;
	left:				50%;
	margin-left:		-380px;
}


/* Header */
div#header {
	position:			absolute;
	left:				220px;
	top:				0px;
	
	width:				540px; 
	height:				220px;
	
	padding:			0px;
	margin:				0;
	background: 		#fff;
}

div#navigation {
	height:				44px;
	background:			url('/images/menu_background.gif');
}
div#navigation a {
	line-height:0 !important;
}

div#contentContainer {
	position:			absolute;
	left:				0px;
	top:				220px;
	
	margin:				0;
	padding:			0;

	width:				762px;
	background:			url('/images/body_background.gif') repeat-y;
}

/* Content */
div#content {
	position:			relative;
	left:				0px;
	top:				0px;
	float:				left;
	
	width:				505px; /* 540 - 15 - 15 */
	padding:			5px 15px 25px 20px;
	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#000;
	
	line-height:		1.6em;
	background:			#fff;
}

div#content p img {
	margin-right:		15px;
}


/* Leftitems */
div#leftitems {
	position:			relative;
	left:				0px;
	top:				0px;
	
	width:				200px; /* 220 - 10 - 10 */
	
	padding:			25px 10px 25px 10px;
	
	float:				left;
	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#fff;
	
	line-height:		1.6em;
}

div#footer {
	position:			relative;
	height:				100px;
	background-color:	#676767;
}




/* JCAD styles */
.Kop {
	font-size: 			12px;
	font-style: 		normal;
	color: 				#666666;
	font-weight: 		bold;
	line-height: 		1.5em;
}
div#content, .bodytekst {
	font-size: 			12px;
	font-style: 		normal;
	color: 				#000000;
	line-height: 		1.5em;
}
.Introtekst {
	font-size: 			12px;
	line-height: 		1.5em;
	font-weight: 		bold;
	color: 				#000000;
}
.NieuwsKop {
	font-size: 			12px;
	line-height: 		1.4em;
	font-weight: 		bold;
	color: 				#CC0000;
}
.NieuwsTekst {
	font-size: 			12px;
	line-height: 		1.4em;
	font-weight: 		normal;
	color: 				#FFFFFF;
}
.NieuwsDatum {
	font-size: 			12px;
	line-height: 		1.4em;
	font-weight: 		bold;
	color: 				#FFFFFF;
}

.quote{
	font-size:			14px;
}
.disclaimer, div#disclaimer a {
	font-size: 			9px;
	font-style: 		normal;
	font-weight: 		bold;
	text-transform: 	uppercase;
	color: 				#999999;
	text-decoration: 	none;
}
div#disclaimer a:hover {
	text-decoration:	underline;
}

h1, .Hoofdkop {
	font-size: 			18px;
	line-height: 		1.5em;
	font-weight: 		bold;
	color: 				#CC0000;
}

.payoff{
	font-size: 			12px;
	font-style: 		italic;
	color: 				#99cc00;
	font-weight: 		bold;
	line-height: 		1.5em;
}

p.NieuwsTekst a, a.NieuwsTekst {
	font-size: 			10px;
	line-height: 		1.2em;
	font-weight:		normal;
	color: 				#333333;
	text-decoration:	underline;
}
p.NieuwsTekst a:hover, a.NieuwsTekst:hover {
	text-decoration:	none;
}

div#content a,
a.baselink {
	line-height: 		1.2em;
	font-weight: 		normal;
	color: 				#000;
	text-decoration:	underline;
	
}
div#content a:hover,
a.baselink:hover {
	text-decoration:	none;
}

a.baselink {
	padding-left:		18px;
	background: 		url('/images/link_arrow.gif') no-repeat;
	}
	
a.totop {
	padding-left:		18px;
	font-size:			11px;
	background: 		url('/images/totop_arrow.gif') no-repeat;
	}	
	
	
	
div#leftitems input{
	border:				none;
	height:				12px;
	font-size:			10px;
	color:				#000;
}

div#leftitems input.bttn {
	height:				18px;
	width:				160px;
	
	color:				#fff;	
	font-size:			9px;		
	text-transform: 	uppercase;
	font-weight:		bold;
	
	cursor:				pointer;
	background-color:	#D72A28;
}	

