body
{
	background-color: #363a90;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table { background-color: #e5e5bb; }

h1 { font-size: 20px; }

h2
{
	font-size: 16px;
	margin-bottom: 22px;
}

h3
{
	font-size: 14px;
	margin-bottom: 18px;
}

th { text-align: left; }

address
{
	margin-top: 20px;
	font-size: 11px;
	font-style: italic;
	text-align: left;
}

a:link
{
	font-weight: bold;
	color: #a0a000;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	color: #555522;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #E00000;
	text-decoration: none;
}

a:active
{
	font-weight: bold;
	color: #E00000;
	text-decoration: underline;
}

a:focus
{
	font-weight: bold;
	color: #00E000;
	text-decoration: underline;
}

.zentriert { text-align: center; }
.abstand { margin-top: 3px; }
.abstand-h { margin-right: 3px; }

.rand
{
	border-width: 1px;
	border-color: #572216;
	border-style: solid;
}

.rand-rechts
{
	border-width: 0 1px 0 0;
	border-color: #572216;
	border-style: solid;
}

.rand-links
{
	border-width: 0 0 0 1px;
	border-color: #572216;
	border-style: solid;
}

.rand-schwarz
{
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.fond { background-color: #CED176; }
