.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.tright {
	text-align: right;
}

caption {
	font-size: 11px;
}


td.total {
	font-weight: 700;
	border-top: 1px solid #000;
}

/* Wohnung Beschreibung */
dl.description {
	clear: both;
	line-height: 180%;
}

dl.description dt {
	display: block;
	float: left;
	width: 140px;	
}

dl.description dd {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin: 0 20px;
}

/* Preis Vorschau */
table.pricetable {
	width: 100%;
}
table.pricetable th.tright,
table.pricetable td.tright
{
	padding: 0 5px;
}

/* Verfügbarkeit Preis */
table.price-available {
	width: 100%;
}

th {
	text-align: left;
}

#formbuttons,fieldset.buttons {
	border: 0;
	clear: left;
	margin-top: 15px;
	padding: 0;
}

.imgpreviewsmall img {
	margin-right: 2px;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}


.clr, .clear {
	height: 0;
	clear: both
}
