/* Styles für body und grundlegende Text-Tags */

body
{
	background: #ffffff;
	margin: 0px;
	padding: 20px;
	width: 90%;
	height: 90%;
}

table
{
	width: 100%;
	height: 100%;
}

img
{
}

p
{
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0.4em 0em 0.7em 0em;
	cursor: default;
}

ul
{
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0.7em 0em 0em 0em;
	cursor: default;
}

ol
{
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 0px 0px 60px;
	margin: 0.7em 0em 0em 0em;
	cursor: default;
}

li
{
	padding-bottom: 5px;
}

h1
{
	font-family: arial, helvetica, sans-serif;
	padding: 00px 0em 0em 0em;
	margin: 0em;
	cursor: default;
	line-height: 1.4em;
	text-align: center;
	color: black;
	font-size: 18pt;
	font-weight: bold;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	padding: 0em 0em 0em 0em;
	margin: 0em;
	cursor: default;
	line-height: 1.4em;
	text-align: left;
	color: black;
	font-size: 14pt;
	font-weight: normal;
}

h3
{
	font-family: arial, helvetica, sans-serif;
	padding: 0em 0em 0em 0px;
	margin: 0em;
	cursor: default;
	line-height: 1.4em;
	text-align: justify;
	color: black;
	font-size: 10pt;
	font-weight: normal;
}

h4
{
	font-family: arial, helvetica, sans-serif;
	padding: 0em 0em 0em 0px;
	margin: 0em;
	cursor: default;
	line-height: 1.2em;
	text-align: justify;
	color: black;
	font-size: 8pt;
	font-weight: normal;
}

td
{
	vertical-align: top;
	text-align: center;
}

a
{
	font-family: arial, helvetica, sans-serif;
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
}

a:active
{
}

a:hover
{
}

p.small
{
	margin: 1em 0em 0.5em 0em;
	font-size: .7em;
}

a.small
{
	font-weight: normal;
}


