*
{
	padding: 0;
	margin: 0;
}

body
{
	color: #000000;
	font-size: 12px; 
	font-family: arial, verdana;
	background: url(../images/background.gif) #fff;
	background-repeat: repeat-x;
	/* background: #ededed; */
}

#wrapsite
{
	margin: 0 auto;
   	width: 800px;
   	border-style: solid;
	border-color: #ccc;
	border-width: 0px 1px 0px 1px

}

#logo
{
	width: 800px;
	height: 118px;
}

#menu
{
	width: 800px;
	background: url(../images/menu_gradient.jpg);
	background-repeat: repeat-x;
	height: 25px;
}

.mainlevel
{
	width: 768px;
	color: #ffffff;
	height: 10px;
	margin-left: 5px;
	top: 2px;
	position: relative;
	text-decoration: none;
	font-size: 15px;

}

#maincontainer
{
	width: 800px;
}

#main_bg
{
	width: 800px;
   	background: url(../images/body_gradient.jpg) #fff;
	background-repeat: repeat-x;
	min-height: 150px;
  	height: auto !important;
  	height: 150px;
}

#main_content
{
	width: 600px;
	margin-left: 62px;
}

#welkom_bg
{
	width: 800px;
   	background: url(../images/body_gradient.jpg) #fff;
	background-repeat: repeat-x;
	min-height: 200px;
  	height: auto !important;
  	height: 200px;
}

#welkom_content
{
    width: 700px;
	margin-left: 62px;
}

#page_title
{
	margin-left: 27px;
	position: relative;
	clear: both;
	height: 27px;
}

#frontpage_bg
{
	width: 800px;
   	background: url(../images/body_gradient.jpg) #fff;
	background-repeat: repeat-x;
	min-height: 125px;
  	height: auto !important;
  	height: 125px;
}

#frontpage_content
{
    width: 600px;
	margin-left: 62px;
}

#footer
{
	width: 800px;
	height: 40px;
	background: url(../images/footer_bg_46.gif) #fff;
   	background-repeat: repeat-x;
}

#copy_content
{
   	margin-left: 30px;
   	padding-top: 7px;
   	height: 32px;
}

/* content */
.contentheading
{
	font-size: 20px;
	font-weight: bold;
}

.contentpaneopen
{
	margin-left: 5px;
	margin-top: 10px;
}