body {
	margin: 10px;
	width: 650px;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
}

body img {
	border: none;
}

a {
	color: rgb(217,0,16);
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 4px;
	color: black;
}

h1 {
	font-size: 18px;
	color: black;
}

h2 {
	font-size: 15px;
}

h2.mr {
	color: rgb(217,0,16);
}

h3 {
	font-size: 13px;
}

div#frame {
	position: relative;
	margin: 0 auto;
	width: 650px;
	text-align: left;
}

div#content {
	position: relative;
	left: 7px;
	width: 630px;
	height: auto;
	min-height: 450px;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 15px;
}

/*
div#content a:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
}
*/

div#menu {
	display: none;
}

div#footer {
	clear: both;
	display: none;
}

div#footer p {
	width: 935px;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	text-align: right;
}

div#footer img {
	position: relative;
	top: 4px;
	margin-left: 10px;
}

div#footer a {
	margin-left: 4px;
	margin-right: 4px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

div#footer a:hover {
	color: rgb(217,0,16);
}

div#header {
	position: relative;
	height: 100px;
}

div#ieheader {
	display: none;
}

div#header h1 {
	display: none;
}

div#header a#corp-choice-btn {
	display: none;
}

div#header form#search {
	display: none;
}

div#header div#logos {
	display: none;
}

img#header-impression {
	display: none;
}

img.header-impression {
	display: none;
}

input.text {
	border: 1px solid rgb(189,189,189);
	height: 14px;
	margin: 2px;
	padding-left: 4px;
	font-size: 11px;
	width: 170px;
}

select {
	border: 1px solid rgb(189,189,189);
	height: 14px;
	margin: 2px;
	font-size: 11px;
}

input.btn {
	border: none;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: rgb(217,0,16);
	text-align: right;
}

fieldset {
	border: none;
	margin: 0;
	padding:0;
}

fieldset.styled {
	width: 450px;
	padding: 4px;
	border: 1px solid rgb(222,222,222);
	background-color: rgb(80,80,83);
	background-image: url('http://www.munckhof.nl/img/grey-fade-bg.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	color: white;
}

fieldset legend {
	margin: 0;
	padding: 0;
	margin-top: 4px;
}

fieldset.styled legend {
	display: none;
}

fieldset.styled h2 {
	padding: 0;
	color: white;
}

fieldset ul {
	list-style: none;
	text-indent: 0px;
	margin: 0;
	padding: 0;
}

fieldset ul li {
	text-indent: 0px;
	margin: 0;
	padding: 0;
}

fieldset ul li label {
	display: block;
	float: left;
	width: 70px;
	padding-right: 10px;
	line-height: 20px;
	color: rgb(12,80,130);
	font-weight: bold;
	text-align: right;
}

img.icon16 {
	vertical-align: -3px; 
	margin: 0;
	padding: 0;
	padding-right: 3px;
	border: none;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.img-inline-align-left {
	float: left;
	margin: 10px;
	margin-left: 0;
}
.img-inline-align-right {
	float: right;
	margin: 10px;
	margin-right: 0;
}
img {
	border: none;
}

div.childlist {
	width: 500px;
	padding: 6px;
	border: 1px solid rgb(222,222,222);
	background-color: rgb(80,80,83);
	background-image: url('http://www.munckhof.nl/img/grey-fade-bg.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	margin-bottom: 6px;
	color: white;
}

div.childlist h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}

div.childlist a:hover {
	color: white;
}

div#corp-choice {
	position: absolute;
	left: 211px;
	top: 24px;
	width: 236px;
}

div#corp-choice-top {
	position: relative;
	width: 236px;
	height: 6px;
	background-image: url('http://www.munckhof.nl/img/corp-choice-top.png');
	background-repeat: no-repeat;
}

div#corp-choice ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 236px;
	height: 231px;
	background-image: url('http://www.munckhof.nl/img/corp-choice-bg.png');
	background-repeat: repeat-y;
}

div#corp-choice ul li {
	list-style: none;
}

div#corp-choice ul li a {
	position: relative;
	display: block;
	left: 5px;
	width: 206px;
	height: 17px;
	line-height: 17px;
	padding-left: 20px;
	border-bottom: 1px solid rgb(211,185,187);
	color: black;
	font-size: 11px;
	background-image: url('http://www.munckhof.nl/img/arrow-right.gif');
 	background-position: 6px 6px;
 	background-repeat: no-repeat;
}

div#corp-choice ul li a:hover {
	color: rgb(217,0,16);
	text-decoration: none;
}

div#corp-choice-btm {
	position: absolute;
	bottom: -13px;
	width: 236px;
	height: 13px;
	background-image: url('http://www.munckhof.nl/img/corp-choice-btm.png');
	background-repeat: no-repeat;
}

p#breadcrumb {
	position: absolute;
	left: 0px;
	bottom: -25px;
	height: 16px;
	margin: 0;
	padding: 0;
	color: black;
	font-size: 10px;
	width: 100%;
	border-bottom: 1px solid black;
}

p#breadcrumb a {
	color: black;
}

p#breadcrumb a:hover {
	color: rgb(217,0,16);
	text-decoration: none;
}

span.imgfloat img {
	float: left;
	padding-right: 8px;
}

div.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

div.imgblock {
	position: relative;
	background-image: url('http://www.munckhof.nl/img/grey-fade-bg.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding-bottom: 45px;
	color: white;
	font-size: 15px;
}

div.imgblock a#btm {
	position: absolute;
	left: 4px;
	bottom: 5px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: white;
}

div.imgblock a:hover#btm {
	color: rgb(217,0,16);
	text-decoration: none;
}

ul#sitemap {
	list-style-image: url('http://www.munckhof.nl/img/breadcrumb-logo.gif');
}

ul#sitemap ul {
	list-style-image: none;
}

span.imglbl {
	display: block;
	margin: 0;
	height: 18px;
	line-height: 18px;
	padding-left: 4px;
	color: white;
	background-image: url('http://www.munckhof.nl/img/grey-fade-bg.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

span.journeylbl {
	display: block;
	float: left;
	width: 110px;
}

span.fieldlbl {
	display: block;
	float: left;
	width: 110px;
	color: white;
	line-height: 20px;
}

a.btn {
	position: relative;
	display: block;
	width: 189px;
	height: 34px;
	outline: none;
	padding-right: 11px;
	padding-top: 8px;
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	background-image: url('http://www.munckhof.nl/img/button-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
}

a:hover.btn {
	text-decoration: none;
	background-position: bottom;
}

div.tblblock {
	position: relative;
	width: 510px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	background-image: url('http://www.munckhof.nl/img/table-bg.gif');
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

span.tblblockrow {
	display: block;
	width: 506px;
	padding-left: 4px;
	line-height: 17px;
	margin-bottom: 2px;
	background-color: rgb(205,205,205);
}

p.error {
	width: 454px;
	padding: 6px;
	border: 2px dotted rgb(217,0,16);
}

span.error {
	font-size: 14px;
	font-weight: bold;
	color: rgb(217,0,16);
}

div#searchresults div.result {
	width: 502px;
	padding: 4px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	background-image: url('http://www.munckhof.nl/img/table-bg.gif');
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

div#searchresults div.result a.head {
	color: black;
	font-weight: bold;
}

div#searchresults div.result a:hover.head {
	color: rgb(217,0,16);
	text-decoration: none;
}

div#content-footer {
	display: none;
}

a#print-logo {
	position: absolute;
	left: 32px;
	top: 0px;
}

ul#tab {
	display: none;
}
