/* 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;
	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: 150%;
	line-height: 100%;
	margin-bottom: 0.4em;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 60%;
}

/* address */

address {
	font-style: normal;
}


/* img */

img {
	border: none;
}

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

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

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


/* 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 {
	background: #EAD6D7;
	margin: 1em 0;
	padding: 0.25em;
	width: 260px;
}

form div.fill input.text {
	background: #EAD6D7;
	border: 1px solid #7F0006;
}

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

textarea {
	border: 1px solid #6D7CB0;
	background: #ECEEF5;
}


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

form input.text {
	line-height: 1.25em;
	height: 1.25em;
	border: 1px solid #6D7CB0;
	background: #ECEEF5;
	margin: 0;
	padding: 0 .125em;
}

form input.submit {
	font-weight: bold;
	line-height: 1.25em;
	border: 1px solid #3F0026;
	padding: 0;
	color: white;
	background: #2C4879;
	padding: 0;
}


form div.footer {
	margin-top: 1em;
	padding: 1em .25em .25em 103px;
	border-top: 1px solid #8A96C0;
}

form div.footer input.submit {
	width: 135px;

}

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

/* form specific */

form#frm_route div.footer .submit {
	width: 5em;
}


/* anchors */

a:link {
	color: #0027B0;
}

a:visited {
	color: #3F0026;
}

a:hover {
	color: #3F0026;
}

/* 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: 360px; 
	width: 620px; 
	border: none;
}
