body,html
{
	background-color:#FFFFFF;
  margin:0px;
  padding:0px;
  height:100%;
  font-family:Tahoma;
}

img{ border-width:0px; }

div.navigation
{
	width:180px;
	background-color:#CCCCCC;
}

td.navigation
{
  width:180px;
  background-color:#CCCCCC;
  margin:10px 20px 10px 10px;
}


div.navigation p
{
  color: maroon;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	border: solid 2px black;
	margin:2px;
	padding:0px;
}

div.navigation p a
{
  color: #000066;
}

div.navigation p a:hover
{
  color: #FFFFFF;
}

div.main
{
	text-align:center;
	width:780px;
	margin-bottom:10px;
	font-size: small;
	margin-left: 30px;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited { color: purple; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { font-size: x-large; font-family: Tahoma; font-weight: bold; font-variant: small-caps; text-align: center; margin-bottom:5px; }
h2 { font-size: x-large; font-family: Tahoma; font-weight:normal; text-align: center; margin-top:5px; }
h3 { font-size: medium; font-family: Tahoma; font-weight: bold; text-align: center; }
.TableText { font-size: x-small; font-family: Tahoma; }
.TableTextRechterRand { font-size: x-small; font-family: Tahoma; border-right: 1px solid black; }
.Important { color: red; font-size: small; font-family: Tahoma; font-weight: bold; text-align: center; }
.TableUeberschrift { font-size: x-small; font-family: Tahoma; font-weight: bold; }
.TableDownload { font-size: small; font-family: Tahoma; font-weight: bold; }
