/*Primaire stijlen*/
html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-color: #E9E2CD;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 12px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}
#hoofdcontainer {
	width: 100%;
	margin-left: 0px;
	margin-right: auto;
	background-image: url(../images/v1_bg_hoofdcontainer.jpg);
	background-repeat: repeat-y;
	}
#kopcontainer {
	position: relative;
	height: 51px;
	width: 100%;
	background-image: url(../images/v1_bg_kop.jpg);
	background-repeat: no-repeat;
	}

#kopcontainer-inhoud {
	position: relative;
	left: 640px;
	width: 120px;
	height: 20px;
	top: 32px;
	}

#kopcontainer-inhoud a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
#kopcontainer-inhoud a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

#bodycontainer {
	width: 100%;
	background-image: url(../images/v1_bg_inhoudcontainer.jpg);
	background-repeat: no-repeat;
	/*http://www.dustindiaz.com/min-height-fast-hack*/
	min-height:550px;
	height:auto !important;
	height:550px;
	}
#menucontainer {
	width: 200px;
	top:50px;
	left:0;
	position:absolute;
	}
#inhoudcontainer {
	width: 800px;
	top:10px;
	position:relative;
	margin-left: 220px;
	}

#inhoudcontainer-inhoud {
	padding-top: 10px;
	padding-bottom: 10px;
	}

#voetcontainer {
	height: 225px;
	display: block;
	width: 1000px;
}
	
#voetcontainer-inhoud {
	position: relative;
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	top: 32px;
	width: 500px;
	margin-left: 220px;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4A4041;
	}

.menu a{
	font-family: "LithographLight";
	color: #4A4041;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	height: 20px;
	background-image: url(../images/bg_a.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	text-align: right;
	}
.menu a:hover{
	/*	background-image: url(../images/bg_a_hover.gif);
	background-repeat: no-repeat;*/
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #B09B6C;
	background-image: url(../images/bg_a_hover.jpg);
	background-position: right;
	}

/*stijlen voor lijnen en omlijningen*/
hr {
	margin-top: -15px;
	margin-bottom: 1px;
}
.lijnboven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaab9e;
}
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnondermenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.lijnbovenonder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaab9e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaab9e;
}
.lijnrechtsonder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnlinksrechts {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
.lijnlinksrechtsonder {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
/*_v1*/
.lijnrondom {
	border: 1px solid #B09B6C;
	background-image: url(../images/patroon2.jpg);
	padding: 20px 10px;
}
.galerij {
	background-color: #DBD1AD;
}
.galerijtitel a{
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #4A4041;
	cursor: pointer;
	color: #FFFFCC;
	background-color: #B09B6C;
	font-weight: bold;
	text-decoration: none;
}
.galerijtitel a:hover {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #4A4041;
	cursor: pointer;
	color: #FFFFCC;
	background-color: #4A4041;
	font-weight: bold;
}


/*einde _v1*/
.lijnrondomzwart {
	border: 1px solid #000000;
}

/*stijlen voor headings*/
h1 {
	font-size: 1.6em;
	color: #4A4041;
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	background-position: -10px -10px;
	line-height: 40px;
	padding-left: 15px;
	text-decoration: underline;
}
h2 {
	font-size: 1.4em;
	color: #4A4041;
	padding-top: 10px;
	padding-left: 15px;
}
h3 {
	font-size: 1.25em;
	color: #4A4041;
}
h4 {
	font-size: 1.2em;
	color: #4A4041;
}
h5 {
	font-size: 1.1em;
	color: #4A4041;
}

/* stijlen voor links*/
a {
	text-decoration: underline;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #4A4041;
}
.knop {
	font-size: 9px;
	margin: 0px;
	padding: 5px;
	/*background-image:  url("../Beheer/images/knop.gif");*/
	border: 1px solid #4A4041;
	cursor: pointer;
	color: #FFFFCC;
	background-color: #B09B6C;
	font-weight: bold;
}
.knop:hover {
	font-size: 9px;
	margin: 0px;
	padding: 5px;
	/*background-image:  url("../Beheer/images/knop.gif");*/
	border: 1px solid #4A4041;
	cursor: pointer;
	color: #FFFFCC;
	background-color: #4A4041;
	font-weight: bold;
}
.currentlink {
	color: #006699;
	text-decoration: none;
	background-color: #999999;
/*	border: 1px solid #F7FCE8;*/
}
/*Stijlen voor tabellen*/
.bodemtabel {
	font-size: xx-small;
	background-color: #F1F2ED;
}

/*Stijlen voor afbeeldingen*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#blancogif {
	border: none;
}
#indexfotos {
	margin: 0px;
	padding: 0px;
}

/*Stijlen voor formulieren*/
.zoekform {
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.kopfont {
	font-size: 11px;
	font-weight: bold;
}
.zoekinput {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

/*Sitespecifieke stijlen*/

/*Printen*/
#printkop{
	display: none;
}
.lijn {
	color: #D58761;
	height: 1px;
	border: #E6B733;
}
#inhoudcontainer-inhoud img {
	margin: 0px;
}
.fotocontainer {
	float: right;
	padding: 10px;
	border: 1px solid #4A4041;
	margin: 10px;
	background-color: #B09B6C;
}
.fotocontainer2 {
	float: right;
	padding: 10px;
	background-image: url(../images/patroon2.jpg);
	border: 1px solid #8DA58F;
	margin: 5px;
}
.foto {
	border: 1px solid #333333;
	clear: both;
}
ul {
	margin-left: -10px;
}
li {
	margin-left: 20px;
}
.tekstblok {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
