body {
	background: #3d3d3d url(/themes/default/images/background.jpg) repeat-x;
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	
	overflow: scroll;
  overflow:	-moz-scrollbars-vertical;

}

#wrapper {
	position: relative;
	margin: auto;
	background: #3d3d3d url(/themes/default/images/background-wrapper.jpg) no-repeat top center;
	width: 1000px;
}

#header {
	position: relative;
	height: 147px;
}

#logo {
	position: relative;
	float: left;
	width: 478px;
	height: 83px;
	background: transparent url(/themes/default/images/logo.png) no-repeat top center;
}

#logo a {
	border: none;
	color: transparent;
}

#logo span {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#search {
	position: relative;
	top: 35px;
	float: right;
	width: 200px;
}

#search input {
	width: 158px;
	height: 16px;
	background: #565555;
	color: #fff;
	border: none;
	padding: 4px;
	float: left;
}

#search .button {
	width: 34px;
	height: 24px;
	padding: 0;
}

#menu {
	position: absolute;
	clear: both;
	background: #205582;
	/*display: table;*/
	width: 100%;
	top: 88px;
	z-index: 9999;
}

#menu ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	display: block;
	border-top: solid 1px #163753;
	border-right: solid 1px #163753;
	border-bottom: solid 1px #163753;
}

#menu ul li:hover {
	background: #fff;
}


#menu ul li a {
	font-size: 13px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	display: block;
	padding: 0 30px 0 30px;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover, #menu ul li:hover a {
	color: #205582;
}

#menu ul li ul {
	display: none;
	position: absolute;
	background: #205582;
	margin-left: -1px;
}

#menu ul li ul li {
	clear: both;
	width: 230px;
	border-top: none;
	border-left: solid 1px #163753;
	border-right: solid 1px #163753;
	border-bottom: solid 1px #163753;
}

#menu ul li ul li a {
	color: #fff !important;
	width: 164px;
}

#menu ul li ul li a:hover {
	color: #205582 !important;
}

#menu ul li:hover ul {
	display: block;
}


#hspacer {
	position: relative;
	height: 20px;
	background: #c8c8c8;
}

#content_wrapper {
	background: #3d3d3d url(/themes/default/images/background-content-wrapper.jpg) repeat-y top center;
	position: relative;
	display: table;
	width: 100%;
}

#content {
	float: left;
	position: relative;
	width: 724px;
	display: block;
	padding: 0 20px 20px 20px;
	line-height: 18px;
}

#breadcrumbs_wrapper {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #122f48;
}

#breadcrumbs_wrapper a {
	color: #122f48;
	font-style: italic;
}

#side_content {
	float: left;
	position: relative;
	width: 176px;
	display: block;
	background: url(/themes/default/images/image-right.jpg) no-repeat bottom center;
	padding: 33px 20px 157px 20px;
	color: #eff1f0;
	line-height: 18px;
}

#side_content h1, #side_content h2 {
	color: #eff1f0;
	margin: 0px 0px 15px 0px;
}

#side_content a {
	color: #fff;
	text-decoration: none;
}

#side_content a:hover {
	text-decoration: underline;
}

#side_content a.right {
	display: block;
	padding-right: 20px;
	background: url(/themes/default/images/arrow-right-news.jpg) no-repeat right;
}

#footer {
	clear: both;
	height: 36px;
	line-height: 36px;
	background: #15466f;
	width: 1000px;
	margin: 0px auto;
}

#footer div {
	position: relative;
	margin: auto;
	width: 1000px;
}

#footer div a {
	color: #eff1f0;
	text-decoration: none;
	padding: 0 0 0 10px;
}


/* news */
.newsdate {
	font-size: 10px;
}


/* buttons */

.readmore {
	float: right;
	background: #dddddd url(/themes/default/images/arrow-right.jpg) no-repeat right;
	color: #205582;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	padding: 0 23px 0 5px;
	margin-bottom: 5px;
	width: 140px;
	border: none;
}

.back {
	clear: both;
	display: table;
	background: #dddddd url(/themes/default/images/arrow-left.jpg) no-repeat left;
	color: #205582;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	padding: 0 5px 0 35px;
	margin-bottom: 5px;
	float: left;
}

.pager {
	clear: both;
	display: inline;
	background: #dddddd;
	color: #205582;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	padding: 0 5px 0 5px;
	margin-bottom: 5px;
}

.active_page {
	clear: both;
	display: inline;
	color: #205582;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	padding: 0 5px 0 5px;
	margin-bottom: 5px;
}


/* forms */
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form li {
	clear: both;
	display: block;
}

form div {
	float: left;
}


form .label {
	position: relative;
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
	clear: both;
	text-align: right;
}

form input {
	width: 300px;
	border: solid 1px #205582;
	background: #e9e9e9;
	margin-bottom: 5px;
}

form input.radio {
	width: 20px;
	vertical-align: middle;
}

form textarea {
	width: 300px;
	height: 100px;
	border: solid 1px #205582;
	background: #e9e9e9;
	margin-bottom: 5px;
}

h1 {
	color: #205582;
	font-size: 20px;
}

h2 {
	color: #205582;
	font-size: 18px;
}

h3 {
	color: #205582;
	font-size: 14px;
	margin: 0;
}

hr {
	clear: both;
	width: 724px;
	border-top: solid 1px #ababab;
	border-bottom: solid 1px #dddddd;
	border-left: none;
	border-right: none;
}

img {
	border: none;
}

a {
	color: #205582;
}

a:hover {
	color: #5487b3;
}

.right {
	float: right;
}

.contactformulier_submit {
	float: right;
	background: #dddddd url(/themes/default/images/arrow-right.jpg) no-repeat right;
	color: #205582;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	padding: 0 23px 0 5px;
	margin-bottom: 0px;
	width: 140px;
	border: none;
}

p {
	margin: 0;
	padding: 0;
}

div.clear {
	float: none;
	clear: both;
}

/* sitemap */

ul.sitemap li span
{
  color: #205582;
}