﻿.seite1 {
	background-color: #FFFFFF;
	text-align: left;
	background-image: url('background32.gif');
	background-repeat: repeat;
}
a {
	color: #808080;
}
a:hover {
	color: #0000FF;
	cursor:pointer;
}
.style1 {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0000FF;
	font-variant: normal;
}
.style2 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	font-variant: normal;
}
.style3 {
	font-size: small;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-variant: normal;
	list-style-type: square;
}
.style4 {
	font-size: x-small;
	font-style: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
.style5 {
	font-size: xx-small;
	font-style: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
.style6 {
	border:0px;
	margin-left: 2px;
	margin-right: 2px;
}
.style7 {
	border:0px;
	margin-left: 0px;
	margin-right: 0px;
}
#zentriert {
	text-align: center;
}
.input1 {
	left: 200px;
	position: absolute;
	width: 400px;
	height: 20px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.input2 {
	left: 200px;
	position: absolute;
}
.input3 {
	left: 200px;
	position: absolute;
	width: 600px;
	height: 20px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.input4 {
	left: 400px;
	position: absolute;
}
.textarea1 {
	left: 200px;
	position: absolute;
	width: 400px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}