body {
	background-color: #F0F0F0;
}

a:link {
	color: #0000F0;
}

a:visited {
	color: #0000A0;
}

a:active {
	color: #C000C0;
}

a:hover {
	color: #FF0033;
}

a.menu:link {
	color: #000080;
	font-size: medium;
	font-weight: bold;
}

a.menu:visited {
	color: #000080;
	font-size: medium;
	font-weight: bold;
}

a.menu:hover {
	color: #0000F0;
	font-size: medium;
	font-weight: bold;
}

a.weiss:link {
	color: White;
	font-weight: bold;
}

a.weiss:visited {
	color: White;
	font-weight: bold;
}

a.h2:link {
	color: #006400;
}

a.h2:visited {
	color: #006400;
}

a.h2:hover {
	color: #FF0033;
}

h1,h2,h3,h4,p,th,td {
	font-family: Arial,Helvetica,sans-serif;
}

p,th,td {
	font-size: small;
}

h1 {
	color: #006699;
	font-size: large;
}

h2 {
	color: #006400;
	font-size: medium;
}

h3 {
	font-size: medium;
}

h4 {
	font-size: small;
}

table.beschriftung {
	background-color: #F0F0F0;
}

table.beschriftung th {
	font-size: x-small;
}

table.beschriftung td {
	font-size: x-small;
}

table.inhalt {
	background-color: White;
}

table.inhalt td {
	font-size: x-small;
	color: #000000;
}

table.haupt {
	background-color: #F0F0F0;
}

table.haupt td {
	color: #000000;
}

table.haupt td.menu {
	font-size: x-small;
	color: #000000;
	background-color: #FFFFDD;
}

table.liste2 {
	background-color: #FFFFCC;
	border: 1px solid #006699;
}

table.liste2 td {
	font-size: small;
	border: 1px solid #006699;
}

table.liste2 td.top {
	background-color: #006699;
	color: White;
	font-size: small;
}

table.liste2 td.mid {
	background-color: #99CC66;
}

table.adresse {
  background-color: #FFFFFF;
}

table.adresse td {
  color: #000000;
}

table.adresse td.size1 { font-size: small; }
table.adresse td.size2 { font-size: medium; }

@media print {
  table.adresse td.size1 { font-size: x-small; }
  table.adresse td.size2 { font-size: small; }
}

table.adresse a:link    { color: #0365B1; }
table.adresse a:visited { color: #023B66; }
table.adresse a:active  { color: #0483E5; }
table.adresse a:hover   { color: #E50408; }
table.adresse a:focus   { color: #E50408; }
