@charset "ISO-8859-1";

* {

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, 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;
	font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
	border: 0;
}

body {
	/** line-height: 1.5; **/
	color: #87888b;
	background: #000000;
	padding-right: 0px;
	text-align:center;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Eigene Definition <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a {
  color:#87888b;
  text-decoration:none;
}

form, input {
  display: inline;
}

acronym {
  text-decoration:underline;
  cursor: pointer;
}


