:focus {
	outline: 0;
}  

* {
	padding: 0;
	margin: 0;
	border: none;
}


/*groen*/
#hoofdmenu a, #footer, #submenu a, .item h2, .item a:hover, #tekst a:hover
{
	color: #566c10;
}

/*donker groen*/
h1, h2 {
	color: #2a3d00;
}

/*wit*/
#hoofdmenu a:hover, #hoofdmenu a:hover span, #hoofdmenu a.active, #hoofdmenu a.active span
{
	color: white;
}

/*orange*/
#hoofdmenu a span, #footer span, .item a, #submenu a.active, #submenu a:hover, #tekst a
{
	color: #f37321;
}



html, body {
	background-color: #656b50;
	font-family: Verdana, Arial;
	font-size: 13.8px;
	text-align: left;
}

#content {
	background-color: #FFF;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

/*content*/
#header {
	position: relative;
	height: 170px;
	width: 980px;
	border-bottom: 16px solid #566c10;
	margin-bottom: 24px;
}

#main {
	position: relative;
	width: 980px;
}

#footer {
	font-size: 13px;
	height: 57px;
	border-top: 16px solid #566c10;
	text-align: center;
}


/*header*/
#logo {
	float: left;
	width: 224px;
	height: 160px;
	background: transparent url(/customer_data/sitbv.nl/own_files/own_images/logo.gif) no-repeat -18px -6px;
}

#header_img {
	position: absolute;
	bottom: 0;
	right: 0;
	/*border-left: 2px solid #708c15;*/
}

#logo h1 {
	display: none;
}

#hoofdmenu {
	position: absolute;
	right: 0;
	top: 0px;
	width: 754px;
	height: 45px;
	text-transform: uppercase;
	border-left: 2px solid #708c15;
	border-bottom: 16px solid #566c10;
}

/*horizontaal menu */
.horizontal ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.horizontal li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	height: 45px;
	width: 135px;
	border-right: 2px solid #708c15;
}

.horizontal li a {
	display: block;
	height: 45px;
	width: 135px;
	text-align: center;
	line-height: 39px;
	font-size: 13px;
	font-weight: bold;
}

.horizontal li a:hover, #hoofdmenu a.active {
	background-color: #f37321;
}




/*main*/
#hoofd {
	float: right;
	border-left: 2px solid #708c15;
	width: 754px;
}

#links {
	float: left;
	width: 220px;
}



/*hoofd*/
#tekst {
	float: left;
	width: 520px;	
}

#rechts {
	float: right;
	width: 230px;
}



/*links*/
#submenu {
	margin-left: 63px;
	border-left: 2px solid #f37321;
	font-size: 13px;
}
#submenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#submenu li {
	margin: 0;
	padding: 0 0 10px 10px;
}

#submenu li li a {
	font-size: 14px;
}


/*tekst*/
.marge {
	padding: 0 10px;
		font-family: Verdana, Arial;
}



/*rechts*/
.item {
	border-left: 2px solid #708c15;
	padding: 0 10px;
	width: 200px;
	margin-bottom: 24px;
}

.itemui {
	border-left: 2px solid #708c15;
	padding: 0 10px;
	width: 200px;
	margin-bottom: 24px;
	font-size: 10.0px;
}

.itemnaam {
	font-size: 14px;
	font-weight: bold;
	color: #566c10;
}

.laatste {
	margin: 0;
}

.item h2 {
	font-size: 16px;
	margin-bottom: 15px;
}


.normal_link {

	color: #f37321;

}

.normal_link:hover {

	color: #566c10;

}

/*footer*/
#footer p {
	margin-top: 20px;
}




/*algemeen*/
a {
 text-decoration: none;
}

h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}


ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

li {
	padding-left: 10px;
	margin: 0 0 15px 20px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 24px;
}

.form {
	border: 1px solid #f37321;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.button {
	font-family: Verdana; font-size: 10pt;
	border: 1px solid #566c10;
}