html, body, table tr td {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}

a {color: #999;}

#logo{
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	width: 180px;
}

#navigatie{
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
	width: 730px;
	padding-left: 15px;
	padding-top: 55px;
}

#navigatie a{
	text-decoration: none;
	color: #999;
	margin-right: 28px;
}

#navigatie a:hover{
	color: #000;
	text-decoration: none;
}

#navigatie .active{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#detail{
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
	padding: 0 15px;
}

#detail .tekst{
	width: 440px;
	padding-right: 15px;
}

#detail .titel{
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}

#detail .foto{
	width: 230px;
	border-left: 1px dotted #999;
	padding-left: 15px;
}

#links {
	border-left: 1px dotted #999;
}

#collectie{
	border-bottom: 1px dotted #999;
	padding: 15px;
}

#nieuwsflash{
	border-bottom: 1px dotted #999;
	padding: 0 0 5px 15px;
}

#nieuwsflash .hoogte{
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	_font-size: 14px;
	font-weight: bold;
	word-spacing: -1px;
	letter-spacing: -0.5px;
	font-family: arial, verdana, helvetica, sans-serif;
}

#login{
	border-bottom: 1px dotted #999;
	padding: 15px;
}

#login td{
	padding: 3px 0;
}

#login .titel{
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}

#spacer{
	padding: 15px;
}

#footer{
	height: 33px;
	background-color: #999;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #FFF;
}

#detailfiche, #afmetingen {
	display: none;
}

#detailfiche th, .technischefiche th {
	font-weight: bold;
	color: #000;
	font-size: 11px;
	text-align: left;
	padding: 10px 10px 10px 0;
}

#detailfiche td, .technischefiche td {
	padding-top: 10px;
	color: #000;
}

.technischefiche tr th, .hand {
	cursor: pointer;
	cursor: hand;
}

.pijl {margin: 0 0 -2px 10px;}

#printer {margin-right: 5px;}

.waar a, .waar {
	text-decoration: none;
	font-weight: bold;
}

.leftmenu {
	margin: 0;
	padding: 0;
}

.leftmenu li {
	list-style-type: none;
	padding: 3px 0;
	font-weight: normal;
	color: #999;
}

.leftmenu li a {
	text-decoration: none;
}

.leftmenu li a:hover {
	color: #000;
}

.leftmenu .activecollection a {
	color: #000;
	font-weight: bold;
}

.leftmenu .activecollection ul li a {
	color: #999;
	font-weight: normal;
}

.leftmenu ul a {
	margin-left: -20px;
	_margin-left: 0;
}

.leftmenu ul #activemodel a {
	color: #000;
}

.type {
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
}

.imgtop {margin: 40px 0 20px 0;}

.imgleft {margin: 4px 20px 20px 0;}

.imgright {margin: 0 0 15px 0;}

.cijfersT {font-size: 9px; text-align: center; color: #000;}
.cijfersL{font-size: 9px; text-align: right; color: #000;}
.cijfersR {font-size: 9px; text-align: left; color: #000;}
.cijfersB {font-size: 9px; text-align: center; color: #000; padding-bottom: 20px;}

#flash {
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
}

#taalkeuze{
	padding: 15px;
}

.talen{
	margin: 0;
	padding: 0;
}

.talen li {
	list-style-type: none;
	padding: 3px 0;
	font-weight: normal;
	color: #999;
}

.talen li a {
	text-decoration: none;
}

.talen li a:hover {
	color: #000;
	font-weight: bold;
}

@media print {
	body {
		visibility: hidden;
	}

	#detail {
		visibility: visible;
		position: absolute;
		top: 0px;
		left: 0px;
		border: 0;
	}

	#detailfiche, #afmetingen {
		display: block;
		width: 650px;
	}
}