html {
	height: 101%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	margin: 0;
	padding: 0 16px 16px 16px;
	border-top: 16px solid #FFF;
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center 75px;
}


a {
	color: #1C60AB;
	text-decoration: underline;
}
a:hover {
	color: #288CF7;
	text-decoration: underline;
}
a img {
	border-color: #1C60AB;
}
a:hover img {
	border-color: #288CF7;
}
form {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 16px 0;
	padding: 3px 6px;
	word-spacing: 2px;
	letter-spacing: 0;
	color: #FFFFFF;
	background-color: #518ED8;
	border: 2px solid #000000;
}
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	margin: 0 0 8px 0;
	padding: 0 0 0 16px;
}
h3 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 4px 0 0 0;
}
h4 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
h5 {
	color: #1C60AB;
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 4px 0 0 0;
}
h6 {
	color: #1C60AB;
	font-size: 8px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 4px 0 0 0;
}
pre {
	margin: 0 0 16px 0;
	padding: 0;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 12px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
p {
	margin: 0 0 16px 0;
	padding: 0;
}
ul {
	margin: 0 0 16px 0;
	padding: 0 0 0 32px;
}
hr {
	color: #e0f1fb;
	background-color: #e0f1fb;
	color: #B9D2ED;
	background-color: #B9D2ED;
	border: 0 none;
	height: 2px;
	margin: 16px 0;
	padding: 0;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0 0 16px 0;
	padding: 0;
	border: 0 solid #999;
}
table td {
	border-color: #BBB;
}


#layoutContainer {
	width: 878px;
	margin: auto;
}


#layoutTable {
	width: 100%;
}

#layoutLeftTD {
	vertical-align: top;
	width: 158px;
	overflow: hidden;
}

#layoutContentTD {
	vertical-align: top;
	width: 720px;
	overflow: hidden;
}


#header {
	border: 2px solid #000;
	background-image: url(../img/header_bg.gif);
	background-position: 518px 0;
	color: #1C60AB;
	height: 56px;
	overflow: hidden;
	position: relative;
}

#header.headerOnderhoud {
	background-image: url(../img/header_bg_onderhoud.gif);
}

#header #artContainer {
	position: absolute;
	left: 0;
	top: 0;
}

#header #adContainer {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 160px;
	height: 45px;
	border: 1px solid #000;
}


#leftBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#leftBar #menu {
	text-align: left;
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	border-left: 2px solid #000;
	padding: 24px 0;
	overflow: hidden;
	margin-bottom: 16px;
	height: 277px;
}

#leftBar #menu a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/menu_item_bg.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 12px 8px;
	padding: 1px 0 1px 20px;
	width: 106px;
	height: 16px;
}

#leftBar #menu a:hover {
	background-image: url(../img/menu_item_bg_on.gif);
}


#content {
	width: 652px; /*720px*/
	padding: 12px 0 8px 68px;
	color: #000;
}


#footer {
	text-align: right;
	padding: 8px 0 0 0;
	color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
}
#footer a {
	color: #D0D0D0;
	text-decoration: none;
}


.twoColumns {
	overflow: hidden;
	width: 652px;
}

.twoColumns .firstColumn {
	float: left;
	width: 314px;
}
.twoColumns .secondColumn {
	float: right;
	width: 314px;
}


.sectionDivTitle {
	background-color: #B9D2ED;
	border: 1px solid #000;
	border-bottom: 0px none;
	padding: 3px;
}

.sectionDivTitle h2 {
	margin: 0;
}

.sectionDiv {
	background-color: #F2F8FB;
	border: 1px solid #000;
	padding: 8px;
	margin: 0 0 16px 0;
}


.igidsDataTable {
	border: 0px none #000;
	width: 100%;
	border-collapse: collapse;
}
.igidsDataTable td {
	vertical-align: top;
	padding: 3px 4px 5px 4px;
}


.memoDiv {
	width: 100%;
	height: 185px;
	overflow: auto;
}


.messageDiv {
	font-family: sans-serif;
	border: 2px solid #FF3300;
	border: 6px double #444;
	border: 6px double #FF3300;
	background-color: #FFF;
	color: #0C479D;
	color: #000;
	font-size: 15px;
	text-align: center;
	padding: 16px;
}
.messageDiv  p {
	margin-bottom: 8px;
	margin: 0 0 4px 0;
}
.messageDiv  .error {
	color: #F00;
}


.dropdownContainer {
	border: 1px solid #000;
	cursor: default;
	width: 225px;
}

.dropdownItem {
	padding: 1px 5px;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}

.dropdownItemOn {
	background-color: #44F;
	color: #FFF;
}


#productNewsContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	overflow: hidden;
}

#productNewsContent h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0;
	word-spacing: 2px;
	letter-spacing: 0;
	color: #000;
	background-color: transparent;
	border: 0 none #000;
}

#productNewsContent h2 {
	background-image: none;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0;
	word-spacing: 2px;
	letter-spacing: 0;
	color: #000;
}

#productNewsContent h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0;
	word-spacing: 2px;
	letter-spacing: 0;
	color: #000;
}
#productNewsContent h4 {
	font-family: "Courier New", Courier, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 16px 0;
	padding: 0;
	word-spacing: inherit;
	letter-spacing: inherit;
	color: #000;
}
#productNewsContent h5, h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0;
	word-spacing: 2px;
	letter-spacing: 0;
	color: #000;
}
#productNewsContent table {
	border-color: #000;
}
#productNewsContent table td {
	border-color: #000;
}
