/**
 * reset default browser css
 * 
 * @project    november ag
 * @author     maik mettenheimer
 * @version    2009-03-12
 */

/* reset default browser css */
html,body,object,iframe,
h1,h2,h3,h4,h5,h6,div,span,p,blockquote,a,address,img,
pre,abbr,acronym,code,del,dfn,em,q,ol,ul,li,dl,dt,dd,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
table,td,th {
	vertical-align: middle;
}

/* remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* remove annoying border on linked images. */
a img {
	border: none;
}