body
{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
	height: 100%;
	margin-top: 0px;
}

html
{
	height: 100%;
}

table.seite
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

table.seite tr.haupt
{
	vertical-align: top;
}

table.header
{
	width: 100%;
	border-spacing: 0px;
	border: 0px;
	border-width: 0px;
	padding: 0px;
	border-collapse: collapse;
}

tr.header
{
	height: 230px;
}

table.header td,
tr.footer td
{
	text-align: center;	
}

table.header tr.headerleiste td
{
	background: #0088d1;
}

table.header tr.headerleiste td.links
{
	width: 148px;
	background-image: url(../images/uebergang_headerleiste_links.jpg);
	background-repeat: y-repeat;
	background-position: left;
}

table.header tr.headerleiste td.rechts
{
	width: 148px;
	background-image: url(../images/uebergang_headerleiste_rechts.jpg);
	background-repeat: y-repeat;
	background-position: right;
}

tr.footer
{
	height: 10px;
}

tr.footer td
{
	font-family: Arial;
	font-size: 8pt;
	color: grey;
}

tr.footer a
{
	text-decoration: none;
	color: grey;
}

a:hover,
tr.footer a:hover
{
	text-decoration: underline;
}

tr.haupt table
{
	vertical-align: top;
	width: 600px;
}

h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: black;
}

h2
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #005292;
}

span.text
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #002949;
	line-height: 20px;
}

span.fett
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #002949;
	line-height: 20px;
}

ul
{
	list-style-image:url(../images/pfeil_rechts.gif);
}

ul li
{
	margin-top: 10px;
}

img
{
	border: 0px;
}
