body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	background-color:		#060606;
	background-image:		url("../graphics/backgrounds/body.jpg");
	background-position:	top left;
	background-repeat: 		no-repeat;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				13px;
	text-align:				justify;
}

h1{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	color: 					#FFFFFF;
	margin-left: 			5px;
	margin-top: 			0px;	
	margin-bottom: 			0px;
}

h2{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color: 					#a5a5a5;
	margin-left: 			5px;
	margin-top: 			5px;	
	margin-bottom: 			5px;
}
h3{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color: 					#c10909;
	margin-left: 			25px;
	margin-top: 			5px;	
	margin-bottom: 			5px;
}

h4{
	margin-left:			5px;
	font-size:				11px;
	color:					#dcdcdc;	
	line-height: 			1.7;
	margin-top: 			0px;	
	margin-bottom: 			10px;
	margin-right: 			10px;
}

a{
	text-decoration: 		none;
	color:					#FFFFFF;
}
a:hover{
	text-decoration: 		underline;
	color:					#eeeeee;
}

li img{
	border: 				none;
	margin: 				0px;
	margin-top: 			0px;
	float: 					right;
	margin-right: 			30px;
}

img{
	border: 				none;
	margin: 				4px;
	margin-top: 			6px;
}

div{
	position:				relative;
	overflow:				hidden;
	display:				inline;
	float:					left;
}
p{
	margin:					5px;
	font-size:				12px;
	color:					#dcdcdc;	
	line-height: 			1.7;
	margin-top: 			5px;	
	margin-bottom: 			10px;
}

p.small{
	margin:					0px;
	padding:                0px
	font-size:              small;
	color:					#dcdcdc;	
	margin-top: 			2px;	
	text-align: 			right;
	padding-right:          10px;
}
p.faq{
	margin:					0px;
	padding:                0px
	font-size:              small;
	color:					#dcdcdc;	
	margin-top: 			2px;	
	text-align: 			left;
	padding-right:          10px;
	margin-left: 			50px;	
}

li{
	margin-left:			5px;
	font-size:				12px;
	color:					#dcdcdc;	
	line-height: 			1.7;
	margin-top: 			2px;
	margin-left: 			20px;
}
table{
	margin:					0px;
	margin-top:			    0px;
	padding:				0px;
	padding-top:            0px;
	margin-left: 			5px;
	border-color: 			#dcdcdc;
	color: 					#dcdcdc;
	text-align:				left;	
}

table img{
	margin:					0px;
	margin-left: 			0px;

}
table tr{
	padding-top:            0px;
	margin-top: 			0px;
}

table td{
	padding-top:            0px;
	margin-top: 			0px;
}

input{
	width:					200px;
	height: 				15px;
	border-style:		    solid;
	border-color:		    #00000;
	border-width:			1px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				10px;
}

input.default{
	width:auto;
	padding:0px;
	margin:0px;
	border:none;
}

select{
	width:					150px;
	border-style:		    solid;
	border-color:		    #00000;
	border-width:			 1px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}

select.producten{
	width:					40px;
	border-style:		    solid;
	border-color:		    #00000;
	border-width:			0px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}	

.aantalstuk{
	font-size:				9px;
}

textarea{
	width:					500px;
	height:					100px;	
	padding:			    2px;
	padding-left:		    5px;
	padding-right:		    5px;
	border-style:		    solid;
	border-color:		    #00000;
	border-width:		    1px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
}

/* FRAME */
div#frame{
	width:					950px;
	margin-left:			auto;
	margin-right:			auto;
	display:				block;
	float:					none;
}

/* HEADER */
div#bovenkant{
	width:					950px;     
	height:					20px;
}
div#header{
	width:					950px;     
	height:					70px;
}
div#logo{
	width:					400px;     
	height:					70px;
	float:					left;
}
div#logo img{
	width:					400px;     
	height:					70px;
	float:					left;
	margin: 				0px;
}
div#logoheader{
	width:					550px;     
	height:					70px;
	float:					right;
	background-image:		url("../graphics/backgrounds/header_bg.jpg");	
	text-align: 			right;

}

div#logoheader p{
	font-size:				11px;
	font-weight: 			bold;
	color:					#dcdcdc;	
	line-height: 			1.7;
	margin-top: 			10px;
	margin-right: 			10px;
}

div#flashbanner{
	width:					950px;     
	height:					210px;
}
div#menu{
	width:					950px;     
	height:					38px;
	padding-bottom:         20px;
	text-color: 			#FFFFFF;
}
div#menuitem1{
	width:					156px;     
	height:					38px;
	background-image:		url("../graphics/menu/knop1.jpg");		
	text-align:				center;	
	padding-top: 			10px;
	background-repeat: 		no-repeat;
	color: 					#FFFFFF;	
}

div#menuitem1 a{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;	
	color: 					#FFFFFF;	
}
div#menuitem1 a:hover{ 	
	color: 					#bb0d07;
	text-decoration: 		none;
}

div#menuitem2{
	width:					161px;     
	height:					38px;
	background-image:		url("../graphics/menu/knop2.jpg");	
	text-align:				center;	
	padding-top: 			10px;
	background-repeat: 		no-repeat;	
	color: 					#FFFFFF;
}

div#menuitem2 a{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;	
	color: 					#FFFFFF;	
}

div#menuitem2 a:hover{ 	
	color: 					#bb0d07;
	text-decoration: 		none;
}

div#menuitem3{
	width:					163px;     
	height:					38px;
	background-image:		url("../graphics/menu/knop3.jpg");	
	text-align:				center;	
	padding-top: 			10px;
	background-repeat: 		no-repeat;	
	color: 					#FFFFFF;	
}
div#menuitem3 a{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;	
	color: 					#FFFFFF;		
}
div#menuitem3 a:hover{ 	
	color: 					#bb0d07;
	text-decoration: 		none;
}

div#menuitem4{
	width:					162px;     
	height:					38px;
	background-image:		url("../graphics/menu/knop4.jpg");	
	text-align:				center;	
	padding-top: 			10px;
	background-repeat: 		no-repeat;	
	color: 					#FFFFFF;	
}

div#menuitem4 a{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;		
	color: 					#FFFFFF;	
}
div#menuitem4 a:hover{ 	
	color: 					#bb0d07;
	text-decoration: 		none;
}

div#menuitem5{
	width:					155px;     
	height:					38px;
	background-image:		url("../graphics/menu/knop5.jpg");		
	text-align:				center;	
	padding-top: 			10px;
	background-repeat: 		no-repeat;	
	color: 					#FFFFFF;	
}
div#menuitem5 a{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;
	color: 					#FFFFFF;	
}
div#menuitem5 a:hover{ 	
	color: 					#bb0d07;
	text-decoration: 		none;
}
div#menuitem6{
	width:					153px;     
	height:					38px;
	background-image:		url("../graphics/menu/knop6.jpg");		
	text-align:				center;	
	padding-top: 			10px;
	background-repeat: 		no-repeat;	
	color: 					#FFFFFF;	
}
div#menuitem6 a{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;	
	color: 					#FFFFFF;	
}
div#menuitem6 a:hover{ 	
	color: 					#bb0d07;
	text-decoration: 		none;
}
/* CONTENT */

div#kolomlinks, .kolomlinks{ 
	width: 				160px;
	background-image:		url("../graphics/backgrounds/links_extend.jpg");	
	margin-right:      20px;	
}
div#kolomlinksheader, .kolomlinksheader{ 
	width:				160px;
	height: 			21px;
	background-image:	url("../graphics/backgrounds/links_kop.jpg");		
}
div#kolomlinksheader h1, .kolomlinksheader h1{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color: 					#bcbcbcbc;
	margin-top: 			3px;
	margin-left: 			3px;
}
div#kolomlinkscontent, .kolomlinkscontent{ 
	width:				160px;
	background-image:	url("../graphics/backgrounds/links_bovenkant.jpg");		
	background-position:	top left;
	background-repeat: 		no-repeat;	
}

div#kolomlinksfooter, .kolomlinksfooter{ 
	width:				160px;
	height: 			9px;
	background-image:	url("../graphics/backgrounds/links_footer.jpg");		
	
}



div#kolommain, .kolommain{ 
	width: 				580px;
	background-image:		url("../graphics/backgrounds/main_extend.jpg");		
	margin-right: 		20px;
}
div#kolommainheader, .kolommainheader{ 
	width:				580px;
	height: 			21px;
	background-image:	url("../graphics/backgrounds/main_kop.jpg");		
}
div#kolommainheader h1, .kolommainheader h1{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color: 					#bcbcbcbc;
	margin-top: 			3px;
	margin-left: 			3px;
}
div#kolommaincontent, .kolommaincontent{ 
	width:				580px;
	background-image:	url("../graphics/backgrounds/main_bovenkant.jpg");		
	background-position:	top left;
	background-repeat: 		no-repeat;	
}

div#kolommainfooter, .kolommainfooter{ 
	width:				580px;
	height: 			9px;
	background-image:	url("../graphics/backgrounds/main_footer.jpg");		
	
}



div#kolomrechts, .kolomrechts{ 
	width: 				170px;
	background-image:		url("../graphics/backgrounds/rechts_extend.jpg");		
	margin-bottom:     10px;
}
div#kolomrechtsheader, .kolomrechtsheader{ 
	width:				170px;
	height: 			21px;
	background-image:	url("../graphics/backgrounds/rechts_kop.jpg");		
}
div#kolomrechtsheader h1, .kolomrechtsheader h1{ 
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color: 					#bcbcbcbc;
	margin-top: 			3px;
	margin-left: 			3px;
}
div#kolomrechtscontent, .kolomrechtscontent{ 
	width:				170px;
	background-image:	url("../graphics/backgrounds/rechts_bovenkant.jpg");		
	background-position:	top left;
	background-repeat: 		no-repeat;	
}
div#kolomrechtscontentsponsor, .kolomrechtscontentsponsor{ 
	width:				170px;
	background-image:	url("../graphics/backgrounds/rechts_bovenkant.jpg");		
	background-position:	top left;
	background-repeat: 		no-repeat;	
	padding: 5px;
}

div#kolomrechtsfooter, .kolomrechtsfooter{ 
	width:				170px;
	height: 			9px;
	background-image:	url("../graphics/backgrounds/rechts_footer.jpg");		
}
