@charset "utf-8";
/* CSS Document */


.kontakt.detailModul.colored {
    background-color: #ffe7d0;
    padding: 25px;
}

#immoGallery #objektMainGallery, 
#immoGallery #objektMainGallery li {
	height:530px;
}

#immoGallery #objektGallery .controlButton {
	bottom:340px;
}

#immoGallery #objektGallery .controlButton { background-color:#EA790B; }
#immoGallery #objektGallery .controlButton a { color:#FFF; }

#immoDetailContainerInner .tab {
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(223,223,223,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(223,223,223,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(223,223,223,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(223,223,223,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(223,223,223,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(223,223,223,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	border:1px solid #c3c3c3;
	border-bottom:none;
	
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px; 
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ed770d;	
	font-size:14px;
}

#immoDetailContainerInner .tab.active {
	background: rgb(223,223,223); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(223,223,223,1) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,223,223,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(223,223,223,1) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(223,223,223,1) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(223,223,223,1) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(223,223,223,1) 0%,rgba(253,253,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}

#immoDetailContainerInner .tab a {
	color:#ed770d;
	font-weight:normal !important;
	padding:12px;
}


#immoDetailContainerInner .tab.vr {
	padding-right:10px;
}

#immoDetailContainerInner .tab.vr a{
	background-image:url(../pics/3d.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:50px;
		
}