	/* DIV tags */
body {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: 0;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	min-height: 600px;
}
#masthead {
	width: 780px;
	height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
#column_l {
	position: relative;
	float: left;
	margin: 0;
}
#column_r {
position: relative;
	float: left;
	margin: 0;
	}
#content {
	width: 780px;
	margin: 0;
	padding: 15px;
	border: 0;
}
#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-family: "Franklink Gothic Medium", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background: #a6b7d1 url("/images/stijl/bodybackground.jpg");
	background-repeat:repeat-x;
	background-attachment: fixed;
}
#container {
	background-color: #fff;
	border: 1px solid #000;
}
#masthead {
	background-color: white;
}
#navigation {
	background-color: white;
	background-image:url('images/stijl/menuback.jpg');
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 577px;
	padding: 15px;
	background-color: #fff;
	min-height: 600px;
}
html>body #column_l {
	width: 580px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 120px;
	padding: 25px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 140px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */

#navigation ul {
	list-style-type: none;
	width:100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-family:"Franklin Gothic Medium", Arial Black, Verdana, Arial;
	font-size:11pt;
	text-decoration: none;
	color: #a6b7d1;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 3px solid white;
}
#navigation a:hover {
	overflow: hidden;
	text-decoration: none;
	color: #a6b7d1;
	border-bottom: 3px solid #b20002;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-family:"Franklin Gothic Heavy", Arial Black, Verdana, Arial;
	font-size: xx-large;
	color: #800;
}
h2 {
	font-family:"Franklin Gothic Heavy",Verdana, Arial;
	font-size: 14pt;
	color: #A6B7D1;
}
h3 {
	font-size: large;
	color: #600;
}

/* Footer */
#footer p a{
	font-size: x-small;
	color: #000;
	text-decoration:none;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


.centeredImageGalerij
{
	text-align:center;
	display:block;
	padding: 12px 0px 0px 0px;
}

.kalender_veld {
	padding: 12px 0px 0px 0px;
}

.error {
	color: #8b0000;
}


.input_veld {
	border: 1px solid #000000;
}

/* = code tbv gallery Hans Vogels
----------------------------------------------------------------------*/


.hoverveld
{
	cursor: default;
	list-style: none;
}


.hoverveld a .preview
{
	display: none;
}

.hoverveld a:hover .preview
{
	display: block;
	position: absolute;
	top: -9px;
	left: -9px;
	z-index: 1;
}

.hoverveld img
{
	background: #ffffff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.hoverveld li
{
	background: #eeeeee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 8px;
	padding: 5px;
	position: relative;
}


.hoverveld .preview
{
	border-color: #000000;
	width: 128px;
	height: 128px;
}


