html {
	height: 100%;
}
body {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	background: url('gfx/body_bg.gif');
	margin: 0px;
}
td {
	padding: 0px;
	vertical-align: top;
	color: #333333;
	line-height: 16px;
}
table {
	border-collapse: collapse;
	padding: 0px;
}	
h1 {
	margin: 20px 0px 20px 0px;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	font-weight: normal;
}
H3 {
	margin: 20px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
}
img {
	border: 0px;
	display: block;
}
A {
	color: #0042d6;
	text-decoration: none;
}
table#main {
	margin: auto;
	height: 100%;
	width: 780px;
	border-left: 8px solid #d4d4d4;
	border-right: 8px solid #d4d4d4;
	background-color: white;
}
table#main td {
	padding: 10px 10px 10px 10px;
}
div#menu {
	height: 30px;
	background: url('gfx/menu_bg.gif');
	line-height: 30px;
	width: 760px;
}
div#menu a {
	float: left;
	color: white;
	margin: 0px 12px 0px 12px;
	display: inline;
}
div#menu a:hover {
	text-decoration: underline;
}
div#scroller {
	height: 112px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 760px;
}
div#containerRight {
	float: right;
	width: 190px;
	height: 400px;
	text-align: center;
	margin-top: 30px;
	border-left: 1px solid #cccccc;
}
div#containerRight img{
	margin: auto;
	margin-bottom: 15px;
}
div#containerLeft {
	float: left;
	width: 520px;
	margin-left: 14px;
	display: inline;
}
div#containerLeft td {
	padding: 2px;
}
div#containerRight td {
	padding: 2px;
}

table.news {
	width: 100%;
}
table.news td {
	vertical-align: middle;
	padding: 0px;
	border-bottom: 1px solid #f2f2f2;
}
div.newsHead {
	height: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
	line-height: 20px;
	background-color: #f5f5f5;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #4d4d4d;
}
div.newsHeadHome {
	height: 18px;
	margin-bottom: 5px;
	line-height: 18px;
	background-color: #f5f5f5;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #4d4d4d;
}
/* SUBMENU */
div#submenu {
	position: relative;
}
div#sub1,
div#sub2,
div#sub3,
div#sub4,
div#sub5
{
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	top: 0px;
	visibility:hidden;
	width: 123px;
	border: 1px solid #9fa4ae;
	border-top: 0px;
	background-color: #ffffff;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
}
div#sub1 {
	left: 52px;
}
div#sub2{
	left: 625px;
}
div#sub3{
	left: 110px;
}
div#sub4{
	left: 350px;
}
div#sub5{
	left: 632px;
}

a.submenu {
	padding-left: 10px;
	font-size: 11px;
	display: block;
	text-decoration: none;
	line-height: 18px;
}
a.submenu:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #6c7e9c;
}
.date {
	color: #666666;
	font-weight: bold;
}
.submit {
	background: url('gfx/submit.gif') no-repeat;
	border: 0px;
	width: 62px;
	height: 19px;
	cursor: pointer;
}
.contact input {
	font-size: 11px;
	background-color: #f5f5f5;
	border: 1px solid #b2b2b2;
	margin: 1px;
	padding: 1px;
}
textarea {
	font-size: 11px;
	background-color: #f5f5f5;
	border: 1px solid #b2b2b2;
	margin: 1px;
	padding: 4px;
	font-family: tahoma, ;
	overflow: auto;
}

table#productenIndex img {
	margin: auto;
}
table#productenIndex td {
	width: 142px;
	text-align:center;
	border-bottom: 1px solid #cccccc;
}
table#productenIndex a {
	font-weight: bold;
}
div#backButton {
	margin-top: 15px;
	padding-left: 9px;
	background: url('gfx/button_bg.gif') no-repeat;
	height: 19px;
	line-height: 19px;
	cursor: pointer;
}
table#producten {
	width: 100%;
}
div#containerLeft table.addressTable {
	width: 100%;
}

div#containerLeft table.addressTable td {
	text-align: center;
}

div#containerLeft table.logoTable {
	width: 100%;
}

div#containerLeft table.logoTable td {
	text-align: center;
}
div#tintScreen{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 10;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div#window a{
	display: block;
	width: 110px;
	font-weight: bold;
	color: #007ac3;
	padding: 5px;
	background: url('gfx/closeButton.gif') no-repeat right center;
	float: right;
}
div#window{
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -290px;
	margin-top: -250px;
	width: 574px;
	height: 494px;
	background: white;
	z-index: 20;
	padding: 12px;
  overflow: auto;
}
div#window div#windowContent{
	padding:10px 30px 30px 30px;
}