h1, h2, h3, h4, h5, p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

th, td {
	font-size: 12px;
}

h1 {
	text-align:right;
	font-size:16px;
	color: #b2b2b2;	
	margin-right: 6px;
	margin-top: 10px;
	letter-spacing: 5px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #36A7E8;
}

h3 {
	font-size:29px;
	font-weight: bold;
	color: #E51737;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #E51737;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	text-align: center;
	background:url(/images/bg.gif) repeat-x #e4e4e4;
}

#header {
	_margin-bottom: -11px;
}

#omheen {
	margin: 0 auto 0 auto;
	width:  784px;
	background:url(/images/main.gif) repeat-y;
}

#container {
	margin: 0 auto 0 auto;
	width:  784px;
	text-align: left;
}

a,
a:link,
a:visited,
a:active {
	color: #000000;
}

#top {
	width: 784px;
	height: 160px;
	background:url(/images/top.gif) no-repeat;
}

#main {
	z-index: 920;
	width: 784px;
	background: url(/images/main.gif) repeat-y;
}

#left {
	float: left;
	width: 563px;
	background:url(/images/main-left.gif) no-repeat;
	margin-top: -11px;
	_margin-top: 0px;
	*margin-top: 0px;			
}

#content {
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
}

#right {
	float: left;
	width: 221px;
	background:url(/images/main-right.gif) no-repeat;	
	margin-top: -11px;
	_margin-top: 0px;
	*margin-top: 0px;	
}

#content2 {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 20px;
}

#hoofdmenu {
	clear: both;
	height: 46px;
	background:url(/images/menu.gif) no-repeat;
	text-transform: uppercase;
	margin-top: -12px;
	_margin-top: 0px;
	*margin-top: 0px;	
}

#hoofdmenu ul {
	margin-left: 50px;
}

/* submenu uitzetten + definitie */
#hoofdmenu ul li ul{
	display: none;
	position: absolute;
	margin: 0px;
	filter: Alpha(Opacity=80, FinishOpacity=80, Style=1);
	opacity: .8;
	background-color: #ff9a00; /* IE flicker fix*/
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: lowercase;	
	color: red;
}

/* submenu aanzetten  */
#hoofdmenu ul li:hover ul, #hoofdmenu ul li.sfhover ul {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;	
}

#hoofdmenu li:hover ul, li.sfhover ul{ 
	display: block; 
	margin: 0px;

}

/* subsubmenu uitzetten */
#hoofdmenu ul li:hover ul li ul, #hoofdmenu ul li.sfhover ul li ul {
	display: none;
}

#hoofdmenu li {
	list-style: none;
	position: relative;
	height: 46px;
	float: left;
	padding-top: 11px;
}

#hoofdmenu li li{
	height: auto;
	padding-top: 0px;
	float: none;
	margin: 0px;
	padding-top: 3px; 
	padding-bottom: 3px; 
}

#hoofdmenu a,
#hoofdmenu a:link,
#hoofdmenu a:visited,
#hoofdmenu a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 18px;
}

#hoofdmenu li ul a:hover {
	color: #000;
}

#hoofdmenu li:hover, #hoofdmenu li.sfhover {
	background:url(/images/menu-sel.gif) center top no-repeat;
}

#hoofdmenu li li:hover, #hoofdmenu li li.sfhover {
	background:none;
}

.selected {
	background:url(/images/menu-sel2.gif) center top no-repeat;
}

.breaker {
	clear: both;
}

#footer {
	width: 784px;
	height: 55px;
	background:url(/images/footer.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6c6c6c;
	text-align:center;
}