/* By www.meercommunicatie.nl */
/* This stylesheet sets basic styling (fonts, colors, background-colors, margins, paddings etcetera). */
/* It will be used by all CSS-capable user agents. */

/* Colors used: 			*/
/* Brown			   		*/
/* dark:			#4F3A00	*/
/* medium dark:		#		*/
/* medium:			#D3C57D	*/
/* medium light:	#		*/
/* light:			#F4F0DE	*/

/* Color 2			   		*/
/* dark:			#	*/
/* medium dark:		#	*/
/* medium:			#	*/
/* medium light:	#	*/
/* light:			#	*/

body {
	font: 80%/1.9 Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}

/* Set margins and paddings for various elements */
/* This will overrule the margins and paddings that are set in the default stylesheet of the user agent. */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 165%;
	line-height: 150%;
	margin-bottom: 1em;
	color: #4F3A00;
	border-bottom: 2px solid #DE2408;
}

h2 {
	font-size: 110%;
	color: #4F3A00;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 70%;
}

/* address */

address {
	font-style: normal;
}

/* img */

img.left {
	margin: 0em 1em 1em 0;
}

img.right {
	margin: 0em 0 1em 1em;
}

img.border {
	border: 1px solid black;
}

/* floats */

.left {
	position: relative; /* IE/WIN disappearing elements fix */
	float: left;
	margin: 0em 2em 2em 0;
}

.right {
	position: relative;
	float: right;
	margin: 0em 0 2em 2em;
}

.left *, .right * {
	position: relative;  /* IE/WIN disappearing elements fix */
}

.left h2, .right h2 {
	margin: 0;
}


/* lists */

ul {
	list-style: square;
}

/* tables */

table {
	border-collapse: collapse;
	border: none;
}

th, td {
	vertical-align: top;
}

/* form */

form div {
	clear: both;
}

form div.note {
	margin: 1em 0;
	padding: 0.25em;
	background: silver;
}

form div.fill input.text {
	background: silver;
}

input, textarea {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

label {
	display: block;
	float: left;
	width: 11.5em;
}

form input.text {
}

form div.footer {
	margin-top: 1em;
	padding: 1em .25em .25em 11.75em;
}

form div.checkboxgroup label {
	width: auto;
	display: inline;
	float: none;
}

form div.boolean,
form div.boolean div {
	display: inline;
	clear: none;
}

form div.boolean label {
	display: inline;
	width: auto;
	float: none;
	margin-right: 0.5em;
}

/* anchors */

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #4F3A00;
}

/* special classes */

.clearBoth {
	clear: both;
}


a.tel {
	text-decoration: none;
	color: black; /* same as body color */
	cursor: default
}

p.more,
p.back,
div.pageselector {
	padding: .25em 0;
	border-top: 1px solid black;
}

p.back {
	margin-top: 2em;
}

p.more a,
p.back a {
	font-weight: bold;
	text-decoration: none;
}

p.more a:hover,
p.back a:hover {
	font-weight: bold;
	text-decoration: none;
}

div.section {
	clear: both;
}

div.pageselector {
	margin-top: 2em;
	border-top: 1px solid black;
}


div.pageselector ul,
div.pageselector li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.pageselector li {
	font-weight: bold;
	float: left;
	margin: 0 1em 0 0;
}

div.pageselector li.active a {
	text-decoration: none;
	color: gray;
}

div.info {
	margin-top: .75em;
	padding: 1em;
	border: 1px solid #D3C57D;
	background-color: #F4F0DE;
}

