/************************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
************************************************************/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #000;
	font: normal 72%/1.3 "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-size: 1.5em;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	color: #049986;
	line-height: 1.3em;
	font-weight: bold;
}

h2 {
	border-bottom: 1px solid #049986;
	clear: both;
	font-weight: bold;
}
h2.header-zwart, #pageTitle h2 { border:0; color:#000;}

h3 {
	font-size: 1.3em;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #049986;
	border-bottom: 1px solid #049986;
	font-weight: normal;
	margin:0;
}

h4 { font-size: 1.2em; padding: 6px 0px; font-weight: normal; }
h5 { font-size: 1.2em; font-weight:bold; }
h6 { font-size: 1em; font-weight: normal; }

p { 
	font-size: 1em;
	margin-bottom: 1.3em;
	margin-top: 0.5em;
} 

#no-right ol, #no-right ul,
#left ol, #left ul,
#center ol, #center ul,
#right ol, #right ul { 
	list-style:disc;
	margin-left: 0.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

#no-right ol, #left ol, #center ol, #right ol { 
	list-style:decimal;
	margin-left: 1em;
}

/*#no-right a, #center a, #left a, #right a, #left-content .internal-link, #right-content .internal-link */
a { color: #049986; text-decoration: none;}

#no-right a:hover, #center a:hover, #left a:hover, #right a:hover { text-decoration: underline;}
acronym, abbr { border-bottom: 1px dotted #000; cursor:help;}

hr {
	clear:both;
	background: #596975;
	color: #596975;
	border: 0;
	height: 1px;
}

.news-single-timedata {
	padding: 6px 0px;
	color: #8d8d8d;
	font-size: 0.9em;
}

.news-single-backlink { padding-top: 1.3em; }
.news-single-item .news-single-author { padding-top: 1.3em; }

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo, #pay-off {
	background: url(../images/logo.gif) no-repeat top;
	height: 52px;
	width: 330px;
	left: 0;
	top: 0;
	position: absolute;
}

#logo a {
	display: block;
	height: 52px;
	width: 330px;
	cursor: pointer;
}

#pay-off {
	background:#FFF url(../images/pay-off.gif) no-repeat center top;
	color:#9B979A;
	font:25px/50px Palentino, Times New Roman;
	left:205px;
	text-align:center;
	text-transform:lowercase;
	width:560px;
	text-indent:-9999px;
}

#pageTitle {
	margin-bottom: 1em;
	float: left;
	width: 100%;
	border: none;
}

#pageTitle h1 { display:inline; float:left;}
#pageTitle h1 { color: #049986;}


/* Colums ////////////////////////////////////////////////////////////////////////*/
.one-col, .two-col, .three-col {
	display: block;
	clear: both;
	overflow: hidden;
	width:100%;
}

#left-content h3, #right-content h3, #center h3, #no-right h3, .one-col h3, .two-col h3, .three-col h3 {
	background: #049986;
	clear: both;
	color: #FFF;
	font-size: 1em;
	margin-top: 1em;
	padding: 0.3em;
	padding-left: 0.6em;
	font-weight: bold;
}

#left-content h3 a, #right-content h3 a, #center h3 a, 
#no-right h3 a, .one-col h3 a , .two-col h3 a, .three-col h3 a { color:#FFF; }

#left-content h3.header-grijs, #right-content h3.header-grijs, #center h3.header-grijs, 
#no-right h3.header-grijs, .one-col h3.header-grijs, .two-col h3.header-grijs, .three-col h3.header-grijs{
	background:#AAA;
	border-bottom:1px solid #AAA;
}


/* Call to action ///////////////////*/
#main .action-01, #main .action-02 { padding:4px; margin:10px 0; text-align:center; }
#main .action-01, #main .action-01 *, #main .action-02, #main .action-02 * {
	background:#D60521;
	border:0;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}
#main .action-02, #main .action-02 * { background:#86049A; }
#main .action-01 a:hover, #main .action-02 a:hover { text-decoration:none; }

#main p.csc-frame-frame1 *, #main p.csc-frame-frame2 * { color:#FFF; }
#main p.csc-frame-frame1, #main p.csc-frame-frame2 {
	background:#D60521;
	color:#FFF;
	display:inline;
	padding:2px;
	margin:2px 0;
}
#main p.csc-frame-frame2 { background:#86049A; }

/* Frames ////////////////////////////////////////*/
.csc-frame-frame1 { 
	background:#E5E9E9;
	padding:4px 10px;
	margin-top:-13px;
}

/* FCE's ////////////////////////////////////////*/
.col-1, .col-2, .col-3 {
	display: inline;
	float: left;
	overflow: hidden;
}

.two-col .col-1, .two-col .col-2 { width:49.5%; }
.two-col .col-1 { margin-right: 5px; }
.three-col .col-1, .three-col .col-2, .three-col .col-3 { width: 32.3%;}
.three-col .col-1, .three-col .col-2 { margin-right: 8px; }

