/* real.de */


/*SUCHFORMULAR*/
div#fahrradfinder_Suchformular
{
	position: relative;

	padding: 0;

	background: #fff;
	border: 1px solid #d9e6f9;
	width:610px;
	overflow:hidden;
}
	div#fahrradfinder_Suchformular div.suchzeile
	{
		position: relative;

		margin: 0;
		padding: 11px;
		min-height: 84px;
		width:593px;
		height:117px;

		background: url(../../images/construct/fahrradfinder/hintergrund_suchzeile.gif) 0 bottom repeat-y;
		border-bottom: 1px solid #d9e6f9;
	}
		div#fahrradfinder_Suchformular div.suchzeile img.zeilennummer
		{
			position: absolute;

			bottom: 2px;
			right:10px;
		}
		div#fahrradfinder_Suchformular div.suchzeile h1
		{
			margin: 0 0 9px 0;
			padding: 0;

			line-height: 20px;
			font-size: 11px;
			font-weight: bold;
		}
		div#fahrradfinder_Suchformular label.labelRadio
		{
			position: relative;
			display: block;
			float: left;

			margin: 0 20px 4px 0;

			line-height: 14px;
			text-align: center;
		}
			div#fahrradfinder_Suchformular label.labelRadio input
			{
				margin: 0;
				padding: 0;
				height: 14px;

				vertical-align: middle;
			}
			div#fahrradfinder_Suchformular label.labelRadio img
			{
				position: relative;

				margin: 0 0 7px 0;
				padding: 0;
			}
		div#fahrradfinder_Suchformular label.grau
		{
			color: #999999;
		}
div#fahrradfinder_Suchformular p.fahrradfinder_forlmular_zuruecksetzen
{
    font-weight:bold;
    float:right;
    padding:18px 0 0;
}
        
/*ÜEBERSICHT*/
div.finder_item div#finder_rabatt {
    position:absolute;
    right:300px;
    top:-7px;
    background-color:#ed1b2f;
    color:#fff;
    text-align:center;
    font-weight:bold;
    padding:4px;
    width:70px;
    line-height:12px;
}

   div.finder_item div#finder_rabatt span {
        font-size:30px;
        line-height:30px;
        letter-spacing:-2px;
        font-style:italic;
    }

div.finder_item div#badges {
	height:42px;
	right:150px;
    position:absolute;
    top:10px;
    width:125px;
}    
    
    div.finder_item span.werbung_badge {
	    background: url(../../images/construct/fahrradfinder/badge_werbung.gif) 0 bottom no-repeat;
        margin-bottom:10px;
	    height:27px;
	    width:125px;
    }

    div.finder_item span.schlussverkauf_badge {
	    background: url(../../images/construct/fahrradfinder/badge_schlussverkauf.gif) 0 bottom no-repeat;
        margin-left:20px;
        height:35px;
        width:84px;
}        

div.finder_item div.finder_uvp {
    position:absolute;
    right:10px;
    top:65px;
}

    div.finder_item div.finder_uvp span {
        float:left;
        margin:1px 5px 0 0;
    }

    div.finder_item div.finder_uvp img {
        margin:0;
    }    
    

/*DETAILSEITE*/
div#fahrradfinder_Detailansicht {
	background:#fff;
	padding:0 0 25px 0;
	position:relative;
	width:637px;
}

    div#fahrradfinder_Detailansicht h2 {
        margin:0 0 20px;
    }

    div#fahrradfinder_Detailansicht div#rabatt {
        background-color:#ed1b2f;
        color:#fff;
        text-align:center;
        font-weight:bold;
        padding:4px;
        width:70px;
        line-height:12px;
        float:left;
    }

       div#fahrradfinder_Detailansicht div#rabatt span {
            font-size:30px;
            line-height:30px;
            letter-spacing:-2px;
            font-style:italic;
        }

    div#fahrradfinder_Detailansicht div#badges {
        position:absolute;
        top:429px;
        left:0;
        width:300px;
        height:60px;
    }

        div#werbung_schlussverkauf_wrap {
            padding:0 0 0 10px;
            float:left;
        }
        div#fahrradfinder_Detailansicht span.werbung_badge {
            background: url(../../images/construct/fahrradfinder/badge_werbung.gif) 0 bottom no-repeat;
            margin:0 0 5px 0;
            height:27px;
            width:125px;
        }

        div#fahrradfinder_Detailansicht span.schlussverkauf_badge {
            background: url(../../images/construct/fahrradfinder/badge_schlussverkauf.gif) 0 bottom no-repeat;
            height:35px;
            width:84px;
        }

	div#fahrradfinder_Detailansicht_Bild
	{
		position: relative;
		float: left;

		margin: 0;
		padding: 0;
		width: 480px;

		border: 1px solid #d5e2f5;
	}
	div#fahrradfinder_Detailansicht_Klinken1,
	div#fahrradfinder_Detailansicht_Klinken2
	{
		position: relative;
		float: left;

		margin: 0 0 0 10px;
		padding: 0;
		width: 65px;
	}
		div#fahrradfinder_Detailansicht_Klinken1 img,
		div#fahrradfinder_Detailansicht_Klinken2 img
		{
			margin-bottom: 5px;
		}
	div#fahrradfinder_Detailansicht div#preisNameContainer
	{
		position: relative;

		width: 482px;
	}
		div#fahrradfinder_Detailansicht div#preis
		{
			position: relative;
			float: right;

			margin: 0;
			padding: 10px 10px 3px 10px;

			background: #eaf3fd;
			border-right: 1px solid #d5e2f5;
			border-bottom: 1px solid #d5e2f5;
			border-left: 1px solid #d5e2f5;
		}
		div#fahrradfinder_Detailansicht div#streichpreis
		{
			position:absolute;
			left:230px;
			top:428px;
		}
		div#fahrradfinder_Detailansicht h1.fahrradName
		{
			padding: 21px 0 0 0;
		}
	table.fahrradfinder_tabelle_eigenschaften
	{
		margin: 20px 0 0 0;
	}
		table.fahrradfinder_tabelle_eigenschaften td
		{
			margin: 0;
			padding: 5px 10px 5px 0;
			width: 159px;

			vertical-align: top;
		}
			table.fahrradfinder_tabelle_eigenschaften td.ueberschrift
			{
				width: 318px;

				font-weight: bold;
				color: #7eadd5;
				text-decoration: underline;
			}

