
h1 {
	font-size: 18px;
}

#content {
	padding-top: 10px;
}

table.form {
	width: 100%;
}

table.form td {
	font-size: 10pt;
	padding: 3px;
}

table.form td.label {
	font-weight: bold;
	vertical-align: top;
	color: #537173;
}

#reg td.label {
	width: 110px;
}

#plz {
	width: 50px;
}

#adresse, #email, #vorname, #nachname, #ort, #bundesland, #land, #strasse, #haendler {
	width: 250px;
}

#prod td.label {
	width: 120px;
}

#datum_kauf {
	width: 75px;
}

div.error {
	color: red;
	border: 1px solid red;
	font-size: 10pt;
	padding: 5px;
}

#produkte {
	width: 100%;
	font-size: 10pt;
	border-collapse: collapse;
}

#produkte td {
	border: 1px solid #000000;
	padding: 3px;
}

#produkte th {
	border: 1px solid #000000;
}

#produkte tr.title:hover {
	background-color: #FFFFFF;
}

#produkte tr:hover {
	background-color: #EFF8FF;
}

#pass td.label {
	width: 120px;
}

