body {
	background-image: url(../images/achtergrond.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}

a:link {
	color: #FF6000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF8000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FF6000;
}

body,td,th {
	font-family: Arial, Verdana, sans-serif;
	text-align:justify;
	
}

h1 {
	font-size:160%;
	text-transform: uppercase;
	color:#FF6600
}

h2 {
	font-size:120%;
	text-transform: uppercase;
	color:#FF6600
}

.typenaam {
	font-size: 100%;
	text-transform: uppercase;
	color:#FF6600;
	font-weight: bold;
}

#container {
	height: auto;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	z-index: 0;
}

#topbalk {
	height: 20px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/PNG/zwart-80%25.png);
	background-repeat: repeat;
	padding: 15px;
	text-align: center;
	color: #CCC;
	font-size: small;
	font-weight: lighter;
	z-index: 5;
}

#topbalk a {
	color:#999;
	text-decoration:none;
}

#topbalk a:hover {
	color:#FFFFFF;
}
	
.translucent 
{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
} 

#menu {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	height: 60px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	padding: 25px;
}

#menu a:hover {
	color: #000;
}

#menu .active  {
	color: #CE0539;
}

.BlokLinks {
	background-image: url(../images/PNG/wit-90%25.png);
	text-align: justify;
	width: 20%;
	float: left;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	padding: 15px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	height: 20px;
}
.BlokRechts {
	background-image: url(../images/PNG/wit-90%25.png);
	padding: 20px;
	width: 70%;
	float: right;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#Topbalk {
	height: 60px;
	width: 100%;
	background-color: #FF8000;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);

}
