@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/tapetenmuster.gif);
	margin: 0;
	background-attachment:fixed;
}
.text {
    font-family: Trebuchet MS;
	font-size: 14px;
	color: #424242;
	text-align: left;
}
.titel {
  font-family: Trebuchet MS;
	font-size: 14px;
	color: #424242;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.auszeichnung {
    font-family: Trebuchet MS;
	font-size: 14px;
	color: #424242;
	text-align: left;
	font-style: italic;
}
.textrot {
  font-family: Trebuchet MS;
	font-size: 14px;
	color: #ff0000;
	text-align: left;
}
.textorange {
  font-family: Trebuchet MS;
	font-size: 14px;
	color: #fec500;
	text-align: left;
}
.textblauhg {
  font-family: Trebuchet MS;
	font-size: 14px;
	color: #06091c;
	text-align: left;
}
a {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #1b8c81;
	text-decoration: none;
}
a:visited {
	color: #1b8c81;
	text-decoration: none;
}
a:hover {
	color: #b51212;
	text-decoration: underline;
}
