﻿div.top_border 
{
	background-image:url('../images/bg_bild_top.png');
	width:212px;
	height:6px;
}

div.bottom_border 
{
	background-image:url('../images/bg_bild_bottom.png');
	width:212px;
	height:6px;
}

div.top_border_short
{
	background-image:url('../images/bg_bild_top_short.png');
	width:112px;
}

div.bottom_border_short
{
	background-image:url('../images/bg_bild_bottom_short.png');
	width:112px;
}

div.image_border 
{
	background-image:url('../images/bg_bild_pixel_strip.png');
	background-repeat:repeat-y;
	width:206px;
	padding-left:6px;
}

div.list_objekt_heading 
{
	margin-left:20px;
	padding:10px;
	background-image:url('../images/bg_ueberschrift.png');
	/*width:456px;*/
	height:23px;
	font-weight:bold;
	color:Gray;
}

div.list_objekt_kurzbeschreibung {
	margin-left:28px;
}

div.list_objekt_links
{
	text-align:right;
	/*position:absolute;
	bottom:5px;*/
}

div.list_news
{
	padding:10px;
	background-image:url('../images/bg_news.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e3e3e3;
	height:23px;
	font-weight:bold;
	color:Gray;
}

div.wohnung_detail_top_border 
{
	width:100%;
}

div.ueberschrift_left 
{
	float:left;
	background-image:url('../images/bg_ueberschrift_left.png');
	width:2px;
	height:43px;
}

div.ueberschrift_center 
{
	float:left;
	background-image:url('../images/bg_ueberschrift_center.png');
	width:695px;
	height:43px;
	background-repeat:repeat-x;
	font-weight:bold;
}

div.ueberschrift_center div 
{
	position:relative;
	top:12px;
}

div.ueberschrift_center div.heading
{
	float:left;
	margin-left:10px;
	font-weight:bold;
	color:Gray;
}

div.ueberschrift_center div.links
{
	float:right;
	margin-right:10px;
}



div.ueberschrift_right
{
	float:left;
	background-image:url('../images/bg_ueberschrift_right.png');
	width:3px;
	height:43px;
}

div.wohnung_detail_thumb 
{
	border:solid 2px #d6d7d9;
	float:left;
	width:300px;
}

div.wohnung_detail_info
{
	border:solid 2px #d6d7d9;
	float:left;
	background-color:#e5e6e8;
	/*margin-left:15px;*/
	width:357px;
	min-height:100px;
	padding:10px;
}

div.wohnung_detail_beschreibung 
{
	margin-top:15px;
	border:solid 2px #d6d7d9;
	background-color:#e5e6e8;
	padding:10px;
	width:678px;
}

div.wohnung_detail_beschreibung .heading
{
	color:Gray;
	font-weight:bold;
}

div.wohnung_zeile 
{
	padding:1px 5px 3px 5px;
	margin-bottom:2px;
	background-color:#e0eaf4;
	/* alternative row e5e6e8 */
}

div.wohnung_zeile div.left
{
	float:left;
}

div.wohnung_zeile div.right
{
	float:right;
}

table.vergleich 
{
	width:100%;
}

table.vergleich th 
{
	background-image:url("../images/bg_ueberschrift_center.png");
	background-repeat:repeat-x;
	border:solid 1px #D3D3D3;
	border-top-width:0px;
	text-align:center;
	padding:10px;
}

table.vergleich td 
{
	text-align:right;
	margin-bottom: 1px;
	border:solid 1px #d3d3d3;
	padding: 0 15px 0 0;
}

div.news_thumb 
{
	float:left;
	border: 2px solid #D6D7D9;
	margin:0px 15px 15px 0px;
	max-width:300px;
}

div.news_thumb img 
{
	max-width:300px;
}

div.news_text_box 
{
	width:940px;
}

div.news_bottom_box
{
	width:410px;
	float:left;
	padding:10px;
	margin:20px;
}

div.news_bottom_box ul 
{
	list-style:none;
	padding-left:15px;
}

/*
td.row 
{
	background-color:#e0eaf4;
}

td.alt_row 
{
	background-color:#e5e6e8;
}
*/
/*
BKP:
div.ueberschrift_left 
{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url('../images/bg_ueberschrift_left.png');
	width:2px;
	height:43px;
}

div.ueberschrift_center 
{
	position:absolute;
	top:0px;
	left:2px;
	background-image:url('../images/bg_ueberschrift_center.png');
	width:700px;
	height:43px;
	background-repeat:repeat-x;
}

div.ueberschrift_center div 
{
	position:absolute;
	top:12px;
}

div.ueberschrift_center div.heading
{
	left:10px;
	font-weight:bold;
	color:Gray;
}

div.ueberschrift_center div.links
{
	right:10px;
}



div.ueberschrift_right
{
	position:absolute;
	top:0px;
	left:702px;
	background-image:url('../images/bg_ueberschrift_right.png');
	width:3px;
	height:43px;
}
*/

