/* CSS Document */
/*

groen: #ACCA56
blauw: #6BB0CC

grijs1: #A5A5A5
grijs2: #F4F4F4

*/

/* ===== TEXT ELEMENTS ===== */


/* ===== LAYOUT ELEMENTS ===== */

.pageContentSmall {
	width: 500px;
	float:left;
	margin-left: 60px;
	font-size: 12px;
}

/* ===== SPECIAL ELEMENTS ===== */
.sticker {
	width: 313px;
	height: 213px;
	position: absolute;
	
}

.sticker2 {
	width: 100px;
	height: 100px;
	position: absolute;
	
}

.txtDate {
color: #A5A5A5;
font-style:italic;
text-align:right;
}

/* COLLAPSIBLE PANELS */

.colContent {
	overflow:hidden; 
	display:none;
	margin-left: 14px;
	border-bottom:1px dashed #FFFFFF;
}

.colHeader {
	cursor: pointer;	
	font-weight:bold;
}

.colContentStap {
	overflow:hidden; 
	display:none;
	margin: 5px 0 0 24px;
	padding-bottom: 3px;
	border-bottom: 1px solid #acca56;
}

.colHeaderStap {
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFF;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0px;
	
}
.colHeaderStapLight {
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #55663D;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0px;
}

.colHeaderStapNew {
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
}