body{
	font-family: Arial, Verdana;
	font-size: 15px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

div#daten {
	font-size: 21px;
}

h3.center {
	text-align: center;
}


table.image{
	width: 100%;
	/*	border-color: white;
	border-width:2px; 
	border-style:solid;*/
}
	
table.normal {
/*	width:70%;*/
}
td.normal {
	min-width: 120px;
	background-color: #FFCC66;
	text-align: center;
	color: #003869;
	border-color: white;
	border-width:1px; 
	border-style:solid;
	font-size:13px;
}

th.normal {
	min-width: 120px;
	speak-header: always;
	text-align: center;
	color: #FFF;
	background-color: #808080;
	font-size:13px;
}
/*td.image {
	background-color: #FFCC66;
	text-align: center;
	height: 36px;
	width: 136px;
}*/

td.haken {
	text-align: center;
	height: 12px;
	width: 12px;
}

img{
	height: 235px;
	width: 284px;
}

img.haken {
	height: 12px;
	width: 12px;
}
/*
img.kurz {
	height: 96px;
	width: 116px;
	background-color: #FFCC66;
}*/

img.breit {
	height: 290px;
	width: 670px;
}

table.property_ausstattung {
	width: 100%;
}

td.property_ausstattung_label {
	background-color: #ffcc66;
	text-align: center;
	vertical-align: top;
	font-size: 15px;
}

td.property_ausstattung_value {
	background-color: #ffee8a;
	width: 75%;
	font-size: 13px;
}

