body
{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	color: #ffcccc;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ABABAB;
	height: auto;
}
#container
{
	margin: 0 auto;
	width: 800px;
	position: relative;
	height: auto;
	text-align: left;
	background-color: #ABABAB;
	color: #ffcccc;

}
* html #container
{
	width: 800px;
	height: auto;
	background-color: #ABABAB;
	color: ffcccc;	
}

#logo
{
	position: absolute;
	background-color: inherit;
}

#contentcontainer
{	
	top: 228px;
	margin: 0  auto;
	width: 800px;
	position: relative;
	text-align: left;
	background-color: #454545;	
	/*border: solid 1px #000000;*/
}
#content
{
	position: relative;
	width: 740px;
	margin-left: 10px;
	margin-right: 40px;
	padding: 20px 20px 20px 20px;
	color: #ffcccc;
}

#footer
{
	color: #591B0E;
	text-align: center;
	padding: 0 0 0 0;
	line-height: 26px;
	font-size: 11px;
}
#footer a
{
	color: #ABABAB;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
#menu
{
	position: relative;
	left: 0px;
	text-align: left;
	width: 800px;
	background: #454545;
	line-height: 25px;
	font: 14px Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	color:#FFFFFF;
	height: 30px;
}

#menuitem
{
	width: 100px;
	padding-left: 5px;
	background: #ABABAB;
	font-size: 12px;
	vertical-align: top;
}
a
{
	color: #ABABAB;
}
#menuitem a
{
	color: #454545;	
}

#menuitem a:hover
{
	color: #FFFFFF
}

.leesmeer
{
	color: #ABABAB;	
}
a:hover
{
	color: #FFFFFF;
}


hr 
{
	height: 1px;
}
img.floatleft
{
	float:left; 
	margin: 0 5px 5px 0;
	border: solid 1px #ABABAB;	
	height: auto;
}

h1 h2 h3 h4 h5 h6
{
	margin : 0;
	padding : 20px 0 5px 5px;
	font : italic 18px Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	/*letter-spacing: 4px;*/
	color:#ffcccc;
	background:inherit;
}

p
{
	padding : 5px;
	color:#ffcccc;
}

tr
{
	color: #ffcccc;	
}

td
{
	color: ffcccc;
}

table
{
	color: ffcccc;	
}
