
@charset "UTF-8";


.dbf-dozent {
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
}

.dbf-dozent-bild {
	width: 120px;
	float: left;
	background: transparent url(imgs/anonymus_110x110.jpg) 0 0 no-repeat;
	height: 110px;
}

.dbf-dozent-bild img {
	-webkit-box-shadow: 0px 2px 7px #aaa; 
	-moz-box-shadow: 0px 2px 7px #aaa; 
	box-shadow: 0px 2px 7px #aaa;
}

.dbf-dozent-text {
	margin-left: 125px;
}

.dbf-dozent-text h1.name {
	font: 14px/18px ColaborateRegular, Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0;
	padding: 0 0 2px 0;
	
}

.dbf-dozent-text p {
	font: 11px/15px Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	padding: 0 0 2px 0;
	margin: 0;
}

.dbf-dozent-row {
	padding: 0 0 20px 0;
	
}

/* ------------------------------------------------------------------- */
/* SEARCH */

.dbfindit-search {
	position: relative;
	padding: 0 0 0 20px;
}

.dbfindit-search h2 {
	font: 13px/18px ColaborateRegular, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 14px 0 0 0;
}

.dbfl-geoloc {
	display: none;
}

.dbf-filter input {
	display: none;
}

.dbf-filter,
.dbf-filter label {
	font: 11px/17px Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.dbf-filter-icon {
	background: transparent url(imgs/checkbox.png) 0 1px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
}

.selected .dbf-filter-icon {
	background-position: 0 -38px;
}

.dbf-grp-1 .dbf-filter-icon {
	background: transparent url(imgs/cat-icons.png) 0 0 no-repeat;
}

.dbf-filter label {
	display: block;
	padding: 1px 0 0 24px;
}

.dbf-grp-1 .dbf-filter label {
	padding-left: 29px;
}


.dbf-filter {
	position: relative;
	color: #888;
	margin: 0 0 7px 0;
}

.dbf-filter:hover,
.dbf-filter.selected {
	color: #333;
}

.dbf-filter-cols {
	height: 59px;
	width: 650px;
	position: relative;
}

.dbf-filter-titles {
	position: absolute;
	bottom: 0;
}

.dbf-filter-titles h3 {
	position: relative;
	float: left;
	width: 140px;
	margin: 0 7px 0 0;

	background: #918f52 url(imgs/dropdown_hg.jpg) right 0 repeat-y;
	color: #fff;
	font: 10px/18px ColaborateRegular, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 1px 0 0px 10px;
	
	cursor: pointer;
	cursor: hand;
}

.dbf-filter-titles h3 span {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 20px;
	height: 15px;
	background: transparent url(imgs/dropdown_pfeil.png) right 0 no-repeat;
}

.dbf-filter-titles h3.submit {
	background-color: #a90a67;
	background-image: url(imgs/finden_hg.jpg);
	width: 70px;
}

.dbf-filter-titles h3.submit span {
	background-image: url(imgs/finden_pfeil.png);
}


.dbf-grp {
	padding: 15px 5px 10px 7px;
	float: left;
	width: 144px;
	border-right: 1px dotted #ddd;
	min-height: 160px;
}

.dbf-grp-1 {
	padding-left: 0;
}

.dbf-filter-options {

	position: absolute;
	z-index: 2000;
	height: 190px;
	left: 0;
	right: 0;
	padding: 0 0 0 20px;
	background: transparent url(imgs/hg_decker.png) 0 0 repeat-x;
	
	-webkit-box-shadow: 0px 5px 10px #888; 
	-moz-box-shadow: 0px 5px 10px #888; 
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
	
	border-bottom: 1px solid #d4d4c3;
	
	display: none;
}


.dbf-grp-loc-filters {
	font-size: 12px;
}

.dbf-grp-loc-filters .country,
.dbf-grp-loc-filters .dbf-filter-zip {
	margin: 3px 0 5px 0;
	width: 110px;
}



/* ------------------------------------------------------------------- */
/* MAP */



.dbf-map {
	position: relative;
	overflow: hidden;
	background-color: #e8e7d3;
	z-index: 0;
}

.dbf-map-image {
	position: relative;
	z-index: 0;
}

.dbf-map-points {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.dbf-point {
	position: absolute;
	width: auto;
	font: 9px/9px Verdana,Arial;
	background: transparent url(imgs/icon_haus.png) 0 0 no-repeat;
	padding: 0 0 0 15px;
	white-space: nowrap;
	color: #000;
	cursor: pointer;
	cursor: hand;
	min-width: 10px;
	min-height: 15px;
}

.dbf-geo-loc-point {
	background: transparent url(imgs/standort.png) center center no-repeat;
	width: 45px;
	height: 45px;
	margin: -23px 0 0 -23px;
	min-width: 0;
	min-height: 0;
	padding: 0;
	cursor: default;
}

.dbf-point:hover {
	text-decoration: none;
}

#dbfindit-search {
	padding: 0 0 15px 0;
}

/* ------------------------------------------------------------------- */
/* BUBBLE */


.dbfb-item {
	border-bottom: 1px dotted #aaa;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	zoom: 1;
}

.dbfb-item.last {
	border-bottom: none;
	margin: 0;
}

.dbfb-item h1 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 4px 0;
	margin: 0;
}

.dbfb-address {
	font-size: 12px;
	line-height: 19px;
	padding: 0 0 0 15px;
}

.no-image .dbfb-address {
	padding-left: 0;
}

.dbfb-item .dbf-image {
	float: left;
}

.dbfb-links a {
	margin-right: 5px;
}

/* ------------------------------------------------------------------- */

.dbf-cat {
	display: inline-block;
	vertical-align: top;
	width: 0px;
	height: 18px;
	overflow: hidden;
	padding: 0 0 0 20px;
	background: transparent url(imgs/cat-icons.png) 0 0 no-repeat;
}

.dbf-cat-5,
.dbf-grp-1 .dbf-filter-icon-5 { background-position: -30px 0; }

.dbf-cat-6,
.dbf-grp-1 .dbf-filter-icon-6 { background-position: -59px 0; }

.dbf-cat-7,
.dbf-grp-1 .dbf-filter-icon-7 { background-position: -87px 0; }

.dbf-cat-8,
.dbf-grp-1 .dbf-filter-icon-8 { background-position: -114px 0; }

.dbf-cat.inactive,
.dbf-grp-1 .dbf-filter.deselected .dbf-filter-icon {
	background-image: url(imgs/cat-icons-inactive.png);
}

.dbf-cat-31 { background-position: -168px 0; }
.dbf-cat-24 { background-position: -195px 0; }
.dbf-cat-19 { background-position: -222px 0; }
.dbf-cat-1 { background-position: -249px 0; }
.dbf-cat-2 { background-position: -141px 0; }

/* ------------------------------------------------------------------- */
/* LIST */

.dbfl-sorting,
.dbfl-item,
.dbfl-item h3 {
	font: 13px/18px ColaborateRegular, Arial, Helvetica, sans-serif;
	zoom: 1;
}

.dbfl-zip,
.dbfl-city,
.dbfl-title {
	float: left;
	vertical-align: top;
}

.dbfl-city span {
	color: #640c5f;
}

.dbfl-zip {
	width: 50px;
}

.dbfl-city {
	width: 330px;
}

.dbfl-categories {
	position: absolute;
	top: 3px;
	right: 10px;
	text-align: right;
}

.dbfl-results {
	min-height: 100px;
}

.dbfl-item {
	padding: 5px 0 4px 10px;
	cursor: pointer;
	cursor: hand;
	position: relative;
	z-index: 0;
}

.dbfl-item.odd {
	background: transparent url(imgs/hg_weiss.png) 0 0 repeat-y;
}

.dbfl-item:hover {
	background-color: #fafafa;
}

.dbfl-item a:hover {
	text-decoration: none;
}

.dbfl-sorting {
	border-bottom: 1px solid #d4d4c3;
	margin: 0 0 5px 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	position: relative;
	z-index: 100;
}

#dbf-filter-and1,
#dbf-filter-and1-sub,
#dbf-sort-select, 
#dbf-filter-country {
	margin: 0 10px 0 5px;
}

#dbf-sort-select {
	width: 85px;
}

#dbf-filter-and1-sub {
	width: 80px;
}

.dbf-filter-zip {
	width: 60px;
	margin: 0 0 0 5px;
	height: 17px;
	border: 1px solid #e7e7d3;
	border-top-color: #ceccac;
	border-left-color: #ceccac;
	padding: 0 0 0 5px;
}

.dbf-filters-right {
	position: absolute;
	right: 0;
	top: 0;
}

/* ------------------------------------------------------------------- */


.dbf-reset-filter {
	display: block;
	margin: 15px 0 0 8px;
	padding: 0 0 0 22px;
	background: transparent url(imgs/reset_filter.png) 0 center no-repeat;
}

.dbf-reset-filter.no-filter {
	display: none;
}







