body {
	background-color: black;
	background-repeat: no-repeat;
	font-family: arial;
}

#clear{
	clear: both;
}


p.headline {
	color: silver;
	font-size: 14pt;
	font-family: arial;
	clear: both;
}


p.normal{
	text-align: justify;
}




img.bild {
	border: 1px solid white;
}


a {	color: white;
	text-decoration: none;}

a:hover {	color: white;
	text-decoration: none;
	background-color: gray;}


table.main
{
border: 0px solid black;
width: 75%;
margin: 10px;
}

td.inhalt
{
	font-size: 10pt;
	color: silver;
	border: 1px solid white;
	background-color: #190A2A;
	text-align: left;
	padding: 15px;
	vertical-align: top;
}

td.navi
{
	padding: 8px;
	vertical-align: top;
	color: #CCCCCC;
	width: 130px;
	border: 1px solid white;
	font-size: 10pt;
	font-family: arial;
	background-color: #333333;
	text-align: left;
}

td.head
{
	border: 1px solid white;

	color: #CCCCCC;
	padding: 8px;
	height: 80px;
	background-image: url(pics/bild.jpg);
	background-repeat:no-repeat;
	text-align: right;
	vertical-align: top;
}

td.footer
{
	border-top: 1px solid gray;

	padding: 0px;
	color: #CCCCCC;
	font-size: 8pt;
	font-family: arial;
	text-align: center;
	align: center;
	height: 20px;
	background-color: #151515;
}

td.spacer
{
width: 12px;
height: 12px;
line-height: 12px;
}

td.logo
{
width: 130px;
}
