/*Link und Textformatierung*/
body {
color: #333333;
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
}
/*normaler Link*/
A:link {
color: #584815; /*dunkelbraun*/
font-weight: bold;
font-style: normal;
text-decoration: underline;
}
A:hover {
color: #A9CF68; /*gruen*/
font-weight: bold;
font-style: normal;
text-decoration: underline;
}
A:active {
color: #FFCC00; /*warmes Gelb*/
font-weight: bold;
font-style: italic;
text-decoration: underline;
}
A:visited {
color: #99CC33; /*mittleres Gruen*/
font-weight: bold;
font-style: normal;
text-decoration: underline;
}
/*Link bei Mausberührung*/
A.navi:visited {
/*mittleres Gruen*/
font-weight: bold;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
A.navi:hover {
font-weight: bold;
	font-style: normal;
	background-color: #A9CF68;/*bei Mausberührung HG gruen+Schrift braun*/
	color: #333333;
	font-weight: bold;
}
A.navi:active {
	color: #FFCC00;/*warmes Gelb*/
font-weight: bold;
	font-style: italic;
}
/*activer Link*/
A.activ:link {
	color: #333333;/*dunkelbraun*/
font-weight: bold;
	font-style: italic;
	background-color: #D5C97E;/*sandfarbener HG*/
	font-weight: bold;
}
A.activ:visited {
	color: #669900;/*mittleres Gruen*/
font-weight: bold;
	font-style: italic;
	background-color: #D5C97E;/*sandfarbener HG*/
	font-weight: bold;
}
A.activ:hover {
	color: #99CC33;/*hellgruen*/
font-weight: bold;
	font-style: italic;
	background-color: D5C97E;/*sandfarbener HG*/
	font-weight: bold;

}
A.activ:active {
	color: #000000;/*schwarz*/
font-weight: bold;
	font-style: italic;
	background-attachment: fixed;
	background-color: #D5C97E;/*sandfarbener HG*/
	font-weight: bold;
}

h1 {
font-size: 30px;
background-color: #918849;
font-weight: bold;
}
h2 {
font-size: 24px;
font-weight: bold;
}
h3 {
font-size: 16px;
font-weight: bold;
}
p {
font-size: 14px;
}

