﻿a:link
{
	color: #333333;
}
a:visited
{
	color: #333333;
}
a:active 
{
	color: #333333;
}
a:hover {
	color: rgb(51, 102, 204);
	text-decoration: underline;
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000019;
	font-size: small;
	background-image: url('backgrounds/hintergrund.jpg');
}
h1
{
	color: #000019;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}
h2
{
	padding: 0px;
	margin: 0px;
	color: rgb(255, 200, 48);
	font-weight: bold;
	font-size: medium;
}
h3
{
	margin: 0px;
	color: #000019;
	font-size: small;
	font-weight: bold;
}
h4
{
	margin: 5px 0px 2px 0px;
	color: rgb(51, 102, 204);
	font-size: small;
	font-weight: bold;
}
h5{
	}
h6{
	margin: 0px;
	font-size: xx-small;
}

table {
	background-color: #FFFFFF;
}
.linkleiste
{
	font-size: x-small;
	background-image: url('backgrounds/linkhintergrund.jpg');
}
.linkleiste a:link
{
	color: #000019;
	text-decoration: none;
}
.linkleiste a:visited
{
	color: #000019;
	text-decoration: none;
}
.linkleiste a:active 
{
	color: #000019;
	text-decoration: none;
}
.linkleiste a:hover {
	color: #000019;
	text-decoration: underline;
	background-image: url('backgrounds/linkhintergrund.jpg');
}
.box {
	border: 1px solid rgb(51, 102, 204);
	padding: 5px;
	margin: 3px;
	background-color: #ECECFF;
}
.rechts {
	text-align: right;
}
.mittig {
	vertical-align: middle;
}
.rahmen {
	text-align: center;
	border: 1px solid #3366CC;
}
