/* CSS/XHTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, 
form, label, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #fff;
	line-height: 18px;
}

blockquote, q {
	quotes: none;
}

:focus, img {
	outline: none;
	border: none;
}
a.button {
	cursor: pointer;
}
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

h1 {
	font-size: 29px;
	color: #fff;
	line-height: 29px;
	font-weight: normal;
}

p {
	margin: 16px 0;
	line-height: 22px;
	font-style: normal;
}

ul {
	line-height: 22px;
}

a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #95a3b7;
}
a.blauwlink{
	color: #95a3b7;
}
table {
}

/* FRAMEWORK */

body {
	background-color: #102645;
	background-image: url(../images/template/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: absolute;
	top: 0px;
	width: 100%;
}

.skip {
	width: 102px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 11px;
	line-height: 23px;
	color: #5d7595;
	text-align: right;
	background: url(../images/template/bg_skip.gif) left top no-repeat;
	cursor: pointer;
}

.skip:hover {
	text-decoration: underline;
}

#site {
	width: 979px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-bottom: 100px;
	z-index: 20;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#top {
	width: 979px;
	height: 132px;
	position: relative;
	float: left;
	text-align: center;
}

#top img {
	position: absolute;
	top: 43px;
	right: 5px;
	width: auto;
	height: auto;
}

#left{
	width: 197px;
	height: auto;
	position: relative;
	float: left;
}

#menu {
	width: 254px;
	height: auto;
	min-height: 281px;
	position: relative;
	float: left;
	background: url(../images/template/bg-menu.png) left top repeat;
}

#menu ul {
	width: 197px;
	height: auto;
	margin: 0;
	padding: 15px 0px 0px 15px;
	list-style: none;
}

#menu ul li {
	text-indent: 30px;
	line-height: 38px;
	border-bottom: solid 1px #304c71;
}

#menu ul li a {
	width: auto;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#menu ul li a:hover {
	background: url(../images/template/bg_menu_over.gif) no-repeat 10px 14px;
}

#menu ul li.actief a, #menu ul li.laatst.actief a {
	font-weight: bold;
	background: url(../images/template/bg_menu_on.gif) no-repeat top left;
}

#menu ul li.laatst {
	background: none;
	border: none;
}

#menu ul li.laatst a {
	background: none;
	line-height: 37px;
	height: 37px;
}

#menu ul li ul {
	padding: 0px;
	padding-bottom: 15px;
}

#menu ul li ul li {
	text-indent: 40px;
	line-height: 25px;
	background: none;
	font-weight: normal;
	font-size: 14px;
	border: none;
}

#menu ul li ul li a {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	color: #c9d5e3;
	text-decoration: none;
	font-size: 12px;
	background-image: none;
}

#menu ul li.actief ul li a{
	background-image: none;
	color: #c9d5e3;
	font-weight: normal;
}

#menu ul li ul li a:hover {
	background-image: none;
	background-color: #28456a;
	color: #fff;
}

#menu ul li ul li.actief a, #menu ul li ul li.actief:hover {
	text-decoration: underline;
	background-image: none;
}

#recent {
	width: 230px;
	height: 216px;
	position: relative;
	float: left;
	margin-top: 23px;
	padding: 24px 0px 0px 24px;
	background: url(../images/template/bg-menu.png) left top repeat;
	z-index: 100;
}
#recent h4.recent {
	visibility: hidden;
	margin-bottom: 5px;
}
#recent .item {
	width: 100px;
	height: 75px;
	position: relative;
	float: left;
	margin: 0px 2px 2px 0px;
}
#recent .item img {
	width: 100px;
	height: 75px;
}
#recent .item .loep {
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/template/loepje.gif) left top no-repeat;
}
#recent .item a.button {
	width: 100px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: url(../images/template/x) left top repeat;
}
#right{
	width: 726px;
	height: auto;
	position: relative;
	float: right;
}

#fotoshow {
	width: 726px;
	height: 282px;
	position: relative;
	float: right;
}

#fotoshow img {
	width: 724px;
	height: 280px;
	position: absolute;
	top: 1px;
	left: 1px;
}

#content {
	width: 726px;
	height: auto;
	position: relative;
	float: left;
}

#inhoud {
	width: 669px;
	height: auto;
	position: relative;
	float: left;
	padding-left: 18px;
}

#inhoud h1 {
	margin: 32px 0 40px;
}

#inhoud h1 small {
	font-size: 15px;
}

#inhoud h1 small a {
	font-size: 15px;
}

.item {
	width: 688px;
	height: 190px;
	position: relative;
	margin-bottom: 29px;
	background: #163157;
	float: left;
}

.item.even {
	background: none;
}

.item .foto {
	width: 255px;
	height: 190px;
	position: relative;
	float: left;
}

.item .tekst {
	width: 410px;
	height: 190px;
	position: relative;
	float: right;
}

.item .tekst .titel {
	width: 376px;
	height: 17px;
	margin-top: 28px;
	overflow: hidden;
}

.item .tekst .omschrijving {
	width: 376px;
	height: 70px;
	margin-top: 22px;
	overflow: hidden;
	font-size: 12px;
}

.item .tekst .omschrijving span {
	font-size: 12px;
}

.item .tekst .meer {
	width: 100px;
	height: 17px;
	margin-top: 15px;
	background: url(../images/template/bg_menu_over.gif) no-repeat 85px 6px;
}

.item .tekst .titel, .item .tekst .omschrijving, .item .tekst .meer {
	margin-left: 15px;
	position: relative;
}

.item .tekst .titel h2 {
	font-size: 17px;
	color: #8ba5d9;
	line-height: 17px;
	font-weight: normal;
}

.item .tekst .meer a {
	color: #8ba5d9;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}

#paging {
	width: 688px;
	height: 50px;
	position: relative;
}

.paginas {
	width: 150px;
	height: 50px;
	line-height: 57px;
	position: relative;
	float: left;
}

.paginas span {
	color: #8ba5d9;
	font-size: 11px;
}

.nav {
	width: 350px;
	height: 50px;
	position: relative;
	float: right;
	text-align: right;
	line-height: 57px;
}

.nav {
	word-spacing: 1px;
}

.nav a {
	padding: 0 3px;
	background: none;
}

.nav a.actief {
	background: #8ba5d9;
	color: #fff;
	text-decoration: none;
}

#footer {
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 0;
	z-index: 10;
}

#footer img {
	width: 334px;
	height: 279px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#footer_content_wrapper {
	width: 715px;
	height: 90px;
	position: relative;
	padding-left: 254px;
	margin: 0 auto;
	background: url(../images/template/bg_footer_adres.gif) top right no-repeat;
}

.adres {
	width: 650px;
	position: relative;
	margin: 0px;
	padding-top: 15px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.copyright {
	width: 650px;
	position: relative;
	margin: 15px 0px 0px 0px;
	color: #576981;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.copyright a {
	color: #576981;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}

.footer {
	width: 979px;
	line-height: 30px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #58687d;
	font-size: 11px;
}

.footer a {
	color: #58687d;
	font-size: 11px;
	text-decoration: none;
}

.form {
	border: 1px #496c94 solid;
	width: 175px;
}

.form-knop {
	width: auto;
	border: 1px #496c94 solid;
	background: #234974;
	padding: 3px 6px;
	color: #FFFFFF;
}

textarea.form {
	height: 65px;
	width: 190px;
	font-family: "Trebuchet MS", Arial;
}

form table td {
	vertical-align: top;
}

/*/////////////////////
	Schuifpagina's
/////////////////////*/
ol.schuiven {
	position: relative;
	float: left;
	list-style: decimal;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
}
ol.schuiven li {
	color: #fff;
	position: relative;
	float: left;
}
ol.schuiven li:hover {
	color: #708090;
}
.item {
	width: 670px;
	height: auto;
	position:relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	background: none;
	margin-bottom: 35px;
}
.titel {
	width: 670px;
	height: auto;
	position:relative;
	float: left;
	background: none;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.titel strong {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.titel:hover {
	color: #708090;
}
.titel:hover strong {
	color: #708090;
}
.uitleg {
	width: 640px;
	height: auto;
	position:relative;
	float: left;
	padding: 15px;
	margin-top: 15px;
	display: none;
	background: #708090;
	font-weight: normal;
}
p.blauw {
	position: relative;
	float: left;
	background: #4682b4;
	width: 640px;
	padding: 10px 15px;
}
p.blauw a {
	color: #fff;
}

