@import "RSSstyle.css";
body {
	background-image: url(pics/bg_streepjes.jpg);
	background-color:#FFFFFF;
	color:#666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-size: 12px;
	}

a {
	color:#B50C07;
}

.container {
	margin: 0 auto;
	width: 955px;
	text-align: left;
	background-image: url(pics/middle.jpg);
	background-repeat: repeat-y;
}
  
.top
{
	left:0px;
	top:0px;
	height:100px;
	background-image: url(pics/top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 955px;
	display:block;
}

#left   {
	position: relative;
	margin-top: 5px;	
	width: 710px;
	min-width: 710px;	
	min-height: 400px;	
	height: auto;
	float: left;
	z-index:1;
	top: 0px;
}

#right  {
	position: relative;
	margin-top: 0px;
	margin-left: 10px;	
	margin-right: 20px;
	width: 200px;
	min-height: 400px;
	padding-left: 5px;
	float: right;	
	z-index:1;
	top: 0px;
}

#navbar {
	position:relative;
	width:920px;
	height:25px;
	z-index:1;
	left: 0px;
	top: 0px;
	font-size:11px;
}

#navbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar li
{
	float: left;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}

#navbar li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 123px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	background-image: url(pics/navbar-background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.middle
{
	left: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height:inherit;
	/*min-height:1000px;*/
	/*background-image: url(pics/middle.jpg);
	background-repeat: repeat-y;*/
	width: 955px;
	z-index:1;
	display:block;	
}

/* Fix for nasty vertical whitespaces if a <P> or <H1> tag is present in <DIV>*/
.middle p, .middle h1, .middle h2
{
	margin-top:0;
	padding:0;	
}


h2
{
	background-image: url(pics/h1back.jpg);
	background-repeat: no-repeat;
	color: #666666;
	background-position: 0px 15px;
	line-height: 40px;
	font-size:18px;
}

h3
{
	font-size:14px;
	color: #B50C07;
}

.footer
{
	clear:both;
	width: 955px;
	top: 0px;
	left:0px;
	height:37px;
	background-image: url(pics/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-left:20px;
	/*padding-right:10px;*/
	font-size:9px;
	color:#999999;
	text-align:center;
}


.newsbox {
	position:relative;
	width:200px;
	height:150px;
	overflow:auto;
	/*background-color:#EEEEEE;-*/
}
.newsboxL {
	position:relative;
	width:200px;
	height:310px;
	overflow:auto;
	/*background-color:#EEEEEE;-*/
}

#right h2
{
	background-image: url(pics/h1back200px.jpg);
	background-position: 0px 19px;

}

.newsboxbig {
	position:relative;
	/*width:880px;*/
	height:140px;
	overflow:auto;
	background-color:#EEEEEE;	
}

.zwart {
	color: #000000;
}

.rood {
	color: #B50C07;
}

.kleinzwart {
	font-size:10px;
}

/* all tables have 1 pixel cell spacing */

.fancytable 
{
	font-size:11px;
	background-color: #990000; 
	border-collapse: collapse;
}

.fancytable tr, .fancytable td
{
	background-color: #FFFFFF;
	border:1px solid #CECECE;
}

.fancytable tr .highlight
{
	background-color: #DEEEDB;
	border:1px solid #CECECE;
}

.fancytable thead, .fancytable th
{
	font-size:10px;
	background-color: #D9452B;
	border-top:1px solid #EEEEEE;
	font-weight: normal;
	color: #FFFFFF;
}

