/********
 * HTML *
 *******/
html, body {
	padding: 0px; 
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: arial;
	font-size: 14px;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
}

td {
	
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 15px 0px 15px 0px;
	text-align: justify;
}

p:first-child {
	margin-top: 0px;
}

img { 
	border: 0;
}

/**********
 * LAYOUT *
 *********/
.pageHolder {
	width: 1080px;
}

.menu {
	width: 220px;
	margin: 0px 0px 0px 30px;
	float: left;
	list-style-type: none;
	padding: 0px;
}

.menu li {
	margin: 0px 0px 15px 0px;
	font-size: 16px;
}

.contentHolder {
	width: 820px;
	margin-left: 10px;
	float: left;
}

.float_clearer {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.footer {
	width: 1080px;
}

/*********
 * LINKS *
 ********/
.menu a:link, .menu a:visited, .menu a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #7f807b;
	font-weight: bold;
}
.menu a:hover {
	color: #ff5500;
}
a:link, a:visited, a:hover {
	color: #7f807b;
	text-decoration: underline;
}
a:hover {
	color: #ff5500;
	text-decoration: none;
}


/************
 * HEADINGS *
 ***********/
h1 {
}
h1:first-child { margin-top: 0px; padding-top: 0px; display: none; }



/**************************************************************************************
			CONTACT - STYLES
**************************************************************************************/
.contactForm
{
	
}
.contactInput
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #4F4F4F;
	background-color: #ffffff;
}
.contactButton
{
	font-weight: bold;
	background-color: #B6B7B1;
	border: 1px solid #4F4F4F;
	color: #4F4F4F;
}
fieldset
{
	border: 1px solid #4F4F4F;
	padding: 5px;
}
legend
{
	color: #4F4F4F;
}



/**************************************************************************************
			NEWS - STYLES
**************************************************************************************/
.newsPanel {
	position: relative;
	float: left;
	width: 172px;
	margin-left: 13px;
	height: 367px;
	background-image: url('/images/nieuwskaderNL.jpg');
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-left: 12px;
	padding-right: 13px;
	font-size: 10px;
	color: #4F4F4F;
	text-align: justify;
	font-weight: normal;
}
.fullNews {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-transform: uppercase;
	font-style: italic;
	text-align: right;
	width: 165px;
	font-size: 10px;
}
.recentnews
{	border: 1px solid #4F4F4F;
	width: 712px;
	margin-bottom: 5px;
	padding: 10px;
}
.newsheader
{	text-align: right;
}
.newsTextHeader
{	color: #4F4F4F;
	font-size: 12px;
}
.newsarchiveheader
{	border-top: 1px solid #4F4F4F;
	border-left: 1px solid #4F4F4F;
	border-right: 1px solid #4F4F4F;
	padding: 3px;
	padding-left: 10px;
	width: 120px;
	font-size: 12px;
}
.newsarchive
{	border: 1px solid #4F4F4F;
	width: 712px;
	padding: 10px;
}
a.newsdetaillink, a.newsdetaillink:hover, a.newsdetaillink:active, a.newsdetaillink:link
{	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.newsdetaillink:hover {
	text-decoration: underline;
}
.newsImage {
	border: 1px solid #4F4F4F;
	width: 80px;
	vertical-align: middle;
}



/**************************************************************************************
			CATALOGUE - STYLES
**************************************************************************************/
.fotos 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 340px;	
}
.labels 
{
	position: absolute;
	top: 0px;
	left: 255px;
	width: 130px;
	height: 290px;
	font-style: italic;
	text-transform: lowercase;
}
.knoppen 
{
	position: absolute;
	top: 340px;
	left: 190px;
	width: 120px;
	height: 15px;
	text-align: right;
}
.brievenbus 
{
	position: absolute;
	top: 0px;
	left: 420px;
	width: 180px;
	height: 220px;	
}
.voet 
{
	position: absolute;
	top: 0px;
	left: 620px;
	width: 180px;
	height: 220px;	
}
.internetbestelling 
{
	position: absolute;
	top: 273px;
	left: 425px;
	width: 370px;
	height: 20px;	
}

.verkoopsvoorwaarden 
{
	position: absolute;
	top: 342px;
	left: 595px;
	width: 200px;
	height: 20px;	

}

.totaalPrijs {
	position: absolute;
	top: 240px;
	left: 405px;
	width: 370px;
	height: 20px;	
}
.lblType, .lblArtNr, .lblUitvoering, .lblAfmetingen, .lblPrijs, .lblKenmerken, .lblInternetbestelling, .lblTotalePrijs {
	position: absolute;
/* 	top: voor elk afzonderlijk zetten; */
	left: 5px;
}
.lblType {
	top: 1px;
}
.lblUitvoering {
	top: 21px;
}
.lblAfmetingen {
	top: 41px;
}
.lblPrijs {
	top: 61px;
}
.lblKenmerken {
	top: 101px;
}
.lblInternetbestelling {
	top: 273px;
}
.klikvoorgroot
{
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}



/**************************************************************************************
			ERROR - STYLES
**************************************************************************************/
.errorText
{
	color: #000000;
	border: 1px solid #f00000;
	padding: 5px;
}
.errorTitle
{
	font-weight: bolder;
	color: #f00000;
}
