body
{
	text-align:center;
	background-color: #CCBBA8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}

#site
{
	width:960px;
	background-color: #CCCCA8;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	background: url('../images/kop.gif') no-repeat;
	background-position: center center;
	height:150px;
	width:960px;
}

#menu
{
	width:960px;
	height:21px;
	background-color: #E4E1D5;
	padding-top:4px;
	text-align:center;
}

.menuitem
{
	display:inline;
	font-weight:bold;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
}

#content_container
{
	width:960px;
	
	background: url('../images/content_achtergrond.jpg') repeat-y;
}

#content
{
	width:960px;
	float:left;
	background: url('../images/achtergrond5.jpg') no-repeat;
	background-position: bottom center;
	background-color: #CCCCA8;
}

#content_links
{
	width:320px;
	min-height:500px;
	float:left;
	text-align:left;
}

#content_rechts
{
	width:580px;
	min-height:500px;
	float:left;
	text-align:left;
	padding:20px;
}

#submenu
{
	width:140px;
	background-color: #E4E1D5;
	margin-top:20px;
	text-align:left;
	margin-left:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:0px;
}

.submenuitem
{
	font-size:13px;
	font-weight:bold;
	padding-bottom:15px;
}

a:link{color:#003366; text-decoration: none;}

a:active{color:#FFFFFF; text-decoration: none;}

a:hover{color:#FF0000; cursor:auto}

a:visited{text-decoration: none; }
