@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#container {
	width: 750px;
	position: relative;
	margin: 0px auto;
}
#top {
	height: 27px;
	background-image: url(images/top_bg.gif);
}
#top a {
	font: 11px Tahoma;
	color: #F60;
	padding-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
#top_reff {
	float: left;
}
#top_cont {
	float: right;
}
#header {
	height: 112px;
	background-image: url(images/bg_header.gif);
}
#header div {
	width: 100px;
	height: 100px;
	float: right;
	margin-top: 4px;
	margin-left: 10px;
	text-align: left;
	line-height: 1.0em;
	font: 10
	
	px Tahoma;
}
#header div a {
	font: 10px Tahoma;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#header div a:hover {
	color: #F60;
}
#navigatie {
	height: 28px;
	background-image: url(images/navigatie_bg.gif);
	margin-bottom: 4px;
	padding-left: 45px;
	padding-top: 10px;
}
#navigatie, #navigatie a {
	font: 14px Tahoma;
	color: #F90;
	text-decoration: none;
}
#navigatie a:hover {
	text-decoration: underline;
}
.content_border_top {
	height: 14px;
	background-image: url(images/content_borders.gif);
	background-position: 0px 0px;
}
.content_border_bottom {
	height: 14px;
	background-image: url(images/content_borders.gif);
	background-position: 0px -14px;
}
.content {
	background-image: url(images/content_bg.gif);
	font: 12px Tahoma;
	padding-left: 20px;
	color: #FFF;
	padding-right: 20px;
	padding-bottom: 40px;
}
.content_titel {
	font: 12px Tahoma;
	margin:0px;
	color: #000;
	padding-bottom: 2px;
	margin-bottom: 4px;
	<!--border-bottom: 1px solid #000;-->
	width: 702px;
}
#footer {
	text-align: center;
	font: 11px Tahoma;
	color: #FFF;
	margin-top: 10px;
}

/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-style: normal;
font-weight: bold;
text-align: center;
color: #000;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Tahoma;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #000;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Tahoma;
font-size: 11px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #000;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Tahoma;
font-size: 10px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #000;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Tahoma;
font-size: 10px;
font-style: normal;
font-weight: bold;
text-align: center;
color: #000;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Tahoma;
font-size: 10px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #000;
}
