/* CSS Document */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	color: #225da5;
	text-align: left;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #fed355;
	text-align: left;
	font-style: oblique;
}

.link {
	font-size: 11px;
	font-weight: regular;
	color: #225da5;
	text-decoration: none;
}
.spruch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.link:hover {
	color: #a8bc07;
}
.link2 {
	font-size: 12px;
	font-weight: regular;
	color: #ffffff;
	text-decoration: none;
}
.link2:hover {
	color: #fed355;
}
.link3 {
	font-size: 12px;
	font-weight: bold;
	color: #f6e81c;
	text-decoration: none;
}
.link3:hover {
	color: #a8bc07;
}
.link4 {
	font-size: 12px;
	font-weight: regular;
	color: #0a5518;
}
.link:hover {
	color: #a8bc07;
}
.navi_unten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fed355;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
