/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #222;
	text-align: center;
	background-color: #333333;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.style1 {
	font: bold 11%;
	font-size: 120%;
}
.style3 {
	color: #999999;
	font: italic;
}
.style4 {
	color: #999999;
	font: italic;
}
.style5 {
	color: #999999;
	font: italic;
}
.style6 {color: #666666}
.fehlermeldung {color: #bb0000; font-weight: bold;}

#info {
	width: 100%;
}



#container {
	position: relative;
	top: 30px;
	margin: 0 auto;
	width: 600px;
	text-align: left;
	background-color: #f0f0f0;
	padding: 20px;

}



input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
		border: 0px;
		border-bottom: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #777777;	
		background-color: #e0e0e0;
		color: #333333;
		font-size: 100%;
}

textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		border: 0px;
		border-bottom: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #777777;	
		background-color: #e0e0e0;
		color: #333333;
		font-size: 100%;
}
select {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		border: 0px;
		border-bottom: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #777777;	
		background-color: #e0e0e0;
		color: #333333;
		font-size: 100%;
}
