@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000802;
	background: #d4ffde;
	margin: 0;
	padding: 0;
	text-align: center;
}
.seite {
	text-align: left;
	margin: 0 auto;
	width: 749px;
}
.links {
	background: url(bilder/links.png);
	width: 10px;
}
.rechts {
	background: url(bilder/rechts.png);
	width: 10px;
}
.unten {
	background: url(bilder/unten.png);
	height: 14px;
}
.menu {
	background: #a3cd9d;
}
.contenttable {
	background: #e9ffef;
}
.content {
	margin-left: 10px;
	margin-right: 10px;
}
.buttons {
	list-style: none;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.button {
	background: url(bilder/button.png);
	height: 24px;
	font-size: 14px;
}
.button a {
	display: block;
	height: 21px;
	padding-left: 25px;
	padding-top: 3px;
}
.button a:link {
	color: #000802;
	text-decoration: none;
	font-weight: normal;
}
.button a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background: url(bilder/button_.png);
}
.button a:visited {
	color: #000802;
	text-decoration: none;
	font-weight: normal;
}
.button a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background: url(bilder/button_.png);
}
a:link {
	color: #640000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #b72525;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #640000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #b72525;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-color: #640000;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
h2 {
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #640000;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
h3 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #640000;
	border-bottom-style: solid;
	margin-bottom: 0px;
}
ul {
	padding-left: 15px;
}
