body {
	margin: 0;
	padding: 0;
	font-family : Lucida Sans Unicode, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}


img {
	border: 0;
}

h1,h2,h3,h4 {
	font-weight: normal;
	margin-left: -10px;
}

h1 {
	font-size: 22px;
	margin: 0.33em 0 1.75em -10px;
}


h2 {
	font-family : Lucida Sans Unicode, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9B283E;
	font-weight: bold;
}


h3 {
	font-size: 13px;
	margin: 0.5em 0 0.5em 0;
}

th, td {
	vertical-align: top;
	text-align: left;
}

th {
	font-weight: bold;
}

label {
	font-weight: bold;
}

input, textarea {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

input[type="text"], textarea {
	padding: 1px 4px;
	border: 1px solid #777;
}

blockquote {
	font-style: italic;
	margin-left: 3em;
}

p {
/*	text-indent: 1em;	*/
}

pre {
	font-family: Lucida, "Courier New", Courier, monospace;
	font-size: 12px;
}

li {
	font-family : Lucida Sans Unicode, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006400;
	font-weight: normal;
	margin-left: 25px;
}




/***  ID's & CLASSES  ***/



#container {
	width: 1000px;
	margin: 0 auto 20px auto;
	background: white;
	border: 2px solid #8e062c;
	border-top: 1px solid #8e062c;
}


#section_title {
	font-weight: bold;
	color: #7eb61c;
	color: #00936c;
	font-size: 19px;
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
}


#submenu {
	font-family: "Century Gothic",Verdana,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 30px;
}

#submenu a, #thispage {
	text-decoration: none;
	display: block;
	color: #53504c;
	border-bottom: 1px solid white;
	padding-left: 18px;
}



#content {
	width: 674px;
	padding: 20px 100px 30px 96px;
}

#content p, #content ul, #content td, #content th, #content blockquote
{
	line-height: 1.44em;
}

#content p, #content blockquote {
/*	background: #fff; */
}

#content a:link {
	color: #1CB126;
	font-weight: bold;
}

#content a:visited {
	color: #1CB126;
	font-weight: bold;
}

#content a:hover {
	color: #F47C22;
	font-weight: bold;
}

#content a:active {
	color: #1CB126;
	font-weight: bold;
}


#thispage {
	color: #00936c;
}

#this_section {
	color: #00936c;		/* wordt tevens gezet in inline style, want domineert anders niet */
	background: url(image/cirkels-groen3.gif) no-repeat bottom center #e8e9e9;
	height: 100px;
	padding-top: 30px;
}

.topoption {
	background: url(image/cirkels-paars2.gif) no-repeat bottom center #e8e9e9;
}

.hor_seperator {
	font-size: 0;
}


#footer {
	padding: 6px 0 20px 0;
	font-size: 12px;
	color: #000;
	text-align: center;
}


#footer_menu {
	text-align: center;
}

#footer_menu a {
	text-decoration: none;
	color: #8e062c;
}

#footer_menu a:hover {
	text-decoration: underline;
}



.aanbieding {
	border: 1px dotted black;
	padding: 0 1em 0.5em 1em;
	margin: 1em 2em 1em 0;
	width: 365px;
	height: 310px;
	float: left;
}

.aanb_vanvoor {
	font-weight: bold;
}

.aanb_bijz {

}

.aanb_foto {
	float: right;
}

.nieuws {
	margin-bottom: 2em;
}

.niws_kop {
	font-weight: bold;
	font-size: 14px;
}

.niws_inhoud {

}


#archief {
	margin-top: 3em;
}

#bmenu {
	float: right;
	margin: 1em;
/*	border: 2px solid #8e062c;	*/
	background: #8e062c;
	padding: 5px;
	font-weight: bold;
}

#bmenu a, #bmenu a:link, #bmenu a:visited, #bmenu a:hover, #bmenu a:active {
	text-decoration: none;
	color: white;
}


.verborgen {
	display: none;
}