body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body, html, table, tr, th, td, input, textarea, ul, li {
	font-size: 10pt;
	font-family: tahoma;
	color: black;
}
.Content {
	background-position: top;
}
.ContentContainer {
	padding-left: 30px;
	padding-right: 30px;
	display: block;
}
.GreenBox
{
	width: 494px;
	height: 76px;
	background-image: url('../img/layout2.greenbox.gif');
	background-repeat: no-repeat;
	color: #84ad47;
	padding-left: 130px;
	padding-top: 15px;
}
.GreenBox h2
{
	font: 14pt Arial;
	font-weight: bold;
	color: #84ad47;
	margin: 0px;
	line-height: 22pt;
}
.MapContainer {
	width: 266px;
	height: 316px;
	background-image:url('../img/kaart_nl.gif');
	background-repeat: no-repeat;
	float: right;
}
.MapContainerSmall {
	width: 200px;
	height: 238px;
	background-image:url('../img/kaart_nl.small.gif');
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-bottom: 50px;
}
.SmallCompanyContainer {
	width: 180px;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 340px;
	height: 200px;
	background-image: url('../img/line.vertical.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.SmallCompanyContainer a {
	text-decoration: none;
}
.SmallCompanyContainer .Company {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 6px;
	line-height: 15pt;
}
.FormTable .field {
	width: 200px;
	border: 1px solid gray;
}
.FormTable .errorfield {
	border: 1px solid #CC0000;
}
.ErrorField {
	border: 1px solid #CC0000;
}
.FormTable .optionalfield {
	width: 200px;
	border: 1px solid silver;
}
.RedBox {
	border: 1px solid #AA0000;
	background-color: #FFD5D5;
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;
	text-align: left;	
	display: block;
	width: 400px;
	max-width: 400px;
}
.RegionBox1 {
	width: 120px;
	float: left;
	margin-right: 10px;
	position: relative;
}
.RegionBox2 {
	width: 200px;
	position: relative;
	float: right;
}

/* TXT Styles */
h1 {
	font-weight: bold;
	line-height: normal;
	color: #a62b00;
	font-size:15pt;
	margin-bottom:0px;
	margin-top:0px;
}
h2 {
	font-weight: bold;
	font-size:13pt;
	color: #e63c00;
	line-height: normal;
	margin-bottom: 0px;
	margin-top:0px;
}
h3 {
	font-weight: bold;
	font-size:13pt;
	color: #333333;
	line-height: normal;
	margin-bottom: 0px;
	margin-top:0px;
}
a {
	color: #CC3300;
	text-decoration: underline;
}
a:hover {
	color:#990000;
}
.Green {
	color: #00CC00;
}
.OliveGreen {
	color: #59a203;	
}
.Blue {
	color: #396bae;
}
.Red {
	color: #CC0000;
}
.Small {
	font-size: 11px;
	color: gray;
}
.RegionList {
	line-height: 16pt;
}
ul {
	line-height: 16pt;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.InfoBox {
	float: right;
	width: 185px;
	height: 173px;
	background-image: url('../img/infobox.gif');
}
.InlineBox
{
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100px;
	border: 1px solid #cdcdcd;
	padding: 10px;
	background-color: #f6f6f6;
	font: 11px Arial;
	color: #333333;
}
.InlineBox .Header
{
	display: block;
	font: 13pt Arial;
	font-weight: bold;
}


.SubCategoryBox, .SubCategoryBoxHidden
{
	margin-left: 15px;	
}

.SubCategoryBoxHidden
{
	display: none;
}

.ErrorField
{
	border: 2px solid #CC0000;
}