/********************************************************
*
*	stylesheet newslist Rijkevorsel
*
********************************************************/

/*.heading_1 {text-transform: uppercase; color: #f3db6f; font-style: italic;}
.heading_2 { color: #fff; text-decoration: underline;}
.heading_3 {font-weight: bold;  color: #f4e4a6;}
.hyperlink { color: #F4E4A6; font-weight: bold;}
.list { color: #F4E4A6;}
.normal {color: #fff;}*/

* {margin:0; padding:0;}

/* Typography 
-----------------------------------  */

H1
{
	font-size: 1.15em; /*15px*/
	font-weight: bold;
	margin: 3px 0 0 10px;
	color: #fff;
}
H2
{
	font-size: 1em;  /*12px*/
	font-weight: bold; 
	margin: 3px 0 5px 0px;
	color: #fff;
}

H2 IMG
{
	margin: 0 8px 0 0;
	vertical-align: bottom;
}

P, SPAN
{
	font-size: 1em;  /*12px*/
	margin: 0 0 0 15px;
	color: #fff;
}
DIV#content A, DIV#content A SPAN
{
	color: #FFCF3E;
	font-weight: bold;
	margin:0;
	padding: 0;
}

/* Footer Styles
-------------------------------------------- */

#footer
{
	font-size: 0.75em;  /*9px*/
	color: #fff;
}


/* database styles & adjustements
-------------------------------------------- */

#content OL, UL
{
	margin: 0 0 0 15px; 
	list-style-type: none;
	font-size: 11px;
}

#content LI
{
	margin: 0 0 0 15px; 
	list-style-type: disc; 
}

.maintitle
{
	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;
}

#content SPAN.date
{
	font-weight: bold;
	font-size: 0.8em;
	/*margin-right: 5px;*/
}

#content DIV#rule
{
	padding: 0;
	margin: 0 0 8px 0;
	height: 1px;
}

#rule HR
{
	display: none;
}

#content DIV.newsItem
{
	float:left;
	margin: 3px 0 5px 0;
	width: 98%;
	background-color: #75725F;	
}

#content DIV.newsItem P
{
	margin-top: 3px;
}

#content DIV#pager
{
	margin: 10px 0 0 0;
	padding:0;
}

#content DIV#pager span
{
	margin:0;
	padding:0;
}


