body
{
	margin-top: 30px;
	margin-bottom: 0px;
	background: url('images/bg_body.png') repeat-x;
	font-family: Verdana, Helvetica, sans-serif;	
}

#wrapper
{
	margin: auto;
	width: 838px;	
}

#header1
{
	width: 838px;
	height: 82px;
	background: url('images/header1.png');	
}

#header2
{
	width: 838px;
	height: 65px;
	background: url('images/header2.png');	
}

#menu
{
	width: 838px;
	height: 34px;
	background: url('images/menu.png');	
}

#menu a
{
	color: white;
	text-decoration: none;	
}

#menu a:hover
{
	color: #FF9900;	
}

#menu #menu-margin-left
{
	width: 50px;
	height: 34px;
	float: left;	
}

#menu .menu-item
{
	margin: 0 20px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: white;
	float: left;
}

#menu .menu-split
{
	width: 1px;
	height: 34px;
	background: url('images/menu-split.png');
	float: left;	
}

#content
{
	margin: auto;
	width: 741px;
	background: url('images/bg_content.png') repeat-y;	
}

* html #content /* ie6 hack */
{
	background-position: 1px 0;	
}

#content-gradient
{
	width: 741px;
	min-height: 576px;
	background: url('images/bg_content_gradient.png') no-repeat;	
}

* html #content-gradient /* ie6 hack */
{
	height: 576px;
	background-position: 1px 0;	
}

#content-left
{
	margin: 15px;
	width: 520px;
	font-size: 11px;
	line-height: 15px;
	float: left;	
}

* html #content-left /* ie6 hack */
{
	margin: 13px;
	margin-left: 8px;	
}

#content-right
{
	margin: 15px 0;
	width: 140px;
	text-align: right;
	float: left;	
}

.clear
{
	clear: both;	
}

h1
{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	line-height: 20px;
	letter-spacing: -1px;	
}

.subtitel
{
	font-size: 9px;
	color: #777777;
	font-style: italic;	
}

.subtitel a
{
	color: #777777;	
}

.rood
{
    color: #FF0000;
}

.foto
{
    border: 1px solid black;
}

.ruimte
{
	height: 15px;	
}

.nieuws
{
	border: 1px solid black;	
}

a
{
	color: #FF9900;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

form
{
    margin: 0px;
}

input, textarea, select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 1px;
}
