@charset "utf-8";
/* CSS Document */

table.schlicht {
	border: 1px solid #111111;
	font-family: Arial;
	font-size: 12px;
	border-collapse: collapse;
	margin-left: 140px;
	width: 240px;
}

table.schlicht th {
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

table.schlicht td {
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

table.lkw_table {
	float: right;
	margin: 5px;
}

table.lkw_table td {
	text-align: center;
	vertical-align: middle;
}

#umzug_preise {
	width: 573px;
	border: 1px solid black;
	border-collapse: separate;
	border-spacing: 0px;
	margin: 0px auto 10px 0px;
}

#umzug_preise th {
	font-weight: bold;
	border: 1px none black;
	background-color: #DDFFFF;
	font-style: normal;
}

#umzug_preise td {
	border-top: 3px solid white;
	border-right: 0px none black;
	border-bottom: 0px none black;
	border-left: 0px none black;
	background-color: #DDFFFF;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

#umzug_preise .groesse {
	text-align: right;
}

#umzug_preise .fahrzeug_groesse {
	text-align: center;
}

#umzug_preise .anzahl_zuegelmaenner {
	text-align: center;
}

#umzug_preise .stundenaufwand {
	text-align: right;
}

#umzug_preise .sfrpst {
	color: blue;
	font-weight: bold;
	text-align: center;
}

#umzug_preise .von {
	text-align: right;
}

#umzug_preise .bis {
	text-align: right;
}

#endreinigung_links {
	width: 250px;
	left: 0px;
}

#endreinigung_rechts {
	width: 250px;
	right: 0px;
}

#endreinigung_preise th {
	padding: 3px;
}

#endreinigung_preise td {
	padding: 3px;
}

#endreinigung_preise .wohnungsgroesse {
	text-align: right;
}

#endreinigung_preise .von {
	text-align: right;
}

#endreinigung_preise .bis {
	text-align: right;
}

