body {
	font-size: 62.2%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #D1E4F3;
}

/* Links */

a:link,
a:visited,
a:active {
	color: #479edc;
}

/* Headers */

h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 950px;
	height: 124px;
	background-image: url(../images/toplogo.jpg);
}

h2 {
	color: #479edc;
	font-size: 140%;
}

/* Navigatie */

#navigation * {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	float: left;
	height: 33px;
}

#navigation li a {
	display: block;
	height: 33px;
	text-indent: -9999px;
	background-image: url(../images/navmatrix.jpg);
	background-position: left;
}

#navigation li.info a {
	width: 73px;
	background-position: 0px 0px;
}

#navigation li.showroom a {
	width: 122px;
	background-position: -73px 0px;
}

#navigation li.groothandel a {
	width: 141px;
	background-position: -195px 0px;
}

#navigation .nav li.producten a {
	width: 122px;
	background-position: -336px 0px;
}

#navigation li.nieuws a {
	width: 101px;
	background-position: -458px 0px;
}

#navigation li.links a {
	width: 84px;
	background-position: -559px 0px;
}

#navigation li.vacatures  a{
	width: 118px;
	background-position: -643px 0px;
}

#navigation li.reactie a {
	width: 104px;
	background-position: -761px 0px;
} 

#navigation li.contact a {
	width: 85px;
	background-position: -865px 0px;
}

/* Navigatie Mouseovers */

#navigation li.info a:hover {
	background-position: 0px -33px;
}

#navigation li.showroom a:hover {
	background-position: -73px -33px;
}

#navigation li.groothandel a:hover {
	background-position: -195px -33px;
}

#navigation .nav li.producten a:hover {
	background-position: -336px -33px;
}

#navigation li.nieuws a:hover {
	background-position: -458px -33px;
}

#navigation li.links a:hover {
	background-position: -559px -33px;
}

#navigation li.vacatures a:hover {
	background-position: -643px -33px;
}

#navigation li.reactie a:hover {
	background-position: -761px -33px;
} 

#navigation li.contact a:hover {
	background-position: -865px -33px;
}

/* Main Content */

#wrapper {
	margin: auto;
	width: 950px;
}

#content {
	clear: both;
	background: url(../images/bluebg.jpg) repeat-x;
	background-color: #002569;
	height: 150px;
	min-height: 150px;
}

* > #content {
	height: auto;
}

/* Hier de scrollbalken van kleur veranderen */
#primaryCol {
	width: 335px;
	padding: 20px;
	float: left;
	overflow: auto;
	height: 358px;
	scrollbar-3dlight-color:#002569;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#002569;
	scrollbar-darkshadow-color:#002569;
	scrollbar-face-color:#002569;
	scrollbar-highlight-color:#002569;
	scrollbar-shadow-color:#002569;
	scrollbar-track-color:#002569;
}

#wideCol {
	padding: 20px;
	width: 910px;
}

#swf {
	float: left;
}

#photo {
	float: left;
}

#primaryCol p {
	font-size: 110%;
}

#footer {
	clear: both;
	width: 950px;
	height: 26px;
	background: url(../images/footer.jpg);
	position: relative;
	top: -2px;
}

.clear {
	clear: both;
}

/* sIFR */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	color: #626469;
	font-size: 12px;
	margin-top: 20px;
}

/* Dropdown menu */

.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

.nav li:hover ul, .nav li.hover ul {
	left: auto;
}

#navigation li.producten ul li,
#navigation li.showroom ul li {
	border: 1px dotted #FFFFFF; /* Hier wordt de kleur van de border ingesteld */
	border-style: thin;
	height: 20px;
	width: 122px;
	background-color: #002569;		/* Achtergrondkleur van het menu-tje */
	border-color: #FFFFFF;
	
}

#navigation li.producten ul li:hover, 
#navigation li.producten ul li.hover, 
#navigation li.showroom ul li:hover, 
#navigation li.showroom ul li.hover {
	color: #0000ff;
	background-color: #bed9ed;		/* Achtergrondkleur van de mouseover */

}

#navigation li.producten ul li a:hover,
#navigation li.showroom ul li a:hover { 
	color: #002569; 
	
}

#navigation li.producten ul li a,
#navigation li.showroom ul li a {
	
	color: #FFFFFF;					/* Tekstkleur van het menu-tje */
    height: 5px;
	position: relative;
	padding-top: 5px;
	background-image: none;
	text-indent: 0;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
 }
 
 #navigation li.producten ul li a:link,
 #navigation li.showroom ul li a:link {
	display: block;
	height: 20px;
	width: 122px;
}

#navigation li.producten ul li a:hover,
#navigation li.showroom ul li a:hover {
	color: #002569;
	
}

/* Producten  Kranen */

#producten-kranen {
	padding-top: 20px;
	float: left;
	background-color: #bed9ed;
	color: #002569;
	width: 398px;
	height: 378px;
	min-height: 378px;
	text-align: center;
}

* > #producten-kranen {
	height: auto;
}

#producten-kranen td {
	padding: 5px;
}

a img {
	border: 0;
}

table.producten tr {
	background-image: url(../images/strepen.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

table.producten tr.last {
	background: none;
}

table.producten h2 {
	margin-right: 10px;
}

table.producten td {
	font-size: 120%;
	padding-bottom: 5px;
}

.whiteBg {
	background-color: #fff !important;
	color: #000;
}