/*
* Masterstylesheet
*
* Stylesheet zum Angleichen aller Browser
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, strong, sub, sup, var, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td 
{
	margin:  0px;
	padding: 0px;
	border:  0px;
	outline: 0px;
	vertical-align: baseline;
}

:focus
{
	outline: 0px;
}

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

ol, ul
{
	list-style: none;
}

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

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

blockquote, q
{
	quotes: "/00AB" "/00BB";
}

sup
{
	vertical-align: super;
	font-size: 60%;
}

sub
{
	vertical-align: sub;
	font-size: 60%;
}


