﻿/* RODE KLEUR: #cc0033 - GRIJZE KLEUR: #333333 - LICHTGRIJZE KLEUR: #939393 */

/************************** HEADER **************************/
	
h1 {
	color:			#cc0033;
	font-size:		14px;
	font-weight:	normal;
	margin:			10px 10px 15px 10px;
	}

.slide {
	margin-left: 	7px; 
	border: 		1px solid #cccccc;
	padding: 		1px;
	background: 	#FFFFFF;
	FILTER: 		blendTrans(duration=3);
	}

p img {
	margin-left: 	10px; 
	border: 		1px solid #cccccc;
	padding: 		1px;
	background: 	#FFFFFF;
	}
	
/************************** KADERS **************************/

#paginakader {
	width: 			860px;
	min-height: 	305px;
	float: 			left;
	padding:		8px;
	padding-top:	14px;
	background:		url('../images/interface/paginakader.png') no-repeat;
	margin-left: 	8px;
	}


#lichtgroot, #lichtgroot1 {
	width: 			500px;
	min-height: 	305px;
	float: 			left;
	padding:		8px;
	padding-top:	14px;
	background:		url('../images/interface/lichtgroot.png') no-repeat;
	}

#lichtklein {
	width: 			320px;
	min-height: 	305px;
	float: 			right;
	padding:		8px;
	padding-top:	14px;
	background:		url('../images/interface/lichtklein.png') no-repeat;	
	}

#donkergroot {
	width: 			500px;
	min-height: 	305px;
	float: 			left;
	padding:		8px;
	padding-top:	14px;
	background:		url('../images/interface/donkergroot.png') no-repeat;
	}

#donkerklein {
	width: 			320px;
	min-height: 	305px;
	float: 			right;
	padding:		8px;
	padding-top:	14px;
	background:		url('../images/interface/donkerklein.png') no-repeat;	
	}

#fotokader {
	width: 			320px;
	min-height: 	305px;
	float: 			right;
	padding:		8px;
	padding-top:	14px;
	background:		url('../images/interface/fotokader.png') no-repeat;
	}


/************************** CONTENT AND COLUMNS **************************/

#content a:link, #content a:visited {
	color:				#666666;
	font-size:			11px;
	text-decoration:	underline;
	}

#content a:hover, #content a:active {
	color:				#cc0033;
	font-size:			11px;
	text-decoration:	none;	
	}

P {
	color:			#414141;
	margin:			0px 50px 10px 20px;
	font-size:		11px;
	}

ul {
	margin-left: 	70px;
	margin-bottom:	20px;
	}

li {
	font-size: 11px;
}

.italic {
	font-style:		italic;
	}


.bold {
	font-weight: 	bold;
	}

.bolditalic {
	font-style:		italic;
	font-weight: 	bold;
	}

.wit {
	color:		#FFFFFF;
}

#rss {
	padding-right:	5px;
	scrollbar-face-color: #CC9966;
	scrollbar-highlight-color: #CC9966;
	scrollbar-3dlight-color: #CC9966;
	scrollbar-darkshadow-color: #CC9966;
	scrollbar-shadow-color: #CC9966;
	scrollbar-track-color: #CC9966;
	scrollbar-arrow-color: #cc0033;
}

#rss li {
	list-style:	none;
	margin-left: -50px;
	margin-bottom: 20px;
	font-size:	10px;
	clear:		both;
}

#rss a:link, #rss a:visited {
	color:				#666666;
	font-size:			12px;
	text-decoration:	underline;
	font-weight:		bold;
	}

#rss a:hover, #rss a:active {
	color:				#cc0033;
	font-size:			12px;
	text-decoration:	none;	
	}

.rss_date {
	font-size:	10px;
	display: block;
	margin-bottom: -5px;
}

/* .rss_item img {
	border: 1px solid white;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	width: 100px;
	height: 67px;
} */


iframe {
	border: 1px solid #cc0033;

	padding: 2px;
	width:		800px;
	height: 500px;
}
/************************** KADERS MOUSEOVER **************************/

#lichtgroot1:hover {
	background:		url('../images/interface/hover.png') no-repeat;
	}

	
#donkergroot:hover p {
	color:			#6f6f6f;
	}

#donkergroot:hover .wit {
	color:		#e3e3e3;
	}




