div#gray div#head {
	background-color: white;
}

div#gray div#content {
    background-image: url(../images/bg_content_leftgraybar.gif);
    background-repeat: repeat-y;
    background-position: left;
	background-color: white;
}

div#content {
	overflow: hidden !important;
	height: 506px !important;
}

div#liste_head { /* the description text and sort links container */
	position: absolute;
	width: 450px;
	height: 125px;
	padding-left: 10px;
	overflow: hidden;
}

div#map_container { /* the map image containter */
	position: absolute;
	top: 88px;
	right: 40px;
}

div#wohnungen { /* the list container - we know exact height and width */
	position: relative;
	top: 125px;
	height: 387px; 
 	width: 693px !important;
	overflow: hidden;
}

div#wohnungen div.tbody { /* namespace derived from html table elements */
	height: 350px;
	overflow:auto;
	clear: left;
	margin-top: 2px;
}


div#wohnungen div.thead div.tr {
	background-color: #666666;
	height: 17px;
	padding-right: 18px; /* needed for scrollbar in tbody */
	color: white;
}

div#wohnungen div.tbody div.tr {
	cursor: pointer;
	height: 17px;
}

div#wohnungen div.rightalign  { 
	text-align: right;
}

div#wohnungen div.td p {
	line-height: 17px;
	white-space: nowrap;
}

div#wohnungen div.thead div.td p {
	padding-left: 6px;
	padding-right: 6px;
}

div#wohnungen div.tbody div.td p {
	padding-left: 6px;
	padding-right: 6px;
}

div#wohnungen div.td {
	float: left;
	overflow: hidden;
}

div#wohnungen div.row1 {
	clear: left;
	width: 6%;
}
div#wohnungen div.row2 {
	width: 9%;
	border-left: 1px solid #676767;
}
div#wohnungen div.row3 {
	width: 8%;
	border-left: 1px solid #676767;
}
div#wohnungen div.row4 {
	width: 17%;
	border-left: 1px solid #676767;
}
div#wohnungen div.row5 {
	width: 8%;
	border-left: 1px solid #676767;
}
div#wohnungen div.row6 {
	width: 8%;
	border-left: 1px solid #676767;
}
div#wohnungen div.row7 {
	width: 10%;
	border-left: 1px solid #676767;
}
div#wohnungen div.row8 {
	width: 9%;
	border-left: 1px solid #676767;
}
div#wohnungen div.row9 {
	width: 10%;
	border-left: 1px solid #676767;
}
div#wohnungen div.row10 {
	width: 13%;
	border-left: 1px solid #676767;
}

div#wohnungen div.tbody div.reserviert  {
	background-color: #e5f1bf;
}

div#wohnungen div.tbody div.vermietet  {
	background-color: #f2f2f2;
}
	
div#wohnungen div.tbody div.mouseover  {
	background-color: #666666 !important;
}

div#wohnungen div.tbody div.mouseover p  {
	color: white !important;
}

