/* CSS Document */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, /*input,*/
table, caption, tbody, tfoot, thead, tr, th, td,
input.center,  input.noborderinput, input.radiof, input.borderinput_error {
	margin: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	/*line-height: 1;*/
	/*font-family: inherit;*/
	/*text-align: left;*/
	vertical-align: baseline;
	list-style-type: none;
}

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, /*input,*/
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
}

input.btn {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	/*line-height: 1;*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	list-style-type: none;
}

a img, 
:link img, 
:visited img {
	border: 0;
}

a {
	text-decoration: none;
}

form input,
form textarea {
   padding:0 2px 0 2px;
	 resize: none;
	 /*margin: 0;*/
   /*border: 1px solid #A5ACB2;*//* taken out here, and defined in more specific classes in layout.css to prevent conflict with submit buttons*/
   /*width:auto;*/
   /*Taken out the following overflow value as it causes the text fields in ie to expand and break layout.
   overflow:visible;*/
}


/* hr heeft altijd marge in IE PC */
.hr hr,
.hr_coloured hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, 
ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}