/* Basis opmaak */
body {
	/*width: 984px;
	margin-top: 10px;*/
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	/*position: relative;*/
	text-align: center;
	background: url(/images/bgroot2.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #fdfaf1;
}
a {
	color: #000000;
	text-decoration:none;
}
img {
	border:none;
}
a:hover {
	color: #bbb52b;
}
.a1, .a2, .a3 {
	font-weight: bold;
	border: solid 1px #e9e7bc;
}
.a1:hover, .a2:hover, .a3:hover {
	border: solid 1px #bbb52b;
}
.a1 {
	font-size: 10px;
}
.a2 {
	font-size: 12px;
}
.a3 {
	font-size: 14px;
}
a.linkopacity img {
	filter:alpha(opacity=20); 
	-moz-opacity: 0.2; 
	opacity: 0.2;
	border: 0px;
	margin-bottom:6px;
}
a.linkopacity:hover img{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
/* Containers */
#basis_container {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
}
#sub_container {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, sans-serif;
	background-image: url(/images/navbg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#top {
	width:200px;
	height:1px;
	position:relative;
}
/* Header */
#header {
	margin: 0;
	padding: 0;
	background-image: url(/images/header.jpg);
	height: 191px;
	text-align: bottom;
	background-repeat: no-repeat;
}
/* Tekst grote */
#tekst_grote {
	padding-top: 14px;
	float: right;
	text-align: right;
	margin-right: 18px;
}
/* Crumble Pad */
#kruimel {
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: solid 1px #bbb52b;
}
/* Distrie extra logo */
#distriextra {
	clear: right;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	font-size:10px;
}
/* Headlinks / Dynamische links */
#headlinks {
	padding-left: 10px;
	width: 100%;
	clear: both;
	padding-top: 110px;
	z-index: 1000;
}
.headlink {
	background-image: url(/images/button.gif);
	background-repeat: no-repeat;
	clear: none;	
	float: left;	
	height: 25px;		
	padding-top: 5px;	
	text-align: left;		
	vertical-align: middle;		
	margin-right: 38px;		
	padding-left: 29px;
}
.headlinkactive{
	background-image: url(/images/button-over.gif);	
	background-repeat: no-repeat;		
	clear: none;		
	float: left;		
	height: 25px;		
	padding-top: 5px;		
	text-align: left;		
	margin-right: 38px;		
	padding-left: 29px;
}
a .headlink {
	vertical-align: middle;
}
.headlink:hover, .headlinkactive:hover{
	background-image: url(/images/button-over.gif);
	color: #000000;
}
/* Statische links */
#statisch_headlinks {
	float: right;
	text-align: right;
	padding-right: 30px;
	clear: both;
	z-index: 0;
}
.statisch_headlinks {
	font-size: 10px;
	margin-left: 20px;
}
.statisch_headlinks:hover {
	color: #00554e;
}
/* Navigatie linkerkant */
#navlinks {
	background-color: #00554e;
	float: left;
	width: 197px;
	height: auto;
	padding: 5px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	position: relative;
	background-repeat: no-repeat;

}
#navlinks a {
	color: #FFFFFF;
}
#navlinks a:hover{
	color: #bbb52b;
}
#navlinks li {
	list-style: square;
	color: #bbb52b;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 0px;
}
#navlinks ul {
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#navlinks span {
	color: #FFFFFF;
}
#navlinks hr {
	border: solid 1px #FFFFFF;
}
/* Kruimel */
#content #kruimel {
	padding:5px;
}
/* Content box */
#content {
	width: 530px;
	float: left;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content a {
	text-decoration:underline;
}
#content h1 {
	font-size: 1.4em;
	color: #00554e;
}
#content h2 {
	font-size: 1.2em;
	color: #bbb52b;
	font-weight: bold;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#content a.knop {
	font-weight: bold;
	color: #00554e;
	margin:5px;
}
/*
#content p{
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin:	0px;
	line-height: 1.3em;
	padding: 0px;
	font-family: Verdana;
}*/
#content ul {
	padding: 0px;
	padding-left: 8px;
	margin-top: 0px;
}
#content li {
	padding-left: 5px;
}
/* Rechter kolom */
#rechterstuk {
	float: right;
	text-align: left;
	width: 770px;
	margin:0px;
	padding:0px;
}
#rechterstuk_items {
	width: 220px;
	float: right;
}

.kolom * {
	margin:0px;
	padding:0px;
}

.kolom .titel {
	margin-top: 5px;
	padding: 6px;
	padding-left:10px;
	background-image: url(/images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #bbb52b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.kolom .inhoud {
	padding:4px;
	background-color: #eae68e;
}
.kolom .voet {
	height:10px;
	background-image: url(/images/zoekfoot.jpg);
	margin-bottom:10px;
	background-repeat: no-repeat;
}

.kolom .inhoud .tussenkop {
	font-weight: bold;
}
.kolom .inhoud .rechts {
	font-weight: bold;
	text-align:right;
	margin-right:5px;
}
.kolom .inhoud .tekst {
	margin:5px;
	margin-left:0px;
}
.kolom .inhoud .tekst img {
	margin:0px;
	padding:0px;
	margin: 1px;
}
.tekst .inhoud iform {
	padding: 0px;
	margin: 0px;
}

.kolom .inhoud input {
	border: solid 1px #bbb52b;
	font-size: 10px;
	background-color: #fff;
	text-align: left;
	padding: 1px;
	margin: 0px;
}
.kolom .inhoud .zoekveld {
	width: 130px;
}
.kolom .inhoud input[type=submit] {
	text-align:center;
}
.kolom .inhoud .loginbtn {
	margin-top: 5px;
}
.kolom .inhoud .fotorechts {
	margin-top: 5px;
}

#rechterstuk_items .fotorechtsupload {
	position: relative;
	width: 220px;
	margin-bottom: 10px;
}
#rechterstuk_items .fotorechtsupload .border_top {
	width: 220px;
	position: absolute;
	top: 0px;
	#top: -6px;
	_top: -6px;
	left:  0px;
}
#rechterstuk_items .fotorechtsupload .border_bottom {
	width: 220px;
	position: absolute;
	bottom: 0px;
	left:  0px;
}
/* Footer */
#footer {
	margin-top: 5px;
	border-top: solid 1px #00554e;
	border-bottom: solid 1px #00554e;
	padding: 2px;
	width: 984px;
	text-align: center;
	clear: both;
	background-color: #fff;
}
#remgro-webdesign {
	margin-bottom: -4px;
	padding-top: 10px;
	width: 984px;
	text-align: center;
	clear: both;
	background-color: #fff;
	font-style: italic;
}
/* Contact formulier */
#contactform {
	width: 320px;
}
#contactform td{
	background-color: #FFFFFF;
}
#contactform  input{
	text-align: left;
	border: solid 1px #bbb52b;
	padding-bottom: 0px;
	height: 16px;
	font-size: 10px;
	background-color: #eae68e;
}
#contactform .contacttext {
	padding: 5px;
	border-left: solid 1px #bcb529;
	text-align: left;
	padding-left: 5px;
}
/* Nieuws */
#nieuws div.overzicht {
	width:530px;
	clear:both;
}
#nieuws .overzicht .links {
	float:left;
}
#nieuws .overzicht .rechts {
	float:right;
	width:130px;
	text-align:center;
}
#nieuws .overzicht .links .onder .datum {
	float:right;
	font-style: italic;
}
#nieuws .overzicht .rechts img {
	border: 1px solid #bbb52b;
}
#nieuws .item {
	clear:both;
	width:530px;
}
#nieuws .item .datum {
	width:530px;
	text-align:right;
	font-style:italic;
}
#nieuws .item .titel {
	width:530px;
}
#nieuws .item .inhoud {
	width:530px;
}
#nieuws .item .onder {
	padding-top:10px;
	width:530px;
}
#nieuws .item .inhoud img.afbeelding {
	float:right;
	border-left:#FF0000;
	border-left: 1px #D8D8D8;
	border-top: 1px #D8D8D8;
	border-left-style: solid;
	border-top-style: solid;
	background-image:url(/images/foto_achtergrond.jpg);
	padding-bottom:7px;
	padding-right:8px;
	margin-left:5px;
	margin-bottom:5px;
	background-position: right bottom;	
}
#nieuws hr.lijn  {
	clear:both;
	background-color:#00554e;
	color:#00554e;
	height:1px;
}
#nieuws div.bladzijde {
	text-align: center;
}
#nieuws div.bladzijde a {
	text-decoration: underline;
}
/* Catalogus */
#catalogus #overzicht .object {
	float:left;
	clear:both;
	width:500px;
	margin-bottom:15px;
	padding:15px;
}
#catalogus #overzicht .kleur {
	background-color:#EAE7BC;
}
#catalogus #overzicht .standaard {
	background-color:#FFFFFF;
}
#catalogus #overzicht .object h2.titel {
	color:#00554e;
}
#catalogus #overzicht .afbeelding {
	float:left;
	width:130px;
	height:100%;
	text-align:center;
}
#catalogus #overzicht .afbeelding img {
	margin-top:20%;
	border: 1px solid #00554e;	
}
#catalogus #overzicht .inhoud {
	width:370px;
	float:right;
}
#catalogus #detail #extra {
	float:right;	
}
#catalogus #detail #catalogus_afbeeldingen {
	
}
#catalogus #detail #catalogus_documenten {
	border:1px solid #BBB52B;
	padding:8px;
	margin-left:2px;
}
#catalogus #detail #catalogus_documenten a {
	text-decoration:none;
}
#catalogus #detail #catalogus_documenten .item {
	margin:5px;
	margin-left:0;
}
#catalogus #detail .afbeeldingen {
	
}
#catalogus #detail .afbeeldingen img {
	border:1px solid #BBB52B;
	margin:3px;
}
/* Vacatures */
#vacatures table.overzicht {
	width:530px;
}
#vacatures table.overzicht td.datum {
	font-style: italic;
}
#vacatures hr.lijn  {
	margin-top:15px;
	background-color:#00554e;
	color:#00554e;
	height:1px;
}
#vacatures div.bladzijde {
	text-align: center;
}
#vacatures div.bladzijde a {
	text-decoration: underline;
}
#contacttxt {
	width: 530px;
}
/* Sitemap */
#sitemaptable {
}
#sitemaptable .rij_niv1  a {
	text-decoration		: none;
	font-weight			: bold;
}
#sitemaptable .rij_niv1 {
	height				: 30px;
	vertical-align		: bottom;
}
#sitemaptable .rij_niv2  a {
	text-decoration		: none;
}
/* Archief */
/*
#content td {
	width: 45%;
	padding: 5px;
	vertical-align: top;
	background-color: #eae7bc;
}
#catalogus #navigatie {
	//float:right;
	//height:10px;
}
#map {
	width: 350px;
	height: 350px;
	//overflow:hidden;
	float:right;
	z-index: 1000000;	
}
.hist img{
	margin-left: 5px;
	border: 0px;
}
.hulprust img{
	border: solid 1px #02534d;
}
#hulprusten td {
	vertical-align: top;
	width: 300px;
	font-size: 11px;
	background-color: #eae7bc;
	padding: 5px;
}
#hulprusten h2 {
	color: #02534d;
}
.vac-adres {
	background-color: #f5f3d7;
	width: 250px;
	border: solid 1px #bcb529;
	margin: 5px;
}
#route {
	width: 20%;
}
.fotoroute {
	margin-left: 20px;
}*/