/****************************** GLOBAL TAGS *******************************/

html {
	width: 100%;
	height: 100%;
	overflow-y:scroll;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #f3f3f3;
	font-family: Arial;
	color: #000000;
	position: absolute;
	font-size:72.5%;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color:#df0100;
}

a:hover {
	text-decoration: underline;
	color:#df0100;
}

form {
	padding:0px;
	margin:0px;
}	

.txt {padding:30px 50px;}

p#sbeb {padding:0 !important;}

/******************************** index.html *********************************/

#page {
	width: 100%; 
	min-height: 940px; 
	height: auto;
}


#main {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: url(../images/header_1.jpg) no-repeat left top;
	width: 980px;
	height: 220px;
}


#menu {
	padding:0px; margin:0px;
	width: 980px;
	display: block;
	height: 50px;
}

#menu ul{
	padding:0px; margin:0px;
	padding-top: 10px;
	width: 980px;
	height: 25px;
}
#menu li{
	float: left;
	display: block;
	width: 140px;
	height: 34px;
	text-align: center;
}

#menu li a{
	display: block;
	width: 140px;
	height: 34px;
	background: url(../images/menu_bg.png) repeat-x left top;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}

#menu li.first a{
	display: block;
	width: 140px;
	height: 34px;
	background: url(../images/menu_bg_first.png) repeat-x left top;
	color: #fff;
	font-size: 13px;
	line-height: 31px;
	font-weight: bold;
}

#menu li.last a{
	display: block;
	width: 140px;
	height: 34px;
	background: url(../images/menu_bg_last.png) repeat-x left top;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}

#content{
	margin:0px;
	padding:0px;
}


#content .left{
	float: left;
	width: 180px;
	margin: 2px 20px 0px 0px;
}


#content .right{
	float: left;
	width: 180px;
	margin: 2px 0px 0px 0px;
}


#content .middle {
	float: left;
	background: url(../images/content_bg.png) repeat-y left top;
	color:#4e4e4e;
	width: 580px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	margin: 0px 9px 0px 0px;
	line-height: 16px;
}

.box_middle {
	padding:0px;
	margin:0px;
	color: #4e4e4e;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	height: 100%;
}

#content .middle .box_middle_top {
	display:block;
	width: 580px;
	height: 10px;
	background: url(../images/content_top.png) no-repeat left top;
}


#content .middle .box_middle_bottom {
	display:block;
	width: 580px;
	height: 10px;
	background: url(../images/content_bottom.png) no-repeat left top;
}

#content .middle p {
	padding-left: 20px;

}

#content .middle h1 {
	margin:0px;
	padding:0px;
	display: block;
	font-size: 16px;
	height: 31px;
	color: #929292;
	line-height: 30px;
	padding-left: 20px;

}

#content .middle .box_middle h2 {
font-size: 12px;
color: #df0100;

}


#content .left .box {
	background: url(../images/block_bg.png) no-repeat left 31px;
	color:#df0100;
	width: 192px;
	height: 222px;
}

#content .left .box p, #content .left .box h2, #content .right .box p, #content .right .box h2 {
	margin:0px;
	padding:0px;
	padding-left:10px;
}

#content .left .box p, #content .right .box p{
	margin:0px
	padding:0px;
	display: block;
	padding-right: 20px;
	padding-top: 10px;
	line-height: 19px;
	color:#4e4e4e;
	width: 165px;
}


#content .left .box p a, #content .right .box p a{
	color:#df0100;
}



#content .right .box {
	background: url(../images/block_bg_r.png) no-repeat left 31px;
	color:#df0100;
	width: 192px;
	height: 222px;
}

#content .right .box p span{
	font-size: 16px;
	font-weight: bold;	
}


#content .left h2 {
	margin:0px;
	padding:0px;
	display: block;
	font-size: 14px;
	background: url(../images/h2_bg.png) no-repeat left top;
	width: 192px;
	height: 31px;
	color: #929292;
	line-height: 30px;
	padding-left: 10px;

}

#content .right h2 {
	margin:0px;
	padding:0px;
	display: block;
	font-size: 14px;
	background: url(../images/h2_bg_r.png) no-repeat left top;
	width: 192px;
	height: 31px;
	color: #929292;
	line-height: 30px;
	padding-left: 10px;

}


.footer {
	margin:0px;
	padding:0px;
	width: 988px; 
	position: relative; 
	height:40px;
	left: 50%; 
	margin: -57px 0px 0px -494px; 
	color: #cdcdcd; 
	clear: both;
	background: url(../images/footer_bg.png) no-repeat left top;
}
.footer2 {
	margin:0px;
	padding:0px;
	width: 988px; 
	position: relative; 
	height:40px;
	left: 50%; 
	margin: 10px 0px 0px -494px; 
	color: #cdcdcd; 
	clear: both;
	text-align:center;
	font-size:11px;
}
.footer2 a {color:#b1b1b1;}
.footer2 p {color:#b1b1b1;}

.footer .copy {
	padding:0px;
	position: absolute; 
	margin: 12px 0px 0px 14px; 
	font-size:10px;
}

.footer .copy a{
	text-decoration:none; 
	color:#cdcdcd; 
	font-size: 10px;
}
.footer .copy a:hover{
	text-decoration:none; 
	color:#cdcdcd; 
	font-size: 10px;
}

.footer .creator {
	padding:0px;
	position: absolute; 
	margin: 12px 0px 0px 790px; 
	width: 210px; 
	font-size: 10px;
}

.footer .creator a{
	text-decoration:none; 
	color:#cdcdcd; 
	font-size: 10px;
}
.footer .creator a:hover{
	text-decoration:none; 
	color:#cdcdcd; 
	font-size: 10px;
}

.bttn_vorige{
	width: 72px;
	height: 20px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: url(../images/bttn_vorige.png) no-repeat top left;
	text-align: left;
	float: left;
}


.bttn_bestel{
	width: 72px;
	height: 20px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: url(../images/bttn_bestellen.png) no-repeat top left;
	text-align:right;
}

.bttn_gaverder{
	width: 187px;
	height: 20px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: url(../images/ga_verder.png) no-repeat top left;
	text-align:right;

}

.bttn_verstuur{
	width: 72px;
	height: 20px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/bttn_verstuur.png) no-repeat top left;
}


.bttn_afronden{
	width: 130px;
	height: 20px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: url(../images/bttn_verzenden.png) no-repeat top left;
	float:right;
}

.frm_nav {
	width: 550px;
	text-align: right;
}

form img{
	vertical-align: middle;
}

#page #main #content .middle .box_middle form .frm_tbl td{
	height: 22px;
	width: 220px;
}

form .lijst td{
	height: 50px;
}


.field { 
	width: 120px;
	height: 13px;
	font-size: 11px;
}

.requiredfield { 
	width: 120px;
	height: 13px;
	font-size: 11px;
}


.invalidfield { 
	color: #666666; 
	background-color:#f6c8cb; 
	border: 1px solid #CCCCCC; 
	width: 122px;  
}


.smallfield {
	width: 40px;
	font-size: 11px;
}

.veld {width:200px;}

/******************************** jquery slider *********************************/

.scroller {
	background: url(../images/slide_bg.png) no-repeat left top;
	float: left;
	display: block;
	height: 144px;
	width: 980px;
}
.back {margin: 0px; z-index: 9; position: absolute;}
.forward {margin: 0px 0px 0px 953px; position: absolute;}
div.scrollable {width: 926px; height: 95px; margin-left: 27px; margin-top:25px; position: relative; overflow:hidden;}
div.items {width: 20000em; position: absolute; clear: both; margin: 0px 0px 0px 0px;}
div.scrollable div.items div {float: left; width: 185px; text-align: center; border-right: 1px solid #d9d9d9;}
.disabled {visibility: hidden !important;}
.activated {visibility: visible !important;}



/*

#products{
	display:block;
	height:150px;
	padding-top: 15px;
	width:980px;
}
#products #slider {
	background: url(../images/slide_bg.png) repeat-x left top;
	float: left;
	display: block;
	height: 100px;
	width: 980px;
	margin-left: 27px;
	margin-right: 27px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	width:100px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	}

#slider, #slider li{ 
		width:925px;
		height:145px;
		overflow:hidden; 
	}

span#prevBtn{}
span#nextBtn{}	
span#prevId{}
span#prevId img{float: left;}




	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		top:270px;
		z-index:1000;
		}	

	#nextBtn, #slider1next{ 
		position: absolute;
		float:right;
		right: 11%;
		}	

													
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:27px;
		height:144px;
		background:url(../images/bttn_slide_left.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/bttn_slide_right.png) no-repeat 0 0;	
		}	
		
*/

