/* stijlblad fotoboek  (c) 2006 Klaas Noordstra */
/* weergave van hoofdmap met fotomappen en 1 hoofdfoto */

@import url(reakties.css);


#opmaak_container {
}

#opmaak_container a:link, #opmaak_container a:visited, #opmaak_container a:active {
}

#opmaak_container a:hover{	
}


/* container gehele pagina  en plugin */
/* alleen aanwezig op nieuws-pagina niet op beheer pagina */
#nieuws_mainpage {
/*	padding: 0;
	margin: 0;
	background-image: url(../images/nieuws_bgrechts.jpg);
	background-repeat: no-repeat;
	background-position: top right;
*/

	padding-left: 30px;
	margin-top: 10px;
}

#nieuws_container {
	padding: 0;
	margin: 0;
}

#nieuws_container a:link, #nieuws_container a:visited, #nieuws_container a:active {
	}

#nieuws_container a:hover{	
}








/* container items */
#nieuws_tekstitems {
	margin: 5px 0px 10px 0px;
	width: 500px;
	padding: 0;
}


#nieuws_kop {
	width: 560px;
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#nieuwsbericht_navkop , #nieuwsbericht_navfoot {
	float: right;
	position: relative;
	color: #999999;
	text-decoration: none;	
	font-size: 12px;
	margin-right: 10px;
	margin-top: 4px;
}

#nieuwsbericht_navkop a:link, #nieuwsbericht_navkop a:visited, #nieuwsbericht_navkop a:active {
	text-decoration: none;
}

#nieuwsbericht_navfoot a:link, #nieuwsbericht_navfoot a:visited, #nieuwsbericht_navfoot a:active {
	text-decoration: none;
}


#nieuwsfooter {
	width: 560px;
	padding: 3px 0px 3px 0px;
	margin-left: 5px;
	height: 20px;
}






/* nieuwsitems */

.nieuws_item {
	width: 560px;
	padding: 10px 0px;
	margin: 10px 0px;
	overflow: hidden;
	border: 1px dotted #aaaaaa;
	
}

.nieuws_itemkop {
	width: 95%;
	color: #0033ff;
	text-align: left;
	padding: 2px 0px;
	margin: 10px;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #999999;
}

.nieuwsitemfooter {
	width: 90%;
	font-size: 10px;
	text-align: left;
	padding: 3px 0px;
	margin-left: 10px;
	margin-right: 10px;
	height: 18px;
	margin-bottom: 10px;
}


.nieuws_itemkoptekst {
/*	color: #ffff66;	*/
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000099;
	
}

.nieuws_itemtekst {
	font-size: 12px;
	margin: 4px 10px;
}


.nieuws_itemtekst a:link, .nieuws_itemtekst a:active, .nieuws_itemtekst a:visited {
	font-size: 12px;
	text-decoration: none;
}

.nieuws_itemtekst a:hover {
	text-decoration: underline;
}


.nieuws_itemschrijver {

}

.nieuws_itemdatum {
	float: right;
/*	color: #ffff66;	*/
}














#nieuwslijst{
	width: 560px;
	margin: 40px 30px 50px -10px;
	font-size: 12px;
}

#nieuwslijst li a:link, #nieuwslijst li a:visited, #nieuwslijst li a:active {
	text-decoration: none;
	font-weight: normal;
	}

#nieuwslijst li a:hover{	
	color : #c00000;
/*	font-weight: bold;	 */
}



#nieuwslijst_navkop {
	margin-right: 0px;
	font-size: 12px;
	color: #999999;

}

#nieuwslijst_navkop a:link, #nieuwslijst_navkop a:visited, #nieuwslijst_navkop a:active {
	text-decoration: none;
}




#overzichtkop {
	margin-left: 30px;
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
	width: 480px;
}


#nieuwslijst_foot {
	width: 560px;
	margin: 20px 0px 50px 0px;
	text-align: right;
}

.nieuws_beheericons {
	float: right;
	height: 20px;
	z-index: 2;
	margin-top: 10px;
	
}

.nieuws_beheeroverzicht {
	font-size: 10px;
	
}



.nieuws_beheeroverzichtkop {
}

#bewerknieuws_container {
	width:740px;
	margin: 0px 10px 10px 10px;
	padding: 5px 15px 15px 15px;
}

#bewerknieuws_container a:link, #nieuws_container a:visited, #nieuws_container a:active {
	text-decoration: none;
	font-weight: bold;
	}

#bewerknieuws_container a:hover{	
	color : #0000ff;
	text-decoration: none;
	font-weight: bold;
}



/* plugin speciefiek: */

#plugin_nieuwsfooter {
	margin: 5px 10px 50px 80px;
	font-size: 12px;

}


/* tinymce */

.right {
	float: right;
	clear: both;
	margin: 0 0 10px 20px;
}

.left {
	float: left;
	clear: both;
	margin: 0 20 10px 0px;
}

