@charset "iso-8859-1";
/*******************************************************
*   Set back to zero and define a few basic styles     *
*******************************************************/
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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align:baseline;
}
fieldset {
	border: 0;
	outline: 0;
}
sub, sup {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
}
/*******************************************************
*   No list style per default                          *
*******************************************************/
ol, ul {
	list-style: none;
}
/*******************************************************
*   tables still need 'cellspacing="0"'                *
*   in the markup                                      *
*******************************************************/
table { 
	border-collapse: collapse;
	vertical-align:top;
}
tr {
	border-collapse: collapse;
}
td {
	border-collapse: collapse;
}
th {
  border-collapse: collapse;
}
/*******************************************************
*   Images have no border                              *
*******************************************************/
img {
	border:0;
}
/*******************************************************
*   no special content for quotes                      *
*   quotationmarks both upper                          *
*******************************************************/
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



