@charset "utf-8";
h1 {
	font-size: 20px;
	font-variant: small-caps;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
body {
	background-image: url(Bilder/back.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
}
p {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.senden {
	font-weight: bold;
	color: #FFF;
	background-color: #060;
	text-align: center;
	height: 25px;
	width: 100px;
}
.text_index {
	font-size: 10px;
	text-align: center;
}

.zuruecksenden {
	color: #FFF;
	background-color: #060;
	text-align: center;
	height: 20px;
	width: 80px;
	font-weight: bold;
}
#indexhead {
	height: 400px;
	width: 700px;
	margin: 40Px auto;
}

