/* snippet css */

/* Tabelle Suchergebnisse */
.td-s, .td-m, .td-fl, .td-text, .td-e, .td-text2 {
	width: 45px;
	text-align: center;
	vertical-align: top;
	padding: 4px 5px 4px 0;
	border-bottom: 1px solid #ffffff;
}
.td-fl {
	width: 50px;
} 
.td-m {
	width: 70px;
	text-align: right;
}
.td-text {
	width: 100px;
	text-align: left;
}
.td-text2 {
	width: 135px;
	text-align: left;
}
.td-e {
	width: 30px;
}

/** Container Suchergebnisse **/
.s-container {
	border-bottom: 1px solid #ffffff;
	margin-bottom:5px;
}

.s-img, .s-text, .s-details{
	height:80px; 
	overflow:hidden;
}

.s-img {
	width:80px; 
	margin-right:5px;
}

.s-img img {
	border:none;
}

.s-text {
	width:260px;
	margin-right:5px;
}

/* Tabelle Objektdetail */
table#objectdetail td {
	padding: 0 5px 5px 0;
	text-align: left;
}
.td-100 {
	width: 100px;
}
.td-220 {
	width: 220px;
}

.colored-cube-text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.colored-cube-text a:link, .colored-cube-text a:visited, .colored-cube-text a:active, .colored-cube-text a:hover {
	text-decoration: none;
	color: #ffffff;
}

.image-plus {
	background-image:url(/templates/pics/plus_16x16.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	bottom:2px;
	height:16px;
	position:absolute;
	right:2px;
	width:16px;
	z-index:10;
}

/* Gallerie */
#gallery-table td {
	border: 1px solid #FFFFFF;
}

/** GOOGLE Karte **/
.googleMap {
	border:1px solid #999999; 
	display:block; 
	height:450px; 
	width:450px;
}

/* These are standard sIFR styles... do not modify */
/*
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}*/

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/* Link für sIFR Flash */
h5 a:link, h5 a:visited, h5 a:active, h5 a:hover {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}
h5 a img, h5 a object {
	border: 0;
}
