/*
 * S2B-Base
 * reset stylesheet
 *
 * (c) 2008 S2B-Project
 * http://www.s2b-project.de
 */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	color: #000;
	font-size: 100%;
	line-height: 100%;
}

img, fieldset {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td, caption {
	font-weight: normal;
	text-align: left;
}

a, abbr, acronym, address, cite, code, del, dfn, em,
ins, kbd, q, samp, string, sub, sup, var,
h1, h2, h3, h4, h5, h6 {
	font: inherit;
}
