﻿a:visited {
	color: rgb(128, 0, 0);
}
a:active {
	color: rgb(255, 0, 0);
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: xx-large;
}
.left {
	text-align: left;
}
.style1 {
	border-width: 0;
}
.center {
	text-align: center;
}
.style4 {
	border-style: solid;
	border-width: 1px;
}
.style5 {
	border-style: solid;
	border-width: 1px;
	background-color: #CCCCCC;
}
.style6 {
	border-style: solid;
	border-width: 1px;
	background-color: #CCCCCC;
	text-align: left;
}
.style7 {
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.style8 {
	text-align: center;
	font-size: xx-large;
}
.unterstrichen {
	text-decoration: underline;
}
.tabelle {
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
.style11 {
	font-size: small;
}
.schrift_rot {
	color: rgb(255, 0, 0);
}
.style13 {
	border-width: 1px;
}
.style14 {
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
.style15 {
	border-style: solid;
	border-width: 1px;
}
.style16 {
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.schrift_blau {
	color: rgb(0, 0, 128);
}

