/* kaders home */

.highlight {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 175px;
}

/* alleen floaten en vaste afmetingen als ze in contentBorder zitten */
#contentBorder .highlight {	float: left; display: inline; }
#contentBorder .highlight h1 { height: 50px; margin: 0; }
#contentBorder .highlight .rounded-top { height: 117px; }

.highlight h1 {
	margin: 0;
	margin-bottom: 5px;
}

.highlight p {
	margin: 0;
	color: #ffffff;
}

.highlight .rounded-top {
	padding: 10px;
}

.highlight .read-more {
	display: block;
	text-align: right;
	padding-right:25px;
	padding-top: 3px;
	background-image: url('highlight-read-more-orange.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	
	border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
	behavior: url('/fileadmin/sitedesign/common/PIE/PIE.htc');
}

.white {
    background-color: #ffffff;
	color: #000000;
}

.white p, .white a {
	color: #000000;
}

.orange {
    background-color: #ff6600;
	color: #ffffff;
}

.pink {
    background-color: #ff0099;
	color: #ffffff;
}

.blue {
    background-color: #0099cc;
	color: #ffffff;
}

.green {
    background-color: #99cc00;
	color: #ffffff;
}

.orange p, .pink p, .blue p, .green p {
	color: #ffffff;
}

.orange a, .pink a, .blue a, .green a {
	color: #ffffff;
}

/* rounded general */

.rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url('/fileadmin/sitedesign/common/PIE/PIE.htc');
}

.rounded-top {
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	behavior: url('/fileadmin/sitedesign/common/PIE/PIE.htc');
}

.rounded-bottom {
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	behavior: url('/fileadmin/sitedesign/common/PIE/PIE.htc');
}

/* kaders zijkant */

.highlight-side {
	
	margin-bottom: 15px;
	width: 175px;
}

.highlight-side .rounded-top {
	padding: 13px;
}

.highlight-side .rounded-bottom p { margin: 0; }

