/********************************************************
*
*	stylesheet page Rijkevorsel
*
********************************************************/
* {margin:0; padding:0;}

/* Typography 
-----------------------------------  */
P, SPAN
{
	font-size: 1em; /*12px*/
	margin: 0 0 0 15px;
	color: #fff;
}

SPAN.error
{
	margin: 0;
}

LABEL
{
	font-size: 1em;  /*12px*/
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

P.kop1, P.kop2, SPAN.kop1, SPAN.kop2
{
	margin: 0;
}

H1, H1 SPAN
{
	font-size: 1.15em; /*15px*/
	font-weight: bold;
	margin: 3px 0 0 5px;
	padding: 0;
	color: #fff;
}
H2, H2 SPAN
{
	font-size: 1em;  /*12px*/
	font-weight: bold; 
	margin: 3px 0 5px 0px;
	padding: 0;
	color: #fff;
}

H2 img
{
	padding: 0;
	margin: 0 8px 0 0;
	vertical-align: bottom;
}

DIV#content A
{
	font-size: 1em;  /*12px*/
	color: #FFCF3E;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Footer Styles
-------------------------------------------- */


#footer
{
	font-size: 0.75em;  /*9px*/
	color: #fff;
}

#footer IMG
{
	border: none 0px #fff;
}



/* database styles & adjustements
-------------------------------------------- */

#content OL, #content UL
{
	margin: 0 0 0 15px; 
	padding: 0; 
	list-style-type: none;
	font-size: .9em; /*11px*/
	color: fff;
}

#content LI
{
	margin: 0 0 0 15px; 
	padding: 0;
	list-style-type: disc; 
	color: fff;
}

#content .anchor LI
{
	margin: 0; 
	padding: 0;
	list-style-type: none; 
	color: fff;
}


.maintitle
{
	margin:0 0 0 0;
	padding: 3px 0 3px 0;
	width: 100%;
	height: 30px;
}

.left
{
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 1%;
	background-position: left center;
	background-image: url(../images/bkgtitle_left.jpg);
	background-repeat: no-repeat;
}

.mid
{
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 97%;
	background-position: left center;
	background-image: url(../images/bkgtitle_middle.jpg);
	background-repeat: repeat-x;
}

.right
{
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 1%;
	background-position: right center;
	background-image: url(../images/bkgtitle_right.jpg);
	background-repeat: no-repeat;
}

.pageintro
{
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #75725F;
	width: 98%;
}

.paragraph
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 98%;
}

.labels
{
	color: #FFFFFF;
}

.error SPAN, .error
{
	color: #B80E0E;
}

/* Event subcribe 
-----------------------------------  */

P.linkRight
{
	text-align: right;
	margin: 5px 0 0 0;
}