/* CSS Document */
html, body{
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#008caf;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div, td{
	font-size:12px;
	line-height:18px;
}
a{
	color:#0277a4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
td{
	vertical-align:top;
}
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3{
	color:#0277a4;
	margin-bottom:3px;
	padding-bottom:3px;
}
h1{
	font-size:24px;
	margin-bottom:15px;
}
h2{
	font-size:18px;
}
h3{
	font-size:14px;
}
input[type="submit"], input[type="button"] {
	background-color:#0277a4;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:none;
}
form{
	margin:0px;
	padding:0px;
}
#bgRepeatY{
	background-image:url(../images/bg_bottom_down.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#bgMainBg{
	background-image:url(../images/bg_main_wit.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#siteContainer{
	margin:0 auto;
	width:980px;
}
#siteHeader{
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	height:99px;
	position:relative;
}
#siteTaalBox{
	position:absolute;
	text-align:right;
	right:12px;
	bottom:10px;
	height:20px;
	width:200px;
}
#siteTopNav{
	background-image:url(../images/bg_navigatie.jpg);
	background-repeat:no-repeat;
	height:36px;
	position:relative;
}
#quickZoeken{
	position:absolute;
	right:30px;
	width:200px;
	height:30px;
	margin-top:3px;
}
#quickZoeken a{
	color:#FFFFFF;
	font-weight:bold;
}
#nav{
	margin-left:25px;
}
#nav a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	margin-right:35px;
	line-height:28px;
}
#nav a:hover{
	color:#000000;
}

#shopNav{
	background-image:url(../images/bg_navigatie_left.jpg);
	background-repeat:no-repeat;
	width:178px;
	margin-left:12px;
}
#shopNav a{
	background-image:url(../images/bg_shop_btn.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:178px;
	height:28px;
	display:block;
	line-height:27px;
	color:#FFFFFF;
	text-indent:15px;
}
#logos{
	margin-left:20px;
	margin-bottom:20px;
}
#siteFooter{
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	height:58px;
	text-align:center;
	color:#666666;
	font-size:11px;
}
#siteFooter a{
	color:#666666;
}
#siteFooter a:hover{
	color:#666666;
}

#blok{
	background-image:url(../images/blok_repeat.gif);
	width:194px;
}
#blokHead{
	background-image:url(../images/blok_top.jpg);
	background-repeat:no-repeat;
	height:24px;
	color:#FFFFFF;
	line-height:24px;
	text-indent:15px;
}
#blokBody{	
	margin:10px 15px 0px 15px;
}
#blokBottom{
	background-image:url(../images/blok_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/******************************************************8
	PRODUCTPAGINA'S
*******************************************************/
#productDetailPrijs{
	font-size:18px;
	font-weight:bold;
	color:#0277a4;
}
#productVenster{
	width:265px;
	margin-bottom:20px;
	text-align:left;
	background-image:url(../images/product_repeat.gif);
	background-repeat:repeat-y;
}
#productHeader{
	background-image:url(../images/product_top.jpg);
	background-repeat:no-repeat;
	line-height:24px;
	text-indent:15px;
	font-weight:bold;
}
#productprijs{
	font-weight:bold;
	font-size:19px;
	color:#0277a4;
}
#productHeader a{
	color:#FFFFFF;
}
#productBottom{
	background-image:url(../images/product_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#productVenster #intro{
	font-size:12px;
	line-height:16px;
	margin:10px 0px 5px 0px;
}


/******************************************************8
	Nieuws
*******************************************************/
.newsTabel{
	width:100%;
	border-top:1px solid #CCCCCC;
}
.newsTabel td{
	padding-left:8px;
}
.newsTabel #leesmeer{
	border-bottom:1px solid #CCCCCC;
	padding-left:8px;
	vertical-align:top;
}
.newsTabel #intro{
	padding-top:10px;
	border-top:1px solid #FFFFFF;
}
.newsTabel #introAfb{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
}
.newsTabel #introAfb img{
	border: 1px solid #CCCCCC;
	margin:4px;
}