body, html {
		height:100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: auto;
	margin: 0;
	text-align: center;
	background-color: #fff;
}

img, img a {
	border: 0;
	padding: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* kleuren 
donker rood #B73D00
geel #F8DD18
donker blauw #000053
omber #66593D
grijs: #E6E0D5
*/



/* De lay-out*/

#centreren {
  	margin: 0 auto;
	position: relative;
	width: 970px;
	height: auto;
	text-align: center;
}


#container {
	width: 100%;
	height: auto;
	float: left;
	background-color: rgb(250,255,250);  
	background:rgba(250,255,250,0.9);
	-ms-filter:alpha(opacity=90);
   filter:alpha(opacity=90)
}

#header {
	display: block;
	width: 970px;
	height: 170px;
	float: left;
	text-align: left;
	margin-top: 10px;
	position:relative;
}

#logo {
	width: 240px;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
}

#contact {
	float: right;
	margin: 5px 15px 0 0;
}

#menu {	
	width: 970px;
	float: left;
	height: 40px;
}

#conwrapper {
	width: 970px;
	height: auto;
	float: left;
	clear: both;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
	position:relative;
}


#links{
	float:left;
	width: 205px;
	text-align: left;
}

body.home #links {
	width: 0;
	margin: 0
}

.home #slideshow {
	float: left;
	display: block;
	width: 920px;
	height: 320px;
	margin: 0 0 20px 15px;
	padding: 10px;
	background-color: #FFFFFF;
}

#content {
	float: left;
	display: block;
	width: 480px;
	margin: 0 25px 20px 5px;
	padding: 10px;
	background-color: #FFFFFF;
}

.home #content {
	float: left;
	display: block;
	width: 690px;
	margin: 0 10px 20px 15px;
	padding: 10px;
	background-color: #FFFFFF;
}


#rechts {
	width: 220px;
	float: left;
}


#footercontent {
		background-image: url(../images/footerbalk.png);
		background-repeat: no-repeat;
		background-position: top;
		float: left;
	clear: both;
	width: 940px;
	height: auto;
	min-height: 20px;
	margin: 15px 0 0 15px;
	padding: 30px 0 0 0;
	position:relative;

}

#footerbg {
	float: left;
	clear: both;
	width: 970px;
	height: 20px;
}

/* html basis*/


h1, .componentheading {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #B73D00;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	padding:  0;
	font-size: 22px;
	line-height: normal;
}

#logo img {
	float: left;
	clear: none;	
}


#logo h1 {
	
}

h2 {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #000053;
	margin: 0 0 10px 0;
	width: 100%;
	padding:  0;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
}

body.home h2 {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #F8DD18;
	background-color: #66593D;
	margin: 0;
	width: 210px;
	padding: 5px;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}


h3 {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #B73D00;
	margin: 10px 0 3px 0;
	width: 100%;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	margin: 10px 0 3px 0;
	width: 100%;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}




#content li {
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 4px 14px;
	padding: 0;
}


p {
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
	line-height: 18px;
}


a:link, a:visited {
	color: #1a171b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #b73d00;
}

a.image, a.image:hover {
	border: 0px;
}


.home .column-1, .home .column-2 {
	width: 220px;
	float: left;
	background-color: #66593d;
	color: #FFFFFF;
	height: auto;
	min-height: 240px;
	margin: 10px 15px 20px 0;
}

.home .column-3 {
	width: 220px;
	float: left;
	background-color: #66593d;
	color: #FFFFFF;
	height: auto;
	min-height: 240px;
	margin: 10px 0 20px 0;
}

.home .column-1 a, .home .column-2 a, .home .column-3 a {
	color: #FFFFFF;
}


.home .item p {
	width: 210px;
	padding: 5px;
}

.home .item p img {
	margin: -3px 0 5px 5px;
}


/* Joomla contentdisplay*/

.article_separator, hr {
	border-top: 1px solid #66593D;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


a.back_button, a.back_button:link, a.back_button:visited {
	text-decoration: underline;
}

a.back_button:hover {
	color: #b73d00;
	text-decoration: none;
}

a.readon, a.readon:link, a.readon:visited {
    color:#666;
	text-decoration: underline;
}

a.readon:hover {
	text-decoration: none;
}

.pathway {

}



/* MODULES */

.moduletableleer {
	width: 160px;
	height: 1px;
}

#contact .moduletable {

}

#contact .moduletablesocial {
	float: right;
	clear: both;
	width: 220px;
	margin-bottom: 10px;
}

.moduletableadres {
	float: right;
	clear: both;
	width: auto;
}

#contact .moduletableadres p {
	text-align: right;
	font-weight: bold;
	width: 200px;;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#contact .moduletableadres a, #contact .moduletableadres a:link, #contact .moduletableadres a:visited {
	text-decoration: none;
	margin-top: 2px;
}

#contact .mmoduletableadres a:hover {
	color: #B73D00;
}

#rechts .moduletable {
 width: 220px;
 height: auto;
 background-color: #66593d;
 background-image: url(../images/rechts-veld.png);
 background-position: bottom;
 background-repeat: no-repeat;
 margin: -10px 10px 30px 0;
 padding: 0 0 10px 0;
	
}

.home #rechts .moduletable {
 width: 220px;
 height: auto;
 background-color: transparent;
 background-image: none;
 background-position: bottom;
 background-repeat: no-repeat;
 margin: 0px 10px 30px 0;
 padding: 0 0 10px 0;
	
}

#rechts .moduletable h3 {
	color: #f8dd18;
	font-size: 14px;
	width: 200px;
	padding: 10px 15px 10px 10px;
	font-weight: bold;
}

#rechts .moduletable p, #rechts .moduletable ul {
	color: #FFF;
	padding: 5px 10px;
}

#rechts .moduletable li {
	list-style:  disc;
	list-style-position: inside;
}

#rechts .moduletable p img {

	margin: 0 0 10px -10px;
}

#rechts .moduletable p a {
color: #FFF;	
}



#rechts .moduletable {
	
}

.input {

}

.inputbox {

}

.moduletablefootermenu {
	float: left;
	width: 820px;
}

.moduletabledisclaimer {
	float: right;
	width: 80px;
	margin: 0 15px 0 0;
}

.customdisclaimer a {
	text-decoration: none;
}


/* search */

.moduletablezoeken {
	float: right;
	clear: both;
	width: 160px;
	height: 20px;
	font-size: 11px;
	line-height: 11px;
	color: #000;
	background-color: #ffffff;
	margin-top: 5px;
}

.search {

}

.searchzoeken label {
	display: none;
}
.search .button {
	border: none;
	background-color: transparent;
	padding: 3px 0 0 5px;
}

.search-magnifier {
	width: 16px;
	height: 15px;
	margin: 0;
	background-image: url(../images/loep.png);	
}

input.inputboxzoeken {
	margin: 0;
	padding: 1px 5px 0 5px;
	border: 0;
	background-color: transparent;

}


/* slider */

.lof-ass .lof-navigator li div {
  	height:80px;
}


/* editten */

ul.actions {

}



