/* CSS Document */

Table border{
            border: 0px;
}	

html, body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color: #000;
	background: #f3f3f3;
		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input{
	font-size: 10px;
}
p {
	margin-bottom: 5px;
	padding: 0px;
}
.error{
	margin-bottom: 10px;
	font-weight: bold;
	color: red;
}
.clear {
	clear: both;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #f3f3f3;
}

#globalbody {
	width: 925px;
	height: 100%;
	margin: 0 auto;
	background: #f3f3f3 url(../images/shadow.png) left top repeat-y;

}

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

.box_title {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #016eb8;
	text-decoration:underline;
	font-weight:bold;
}
.btn-submit {
	height: 25px;
	background: #0099FF;
	border: 2 solid #0099FF;
	outline: none;
	border: none;
	cursor : pointer;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	float: left;	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #FFF;

}
.balk {
	width: 558px;
	height: 20px;
	margin-top: 15px;
	margin-bottom: -5px;	
	border-left: 1px solid #FFFF33;
	border-top: 4px solid #FFFF33;
	padding: 5px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #0470b9;
}

/*----------- header css ----------*/
#header {
	width: 800px;
	height: 87px;
	background: #FFF url(../images/header_bg.gif) top left repeat-x;
	padding-top: 10px;
	margin-left: 10px;

}
#header_image {
	width: 780px;
	height: 180px;
	background: #FFF url(../images/header_image.jpg) top left no-repeat;
	padding: 10px;
	margin-left: 10px;
}
.logo {
	height: 76px;
	float: left;
	margin-left: 10px;
	background: url(../images/logo.gif) top left no-repeat;
	padding: 0px;
}
.slogan {
	width: 345px;
	height: 30px;
	margin-left: 270px;
	margin-top: 10px;
	padding: 10px;
	border-left: #06F solid 1px;
		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #06F;
	font-style: oblique;
	text-align: left;
}
.website_taal {
	width: 17%;
	height: 13px;
	padding: 0px;
	margin: 0px;
	float: right;
}
.header_winkelwagen {
	width: 100px;
	height: 15px;
	padding: 0px;
	margin-top: 50px;
	margin-left: 345px;
	float: right;
		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #8c8b8b;
	text-align: left;
}
#header_menu {
	width: 801px;
	height: 31px;
	background: #000099;
	padding: 0px;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #ffffff;
}

/*----------- leftcontent css ----------*/
#leftcontent {
	width: 570px;
	background: #FFF;
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	padding: 10px;


}
.page_title {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#0470b9;
	border-bottom: solid 1px #ccc;
}
#content_news {
	width: 560px;
	margin-top: 25px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.content_news_left {
	width: 268px;
	float: left;
	border-right: solid 1px dotted;
}
.content_news_right {
	width: 268px;
	float: right;
}
.content_news_title {
	width: 100px;
	height: 10px;
	float:left;
}
.content_news_content {
	width: 270px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;	
}
.content_news_date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration:none;
	font-weight:bold;
	margin-top: 10px;
}	

#catalog_product_holder {
        width: 255px;
	height:300px;
	margin-top: 20px;
	margin-right: 17px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;

}

.catalog_product_name {
	width: 255px;
	height: 15px;
	margin-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #016eb8;
	text-decoration:underline;
	font-weight:bold;
}

.catalog_product_img {
	width: 80px;
	height: 80px;
	padding: 0px;
	margin-right: 2px;
	float: left;
	background: #fff ;
}
.catalog_product_info {
	width: 170px;
	height: 96px;
	padding: 0px;
	float: left;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.catalog_product_price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #016eb8;
	text-decoration: none;
	font-weight:bold;
    
	
}
.catalog_product_btn_info {
        width: 80px;
	height: 15px;
	background: #0066CC;
	float: right;
	margin-right: 3px;	
	
	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #FFF;

}
.catalog_product_btn_bestel {
	width: 80px;
	height: 30px;
	background: #0066CC;
	border: 2 solid #0066CC;
	float: left;
	outline: none;
	border: none;
	cursor : pointer;	

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #FFF;

}
.catalog_product_talen {
	width: 168px;
	height: 25PX;
	background: #FFF;
	border-top: 1px solid #016eb8;
	border-left: 1px solid #016eb8;	
	float: left;
	margin-right: 5px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:NONE;
	text-decoration: none;
	text-align: LEFT;
	color: #016eb8;

}
#catalog_product_holder A:link { color:#FFF; text-decoration:none;}
#catalog_product_holder A:visited { color:#FFF; text-decoration: none;}
#catalog_product_holder A:active { color:#FFF; text-decoration: none;}
#catalog_product_holder A:hover {text-decoration: none ; color: #FFF;}

/*------- product pagina css --------*/
#catalog_product_holder_meerinfo {
	width: 550px;
	height: 315px;
	margin-top: 20px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;	
        font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.catalog_product_info_meerinfo {
	width: 285px;
	height: 200px;
	padding: 0px;
	float: left;
}
.catalog_product_name_meerinfo {
	width: 255px;
	height: 15px;
	margin-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #016eb8;
	text-decoration:underline;
	font-weight:bold;

}
.catalog_product_img_meerinfo {
	width: 80px;
	height: 96px;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;	
	float: left;
	background: #fff url(../images/webshopcov3.png) no-repeat left top;

}
.catalog_product_price_meerinfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #016eb8;
	text-decoration: none;
	font-weight:bold;
	
}
.catalog_product_btn_info_meerinfo {
	width: 80px;
	height: 15px;
	background: #0099FF;
	border: 2 solid #0099FF;
	float: right;
	margin-right: 5px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.catalog_product_btn_bestel_meerinfo {
	width: 168px;
	height: 35px;
	background: #0099FF;
	border: 2 solid #0099FF;
	margin-top: 10px;
	float: left;
	outline: none;
	border: none;
	cursor : pointer;	

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #FFF;

}
.catalog_product_talen_meerinfo {
	width: 168px;
	background: #FFF;
	border-top: 1px solid #016eb8;
	border-left: 1px solid #016eb8;	
	float: right;
	margin-right: 5px;
	margin-top: -110px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:NONE;
	text-decoration: none;
	text-align: LEFT;
	color: #016eb8;

}


/*----------- rightcontent css ----------*/

#rightcontent {
	width: 190px;
	background: #FFF;
	float: left;
	padding: 5px;
	margin-right: 5px;

	
}
.product_box_holder {
	width: 190px;
	height: 330px;
	padding: 0px;
	margin-bottom: 10px;

}
.product_box {
	width: 160px;
	height: 140px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px dashed #ccc;
}
.product_box_img {
	width: 60px;
	height: 60px;
	padding: 0px;
	border: 1px ridge #ccc;
	float: left;
	background: #fff url(../images/egp_thumb.png) no-repeat left top;
}
.product_box_price {
	width: 100px;
	height: 20px;
	padding: 0px;
	margin-top: 15px;
	float: right;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #0066FF;
	text-decoration:none;
	font-weight:bold;	
}
.product_box_title {
	width: 180px;
	height: 20px;
	padding: 0px;
	margin-top: 5px;
	float: left;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #016eb8;
	text-decoration:none;
	font-weight:bold;	
}
.product_box_info {
	width: 185px;
	height: 50px;
	padding: 0px;
	margin-top: 5px;
	float: left;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #016eb8;
	text-decoration:none;
}
#product_box_catalog {
	width: 190px;
	height: 55px;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px dashed #ccc;
	background: #fff url(../images/butteur.png) center left no-repeat ;	

}
.product_box_catalog {
	width: 150px;
	height: 20px;
	padding: 0px;
	margin-left: 55px;
	margin-top: 3px;
	float: left;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #fff;
	text-decoration:none;
	font-weight:bold;	
}
.product_box_catalog_title {
	width: 125px;
	height: 20px;
	padding: 0px;
	margin-left: 55px;	
	margin-top: 10px;
	float: left;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #016eb8;
	text-decoration:none;
	font-weight:bold;	
}
#product_box_catalog A:link { color:#0066FF; text-decoration:none;}
#product_box_catalog A:visited { color:#0066FF; text-decoration: none}
#product_box_catalog A:active { color:#0066FF; text-decoration: none}
#product_box_catalog A:hover {text-decoration: underline overline; color: #0066FF;}

.adres {
	width: 170px;
	height: 180px;
	border: 1px solid #CCC;
	padding: 10px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	text-decoration: none;

}
#product_box_winkelwagen {
	width: 190px;
	height: 45px;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px dashed #ccc;

}

.rightcontent_winkelwagen {
	width: 100px;
	height: 38px;
	padding-left: 55px;
	margin-bottom: 10px;
	float: left;
		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #8c8b8b;
	text-align: left;
	background: #fff url(../images/winkelwagen_icon.gif) top left no-repeat;
}



/*----------- footer css ----------*/

#footer {
	width: 801px;
	background: #FFF;
	border-top: 1px #CCCCCC solid;	
	border-bottom: 1px #0099FF solid;
	margin-left: 10px;	

}

.footertext {
	width: 760px;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0066FF;
}
/*----------- INTRO css ----------*/
#intro_wrapper {
	height: 100%;
	width: 100%;
	background: #f3f3f3;
}

#intro_top {
	width: 599px;
	height: px;
	background: #fff;
	border: #dbdbdb solid 8px;
	padding: 0px;
	margin:0px;
	float: none;
	margin: 0 auto;
	
}
#intro_top A:link { color:#FFFFFF; text-decoration:none;}
#intro_top A:visited { color:#FFFFFF; text-decoration: none}
#intro_top A:active { color:#FFFFFF; text-decoration: none}
#intro_top A:hover {text-decoration: underline; color: #FFFFFF;}

.intro_headerimg {
	width: 599px;
	height:383px;
	background: #fff url(../images/intro_image.jpg) top center repeat;;
	padding: 0px;
}
.intro_buttons_holder {
	width: 580px;
	height:100;
	background: #fff;
	padding: 0px;
	margin: 0 auto;
}
.intro_buttons {
	width: 176px;
	height: 35px;
	background: #0066CC;
	padding-top: 18px;
	margin-left: 10px;
	margin-top: 8px;
	float: left;
	border-right: 2px #a9afbd solid;
	border-left: 2px #a9afbd solid;
	border-bottom: 2px #a9afbd solid;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #F3F3F3;
	text-align: center;
}
.intro_logo {
	width: 264px;
	height: 76px;
	background: url(../images/logo.gif) top left no-repeat;
	padding: 0px;
	margin-right: 30px;
	margin-top: 75px;
	float: right;	
}
.intro_taal {
	width: 250px;
	height: 13px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 120px;
	float: left;
}

table th{
	color: #0099CC;
	text-align: left;
	padding-bottom: 20px;
	padding-bottom: 10px;
}