#textfeld div.links {
 float: left;
}

#textfeld div.rechts {
 text-align: right; 
}

#textfeld div.clear {
 clear: left;
}

#textfeld img.haus_aussen {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 border-radius: 10px;
 border-style: solid;
 border-width: 2px;
 height: 200px;
 width: 300px;
}

#textfeld img.haus_aussen:hover, #textfeld img.garten:hover, #textfeld img.zimmer:hover {
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 cursor: zoom-in;
}

#textfeld .strassenansicht {
 margin: 18px 0 120px 0;
}

#textfeld .gartenansicht {
 margin: 120px 0 18px 0;
}

#textfeld img.garten {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 border-radius: 10px;
 border-style: solid;
 border-width: 2px;
 height: 200px;
 margin-bottom: 36px;
 width: 766px;
}

#textfeld img.zimmer {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 border-radius: 5px;
 border-style: solid;
 border-width: 2px;
 float: left;
 height: 60px;
 margin: 10px 10px 0 0;
 width: 90px;
}


