body
{
	background-color:		#ffffff;
	font-family:			arial;
	color:					#7E8183;
	font-size:				12px;
	padding:		 		0;
	margin:					0;
	height:					100%;
	text-align:				center;
}

td
{
	font-family:			arial;
	color:					#7E8183;
	font-size:				12px;
}

.center
{
	text-align:				center;
}

#container
{
	background:				url("../images/bg.jpg") top left repeat-y;
	width:					830px;
	position:				relative;
	margin:					0 auto;
	text-align:				left;
}

#header
{
	height:					162px;
	width:					830px;
	background:				url("../images/header.jpg") no-repeat;
	margin-bottom:			30px;
}

#content
{
	width:					700px;
	margin-left:			50px;
	padding-top:			0px;
	margin-bottom:			30px;
	margin-right:			30px;
	padding-bottom:			20px;	
	min-height:				230px;
}

#content a:link {
text-decoration:none; color:#7e050a;} 
#content a:visited {
text-decoration:none; color:#7e050a;} 
#content a:hover {
text-decoration:underline; color:#7e050a;} 

*html #content
{
	height:					250px;
}

h1
{
	font-size:				13px;
}

#footer
{
	background:				url("../images/footer.jpg") top left no-repeat;\
	width:					830px;
	height:					164px;
}

#onderschrift
{
	position:absolute;
	right:30px;
	bottom:25px;
	font-size:9px;
	color:#ffffff;
}

#onderschrift a:link {
text-decoration:none; color:#ffffff;} 
#onderschrift a:visited {
text-decoration:none; color:#ffffff;} 
#onderschrift a:hover {
text-decoration:underline; color:#ffffff;} 

#menu
{
	position:absolute;
	top:115px;
	right:48px;
	color:#8a0207;
	font-size:12px;
}

* html #menu
{
	top:125px;
}

#menu ul
{
	list-style-type:none;
}

#menu li
{
	display:inline;
	margin-right:5px;
	margin-left:5px;
}

#menu a:link {
text-decoration:none; color:#8a0207;} 
#menu a:visited {
text-decoration:none; color:#8a0207;} 
#menu a:hover {
text-decoration:underline; color:#8a0207;} 



hr {
      border: 0;
      width: 100%;
    }
    hr.hr2 {
      color: #000000;
      background-color: #000000;
      height: 1px;
    }
    
