/* ################################################# COMMON ################################################## */

html, body {
	margin: 0;
	padding: 0;
	font-size: 90.01%;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 130%;
	color: #fff;
}

/* IE hack center mainDiv */
body{
	text-align: center;
}
body *{
	text-align: left;
}
/* IE hack center mainDiv ende */

td, th{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 130%;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p, div{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1{
	color: #34537F;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}
h2{
	color: #34537F;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}



div{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
}
a:link{
	color: #34537F;
	text-decoration: underline;
}
a:visited{
	color: #34537F;
	text-decoration: underline;
}
a:focus{
	color: #34537F;
	text-decoration: underline;
}
a:hover{
	color: #b00;
	text-decoration: underline;
}
a:active{
	color: #34537F;
	text-decoration: underline;
}





/* #################################################### WELKOM PAGE ################################################## */
#mainDiv{
	margin-top: 10px;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#heycopHead{
	position: relative;
	height: 75px;
}
#heycopLogo{
	float: left;
	width: 195px;
	height: 75px;
}
#serviceNavi{
	display: none;
}


#mainNavi{
	display: none;
}

#searchField{
	display: none;
}


#trenner1{
	display: none;
}
#trenner2{
	display: none;
}
#welkomDiv{
	position: relative;
	margin-top: 15px;
	float: left;
	width: 705px;
	height: 305px;
	background: url(../images/bgWelkom.jpg);
}
#welkomFotoDiv{
	float: left;
	width: 350px;
	height: 300px;
}
#welkomTextDiv{
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	float: right;
	width: 320px;
	overflow: hidden;
}
#nieuwsDiv{
	position: relative;
	margin-top: 15px;
	float: right;
	width: 225px;
	height: 305px;
	background: url(../images/bgStartNieuws.jpg);
	overflow: hidden;
}
#nieuwsText{
	margin: 15px;
	margin-top: 10px;
}
.news-latest-container{
	font-size: 11px;
}
#nieuwsText a:link{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
#nieuwsText a:visited{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
#nieuwsText a:focus{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
#nieuwsText a:hover{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: underline;
}
#nieuwsText a:active{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}

#nieuwsFooter{
	position: absolute;
	bottom: 5px;
	text-align: right;
	width: 220px;
	height: 25px;
	background: #2E4665;
}
#nieuwsFooter a:link{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#nieuwsFooter a:visited{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#nieuwsFooter a:focus{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#nieuwsFooter a:hover{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#nieuwsFooter a:active{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}




#welkomProductDiv{
	position: relative;
	margin-top: 10px;
	float: left;
	width: 705px;
	height: 235px;
	background: url(../images/bgStartProduct.jpg) no-repeat;
}
#welkomProductFoto{
	float: left;
	width: 350px;
	height: 205px;
}
#welkomProductText{
	margin: 15px;
	margin-top: 10px;
	float: left;
	width: 320px;
	height: 205px;
}
#welkomProductFooter{
	clear: left;
	position: absolute;
	bottom: 5px;
	text-align: right;
	width: 700px;
	height: 25px;
	background: #2E4665;
}
#welkomProductFooter a:link{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#welkomProductFooter a:visited{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#welkomProductFooter a:focus{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#welkomProductFooter a:hover{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#welkomProductFooter a:active{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}





#contactDiv{
	position: relative;
	margin-top: 10px;
	float: right;
	width: 225px;
	height: 235px;
	background: url(../images/bgStartContact.jpg);
}
#contactText{
	margin: 15px;
	margin-top: 10px;
	width: 190px;
	height: 205px;
	overflow: hidden;
}
#contactFooter{
	position: absolute;
	text-align: right;
	bottom: 5px;
	width: 220px;
	height: 25px;
	background: #2E4665;
}
#contactFooter a:link{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#contactFooter a:visited{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#contactFooter a:focus{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#contactFooter a:hover{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}
#contactFooter a:active{
	font-weight: bold;
	color: #FFCA1A;
	text-decoration: none;
}



/* ################################################ PRODUCT PAGE ################################################## */
#sidenaviDiv{
	display: none;
}

#productgroepDiv{
	display: none;
	margin-top: 15px;
	float: right;
	width: 736px;
	background: url(../images/bgProducten.jpg);
}
#productgroepText{
	float: left;
	width: 400px;
	margin-top: 108px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#productgroepText h1{
	margin-bottom: 15px;
}
/* IE hack */
*html #productgroepText{
	margin-left: 10px;
}
/* IE hack */
#productgroepFlash{
	display: none;
	float: left;
	width: 250px;
	margin-top: 117px;
	margin-right: 39px;
}


#productDiv{
	margin-top: 15px;
	background: url(../images/bgVentilatieProd.jpg);
}
#productText{
	width: 380px;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 14px;
}
#productText img{
	margin-bottom: 10px;
}
/* IE hack */
*html #productText img{
	margin-bottom: 0px;
}
/* IE hack */

#productText h1{
	margin-bottom: 10px;
}
/* IE hack */
*html #productText{
	margin-left: 7px;
}
/* IE hack */

#productText img{
	border-style: solid;
	border-width: 1px;
	border-color: #6185B6;
}


#specsDiv{
	margin-top: 45px;
	margin-left: 26px;
	margin-bottom: 20px;
	color: #34537F;
	background: url(../images/specsBg.jpg);
}
#specsTop, #specsFoot{
	display: none;
}
#specsText{
	margin: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 11px;
}
#specsText ul{
	list-style-type: circle;
	color: #333;
	margin: 10px;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
/* IE hack */
*html #specsText ul{
	margin-bottom: 0px;
}
/* IE hack */

.csc-uploads-fileName a:link{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.csc-uploads-fileName a:visited{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.csc-uploads-fileName a:focus{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.csc-uploads-fileName a:hover{
	font-size: 11px;
	color: #C00;
	text-decoration: none;
}
.csc-uploads-fileName a:active{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.csc-uploads-fileSize{
	font-size: 11px;
	color: #000;
	text-indent: 20px;
	line-height: 20px;
}



/* ################################################### NIEUWSPAGE #################################################### */
#nieuwsContent{
	margin-top: 15px;
	float: left;
	width: 570px;
}
#nieuwsList{
	margin-top: 15px;
	float: right;
	width: 347px;
	background: url(../images/nieuwsBg.jpg);
}
#nieuwsListText{
	margin: 15px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 11px;
}
#nieuwsListText a:link{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
#nieuwsListText a:visited{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
#nieuwsListText a:focus{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
#nieuwsListText a:hover{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: underline;
}
#nieuwsListText a:active{
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}




/* ########################################################## FOOTER ##################################################### */
#footerDiv{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#trenner3{
	position: relative;
	clear: both;
	height: 35px;
}
#trenner3 a:link{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#trenner3 a:visited{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#trenner3 a:focus{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#trenner3 a:hover{
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
#trenner3 a:active{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#printDiv{
	display: none;
}
#trenner4{
	height: 1px;
	background: #6A7D9D;
}
#footerText{
	margin-top: 5px;
	height: 50px;
	font-size: 9px;
	color: #666666;
	text-align: center;
}

