body
{
	background-color:		#8b181a;	
	font-family:			arial;
	color:					#ffffff;
	font-size:				12px;	
	padding:				0;
	margin:	 	 			0;
	height:					100%;	
	text-align:				center;
}

td
{
	font-family:			arial;
	color:					#ffffff;
	font-size:				12px;	
}

h1
{
	font-size:				13px;
	color:					#3a006c;
}

h2
{
	font-size:				14px;
	color:					#3a006c;
}

#container
{
	background:				url("../images/bg.jpg") top left repeat-y;
	width:					800px;
	position:				relative;
	margin:					0 auto;
	text-align:				left;
}

#header
{
	height:					261px;
	width:					800px;
	background:				url("../images/header.jpg") no-repeat;
	margin-bottom:			0px;
}

#footer
{
	background:				url("../images/footer.jpg") top left no-repeat;\
	width:					800px;
	height:					91px;
}

#content
{
	width:					650px;
	margin-left:			80px;
	padding-top:			0px;
	margin-bottom:			30px;
	margin-right:			30px;
	padding-bottom:			20px;	
	min-height:				220px;
}

*html #content
{
	height:					200px;
}

#content a:link {
text-decoration:underline; color:#ffffff;} 
#content a:visited {
text-decoration:underline; color:#ffffff;} 
#content a:hover {
text-decoration:underline; color:#ffffff;} 

#verschillendetekst1
{
	position:				absolute;
	right:					50px;
	bottom:					15px;
	font-size:				10px;
	color:					#3f3e3c;
}

#verschillendetekst1 a:link {
text-decoration:none; color:#ffffff;} 
#verschillendetekst1 a:visited {
text-decoration:none; color:#ffffff;} 
#verschillendetekst1 a:hover {
text-decoration:underline; color:#ffffff;} 

#menu a:link {
text-decoration:none; color:#3a006c;} 
#menu a:visited {
text-decoration:none; color:#3a006c;} 
#menu a:hover {
text-decoration:underline; color:#3a006c;} 

#menu
{
	position:				absolute;
	top:					193px;
	right:					35px;
	font-size:				14px;
}

* html #menu
{
	top:					205px;
}

#menu ul
{
	list-style-type:		none;
}

#menu li
{
	display:				inline;
	margin-right:			5px;
	margin-left:			5px;
}

* html #menu li
{
	margin-right:			4px;
	margin-left:			4px;
}