/* RIGHT BLOCKS */

/* Default */

.download-img{
	background: url('../../images/templates/downloads00.gif') no-repeat;
}

.info-img{
	background: url('../../images/templates/info00.gif') no-repeat;
}

.block-img{
	position: relative;
	top: 10px;
	left: -20px;
	float: right;
	width: 30px;
	height: 30px;
	
}

.rightContent {
	width: 261px;
	margin-left:20px;
	float: left;
}

/* Nieuwsarchief */
.archive {
	margin-top: 20px;
	border-left: 1px solid #006e89;
	border-right: 1px solid #006e89;
	width: 218px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

div.archiveTop{
	background: url('../../images/templates/corners_blocks/corner_top_0.gif') no-repeat;
	position: relative;
	left: -21px;
	top: -7px;
	width: 260px;
	height: 7px;
}

div.archiveBottom{
	background: url('../../images/templates/corners_blocks/corner_bottom_0.gif') no-repeat;
	position: relative;
	left: -21px;
	bottom: -7px;	
	width: 260px;
	height: 7px;
}

div.freeTop{
	background: url('../../images/templates/corners_blocks/corner_top_00.gif') no-repeat;
	position: relative;
	left: -21px;
	top: -7px;
	width: 260px;
	height: 7px;
	margin-top: 30px;
}

div.freeBottom{
	background: url('../../images/templates/corners_blocks/corner_bottom_00.gif') no-repeat;
	position: relative;
	left: -21px;
	bottom: -7px;	
	width: 260px;
	height: 7px;
}

.archiveTitle{
	width: 100%;
	height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #006e89;
}

.archive a {
	font-size: 12px;
	text-decoration: none;
	color: #08708d;
}

.archive a:hover {
	text-decoration: underline;
}

.archiveTitle {
	font-size: 18px;
	color: #08708d;
}

/* Vrije content */

.freeContent {
	font-size: 12px;
	line-height: 18px;
}

.freeContentTitle {
	font-size: 18px;
}

.freeContent {
	border-left: 1px solid #e6263b;
	border-right: 1px solid #e6263b;
	padding-left: 20px;
	padding-right: 20px;
}

.freeContentTitle {
	width: 84%;
	min-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e6263b;
	color: #e6263b;
}

