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

.black {
	background-image: url(../figuren/backgroundtitel.gif);
}
body {
	font-family: Bangle;
	font-size: 12pt;
	color: #FFFFFF;
	margin-left: 1cm;
	margin-right: 2cm;
	background-color: #CCCCCC;
}
.grey {
	margin-top: 10px;
	background-image: url(../figuren/backgroundmain.gif);
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-family: "bradley Hand ITC";
	text-align: center;
	font-size: 36pt;
	font-weight: bold;
}
h2 {
	font-family: "bradley Hand ITC";
	text-align: center;
	font-size: 36pt;
	color: #7D7C77;
	font-weight: bold;
}
.grey2 {
	background-image: url(../figuren/backgroundmenu.gif);
	margin-top: 10px;
}

.rechts {
	text-align: right;
}

