body {
margin: 0;
font-family: Arial, verdana, sans-serif;
font-weight: bold;
font-size: 9px;
color: #ffffff;
background: #080808;
background-image: url("images/wallpaper.png");
background-attachment: fixed;
background-repeat: repeat;


/*
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #97019D;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF; 
*/

} 

/**************************
 Hyperlink properties
 **************************/
 
a:link {
color : #1262BB;
text-decoration : none; 
font-style: oblique;
} 
a:visited {
color : #1262BB; 
text-decoration : none; 
font-style: oblique;
}
a:active {
color : #1262BB; 
text-decoration : none; 
font-style: oblique;
} 
a:hover {
color : #1262BB; 
text-decoration : none; 
font-style: normal;
} 

#content {
width: 1000px;
height: 621px;
background-image: url(images/content.png);
background-repeat: no-repeat;
position: absolute;
top: 50%;
margin-top: -310px; /* Er van uitgaande dat de tabel 500px hoog is */
left: 50%;
margin-left: -500px; /* Er van uitgaande dat de tabel 700px breed is */
}

#logo {
height: 75px;
float: right;
clear: both;
}

#menu {
height: 133px;
margin: 0;
float: right;
clear: both;
}

#container {
background: url("images/container_bg.png") bottom;
background-repeat: repeat-x;
float: right;
color: #C6C6C6;
position: relative;
top: 12px;
left: -25px;
width: 729px;
text-align: left;
border: #1f262e 1px solid;
padding: 0 20px 20px 20px;
}

#container h1 {
text-align: left;
}

#container p {
line-height: 20px;
font-stretch: wider;
letter-spacing: 2px;
text-align: right;

}

#container_spacer {
height: 320px;
width: 1px;
float: right;
}

#footer {
background-repeat: repeat-x;
float: right;
color: #C6C6C6;
position: relative;
top: 12px;
left: -25px;
width: 729px;
text-align: right;
padding: 0 20px 20px 20px;
margin-top: 20px;
}

.serviceBox {
width: 200px;
height: 200px;
float: right;
border: #1f262e 1px solid;
margin: 20px 0 0 20px;
}

.serviceBoxTitle {
	float:right;
	display:block;
	padding: 10px;
}

.serviceBoxContent {
	width:200px;
	height:100%;
	position:relative;
	text-align:center;
}

.serviceBoxContent div {
	position:absolute;
	text-align:center;
	bottom:0;
	left:0;
}

.serviceBoxContent p {
text-align: center;
line-height: 15px;
letter-spacing: 2px;
}


/* PRODUKTEN */

.box {
float: right;
position: relative;
width: 163px;
height: 352px;
border-collapse : collapse; 
margin-top: 20px;
}



.boxTitle {

}

.boxBrand {
font-size: 14pt;
letter-spacing: -0.9px;
}


.boxDescription {
height: 97px;
text-align: left;
vertical-align: top;
font-family: Arial, verdana, sans-serif;
font-weight: bold;
font-size: 9px;
padding: 0 18px 0 20px;
line-height: 11pt;
letter-spacing: normal;
color: #C6C6C6;
}
.boxDescription {
}

.boxImage {
height: 255px;
text-align: right;
vertical-align: top;
}

.marked {
font-family: Arial, verdana, sans-serif;
font-weight: bold;
font-style: italic;
font-size: 10px;
color: #FFE002;
}


/*
================================================================================
 Contact page
================================================================================
*/

#map {
	color: #000000;
	width: 400px;
	height: 300px;
	font-size: 9px;
	line-height: 13px;
	float: right;
	clear: both;
}

#map A {
	color: #D70060;
}


#contactFormContent {
	line-height: 13px;
	float: right;
}

#contactFormTitle{
	float: right;
	clear: both;
	display: block;
	margin-top: 30px;
}

.contactFormOptional {
	font-style: italic;	
	line-height: 13px;
}

#field-address1 {
	width: 10.2em;
}

#field-house-number {
	width: 4em;
}

#field-zipcode {
	width: 6em;
	margin-left: 9em;
}

#field-message {
	width: 400px;
	height: 100px;
}
