body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(img/bg.gif);
	margin: 0px;
	height: 100%;
}
a {
	color: #FF7200;
	text-decoration: underline;
}
a:hover {
	color: #FFC600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}


h2{
	width:250px;
	float:left;
	margin:0px;
	padding:0px;
}

/* navigatie menu */


.menu {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.menu a {
	color: #FFF;
}
.menu a:hover {
	color: #FFC600;
	text-decoration: none;
}
.menu_active {
	color: #FFC600;
	font-weight: bold;
	text-decoration: none;
}
.submenu {
	color: #FFF;
	text-decoration: none;
}
.submenu a {
	color: #FFF;
}
.submenu a:hover {
	color: #FFC600;
	text-decoration: none;
}
.submenu_active {
	color: #FFC600;
	font-weight: bold;
	text-decoration: none;
}

/* content */
h1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFC600;
}
p {
	font-size: 11px;
	color: #FFF;
}
.orange {
	font-size: 11px;
	color: #FFC600;
}
hr {
	color: #FFF;
	height: 1px;
}
.kloat {
	font-size: 11px;
	font-weight: bold;
	color: #FF7200;
}
.topright {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.topright a {
	color: #FFF;
	text-decoration: none;
}
.tpright a:hover {
	color: #FFC600;
	text-decoration: none;
}

.content_bg {
	background-repeat: no-repeat;
}
.nieuws {
	color: #FFF;
}
li {
	margin-left: -22px;
}
.li_gegevens {
	list-style: none;
	color: #FFF;
}
.content_orange {
	color: #FFC600;
	font-weight: bold;
}
hr {
	background-image: url(img/hr01.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.copyright {
	font-size: 10px;
	color: #FFF;
}
.textfield {
	border: 1px solid #FFC600;
	font-size: 11px;
}
.button {
	border: 1px solid #FFF;
	background-color: #FFC600;
	font-size: 10px;
	font-weight: bold;
}
