body, html 
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #C8C8C8;
}
*
{
	font-family: Verdana;
}
h1
{
	color: #F5821F;
	font-size: 18px;
	margin: 0;
}
p, ul, li
{
	font-size: 12px;
	color: #636363;
}
.subtitel
{
}

.ddmenu
{
  visibility: hidden;
  position: absolute;
  background-color: #FFF;
  padding-left: 10px !important;
  margin-left: -11px;
  border-left: 1px solid #F5821F;
  border-bottom: 1px solid #F5821F;
}

#refclass td
{
  vertical-align: top;
}

#bottommenu
{
  padding-top: 8px;
  text-align: center;
  color: #FFF;
}
#bottommenu a
{
  color: #FFF;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 11px;
}

#container
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 12px;
	color: #636363;
}

#header
{
	background-image: url(images/header.jpg);
	width: 980px;
	height: 182px;
	position: relative;
}

#menu
{
	background-image: url(images/menu.jpg);
	width: 980px;	
	height: 74px;
	overflow: hidden;	
}
#menucon
{
	margin-top: 20px;
	margin-left: 40px;
	z-index: 2500;
}
#menucon a
{
	color: #58595B;
	text-decoration: none;
	font-size: 11px;
}
#menucon a:hover
{
	color: #F5821F;
}
#menucon div
{
	float: left;
	border-right: 1px solid #F5821F;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.noborder
{
	border: none !important;
}
.menuactive
{
	color: #F5821F !important;
}

#contentcontainer
{
	background-image: url(images/background_structuur.jpg);
	position: relative;
	padding-bottom: 4px;
	overflow: hidden;
}
#contentleft
{
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	width: 461px;
	position: relative;
	background-image: url(images/content_rep.gif);
	background-repeat: repeat-y;
}
#contentlefttop
{
	height: 10px;
	background-image: url(images/content_top.gif);
}
#contentleftbottom
{
	height: 32px;
	background-image: url(images/content_bottom.gif);
}
#content
{
	margin-left: 20px;
	margin-right: 20px;
}

#contentright
{
	float: left;
	margin-left: 150px;
	width: 284px;
	margin-top: 15px;
}

#footer
{
	background-image: url(images/footer.jpg);
	width: 980px;
	height: 210px;
	position: relative;
}