/************************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
************************************************************/
/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #000;
	font-size: 76%;
	font-size: 11px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	behavior: url(hover.htc);
}

h1, h2, h3, h4, h5, h6 {
	font-size:22px;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height: 1.1em;
}

h2, #leveltitle *, #pagetitle * { color:#656565;}
h3, h4, h5 { margin-bottom:5px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }

a { color: #E20030; } /* unvisited link */
/* a:visited {color: #333333}  visited link */
a:hover {color: #EC1A3B}   /* mouse over link */
a:active {color: #EC1A3B}   /* selected link */

a.internal-link-new-window, a.link-calbase {	
	background: url(../images/arrow-red.gif) no-repeat left 1px;
	display:block;
	font-size:12px;
	padding-left: 15px;
}

a.link-calbase { 
	background:url(../images/arrow-mcn.gif) no-repeat left 2px; 
	color:#C19C5D;
	text-decoration:none;
}

p { 
	font-size: 12px;
	margin-top: 0.3em;
	margin-bottom: 1em;
} 

acronym, abbr { border-bottom: 1px dotted #000;	cursor:help;}
sup { vertical-align:top; }
.indent { padding-left: 1em;}

hr, .csc-frame-rulerAfter {
	clear:both;
	border: 0;
	background: #FFF;
	color: #FFF;
	height: 1px;
}
.csc-frame-rulerAfter { border-bottom:1px solid #C19C5D; }
.csc-frame-rulerAfter, .csc-frame-rulerBefore { margin:6px 0; padding-top:10px; }
.csc-frame-rulerBefore { border-top:1px solid #C19C5D; }

table { width:100%; }
table td { vertical-align:top; }
table td p { margin:0; }

#col-02 h3, #col-02 h4, #col-02 h5,
#col-04 h3, #col-04 h4, #col-04 h5 { color: #656565;}

#col-02 ol, #col-02 ul,
#col-03 ol, #col-03 ul,
#col-04 ol, #col-04 ul { 
	font-size: 12px;
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

#col-02 ol,#col-03 ol, #col-04 ol { list-style: decimal;}

#title h5{ color:#000; font-size:11px;}
#main .csc-textpic-imagewrap { padding-top:4px; *padding-top:8px; }

/* Design /////////////////////////////////////////////////////////////////////////////////*/

#logo {
	left: 0;
	top: 0;
	position: absolute;
}

#logo a {
	background: url(../images/logo.png) no-repeat top;
	height: 122px;
	width: 92px;
	display: block;
	cursor: pointer;
}

#logo a:hover { background: url(../images/logo-on.png) no-repeat top;}

#banner {
	background: #E0E0E0;
	display: block;
	height: 70px;
	width: 270px;
	left: 350px;
	top: 10px;
	position: absolute;
	overflow: hidden;
}

#print a {
	background: url(../images/print.gif) no-repeat left 5px;
	padding-left:10px;
	color: #7F7F7F;
	font-size: 11px;
	text-decoration:none;
	top: 222px;
	left:740px;
	position: absolute;
	vertical-align:middle;
}


.csc-frame-indent { margin-left:-55px; } /* op verzoek van gijs even vervangen met onderstaande optie*/
.csc-frame-indent { margin-left:55px; }


















