h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
}
h2 {
	margin-top: 0px;
	font-size: 18px;
	color: #FF0000;
	margin-bottom: 0px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

.Stil1 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.Stil2 {
	font-size: 14px
}
.Stil3 {
	color: #D90000
}

a.link:link {
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
}
a.link:visited {
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
}
a.link:hover {
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;

}
a.link:active {
	font-size: 16px;
	color: #0000FF;
    text-decoration: underline;

}

a.menue:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0059DF;
	text-decoration: underline;
	font-weight: bold;
}
a.menue:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0059DF;
	text-decoration: underline;
	font-weight: bold;
}
a.menue:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
a.menue:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0059DF;
	text-decoration: underline;
	font-weight: bold;
}

a.home:link {
	margin-top: 0px;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
	text-decoration: none;
}
a.home:visited {
	margin-top: 0px;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
	text-decoration: none;
}
a.home:hover {
	margin-top: 0px;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
	text-decoration: underline;
	font-weight: bold;
}
a.home:active {
	margin-top: 0px;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
    text-decoration: none;

}

