

LABEL {
	width: 80px;
	text-align: right;
	display: block;
	float: left;
	margin-right: .5em;
}

INPUT, TEXTAREA {
	width: 25em;
	font-family: sans-serif;
	font-size: 90%;
	border: 1px solid #ccc;
	margin-bottom: .5em;
}

TEXTAREA {
	height: 10em;
}

INPUT.formbutton {
	width: 80px;
}

input[type=checkbox]
{
	width: auto;
	margin-right: 0.5em;
	margin-left: 0em;
}

p.fileupload
{
	border-top: 1px dotted white;
	margin-top 1em;
	padding-top: 1em;
}

input.bestellbutton
{
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	height: 2em;
}

input.uploadbutton
{
	width: auto;
	display: inline;
}

input.uploadfile
{
	width: auto;
}

FIELDSET {
	color: #fff;
	border: 1px solid #a7803b;
	padding: 1em;
	margin-bottom: 1em;
}

LEGEND {
	font-weight: bold;
}

#bestellung
{
	width: 100%;
	border-collapse: collapse;
}

#bestellung th
{
	padding: 0;
	padding-right: 1em;
	text-align: left;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

#bestellung th.preis
{
	text-align: right;
}

#bestellung td
{
	padding: 0;
	padding-right: 1em;
}

#bestellung .beschreibung
{
	width: 50%;
}

#bestellung .menge
{
}

#bestellung .preis
{
	text-align: right;
}

#bestellung .menge input
{
	text-align: right;
}

#bestellung td.preis:after
{
	content: " €";
}

#bestellung input 
{
	width: auto;
}

#bestellung .gesamtpreis
{
	border-top: 1px solid white;
	border-bottom: 3px double white;
	padding-top: 3px;
	padding-bottom: 3px;
}

#bestellung .erste
{
	padding-top: 5px;
}

#bestellung .letzte
{
	padding-bottom: 5px;
}
