/**
 * Style sheet reset
 */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin:0;
	padding:0;
}

code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext
{
	font-size:1em;
	font: inherit;
}

dfn, i, cite, var, address, em
{
	font-style: normal;
}

th, b, strong, h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table
{
	border: none;
	outline: 0;
}

a
{
	text-decoration:none;
	color: inherit
}

:focus
{
	outline: none;
}

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

caption, th, td, center
{
	text-align:left;
	vertical-align:top;
}

body
{
	color:#000000;
	line-height:1;
	background: white;
}

q
{
	quotes: "" "";
}

ul, ol, dir, menu
{
	list-style: none;
}

sub, sup
{
	vertical-align:baseline;
}

:focus
{
	outline: none;
}

hr
{
	display:none;
}

/* hr's werden ausgeblendet */
font
{
	color: inherit !important;
	font: inherit !important;
	color: inherit !important;
}

/* font wird uebergangen */
marquee
{
	overflow: inherit !important;
}

blink
{
	text-decoration:none;
	color: inherit;
}

nobr
{
}

/* ---------- hier ein paar nuetzliche dinge ---------- */
.clear
{
	height:0;
	overflow:hidden;
	clear:both;
}
