
a:link {
	text-decoration: none;
	color: Black;
}

a:visited {
	text-decoration: none;
	color: Black;
}

a:hover {
	color: Red;
}

a:active {
	color: red;
}

a:focus {
	text-decoration: underline;}

.kopf {
	background-color: #FFffc1;
	text-align: center;
}

.colormenu {
	text-align: center;
	background: url(../bilder/buttonnormal.jpg);
	font-family: serif;
	line-height: 18px;
	font-size: 14px;
}
.ueberschrift {
	background-color: #FFFFC1;
	text-align: center;
}
.standard  {
	background-color: #F4F4F4;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: Black;
}

.fett {
	font-weight: bold;
	}
.klaa {
	font-size: 75%;
}
.mini {
	font-size: 10px;
}
.supermini {
	font-size: 9px;
}
.auswahltext {
	color: White;
}
.hellbraun {
	background-color: #f5deb3;
}
.hellblau {
	background-color: #e0f4f4;
}
.hellgruen {
	background-color: #e4efd1;
}
.hellgelb {
	background-color: #FFF7CA;
}
.hellrot {
	background-color: #FFEAEA;
