@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-color: #f2efb4;
}

.Kopfueberschrift {
	font-family:"Times New Roman", Times, serif;
	color: #04402D;
	font-size:40px;
	font-weight:bolder;

}

.Kopfstandard {
	font-family: Arial, Helvetica, sans-serif;
	color: #04402D;
	font-size:24px;
	
}
.Kopfklein {
	font-family: Arial, Helvetica, sans-serif;
	color: #04402D;
	font-size:12px;
}

.KontentUeberschrift {
	font-family:Arial, Helvetica, sans-serif;
	color: #04402D;
	font-size:24px;
	text-decoration:underline;
}

.KontentStandard {
	font-family:Arial, Helvetica, sans-serif;
	color: #04402D;
	font-size:18px;
}

.EmpfehlStd {
	font-family:Comic Sans MS, cursive;
	color: #04402D;
	font-size:20px;
}
.EmpfehlUeber {
	font-family:Comic Sans MS, cursive;
	color: #04402D;
	font-size:20px;
	font-weight:600
}
.SeitenFussFett {
	font-family:Arial, Helvetica, sans-serif;
	color: #04402D;
	font-size:14px;
	font-weight:bold;
}
.SeitenFussStd {
	font-family:Arial, Helvetica, sans-serif;
	color: #04402D;
	font-size:14px;
}


.InaktiverLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #acaa80;
	text-decoration: none;
	font-size:12px;
}


a:link {
	color: #f2efb4;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	color: #f2efb4;
	text-decoration: none;
}
a:hover {
	color: #f2e70a;
	text-decoration: none;
}
a:active {
	color: #f2efb4;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

</style>