/* CSS Document */



/*********************************************************/
/* linke Spalte Startseite                               */
/*********************************************************/

#home_left
{
	width: 185px;
	padding-left: 15px;
	float:left;
	display:block;
	overflow:hidden;
}

/*Boxen: siehe Basis-Stylesheet*/

/*********************************************************/
/* Content Startseite                                    */
/*********************************************************/

#home_content
{
	float:left;
	width:730px;
	padding-left: 20px;
}

#home_content .row1,
#home_content .row2
{
	background-repeat:repeat-x;
	margin-bottom: 10px;
	clear: both;
}

#home_content .row1
{
	background-image:url(/media/img/design/home_row1.gif);
	height:140px;
}

#home_content .row2
{
	background-image:url(/media/img/design/home_row2.gif);
	height:155px;
}


/*********************************************************/
/* Einzelboxen Content Startseite                        */
/*********************************************************/

/* allgemeine Stile f�r Boxen Startseite */
#home_content .box,
#home_content .spacer
{
	float: left;
	font-size: 11px;
	line-height: 14px;
	height:155px;
	overflow:hidden;
}

#home_content .row1 .box, /* H�he Zinsteaser */
#home_content .row1 .spacer
{
	height:140px;
}

#home_content .box h1
{
	padding:0; margin:0;
	padding-top: 3px;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #960328;	
}


#home_content .box .inhalt
{
	margin:10px;
}

#home_content .box p
{
	padding:0; margin:0;
	margin-bottom: 5px;
}


/* Abstandshalter */
#home_content .spacer
{
	width:10px; 
	background-color:#FFFFFF;
}

/* Topkondition */
#home_content .topkondition
{
	width: 415px;
}

/* Wunschimmobilie */
#home_content .wunschimmobilie
{
	width: 415px;
}
#home_content .wunschimmobilie .inhalt
{
	float: left;
	width: 195px;
}
#home_content .wunschimmobilie img
{
	float: left;
	width:200px;
}

/* Quickcheck */
#home_content .quickcheck,
#home_content .rechner
{
	width: 305px;
}

#home_content .quickcheck form
{
	margin:0; padding:0;
}

#home_content .quickcheck .rechner_row1,
#home_content .quickcheck .rechner_row2
{
	clear:both;
	padding:0;	margin:0;
	height: 30px;
	overflow: hidden;
}
#home_content .quickcheck .rechner_row2
{
	height: 28px;
}

#home_content .quickcheck label
{
	float: left;
	width: 130px;	
	padding:0; margin:0;
}
#home_content .quickcheck input,
#home_content .quickcheck select
{
	float: left;
	width: 140px;	
	margin-left: 10px;
	padding:0; margin:0;
}
#home_content .quickcheck input#Submit
{
	float:left;
	width:auto; height:auto;
}

/* Quickcheck */
#home_content .rechner a
{
	display: block;
	padding-left: 0px;
	background-image:none;
}
#home_content .rechner_row2 a
{
	float:left;
	display: block;
	width:120px;
}

/* Infobox */
#home_content .infobox
{
	width: 130px;
}

/* Ratgeber */
#home_content .ratgeber
{
	width: 275px;
}
#home_content .ratgeber 
{
	background-image: url(/media/img/homepage/home_ratgeber.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#home_content .ratgeber .inhalt
{
	margin-left:144px; 
}
#home_content .ratgeber .inhalt form,
#home_content .ratgeber .inhalt select
{
	margin:0; padding:0;
	width: 110px;
}

/* Zinsteaser */
#home_content #column1,
#home_content #column2,
#home_content #column3
{
	float: left;
	height: 140px;
	overflow:hidden;
}

#home_content #column1
{
	width: 180px;
}

#home_content #column2
{
	width: 205px;
	height: 130px;
	padding-left: 5px;
	padding-top: 5px;
}

#home_content #column1 img
{
	clear: both;
	padding-top: 4px;
	padding-left: 10px;
}

#home_content #column3
{
	width: 285px;
	padding-top:5px;
	height: 125px;
}

#home_content .row1 .spacer
{
	background:none;
}

/*********************************************************/
/* Link-Styles Startseite / Pfeil voran                  */
/*********************************************************/

#home_content .row2 a
{
	color: #990000;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	background-image: url(/media/img/design/tpl_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#home_content .row2 a:hover
{
	color:#F06200;
}




