/* CSS Document */
/*============================*/
/*Page Layout*/
/*============================*/
body {
	text-align: center; /* specially for IE 6.0 */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#container {
/*
A div element, NOT a layer
Set margins automatically using center align from body tag and the page width
Resets alignment to Left
*/
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#ST {
	/* Adjust text back to normal alignment 
Do NOT use Left/Right coordinate 
*/
	position:absolute;
	text-align: left;
	top:5px;
	width:800px;
	height:920px;
	z-index:2;
	background-repeat: no-repeat;
	visibility: visible;
}
#stFT {
	position:absolute;
	z-index:6;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	right: 20px;
}
#stHD {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:120px;
	z-index:4;
	visibility: visible;
}
/*============================*/
/*Specials */
/*============================*/
#contact {
	position:absolute;
	left:507px;
	top:294px;
	width:215px;
	z-index:4;
	background-color: #FFFFFF;
	border: 2px solid #3399CC;
}
.imgR {
	float: right;
}
#kwaliteit {
	position:absolute;
	left:196px;
	top:26px;
	width:416px;
	z-index:2;
	background-color: #FFFFFF;
	border: 2px solid #FFCC33;
}
#offerte {
	position:absolute;
	left:298px;
	top:485px;
	width:318px;
	z-index:6;
	background-color: #FFFFFF;
	border: 2px solid #339933;
}
#service {
	position:absolute;
	left:71px;
	top:297px;
	width:240px;
	z-index:4;
	background-color: #FFFFFF;
	border: 2px solid #CC6666;
}
#imgProducten {
	position:absolute;
	left:312px;
	top:65px;
	z-index:1;
}
#cornerBL {
	position:absolute;
	width:10px;
	height:10px;
	z-index:7;
	left: 0px;
	bottom: 0px;
}
#cornerBR {
	position:absolute;
	width:10px;
	height:10px;
	z-index:7;
	right: 0px;
	bottom: 0px;
}
#cornerTL {
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
}
#cornerTR {
	position:absolute;
	top:0px;
	width:10px;
	height:10px;
	z-index:7;
	right: 0px;
}
/*============================*/
/*Page layout */
/*============================*/
#PG {
	position:absolute;
	left:0px;
	top:130px;
	width:780px;
	height:760px;
	z-index:4;
	visibility: visible;
	border: 10px solid #3399CC;
}
/*============================*/
/* Navigation Styles */
/*============================*/
.nav a {
	font-weight: normal;
	color: #FDF4F5;
	text-decoration: none;
	display: block;
}
.nav a:hover {
	font-weight: normal;
	background-color: #D1DED2;
	text-decoration: underline;
}
/*============================*/
/* Class Styles*/
/*============================*/
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2F3D40;
	text-align: center;
	vertical-align: middle;
	background-color: #FFCC33;
	height: 24px;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #3399CC;
	height: 24px;
}
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #CC6666;
	height: 24px;
}
.head4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #339933;
	height: 24px;
}
.tdC {
	background-color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
	height: 24px;
}
/*============================*/
/* Tag styles */
/*============================*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #9F2020;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #E4E4EC;
	height: 28px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9F2020;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E27272;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E27272;
}
hr {
	color: #F2BFBF;
}
img {
}
td {
	vertical-align: top;
	padding: 10px;
}

