body {
	background-color: #111;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	padding: 20px;
}
#seitentitel {
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
	color: #6699CC;
	font-weight: normal;
}
#mitteilung {
	margin-left: 15px;
	background-color: #CCC;
}
.textfeld {
	background-color: #CCCCCC;
	width: 250px;
	display: inline;
}
.zeile {
	clear: both;
	padding-top: 5px;
	padding-left: 2px;
	height: 22px;
}
.rechtbuendig {
	text-align: left;
}
td {
	text-align: center;
	height: 25px;
}

.mitteilung {
	padding-top: 10px;
	padding-bottom: 10px;
}
.beschriftung {
	display: inline;
	float: left;
	width: 150px;
}
.blue_border {
	border-color:#6699CC;
}
.anzahl {
	width: 40px;
	background-color: #CCCCCC;
}
.bild_nr {
	width: 60px;
	background-color: #CCCCCC;
}
legend {
	color: #6699CC;
}
.groesse {
	width: 120px;
	background-color: #CCCCCC;
}

