/**
 * Standaard CMS stylen
 * Voor de website dienen deze in style.css te worden overschreven
 */

body, html
{
}

/**
 * Afbeeldingen
 */
.afbeeldingleft
{
	float:left;
	clear:both;
	display:block;
	padding:0;
	margin:0;
}

.afbeeldingright
{
	float:right;
	clear:both;
	display:block;
	padding:0;
	margin:0; 
}

.bijschrift
{
	font-size: 10px;
}

/**
 * Fotodblock
 */
.fotoalbumtable
{
	color: #575757; 
	margin:0; 
	text-align:justify;
	font-size:10px; 
	font-family: Arial, Helvetica, sans-serif;
}

/**
 * Layout textblocken
 */
#kolombreed
{
	padding:0;
	margin:0;
}

#kolombreed ul
{
	margin-top:0px;
}

#kolomlinks
{
	float:left;
	clear:both;
	width:250px;
}

#kolomrechts
{
	float:right;
	clear:both;
	width:250px;	
}


.textblock
{

}
.textblock p
{

}


#leesverder
{
	text-align:right;
	width:100%;
}

#leesverder a:link a:visited
{
	text-decoration: none;
	color:#041429;
}	



#leesverder a:hover, a:active
{
	text-decoration: underline;	
	color:#041429;
}


/**
 * Horizontale lijn welke nieuws blokken verdeeld
 */
td
{

}

textarea
{
	background:#FFFFFF;
	border:1px solid #314E8A;
}

input
{
}


/**
 *Extra classes for forms
 */ 
.textarea
{
	width: 300px;
	height: 125px;
}


.checkbox
{
	background:#FEF9E6;
	width: 15px;
	height: 15px;
	border:0px;
}


.button
{
	background-color:#FFFFFF;
	border:1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 3px;
	width: 90px;
	height: 22px;
}



/**
 * Nieuwsbrief stylen
 */

#mailinglist
{
	position: absolute;
	left: 10px;
	top: 520px;
	border: 1px;
	padding-top:15px;
	padding-left:10px;
	font-size:8pt;
	z-index: 1;
	color: #003399;
}


#hoogte	
{	
	height:600px;
	width:1px;
	float:left;
}


#footer	
{
}

#footer a
{
}


#ta
{
	background: #fff url('');
}




/** CMS Toevoegingen voor preview */

.contentblock
{

	float:left;
/*	width: 508px; */
	width: inherit;
	height: 278px;
	margin-top: 0px;
	padding-right: 7px;
}


.popupoptions
{
	visibility:hidden;
	position:absolute;
	z-index:3;
	
}

.popupoptions table
{

	background-color:#eee;
	color:#666;
	font: 8pt "arial";
	padding:10px;
	border-left:1px #fff solid;
	border-top:1px #fff solid;
	border-right:1px #aaa solid;
	border-bottom:1px #aaa solid;
	

}


.previewon
{
	float:left;
	cursor:pointer;
	background-color:#A1A1C4;
	color:#fff;
}


.previewoff
{
	float:left;
	cursor:pointer;
}
