/* 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. */

body {
	font: 70%/1.5 Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	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: .5em;
	padding-top: 0;
	padding-bottom: 0;
}

/* Headers */

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

h1 {
	font-size: 150%;
	line-height: 100%;
	letter-spacing: 0em;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 120%;
	margin-bottom: -.6em;
}

h3 {
	font-size: 100%;
	line-height: 110%;
	letter-spacing: 0em;
	margin-top: 0em;
	margin-bottom: .8em;
}

h4 {
	font-size: 100%;
	float: left;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 60%;
}

/* img */

img {
	border: none;
}

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

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

img.border {
	border: 0px solid #6D7CB0;
}


/* lists */

ul {
	list-style: square;
}

li {
	list-style: square;
}



/* tables */

table {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

/* form */

form div {
	clear: both;
}

form div.fill input.text {
	background: #CCCCCC;
	border: 1px outset #999999;
	color: #FFFFFF;
}

input, textarea {
	line-height: 1.25em;
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #999999;
}

input, button {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	border: 1px solid white;
	background: #CCCCCC;
	margin: 0;
	padding: 0px 0px;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

input, submit {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	border: 1px solid white;
	background: #CCCCCC;
	margin: 0;
	padding: 0px 0px;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

textarea {
	border: 1px solid #999999;
	background: #CCCCCC;
	color: #000000;
}

input {
	border: 1px solid #999999;
	background: #CCCCCC;
	color: #000000;
}


label {
	display: block;
	float: left;
	width: 100px;
	height: 24px;
}

form input.text {
	line-height: 1.25em;
	height: 1.25em;
	border: 1px solid #999999;
	background: #CCCCCC;
	margin: 0;
	padding: 0 .125em 0 .125em;
	color: #000000;
}


/* form specific */

input.submit {
	color: #FFFFFF;	
	background: #999999;
	border: 1px outset #CCCCCC;
	width: 100px;
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 6px;
}


/* anchors */

a:link {
	color: white; text-decoration: underline;
}

a:visited {
	color: white; text-decoration: underline;
}

a:hover {
	 text-decoration: none;
}


a.white:link {
	text-decoration: underline;
}

a.white:visited {
	text-decoration: underline;
}

a.white:hover {
	 text-decoration: none;
}


a.read_more:link {
	color: black; text-decoration: underline;
}

a.read_more:visited {
	color: black; text-decoration: underline;
}

a.read_more:hover {
	color: black; text-decoration: none;
}

/* special classes */

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

p.more,
p.back,
div.pageselector {
	margin: -.5em 0 0.5em 0;
	padding: .25em 0;
	border-top: 1px solid #8A96C0;
}

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 #3F0026;
}


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;
}

iframe { 
	position: relative;
	left: 0;
	top: 0;
	z-index: 5; 
	height: 440px; 
	width: 606px; 
	border: 0px;
}

.slideshow { 
	position: relative;
	left: 0;
	top: 20px;
	z-index: 5; 
	height: 440px; 
	width: 626px; 
	border: none;
}


