@CHARSET "UTF-8";
/*
 * Browser Reset
 * 
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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;
      border: 0;
      outline: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: arial,tahoma,helvetica;
      vertical-align: baseline;
}

:focus { outline: 0; }

body { color: black; background: white; }

body, p, div { line-height: 1.4em; }

strong { font-weight: bold; }

p { margin: 0.5em 0 1em 0; }

ul { list-style-type: none; }

ol { list-style-type: decimal; }
td ol { margin-top: 0; }

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

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

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/*
 * eigene auszeichnungen
 * own settings
 * 
 */
body {
	font-weight: normal;
	font-size: 9pt;
	color: black;
	min-width: 1020px;
}


a{
	text-decoration: none;
	color: #008806;
}
a:hover{
	text-decoration: underline;
}

a:visited{
	outline:none;
}

ul,ol{}
li{}

p{}

div{}

span{}

h1,h2,h3,h4,h5,h6{
	font-size:medium;
	font-weight:normal;
}
h1 {
	font-size: 200%;
	padding:0 0 0.5em 0.1em;
	/*font-weight:bold;*/
}

form{}
fieldset{}
label{}
input{}
textarea{}
select{}
option{}

table{}
table th{}
tabel tr{}
table td{}

small{}
strong{}

