html { 
	height: 100%;
	width:  100%;
}

body {
	background-color: white;
	color: #222222;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	font: 11px/17px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

#signatur {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 7px;
	height: 85px;
	visibility: visible;
	display: block
}

a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.tablestandard {
	border-collapse: collapse;
	color: #222222;
	font: 12px Arial, Helvetica, sans-serif;
}

.tablestandard tr td {
	border: 1px solid #9A9B9C;
	background: #f0f0f0;
	padding: 3px;
}

.tablestandard tr.trheader td {
	color: #ffffff;
	background: #c4c4c4;
	font-weight: bold;
	font-size: 15px;
}

.tablestandard tr.trlinea td {
	background: #F0F0F0 ;
}

.tablestandard tr.trlineb td {
	background: #ffffff;
}

ul  {
	margin-left: 17px;
	padding-left: 0px;
	list-style: square;
	margin-bottom: 0px;
}
