html 
{
	height:100%;
}

body 
{
	height:100%; 
	margin:0; 
	padding:0;
}
#bg 
{
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

#container 
{
	height: 100%;
	width: 100%;
	position:relative; 
	z-index:1;
}

.header
{
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
}

.header_reflect
{
	background-image: url('../img/header_reflect.jpg');
	background-repeat: no-repeat;
}

.sitemap
{
	background-image: url('../img/sitemap_bg.jpg');
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 13px;
	color: #014a7d;
	text-indent: 9px;
	line-height: 25px;
}

.linker_menu
{
	background-color: #74a3d7;
}

.content_kader
{
	background-color: #74a3d7;
}

.navigatie
{
	margin-top: 144px;
	/*margin-left: 179px;*/
	margin-left: 10px;
	height: 25px;
}

a.hoofdmenu:link
{
	float: left;
	display: block;
	height: 25px;
	
	background-color: #3c9aed;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-right: 2px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
	text-decoration: none;
}

a.hoofdmenu:active
{
	float: left;
	display: block;
	height: 25px;
	
	background-color: #3c9aed;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-right: 2px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
	text-decoration: none;
}

a.hoofdmenu:visited
{
	float: left;
	display: block;
	height: 25px;
	
	background-color: #3c9aed;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-right: 2px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
	text-decoration: none;
}

a.hoofdmenu:hover
{
	float: left;
	display: block;
	height: 25px;
	
	background-color: #0e7bdb;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-right: 2px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
	text-decoration: none;
}

.menu_container
{
	margin-top: 18px;
}

.menu_container_lp {
	margin-left: 15px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #113256;
}

.linker_head
{
	background-image: url('../img/submenu_cat.jpg');
	background-repeat: no-repeat;
	height:24px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #010000;
	line-height: 22px;
	text-indent: 12px;
}
.menu_container a:link
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: #113256;
	/*margin-left: 15px;*/
	font-weight: bold;
}

.menu_container a:active
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: #113256;
	/*margin-left: 15px;*/
	font-weight: bold;
}

.menu_container a:visited
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: #113256;
	/*margin-left: 15px;*/
	font-weight: bold;
}

.menu_container a:hover
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	/*margin-left: 15px;*/
	font-weight: bold;
}

#menuli {
	margin-left		: 10px;
}

h1
{
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	margin: 0px;
	margin-top: 18px;
}

.content
{
	font-family: arial;
	font-size: 13px;
	color: #070a2d;
}

.content img
{
	border: 2px solid #fff;
}

.content a:link
{
	color: #0057a3;
}

.content a:visited
{
	color: #0057a3;
}

.content a:active
{
	color: #0057a3;
}

.content a:hover
{
	color: #fff;
}

input
{
	margin-left: 10px;
	margin-bottom: 3px;
}

select
{
	margin-bottom: 3px;
}

textarea
{
	margin-left: 10px;
	margin-bottom: 3px;
}

label
{
	margin-left: 10px;
}

legend
{
	font-weight: bold;
}

fieldset img
{
	margin-left: 10px;
}

fieldset span
{
	margin-left: 10px;
}

#plaats_bericht
{
	display: block;
	height: 22px;
	background-color: #3c9aed;
	width: 300px;
	line-height: 20px;
	margin-top: 5px;
	cursor: pointer;
	text-indent: 5px;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #fff;
}

#plaats_bericht:hover
{
	display: block;
	height: 22px;
	background-color: #0e7bdb;
	width: 300px;
	line-height: 20px;
	margin-top: 5px;
	cursor: pointer;
	text-indent: 5px;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #fff;
}

.prikbord_tabel
{
	margin-bottom		: 20px;
	border-top			: 1px dashed #fff;
	border-bottom		: 1px dashed #fff;
	background-color	: #88afdb;
	color				: #070a2d;
}

.prikbord_bericht
{
	color: #070a2d;
}

.prikbord_subtext
{
	color: #fff;
	font-size: 11px;
}

.small {
	
}

li {
	list-style-type:none;
}
