
/*****************************************************************
BODY EN BOX DECLARATIONS
*****************************************************************/

body {
	text-align: center;
	padding: 0px; margin: 0px;
	background-color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 76%;
}

.clearboth 	{ clear: both; }
.dontbreak	{ white-space: nowrap; }

#container {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px auto;
}

	div#container_image {
		display: none;
	}

	#nav_bg {
		display: none;
	}

	#topnav_bg {
		display: none;
	}

	#nav {
		display: none;
	}

	#content_bg {
		display: none;
	}

	#content {		
		text-align: left;
		padding-top: 120px;
	}

	#content_home {
		text-align: left;
		padding-top: 120px;
	}

	#flash_home {
		display: none;
	}

#container_footer {
	display: none;
}

#logo {
	position: absolute;
	top: 0px; left: 0px;
	width: 310px; height: 170px;
	z-index: 200;
}

div.newsblock_blue {
	float: left;
	display: block;
	width: 230px; height: 205px;
	margin: 10px 0px 0px 3px;
	background: url(images/news_block_blue.gif) no-repeat;
}

div.newsblock_grey {
	float: left;
	display: block;
	width: 230px; height: 205px;
	margin: 10px 0px 0px 3px;
	background: url(images/news_block_grey.gif) no-repeat;
}

.newsblock_blue .newsblock_grey, div.samenvatting {
	background: transparent;
	margin: 0px; padding: 0px;
	display: block; width: 100%; height: 172px;
	overflow: hidden;
}

div.productblock_blue {
	position: relative;
	float: left;
	display: block;
	width: 230px; height: 255px;
	margin: 10px 0px 0px 3px;
	background: transparent url(images/product_block_blue.gif) no-repeat 0px 15px;
}

div.productblock_blue img { margin: 16px 0px 0px 1px; }

.productblock_blue#itemshow {
	float: right;
}

	#slideshow 		{ position: relative; display: block; width: 228px; height: 198px; margin: 0px auto 0px auto; }
	#slideshow img	{ position: absolute; top: 0px; left: 0px; display: none; margin: 16px 0px 0px 0px; }

div.productblock_grey {
	position: relative;
	float: left;
	display: block;
	width: 230px; height: 255px;
	margin: 10px 0px 0px 3px;
	background: transparent url(images/product_block_grey.gif) no-repeat 0px 15px;
}

div.productblock_grey img { margin: 16px 0px 0px 1px; }

div.product_schildje_bg {
	position: absolute;
	top: 0px; right: 10px;
	width: 114px; height: 76px;
	background-color: transparent;
	background-image: url(http://www.cleanroomcg.com/images/productblock_schildje.png);
	background-repeat: no-repeat;
	z-index: 15;
}

div.product_schildje_bg_blauw {
	position: absolute;
	top: 0px; right: 10px;
	width: 114px; height: 76px;
	background-color: transparent;
	background-image: url(http://www.cleanroomcg.com/images/productblock_schildje_blauw.png);
	background-repeat: no-repeat;
	z-index: 15;
}

div.product_schildje {
	position: absolute;
	top: 0px; right: 10px;
	width: 114px; height: 76px;
	z-index: 16;
}


/*****************************************************************
GOOGLE MAPS and DEALERLOCATOR DECLARATIONS
*****************************************************************/


/*****************************************************************
TEXT DECLARATIONS
*****************************************************************/

h1 {
	font-weight: bold;
	font-size: 190%;
	line-height: 100%;
	color: #009fc2;
	padding: 30px 0px 10px 0px; margin: 0px 20px 0px 30px;
	background: transparent;
}

#content_home h1	{ padding: 15px 0px 5px 0px; }

h1.nosub	{ padding: 0px 0px 10px 0px; }

.sIFR-active h1 {
	visibility: hidden;
	background: transparent;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	color: #009fc2;
	padding: 0px; margin: 10px 20px 0px 30px;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	color: #009fc2;
	padding: 0px; margin: 20px 10px 0px 45px;
}

.newsblock_blue .newsblock_grey, div.samenvatting h3 {
	font-size: 120%;
	margin: 10px 10px 0px 10px;
}

p {
	line-height: 130%;
	color: #333;
	padding: 0px; margin: 10px 60px 20px 30px;
}

.newsblock_blue .newsblock_grey, div.samenvatting p {
	padding: 0px; margin: 10px 10px 5px 10px;
}

.newsblock_blue .newsblock_grey, p.leesmeer {
	text-align: right;
	background: transparent;
	padding: 0px; margin: 0px;
}

div.product_schildje p	{
	display: block;
	height: 45px;
	overflow: hidden;
	background: transparent;
	margin: 9px 5px 20px 10px; padding: 0px;
	color: #fff;
	font-size: 90%;
	line-height: 120%;
}

/*****************************************************************
LINK, hover and visited should have diversions in color.
hover should be underlined, for extra clarity a normal link
could be underlined to emphasize its linklyness.
*****************************************************************/

A 			{ text-decoration: none; color: #009fc2; }
A:link		{ text-decoration: none; color: #009fc2; }
A:visited	{ text-decoration: none; color: #009fc2; }
A:active	{ text-decoration: none; color: #009fc2; }
A:hover		{ text-decoration: underline; color: #009fc2; }
A#active	{ text-decoration: underline; color: #009fc2; }

.newsblock_blue .newsblock_grey, p.leesmeer A	{ font-size: 90%; color: #000; font-weight: bold; display: block; padding: 6px 10px 5px 0px; }

div.product_schildje A			{ color: #fff; text-decoration: none; }
div.product_schildje A:link		{ color: #fff; text-decoration: none; }
div.product_schildje A:visited	{ color: #fff; text-decoration: none; }
div.product_schildje A:active	{ color: #fff; text-decoration: none; }
div.product_schildje A:hover	{ color: #fff; text-decoration: underline; }

/*****************************************************************
TABLE DECLARATIONS
*****************************************************************/


/*****************************************************************
COMMON LIST DECLARATIONS
*****************************************************************/

ul.content {
	line-height: 140%;
	color: #4F4F4F;
	margin: 0px 10px 15px 40px;
	padding: 0px;
}

/*****************************************************************
FOOTER NAVIGATION LIST DECLARATIONS
*****************************************************************/


/*****************************************************************
NAVIGATION LIST DECLARATIONS
*****************************************************************/

ul#navigation {
	display: none;
}

ul#top_navigation {
	display: none;
}

ul#footer_navigation {
	display: none;
}


