/********************************************************
*
*	stylesheet homepage Rijkevorsel
*
********************************************************/
* {margin:0; padding:0;}

/*ELEMENTS*/

H1
{
	font-size: 1.15em; /*15px*/
	font-weight: bold;
	margin: 3px 0 0 10px;
	padding: 0;
	color: #fff;
}

P, SPAN
{
	font-size: 1em;  /*12px*/
	margin: 0 0 0 15px;
	color: #fff;
}


DIV#content A, DIV#content A SPAN
{
	margin: 0 0 0 10px;
	color: #FFCF3E;
	font-weight: bold;
	font-size: 1em;  /*12px*/
}

DIV#newslinks
{
	clear:both;
}

DIV#newslinks IMG
{
	margin:4px 0 0 0;
	vertical-align:middle;
	clear: both;
}

DIV#newslinks A
{
	margin:4px 0 0 10px;
}

/* Footer Styles
-------------------------------------------- */


#footer
{
	padding: 20px 0 0 0;
	clear:both;
	font-size: 0.75em;  /*9px*/
	color: #fff;
}

#footer IMG
{
	border: none 0px #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
{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #75725F;
	width: 98%;
}

.pageintro SPAN P
{
	display: inline; /*otherwise IE doubles the margin*/ 
	float:left;
	margin: 5px 0 0 15px;
}

.dateyellow
{
	color: #FFCF3E; 
}

DIV#newslinks
{
	margin: 10px 0 15px 10px;
	padding: 0;
	width: 100%;
}

.date
{
	font-size: 0.8em;
}
