
/*
--------------------------------------------
WinFakt! Personal Business Software
--------------------------------------------
Help pages CSS
--------------------------------------------
WinFakt!® SOCS®
--------------------------------------------
Eric Meyers CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
--------------------------------------------
Grid
--------------------------------------------
*/

html {overflow-y: scroll;}
.active td{
	background:#ECF9FB;
	border-bottom:1px solid #EDEDED;
	cursor:pointer;

}

.nonactive td{
	border-bottom:1px solid #EDEDED;
	cursor:pointer;
}

.click td{
	background:#E7DBB5;
	border-bottom:1px solid #EDEDED;
}

.t_active{
	background:#fff;
	border:1px solid #EDEDED;
	cursor:pointer;
}


.t_nonactive{
	background:#ECF9FB;
	border:1px solid #EDEDED;
}

.afgehandeld{
	color:#999;
  }
  
/*--*/
#help{
	background: #ededed url(http://www.winfakt.be/images/background/body_top_bg.gif) top repeat-x;
}

#help a, #help_sidebar ul li a{
	color: #336699;
	text-decoration: none;
}

#help a:hover, #help_sidebar ul li a:hover{
	/*color: #000;*/
	text-decoration: underline;
}

#help #help_sidebar{
	width: 240px;
	overflow: visible;
	float: left;
	padding: 0;
}

#help #help_main_content{
	float: left;
	width: 100%;
}

#help #help_main_content_sm{/*smal, pagina's met sidebar*/
	float: left;
	width: 654px;
}

	#help #help_main_content img.brd{
		padding: 10px;
		border: 1px dashed #ccc;
	}

#help #submenu{
	width: 933px;
	padding: 0 10px;
}

#help #content{
	margin: 0 auto;
	font: 11px/1.5em Tahoma, Arial, Helvetica, sans-serif;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	text-align: left;
	background: #fff;
	padding-bottom: 20px;
}

#help #help_main{
	width: 924px;
	padding: 24px 0 0 29px;
	overflow: hidden;
	float: left;
}

#close_main{
	width: 955px;
	height: 14px;
	margin: 0 auto;
	display: block;
	clear: both;
	background: url(../images/background/bottom_bg2.gif) top left no-repeat;
}

#help h1, #help-file-index h1, #help h2, #help-file-index h2, #help h3, #help-file-index h3, #help h4, #help-file-index h4, #help h5, #help-file-index h5, #help h6{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	padding: 10px 0;
}

#help h1, #help-file-index h1{
	font-size: 24px;
	font-weight: bold;
}

#help h2, #help-file-index h2{
	font-size: 18px;
	margin: 20px 0 16px 0;
	border-bottom: 1px dotted #ccc;
}
#help h3, #help-file-index h3{
	font-size: 15px;
	width: 50%;
	margin: 10px 0 4px 0;
	color: #336699;
}

#help h3.lowpad{
	margin-top: 20px;
}

#help h4, #help-file-index h4{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	word-spacing: -1px;
	line-height: 22px;
}

#help h5, #help-file-index h5{
	font-size: 12px;	
}

#help h6, #help-file-index h6{
	font-style: italic;
}


#help p, #help dt, #help-file-index p, #help-file-index dt, .xtra-pad{
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	line-height: 19px;
}

	#help p img, #help-file-index p img{
		margin: 5px 5px 5px 0;
	}
	
	#help p strong, #help-file-index p strong{
		font-weight: bold;
	}

#help .code, #help .quote, #help-file-index .code, #help-file-index .quote{
	padding: 5px;
	margin: 5px 0;
}

#help .code, #help-file-index .code{
	font: 11px normal normal "Courier New", Courier, monospace;
	background: #d6e4f0;
	border: 1px solid #bcd5e5;
	padding: 10px;
	margin: 30px 10px 0 0;
}

#help .quote, #help-file-index .quote{
	font: 11px normal normal Arial, Helvetica, sans-serif;
	background: #ededed;
	border: 1px dashed #ccc;
	padding: 0 10px 10px 10px;
	margin: 30px 0 0 0;
	clear: both;
}

#help ul{
	/*list-style: disc;*/
	list-style-position: inside;
}

	#help ul li ul{
		list-style: circle;
		list-style-position:inside;
		margin-left: 10px;
	}
	
	#help li ul li{
		margin-left: 10px;
	}
	
#help dl{
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 10px 20px;
	clear: both;
}

	#help dt{
		font-weight: bold;
		width: 120px;
		float: left;
		padding-right: 10px;
	}
	
	#help #hulp-ticket-eigenschappen dt{
		width: 70px;
	}
	
	#help dt:after{
		content: ":";
	}

	#help dd{
		width: 400px;
		margin-bottom: 20px;
		float: left;
	}

.intext-icon{
	margin: -3px 0 0 0;
	padding-top: 3px;
	vertical-align: middle;
}

#help_sidebar ul{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 20px;
}

	#help_sidebar ul ul{
		margin-bottom: 0;
	}

#help_sidebar ul li{
	padding: 2px 2px 2px 20px;
}

#benefits-link{margin-top: -5px;}

#help #help_balloon, #help #help_balloon_mine, #help #help_balloon_add, #help #help_balloon_edit, #help #help_balloon_config, #help #help_balloon_virus, #help #help_balloon_vragen{
	width: 894px;
	height: 214px;
	margin-top: 16px;
	background: url(../tickethelp/images/ticket-balloon-bg.gif) no-repeat;
	display: block;
}

#help #help_balloon p, #help #help_balloon_mine p, #help #help_balloon_add p, #help #help_balloon_edit p, #help #help_balloon_config p, #help #help_balloon_virus p, #help #help_balloon_vragen p{
		height: 200px;
		padding: 45px 60px 0 188px;
		display: block;
		font-size: 13px;
}

	#help #help_balloon p{
		background: url(../tickethelp/images/ticket-lifesaver.gif) 18px 45px no-repeat;
	}
	
	#help #help_balloon_mine p{
		background: url(../tickethelp/images/ticket-ticket.gif) 42px 45px no-repeat;
	}

	#help #help_balloon_add p{
		background: url(../tickethelp/images/ticket-add.gif) 35px 45px no-repeat;
	}
	
	#help #help_balloon_edit p{
		background: url(../tickethelp/images/ticket-edit.gif) 46px 45px no-repeat;
	}

	#help #help_balloon_config p{
		background: url(../faq/configuraties/images/help_config.gif) 20px 35px no-repeat;
	}
	
	#help #help_balloon_virus p{
		background: url(../faq/virusscanners/images/help_virus.gif) 20px 35px no-repeat;
	}
	
	#help #help_balloon_vragen p{
		background: url(../help/images/help-vragen.gif) 30px 24px no-repeat;
	}
	
	#help #help_balloon_testim p{
			height: 100px;
			padding: 26px 60px 0 140px;
			display: block;
			font-size: 13px;
	}


#help_main_screen{
	position: relative;
	z-index: 2;
	background: url(../tickethelp/images/ticket-main-screen-big.png) left top no-repeat;
	width: 606px;
	height: 249px;
	display: block;
	margin: -119px 0 0 270px;
}

#help_main_items{/*ul*/
	position: relative;
	z-index: 1;
	width: 635px;
	height: 427px;
	display: block;
	clear: both;
	margin: 0 0 20px 100px;
	list-style-position: outside;
}

ul#help_benefits_items{/*ul*/
	position: relative;
	z-index: 1;
	display: block;
	margin: 8px 0 20px 20px;
	float: left;
	width: 654px;
}

	#help_main_items li, #help_benefits_items li{
		width: 635px;
		height: 142px;
		display: block;
		clear: both;
		margin-bottom: 10px;
		background: url(../tickethelp/images/ticket-main-item-bg.gif) left top no-repeat;
	}
	
	#help_benefits_items li{
		background: none;
	}
	
	#help_main_items li:hover{
		background: url(../tickethelp/images/ticket-main-item-bg.gif) 0 -142px no-repeat;
		cursor: pointer;
	}
	
		#help_main_item_mine, #help_main_item_add, #help_main_item_edit, #help_benefits_flex, #help_benefits_time, #help_benefits_aim, #help_benefits_insight, #help_benefits_prior, #help_benefits_control{
			float: left;
			height: 139px;
		}
	
		#help_main_item_mine{
			background: transparent url(../tickethelp/images/ticket-main-item-mine.png) 21px 22px no-repeat;
		}
		#help_main_item_add{
			background: transparent url(../tickethelp/images/ticket-main-item-add.png) 25px 34px no-repeat;
		}
		#help_main_item_edit{
			background: transparent url(../tickethelp/images/ticket-main-item-edit.png) 32px 32px no-repeat;
		}
		
		
		#help_benefits_flex{
			background: transparent url(../tickethelp/images/ticket-flex.gif) 18px 20px no-repeat;
		}
		#help_benefits_time{
			background: transparent url(../tickethelp/images/ticket-time.gif) 18px 14px no-repeat;
		}
		#help_benefits_aim{
			background: transparent url(../tickethelp/images/ticket-aim.gif) 18px 16px no-repeat;
		}
		#help_benefits_insight{
			background: transparent url(../tickethelp/images/ticket-insight.gif) 18px 24px no-repeat;
		}
		#help_benefits_prior{
			background: transparent url(../tickethelp/images/ticket-prior1.gif) 14px 18px no-repeat;
		}
		#help_benefits_control{
			background: transparent url(../tickethelp/images/ticket-control.gif) 14px 16px no-repeat;
		}

		#help_main_items li h2, #help_main_items li p{
			width: 502px;
			float: left;
			background: transparent;
		}

		 #help_benefits_items li h2, #help_benefits_items li p{
			float: left;
			width: 502px;
		}
		
		#help_main_items li h2, #help_benefits_items li h2{
			margin: 14px 0 10px 128px;
		}
		
		#help_benefits_items li h2{
			color: #336699;
		}
		
		#help_main_items li p, #help_benefits_items li p{
			color: #000;
			margin-left: 128px;
		}	
		
		#help_main_items li a{
			display: block;
		}
		
		#help_main_items li:hover p, #help_main_items li:hover a{
		}
		
		#help_main_items li:hover a:hover{
			color: #336699;
			text-decoration: none;
		}
		
		#help_main_items li h2{
			padding: 30px 0 2px 0;
			border: 0;
		}

/*config page*/

#help_main_content p#help_config_netw{
	padding: 10px 0 10px 150px;
	font-weight: bold;
	background: transparent url(../faq/configuraties/images/help_config_netw.gif) 20px 14px no-repeat;
}

ul#help_config_list{/*ul*/
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ul#help_config_setups{/*ul*/
	list-style-type: none;
	list-style-position: outside;
	margin-left: 20px;
}

	#help_config_list li{
		margin-bottom: 10px;
	}
	
		#help_config_list li strong{
			font-weight: bold;
		}
	
		#help_config_setups li{
			padding-left: 120px;
		}
			#help_config_setups li h4{
				margin-left: -120px;
				padding-bottom: 20px;
			}
		
			li#help_config_setup_solo{
				background: transparent url(../faq/configuraties/images/help_config_setup_solo.gif) 0 70px no-repeat;
			}
			li#help_config_setup_peer{
				background: transparent url(../faq/configuraties/images/help_config_setup_peer.gif) 0 70px no-repeat;
			}
			li#help_config_setup_terminal{
				background: transparent url(../faq/configuraties/images/help_config_setup_terminal.gif) 0 70px no-repeat;
			}
			
			ul#help_config_setups span{
				text-decoration: underline;
			}	
			ul#help_config_setups p{
				margin-left: 20px;
				padding-left: 10px;
			}
			
			p#help_config_links{
				margin-left: 10px;
			}

/*virus page*/
#help_main_content p#help_virus_shield{
	padding: 10px 0 10px 150px;
	font-size: 13px;
	background: transparent url(../faq/virusscanners/images/help_virus_shield.gif) 20px 10px no-repeat;
}

ul#help_virus_sym{
	list-style-type: decimal;
	list-style-position: inside;
	background: url(../faq/virusscanners/images/help_virus_sympt.gif) 0 0 no-repeat;
	padding-left: 190px;

}

	ul#help_virus_sym li{
	}

ul#help_virus_list{/*ul*/
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ul#help_virus_list{
	margin: 0 0 0 20px;
	list-style: outside;
}

	ul#help_virus_list li ul{
		margin: 10px 0 10px 20px;
		list-style: outside;
		list-style-type: circle;
		line-height: 22px;
		margin-bottom: 20px;
	}
	
		ul#help_virus_list li ul li ul li{
			line-height: 18px;
		}
	
	ul#help_virus_list strong{
		font-weight: bold;
	}

p#virus_approved{
	background: url(../faq/virusscanners/images/help_virus_approved.gif) 10px 5px no-repeat;
	padding-left: 134px;
	height: 99px;
}

p#virus_steps{
	background: url(../faq/virusscanners/images/help_virus_steps.gif) 10px 5px no-repeat;
	padding-left: 114px;
	height: 112px;
}

p#virus_steps_low{
	padding-left: 114px;
}

ul.help_virus_steps li strong, ul#virus_opgelet li strong{
	font-weight: bold;
}

ul.help_virus_steps li{
	margin: 0 0 4px 0;
	list-style: decimal;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 10px;
}

ul.help_virus_steps li.help_virus_screen{
	list-style: none;
	list-style-position: outside;
	text-align: center;
	display: block;
	margin: 10px 0 20px 0;
	padding: 20px 0 14px 0;
	background: #f9f9f9 url(../faq/virusscanners/images/screens/screen-bg.gif) 0 0 no-repeat;
	border: 1px dashed #e5e5e5;
}

ul#virus_opgelet{
	padding-left: 20px;
	list-style: decimal;
	list-style-position: outside;
}

ul#virus_opgelet li{
	margin-bottom: 10px;
	line-height: 16px;
}

ul#virus_apps{
	list-style: decimal;
	list-style-position: outside;
	margin: -50px 0 20px 130px;
	clear: both;
}

ul#virus_apps li{
	padding-left: 10px;
	line-height: 19px;
}

/*-- v&a page --*/
#help #help_balloon_vragen_s{
	width: 734px;
	height: 100px;
	margin-top: 16px;
	display: block;
	padding: 0 30px 10px 130px;
	background: url(../help/images/ticket-balloon-s-bg.gif) no-repeat;
}

h5{
	font-size: 11px;
	font-weight: normal;
}

ul#help_v_o{
	list-style: none;
	width: 893px;
	margin-top: 20px;
}

ul#help_v_o li{
	/*min-height: 458px;
	height: auto !important;
	height: 458px;*/
	width: 434px;
	float: left;
	margin-bottom: 30px;
	padding: 0 0 14px 0;
	background: url(../help/images/help-vo-topic-bg.gif) 0 0 repeat-x;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d9d9d9;
}

	ul#help_v_o li ul{
		padding: 0;
		margin: 0;
	}
	
		ul#help_v_o li ul li{
			padding: 0;
			margin: 0 0 0 0;
			height: auto;
			line-height: 20px;
			border: 0;
			background: none;
			width: 400px;
		}

	ul#help_v_o li.help_v_o_padd{
		margin-right: 20px;
		float: left;
	}
	
	ul#help_v_o li#search{
		cursor: auto;
	}

ul#help_v_o li:hover{
	cursor: pointer;
	background: #fdebce url(../help/images/help_v_o_hover.gif) repeat-x;
}

ul#help_v_o li ul li:hover{
	background: none;
}

ul#help_v_o li ul.help_v_o_recent_topics{
	padding-left: 20px;
}

	ul#help_v_o li div{
		width: 129px;
		height: 140px;
		float: left;
	}
	
	ul#help_v_o li div p{
		padding: 0;
		margin: 0 0 14px 0;
	}
	
		ul#help_v_o li div p a{
			font-size: 10px;
		}

	ul#help_v_o li div#help_v_o_docs{
		background: transparent url(../help/images/help-docs.png) 0 20px no-repeat;
	}
	ul#help_v_o div#help_v_o_faq{
		background: transparent url(../help/images/help-faq.png) 0 20px no-repeat;
	}
	ul#help_v_o div#help_v_o_tickethelp{
		background: transparent url(../help/images/help-tickethelp.png) 4px 20px no-repeat;
	}
	ul#help_v_o div#help_v_o_testimonials{
		background: transparent url(../help/images/help-testimonials.png) 2px 20px no-repeat;
	}
	ul#help_v_o div#help_v_o_config{
		background: transparent url(../help/images/help-config.png) 8px 20px no-repeat;
	}
	ul#help_v_o div#help_v_o_contact{
		background: transparent url(../help/images/help-contact.png) 2px 20px no-repeat;
	}
	ul#help_v_o div#helpfile_v_o{
		background: transparent url(../help/images/helpfile.png) 2px 20px no-repeat;
	}
	
		ul#help_v_o div#ticketsystem_v_o{
		background: transparent url(../help/images/ticketsystem.png) 2px 20px no-repeat;
	}
	
	ul#help_v_o div#help_search{
		background: transparent url(../faq/images/help-search.png) 14px 40px no-repeat;
	}
	
	ul#help_v_o #help_v_o_virus{
		background: transparent url(../faq/images/help-virus.png) 14px 40px no-repeat;
	}

	ul#help_v_o li h4{
		height: 25px;
		width: 292px;
		padding: 14px 0 0 0;
		margin: 0;
		float: left;
	}
	
	ul#help_v_o li p{
		padding-top: 4px;
		float: left;
		width: 292px;
	}
	
	ul#help_v_o li p a{
		padding-right: 14px;
		background: url(../help/images/help-vo-arrow.gif) right 4px no-repeat;
	}
	
	ul#help_v_o li p a:hover{
		background: url(../help/images/help-vo-arrow-over.gif) right 4px no-repeat;
	}

/* FAQ page*/
h5 span{
	font-size: 10px;
	font-weight: normal;
}

#help #help_balloon_faq_s{
	width: 743px;
	height: 100px;
	margin-top: 16px;
	display: block;
	padding: 0 30px 10px 120px;
	background: url(../faq/images/faq-balloon-s-bg.gif) no-repeat;
}

#help #help_balloon_faq_s p{
	padding: 30px 0 0 0;
	font-size: 12px;
}

ul#help_cats{
	margin: 0 0 20px 0;
}

	ul#help_cats li{
		width: 100px;
		float: left;
		list-style-type: circle;
	}

ul#help_topics{
	width: 894px;
	margin: 20px 0 20px 0;
}

	#help_cats{
		float: left;
		width: 176px;
		padding: 0 0 20px 0;
		background: url(../help/images/help-vo-topic-bg.gif) 0 0 repeat-x;
		border-right: 3px solid white;
	}

	#help_recent{
		float: left;
		width: 356px;
		padding: 0 0 20px 0;
		background: url(../help/images/help-vo-topic-bg.gif) 0 0 repeat-x;
		border-right: 3px solid white;
	}
	
		
	#help_recent ul li, #help_faq_popular ul li, #help_cats ul li{
		padding-right: 10px;
	}
	
	ul#help_faq li ul.help_recent_topics{
		clear: both;
	}

	#help_faq_popular{
		float: left;
		width: 355px;
		padding: 0 0 20px 0;
		background: url(../help/images/help-vo-topic-bg.gif) 0 0 repeat-x;
	}
	
		ul#help_topics li ul{
			list-style-type: decimal;
			list-style-position: outside;
		}
		
		ul#help_topics li ul li{
			line-height: 20px;
			margin-left: 24px;
		}

/*DOCS PAGE*/
#help #help_balloon_docs_s{
	width: 734px;
	height: 100px;
	margin-top: 16px;
	display: block;
	padding: 0 30px 10px 130px;
	background: url(../documentatie/images/docs-balloon-s-bg.gif) no-repeat;
}


.see-more{
	padding: 20px 20px 0 0;
	font-weight: bold;
	font-size: 10px;
	margin-left: 12px;
}

	.see-more a{
		padding-left: 20px;
		background: url(../help/images/help-vo-arrow.gif) 2px 3px no-repeat;
	}
	
	.see-more a:hover{
		background: url(../help/images/help-vo-arrow-over.gif) 4px 3px no-repeat;
	}

#help_cant_find{
	padding: 20px;
	margin: 0 32px 30px 0;
	background: url(../help/images/help-vo-topic-bg.gif) 0 0 repeat-x;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d9d9d9;
}

#help_cant_find h5{
	color: #336699;
}

	#help_quote{
		padding: 6px 0;
		font: italic normal 15px Georgia, "Times New Roman", Times, serif;
	}
	
	#help_quote_answer p{
		padding: 10px 0 0 0;
		margin: 0;
		font-size: 11px;
		line-height: 18px;
	}

/* testimonials page*/
#help #help_balloon_testim{
	width: 864px;
	height: 100px;
	margin-top: 16px;
	display: block;
	padding: 0 30px 10px 0;
	background: url(../getuigenissen/images/testimonial-balloon-s-bg.gif) no-repeat;
}

ul#help_testim{
	width: 716px;
}

ul#help_testim li{
	/*background: #f9f9f9 url(../getuigenissen/images/testimonials-item.gif) 0 0 no-repeat;*/
	background: url(../getuigenissen/images/testimonials-quote.gif) 50px 20px no-repeat;
	width: 736px;
	list-style: none;
	margin: 0 22px 20px 0;
	padding: 0 20px 20px 140px;
	border-bottom: 1px dotted #e6e6e6;
}

	ul#help_testim li h3{
		padding: 20px 0 20px 0;
		width: 100%;
	}

	ul#help_testim li p{
		padding: 0 10px 0 0;
		font-size: 12px;
	}

	ul#help_testim li div{
		font-size: 13px;
		font-weight: bold;
		margin-right: 20px;
		padding-bottom: 20px;
	}
	
		ul#help_testim li div a{
			text-decoration: underline;
		}
		
		ul#help_testim li div a:hover{
			color: #336699;
		}

/*contact pagina*/

#help_balloon_s{
	width: 873px;
	height: 100px;
	margin: 16px 0;
	display: block;
	padding: 0 30px 10px 0;
	background: url(../contact/images/balloon-s.gif) no-repeat;
}

	#help_balloon_contact{
		background: url(../contact/images/help-contact.png) no-repeat;
		width: 130px;
		height: 100px;
		float: left;
	}

	#help_balloon_contact_desc{
		padding: 30px 0 0 0;
		font-size: 11px;
		width: 730px;
		float: left;
	}		

#contact_details{
	/*width: 238px;*/
	width: 863px;
	padding: 30px 10px 20px 20px;
	background: #f3f3f3 url(../contact/images/balloon-s.gif) left top no-repeat;
	float: left;
	margin-bottom: 30px;
}

	#contact_details div{
		width: 33%;
		float: left;
	}
	
		#contact_details div strong{
			font-weight: bold
		}
		
		#contact_details .contact_space{
			width: 60px;
		}

#contact_form_wrap{
	width: 863px;
	padding: 30px 10px 20px 20px;
	background: #f3f3f3 url(../contact/images/balloon-s.gif) right top no-repeat;
	float: left;
}

	#contact_form_suggest{
		width: 193px;
		float: left;
		line-height: 18px;
	}
	
		#contact_form_suggest_bg{
			background: url(../contact/images/contact_form_suggest.gif) no-repeat;
			width: 32px;
			height: 32px;
			float: left;
			margin: 2px 2px 0 0;
		}

		#contact_form_suggest strong{
			font-weight: bold;
		}

	#contact_form{
		width: 620px;
		padding: 0 20px 0 30px;
		float: left;
	}
		
		#contact_form .error{
			color: #333;
			text-transform: uppercase;
			height: 10px;
			width: 588px;
			padding: 8px 10px 10px 32px;
			margin-bottom: 10px;
			background: #ffd5d5 url(../contact/images/error.gif) 10px 7px no-repeat;
		}
		
		#contact_form_wrap .succes{
			color: #333;
			float: left;
			text-transform: uppercase;
			height: 10px;
			padding: 8px 10px 10px 32px;
			margin: 0 0 0 20px;
			background: #bff7d5 url(../contact/images/succes.gif) 10px 7px no-repeat;
		}
		
		#contact_form_fields{
			width: 240px;
			float: left;
		}
		
		#contact_form_msg{
			width: 360px;
			float: left;
		}

		#contact_form input, #contact_form select, #contact_form textarea{
			display: block;
			border: 1px solid #e3e3e3;
			padding: 4px;
			margin: 0 0 10px 0;
			font-size: 12px;
		}
		
		#contact_form input{
			width: 210px;
		}
		
		#contact_form select{
			width: 220px;
		}
		
		#contact_form option{
			width: 260px;
			padding-top: 2px;
		}
		
		#file_upload{
			position: relative;
			z-index: 9;
			height: 23px;
			opacity: 0;
		}
		
		#file_upload_replace{
			position: relative;
			z-index: 1;
			margin-top: -33px;
			height: 23px;
			width: 219px;
			background: url(../contact/images/contact_form_file_overlay.gif) 0 0 no-repeat;
		}
		
		#contact_form input.image{
			width: 146px;
			height: 36px;
			margin: 13px 0 0 -7px;
			border: 0;
		}
		
		#contact_form textarea{
			width: 380px;
			height: 166px;
			margin-top: -1px;
		}
		
		#contact_small span{
			font-size: smaller;
		}

/*footsie & bugfixes*/
#foot{
	font: 10px/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	width: 933px;
	margin-left: 12px;
	padding: 30px 0 0 20px;
	background: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px dotted #ccc;
}
	#copyright{float: left;}
	#button-w3c{float: right; margin-right: 20px;}
	#button-xh{float: right; margin: 10px 10px 0 0;}
/*
clearfix bug splat. ipv een xtra clear both div voeg je hier de class/id van de te clearen div toe
*/
.quicklinks:after, #content:after, #main:after, dl:after, ul#help_testim #help_testim_item:after, ul#help_v_o_topics:after, ul#help_v_o li ul.help_v_o_recent_topics:after, ul#help_topics:after, #foot:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.quicklinks, , #content, #main, dl, #foot{display: inline-block;}
* html .quicklinks {height: 1%;}
.quicklinks {display: block;}