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

body {
	color: #333333;
	background-color: #1C610A;
}
a:link {
	color: #1C610A;
	text-decoration: none;
}
a:visited {
	color: #0C0430;
	text-decoration: none;
}
a:hover {
	color: #6F0B17;
	text-decoration: underline;
}
a:active {
	color: #6F0B17;
	text-decoration: none;
	font-weight: normal;
	font-size: large;
}
h3 {
	color: #1C610A;
	font-style: italic;
}
.table_orange {
	background-color: #BBA23E;
}
table {
	background-color: #BBA961;
	text-align: right;
}
.titel {
	font-size: 1.3em;
	color: #BBA961;
}
.archiv_titel {
	font-weight: bold;
	color: #003300;
}
.titel_rot {
	font-weight: bold;
	color: #CC0000;
	font-size: 1.3em;
}
.archiv_link {
	font-weight: bold;
	text-align: center;
}
.ehrenobmann {
	font-size: 1.1em;
}
