/* 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: 			*/
/* Color 1: Green	   		*/
/* dark:			#177385	*/
/* medium dark:		#	*/
/* medium:			#	*/
/* medium light:	#	*/
/* light:			#	*/

/* Color 2: Orange	   		*/
/* dark:			#D16D0F	*/
/* medium dark:		#	*/
/* medium:			#	*/
/* medium light:	#	*/
/* light:			#	*/

/* Color 2: Purple	   		*/
/* dark:			#840C49	*/
/* medium dark:		#	*/
/* medium:			#	*/
/* medium light:	#	*/
/* light:			#	*/

body {
	font: 80%/2 Tahoma, 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: 200%;
	line-height: 100%;
	letter-spacing: -.05em;
	color: #177385;
   	margin-bottom: .5em;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 112.5%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 80%;
}

/* address */

address {
	font-style: normal;
}

/* img */

img {
	border: none;
}

/* align */

.left {
	float: left;
	margin: 0em 1em 1em 0;
}

.right {
	float: right;
	margin: 0em 0 1em 1em;
}

/* lists */

ul {
	list-style: square;
}

/* tables */

table {
	font-size: 100%;
	line-height: 200%;
	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-color: silver;
}

form div.fill input.text {
	background-color: 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 table {
	border-collapse: collapse;
	border: none;
}

form th, td {
	vertical-align: top;
	border: none;
}

form tr.footer td {
	border-top: 1px solid black;
}

/* anchors */

a:link {
}

a:visited {
}

a:hover {
}

/* special classes */

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;
}

.nobr {
	white-space: nowrap;
}

.clearBoth {
	clear: both;
}

