﻿body
{
	font-size: 12px;
	font-family: Arial;
}

table
{
	width: 900px;
}

td
{
	vertical-align: top;
}

hr
{
	height: 10px;
	background-color: #6495ed;
}

.Header
{
	font-weight: bold;
	background-color: #6495ed;
}

.NormalAbstand
{
	padding-left: 20px;
	line-height: 30px;
}

.Normal
{
	padding-left: 20px;
	line-height: 20px;
}

.Right
{
	text-align: right;
}

.Bottom
{
	vertical-align: bottom;
}

.Footer
{
	font-size: 10px;
	margin-top: 30px;
}

.Error
{
	color: #ff0000;
}