/* CSS Stylesheet */

a.link:link {color: #000; text-decoration: none;}
a.link:visited {color: #000; text-decoration: none;}
a.link:active {color: #000; text-decoration: none;}
a.link:hover {color: #000; text-decoration: underline;}

a.linkb:link {color: #FFF; text-decoration: none;}
a.linkb:visited {color: #FFF; text-decoration: none;}
a.linkb:active {color: #FFF; text-decoration: none;}
a.linkb:hover {color: #FFF; text-decoration: underline;}

a.mail:link {color: #000; text-decoration: none; font-weight: bold;}
a.mail:visited {color: #000; text-decoration: none; font-weight: bold;}
a.mail:active {color: #000; text-decoration: none; font-weight: bold;}
a.mail:hover {color: #000; text-decoration: underline; font-weight: bold;}

h1 {
	font-weight: 800;
	font-size: 16px;
	margin-top: 0px;
	color: #FFFFFF;
}
h2 {
	font-weight: 800;
	font-size: 13px;
	margin-top: 0px;
	color: #000000;
}
h3 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
	color: #000000;
}
h4 {
	font-weight: 800;
	font-size: 16px;
	margin-top: 0px;
	color: #000000;
}
h5 {
	font-weight: 800;
	font-size: 16px;
	margin-top: 0px;
	color: #000000;
}
h6{
	font-weight: 800;
	font-size: 9px;
	margin-top: -13px;
	color: #000000;
}
p.contact {
	margin-top: -10px;
}
b.overons{
	font-weight: 800;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
hr {	
	color: #222;
	border: none;
	height: 1px;
}

table.specials {
	width: 100%;
}


/* Opmaak vacatures */
.vacature {
	font-weight: bold;
	vertical-align: top;
	width: 150px;
}
.vacaturedb {
	text-align: justify;
	vertical-align: top;
}
/* Einde opmaak vacatures */


/* Opmaak Links */
td.links {
	font-weight: bold;
	vertical-align: top;
	width: 85px;
	height: 10px;
}
table.links {
	width: 325px;
}
.linksdb {
	text-align: justify;
	vertical-align: top;
	height: 100px;
}
.linkstable {
	border: 0px;
	width: 650px;
	text-align: left;
}
.linkstable td {
	vertical-align: top;
}
/* Einde opmaak links */


/* Opmaak images */
img.url {
	border: 1px solid #000;
	width:75px;
}
img.logo {
	padding-left: 60px;
	padding-top: 20px;
	border: 0px;
}
img.loop {
	padding-left: 240px;
	padding-top: -20px;
	border: 0px;
}
img.special {
	height: 200px;
	border: 1px solid #000;
}
img.info {
	width: 120px;
	border: 1px solid #000;
}
/* Einde opmaak images */


/* Showroom opmaak */
table.showroom {
	border-collapse: collapse;
}
table.producten {
	border-spacing: inherit;
}
td.showroom {
	background-color: #000;
	width: 120px;
	height: 120px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;	
}
img.showroom, img.header {
	border: 0px;
}
img.producten {
	border: 0px;
	width: 160px;
}
/* Einde opmaak Showroom */
table.nieuws{
	border-collapse: collapse;
	width: 100%;
}
td.nieuwstop {
	border-top: 1px dashed #FFF;
	padding-top: 10px;
}
td.nieuwsbottom {
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
}
td.nieuwsoverzicht{
	width: 70%;
}
td.nieuwsdatum{
	width: 30%;
}
li.nieuws{
	padding: 0px;
	margin: 0px;
}
ul.nieuws {
	margin: 0px;
	padding: 0px;
}

input.submit {
	border: 1px solid #000000;
	font-family	: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	width: 250px;
}

/*opmaak voor over ons pagina*/
table.overons {
	text-align: justify;
}
td.overons_showroom {
	padding-right: 10px;
}
td.overons_china {
	padding-right: 10px;
}
td.overons_visie {
	padding-left: 0px;
}
img.overons, img.nieuwsbericht {
	border: 1px solid #000;
}

/*Nieuwsbericht opmaak*/
td.nieuwsbericht {
	width: 100%;
	padding-top: 10px;
	text-align: justify;
}

div.links {
	text-align: right;
	color: #FFF;
	height: 20px;
	padding-top: 10px;
	padding-right: 65px;
	font-size: 10px;
}

