#map-full {
	width: 742px;
	height: 661px;
	border:1px solid #A39A91;
	margin-left:19px;
	padding:8px;
	position: relative;
}

#map-full #birdfinder_map_loading,
#map-full #map {
	width: 742px;
	height: 661px;
}

#map-full #birdfinder_map_loading {
	top: 8px;
	left: 8px;
}

#map-teaser {
	width: 270px;
	height: 269px;
	border:1px solid #CBC0B3;
	margin-left:19px;
	padding:8px;
	position: relative;
}

#map-teaser #map {
	width: 270px;
	height: 269px;
	overflow: hidden;
}

#map-teaser #birdfinder_map_loading {
	width: 270px;
	height: 269px;
	top: 8px;
	left: 8px;
}

#map-teaser #map-link-full {
	display: block;
	position: absolute;
	width: 270px;
	height: 269px;
	top: 8px;
	left: 8px;
	z-index: 9998;
	/**this is needed for IE7 / IE6 to catch the click event **/
	background: transparent url(../img/birdfinder/transparent.gif) repeat;
}

/*//////////////////////////////////////
Search Selector
///////////////////////////////////////*/

#birdfinder_search {
	display: block;
	top: 105px;
	left: 468px;
	position: absolute;
	width: 295px;
	z-index: 1;
	background-color: transparent;
}

#birdfinder_search form {
	float: right;
}

/*
 left top search title & Link
*/

#birdfinder_search_title {
	float: right;
	font-family: times, serif;
	width: 258px
}
#birdfinder_search_title a {
	display:block;
	background-image:url(../img/birdfinder/bg_search_title.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:27px;
	padding:8px 0 0 16px;
	font-weight:bold;
	font-size:1.6em;
	line-height:1.2em;
	text-decoration: none;
}
#birdfinder_search_title a:hover {
	background-position:0 -35px;
	text-decoration: none;
}

#birdfinder_search_title a.disabled {
	background-position: 0 -70px;
}

#birdfinder_search_title a.disabled:hover {
	background-position: 0 -105px;
}

#birdfinder_refresh_button {
	float: right;
}
#birdfinder_refresh_button a{
	display:block;
	width:37px;
	height:35px;
	background-image:url(../img/birdfinder/button_refresh.png);
	background-repeat:no-repeat;
	background-position:0 0; /* image ist 35 px height: opened, opened_hover, closed, closed_hover*/	
	text-decoration: none;
}
#birdfinder_refresh_button a:hover{
	background-position:0 -35px;
	text-decoration: none;
}

#birdfinder_refresh_button a.disabled {
	background-position: 0 -70px;
}

#birdfinder_refresh_button a.disabled:hover {
	background-position: 0 -105px;
}

/*
 right top refresh button
*/
#birdfinder_search_content{
	background-color: #fff;
	border-right:solid 1px #A1988E;
	border-left:solid 1px #A1988E;
	border-bottom:solid 1px #A1988E;
	padding:15px 0 14px 16px;
	width:277px
}
.birdfinder_search_item_block {
	display:block;
	width:256px;
}

/*
 search category navigation
*/
a.birdfinder_nav_left, a.birdfinder_nav_right {
	display:block;
	width:118px;
	border-top:solid 1px #A39A90;
	border-left:solid 1px #A39A90;
	border-right:solid 1px #A39A90;
	height:20px;
	padding:7px 0 0 8px;
	border-bottom:solid 1px #fff;
	background-position:-10px 0px;
	background-repeat:no-repeat;
}

a.active {
	font-weight:bold;
	font-size:0.95em
}

a.inactive {
	padding-top:4px;
	border-bottom:solid 1px #fff;
	border:solid 1px #A39A90;
	margin-top:3px;
	font-weight:normal;
}
div a.active:hover {
	text-decoration:none
}

a.birdfinder_nav_right  {
	float:right;
	background-image:url(../img/birdfinder/bg_search_nav_right.png);
}
a.birdfinder_nav_right.inactive {
	background-position:0px 0px;
}
a.birdfinder_nav_right.inactive:hover {
	background-position:0px -25px;
	background-color:#F2EEEA;
}
a.birdfinder_nav_left  {
	float:left;
	background-image:url(../img/birdfinder/bg_search_nav_left.png);
}

a.birdfinder_nav_left.inactive  {
	background-position:120px 0px;
}

a.birdfinder_nav_left.inactive:hover {
	background-position:120px -25px;
	background-color:#F2EEEA;
}

/*
 search string input field
*/
.birdfinder_search_item {
	display:none;
	padding-bottom:8px;
	padding-left:8px;
}
.birdfinder_search_item.active {
	display:block;
}

input.birdfinder_field {
	padding-left:6px;
	border-top:solid 1px #7A716B;
	border-left:solid 1px #7A716B;
	border-right:solid 1px #A39A90;
	border-bottom:solid 1px #A39A90;
	width:188px;
	margin:10px 0;
	height:17px;
	line-height:17px
}

div#birdfinder_search_item_location input.birdfinder_field {
	width:188px;
}

select.birdfinder_select {
	margin:10px 0;
	width:188px;
	border-top:solid 1px #7A716B;
	border-left:solid 1px #7A716B;
	border-right:solid 1px #A39A90;
	border-bottom:solid 1px #A39A90;
}
input.birdfinder_field:hover, select.birdfinder_select:hover {
	background-color:#F2EEEA;
}

div#birdfinder_search_item_location,
div#birdfinder_search_item_community {
	width: 200px;
	float: left;
}

/*
 search button
*/
a.birdfinder_search_button {
	margin: 8px 0 10px 24px;
	background-image:url(../img/birdfinder/button_search.png);
	padding: 5px 0;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	width: 24px;
	text-decoration: none;
	float: left;
}
a.birdfinder_search_button:hover {
	background-position:0px -24px;
	text-decoration: none;
}

/*
 search selector List
*/
.birdfinder_table_lead {
	background-image:url(../img/birdfinder/icon_eye.png);
	padding: 5px 0 5px 30px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-weight:bold;
}
span.meta_info {
	color:#7F766C;
	font-weight:bold
}
div.content_area_full table.birdfinder_table_selector {
	width:256px;
	margin:2px 0 0 0;
	border-top:solid 1px #A1988E;
	border-bottom:solid 1px #A1988E;
}
table.birdfinder_table_selector td {
	vertical-align:top;
}
table.birdfinder_table_selector td p{
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:0 0;
}
table.birdfinder_table_selector tr.first_row td p {
	background-image:none;
}

/*
 col checkbox
*/
table.birdfinder_table_selector td.td_checkbox {
	width:52px;
	background-repeat:no-repeat;
	background-position:22px 2px
}
table.birdfinder_table_selector td.td_checkbox p{
	padding:8px 0px 0 0;
}
table.birdfinder_table_selector td.td_checkbox input {
	border:solid 1px #CBC0B3;
	background-color:#FFF;
	height:14px;
	width:16px;
	padding:0;
	margin:0;
}

/*
 col category text
*/
table.birdfinder_table_selector td.td_category {
	padding:0px 8px;
	width:158px;
}
table.birdfinder_table_selector td.td_category p {
	padding:8px 0px;
}

/*
 col delete button
*/
table.birdfinder_table_selector td.td_selector_switcher {
	width:30px;
}
a.selector_switcher {
	display:block;
	width:27px;
	height:28px;
	background-image:url(../img/birdfinder/icon_selector_switcher.gif);
	background-repeat:no-repeat;
	background-position:2px 2px
}
a.selector_switcher:hover {
	background-position:2px -25px
}

/** initilay hide the list of species **/
#birdfinder_species_list {
	display: none;
}
a#birdfinder_species_list_clear {
	padding-top:7px;
	display:block;
}

/*Tooltipp Single*/
div.birdfinder_tooltip_single {
	visibility: hidden;
	z-index: 999;	
	position: absolute;
	width: 290px;
	
}

div.top div.birdfinder_tooltip_single_top {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_single_top.png) no-repeat;
	height: 15px;
	width: 290px;
}
div.top.left div.birdfinder_tooltip_single_bottom {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_single_bottom_left.png) no-repeat;
	height: 15px;
	width: 290px;
}
div.top.right div.birdfinder_tooltip_single_bottom {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_single_bottom_right.png) no-repeat;
	height: 15px;
	width: 290px;
}
div.bottom div.birdfinder_tooltip_single_bottom {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_single_bottom.png) no-repeat;
	height: 15px;
	width: 290px;
}
div.bottom.right div.birdfinder_tooltip_single_top {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_single_top_right.png) no-repeat;
	height: 15px;
	width: 290px;
}
div.bottom.left div.birdfinder_tooltip_single_top {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_single_top_left.png) no-repeat;
	height: 15px;
	width: 290px;
}
div.birdfinder_tooltip_single_content {
	background-color: #fff;
	padding: 0 14px 6px 15px;
	width: 258px;
	margin-left:2px
}

div.birdfinder_tooltip_single_container {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_single_content.png) repeat-y right top;
	width: 290px;
}
h1.birdfinder_single_title {
	display: block;
	float: left;
	width: 246px;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.2em;	
}

h1.birdfinder_single_title a {
	font-size: 1em;
	line-height: 1em;
}

a.birdfinder_single_close {
	display: block;
	float: left;
	width: 14px;
	height: 21px;
	background: transparent url(../img/birdfinder/birdfinder_tooltip_close.png) no-repeat 7px 7px;
	font-size: 1px;
}

div.birdfinder_tooltip_single_img {
	border:1px solid #CBC0B3;
	padding:8px;
	float: left;
	margin-right: 11px;
}

div.birdfinder_tooltip_single p {
	padding: 0 0 12px 0;
}

div.birdfinder_tooltip_single_inner_content {
	float: left;
	width: 80px;
}

h2.birdfinder_tooltip_single_subheader {
	padding: 0 0 2px 0;
	background: transparent url(../img/layout/dot_horizontal.gif) repeat-x left bottom;
	margin-bottom: 6px;
	font-size: 100%;
}

p.birdfinder_tooltip_single_text {
	margin: 6px 0 0 0;
}

div.birdfinder_tooltip_single p.birdfinder_tooltip_single_text_population {
	padding: 0 0 5px 0;
}

a.birdfinder_tooltip_single_guide {
	padding: 0 0 1px 24px;
	display: block;
	font-size: 11px;
	line-height: 13px;
	background: transparent url(../img/birdfinder/birdfinder_tooltip_single_guide.png) no-repeat 1px 0;
	margin-top: 9px;
}

/*Tooltipp Cluster*/
div.birdfinder_tooltip_cluster {
	visibility: hidden;
	z-index: 999;
	position: absolute;
	width: 149px;
}

div.top div.birdfinder_tooltip_cluster_top {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_cluster_top.png) no-repeat;
	height: 8px;
	width: 149px;
}

div.top.right div.birdfinder_tooltip_cluster_bottom {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_cluster_bottom_right.png) no-repeat;
	height: 15px;
	width: 149px;
}
div.top.left div.birdfinder_tooltip_cluster_bottom {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_cluster_bottom_left.png) no-repeat;
	height: 15px;
	width: 149px;
}

div.bottom.right div.birdfinder_tooltip_cluster_top {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_cluster_top_right.png) no-repeat;
	height: 15px;
	width: 149px;
}

div.bottom.left div.birdfinder_tooltip_cluster_top {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_cluster_top_left.png) no-repeat;
	height: 15px;
	width: 149px;
}
div.bottom div.birdfinder_tooltip_cluster_bottom {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_cluster_bottom.png) no-repeat;
	height: 8px;
	width: 149px;
}

div.birdfinder_tooltip_cluster_content {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_cluster_content.png) repeat-y left top;
	padding: 0 11px 6px 11px;
	width: 127px;
}

div.birdfinder_tooltip_cluster p {
	padding: 0;
	margin: 0;
}

div.birdfinder_tooltip_cluster p strong {
	font-weight: bold;
}

p.birdfinder_tooltip_cluster_text {
	margin: 6px 0 0 0;
}

/*Meta Navigation*/

div#content_area ul#birdfinder_meta_navigation {
	margin-left: 19px;
	padding: 0;
	height: 40px;
	width: 759px;
	border-right: 1px solid #A0978D;
	border-left: 1px solid #A0978D;
	width: 758px;
}

div#content_area ul#birdfinder_meta_navigation li {
	float: left;
	height: 30px;
	list-style-type: none;
	margin-left: 0;
}


div#content_area ul#birdfinder_meta_navigation li a {
	display: block;
	width: 34px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_list a {
	width: 240px;
	margin-left:-1px;
	background-image: url(../img/birdfinder/birdfinder_meta_navigation_list.png);
}

div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_excel a {
	background-image: url(../img/birdfinder/birdfinder_meta_navigation_excel.png);
	width: 35px;
	margin-left:-1px
}

div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_print  a {
	background-image: url(../img/birdfinder/birdfinder_meta_navigation_print.png);
}

div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_info  a {
	background-image: url(../img/birdfinder/birdfinder_meta_navigation_info.png);
}

div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_link a {
	background-image: url(../img/birdfinder/birdfinder_meta_navigation_link.png);
}

div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_list a.active,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_excel a.active,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_print a.active,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_info a.active,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_link a.active,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_list a:hover,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_excel a:hover,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_print a:hover,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_info a:hover,
div#content_area ul#birdfinder_meta_navigation li#birdfinder_meta_navigation_link a:hover {
	background-position: 0 -31px;
}
div.birdfinder_meta_information {
	padding: 27px 52px 13px 11px;
	margin-left: 19px;
	border-left: 1px solid #A0978D;
	border-right: 1px solid #A0978D;
	border-bottom: 1px solid #A0978D;
	position: relative;
	width: 695px;
	height: 183px;
}
a.birdfinder_tooltip_zoom_in {
	background-image:url(../img/layout/icon_next.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	color:#574F4A;
	padding-left:14px;
}
* html a.birdfinder_tooltip_zoom_in
{
	background-position:0 6px;
}
*+html a.birdfinder_tooltip_zoom_in
{
	background-position:0 4px;
}

/* Listing */
div#birdfinder_list {
	overflow-x: hidden;
	overflow-y: scroll;
}

div#birdfinder_list_loading {
	top: 0;
	left: 0;
	width: 760px;
	height: 213px;
}

table#birdfinder_list_table {
	margin: 0;
	width: 705px;
}

table#birdfinder_list_table th,
table#birdfinder_list_table td {
	padding: 0 5px;
	border: none;
}

table#birdfinder_list_table th {
	vertical-align: top;	
}

table#birdfinder_list_table td {
	height: 30px;
	vertical-align: top;
}

table#birdfinder_list_table th div.birdfinder_list_item {
	border-bottom: 1px solid #A0978D;
	padding-bottom: 3px;
}

table#birdfinder_list_table th div.active {
	border-bottom: 2px solid #A0978D;
	padding-bottom: 2px;
}

table#birdfinder_list_table th a.birdfinder_list_sort {
	background: transparent url(../img/birdfinder/birdfinder_list_arrow_up.png) no-repeat right 6px;
	display: block;
	width: auto;
	padding-right: 15px;
	font-weight: bold;
}

table#birdfinder_list_table th a.birdfinder_list_sort_desc {
	background-image: url(../img/birdfinder/birdfinder_list_arrow_down.png);
}

table#birdfinder_list_table th.birdfinder_list_icon,
table#birdfinder_list_table td.birdfinder_list_icon {
	padding-left: 0;
}

table#birdfinder_list_table th.birdfinder_list_art_de,
table#birdfinder_list_table td.birdfinder_list_art_de {
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

table#birdfinder_list_table th.birdfinder_list_living_room,
table#birdfinder_list_table td.birdfinder_list_living_room {
	padding-right: 0;
}

table#birdfinder_list_table td p {
	background: transparent url(../img/layout/dot_horizontal.gif) repeat-x 0 0;
	padding: 8px 0;
}

table#birdfinder_list_table tr.first_row td p {
	background-image: none;
}

table#birdfinder_list_table th.birdfinder_list_icon p {
	padding-bottom: 4px;
}

table#birdfinder_list_table td.birdfinder_list_art_de p {
	padding-left: 31px;
}

table#birdfinder_list_table td.birdfinder_list_red_list_true p,
table#birdfinder_list_table td.birdfinder_list_trend_negative p {
	color: #f00;
}

table#birdfinder_list_table td.birdfinder_list_trend_positive p {
	color: #6c3;
}

table#birdfinder_list_table td.birdfinder_list_icon_shown_on_map p {
	padding-bottom: 4px;
}

table#birdfinder_list_table th.birdfinder_list_icon,
table#birdfinder_list_table td.birdfinder_list_icon {
	width: 26px;
}

table#birdfinder_list_table td.birdfinder_list_icon p {
	padding: 1px 0 0 1px;
}

table#birdfinder_list_table td.birdfinder_list_icon a {
	display: block;
	background: transparent url(../img/birdfinder/birdfinder_list_add_bird.png) no-repeat 0 0;
	width: 25px;
	height: 30px;
	text-decoration: none;
}

table#birdfinder_list_table td.birdfinder_list_icon a:hover {
	background-position: 0 -30px;
}

div#birdfinder_list_tooltip,
div#birdfinder_list_tooltip_navigation_excel,
div#birdfinder_list_tooltip_navigation_list {
	visibility: visible;
	display: none;
	background: transparent url(../img/birdfinder/birdfinder_tooltip_list.png) no-repeat 0 0;
	width: 153px;
	height: 58px;
	overflow: hidden;
	z-index: 9999;
}

div#birdfinder_list_tooltip_navigation_excel,
div#birdfinder_list_tooltip_navigation_list {
	background: transparent url(../img/birdfinder/birdfinder_tooltip_navigation.png) no-repeat 0 0;
}

div#birdfinder_list_tooltip p,
div#birdfinder_list_tooltip_navigation_excel p,
div#birdfinder_list_tooltip_navigation_list p {
	padding: 6px 10px 10px 20px;
	line-height: 14px;
}

/* Info */

table#birdfinder_info_table {
	margin: 0;
	width: 695px;
}
table#birdfinder_info_table th, 
table#birdfinder_info_table td {
	border: none;
	padding:9px 0 7px 2px;
}
table#birdfinder_info_table th {
	vertical-align: top;
	font-weight:bold;
	border-bottom: 1px solid #A0978D;
}
table#birdfinder_info_table td {
	vertical-align: top;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
table#birdfinder_info_table td.info_icon {
	text-align:center;
	padding:5px 0px;
	width:80px
}
table#birdfinder_info_table td.info_text {
	text-align:left;
	font-weight:bold;
	border-right:solid 15px #fff;
	padding:9px 0 7px 2px;
}

table#birdfinder_info_table tr.lastRow td {
	background-image:none;
}

/** Meta Information **/
div#birdfinder_link h2{
	width: 580px;
	border-bottom: 1px solid #A0978D;
	font-size: 100%;
	padding: 0 0 3px 0;
	margin-bottom: 5px;
}

div#birdfinder_link input {
	padding-left: 6px;
	border-top: solid 1px #7A716B;
	border-left: solid 1px #7A716B;
	border-right: solid 1px #A39A90;
	border-bottom: solid 1px #A39A90;
	width: 572px;
	height: 17px;
	line-height: 17px
}

div#birdfinder_link input:hover {
	background-color:#F2EEEA;
}

/*AJAX Autocomplete*/
div.autocomplete-w1 {
	z-index: 2;
}

.autocomplete-w1 { 
	background:url(img/shadow.png) no-repeat bottom right; 
	position:absolute; 
	top:0px; 
	left:0px; 
	margin:6px 0 0 6px; 
	/* IE6 fix: */ 
	_background:none; 
	_margin:1px 0 0 0; 
}
.autocomplete { 
	border:1px solid #7A716B; 
	background:#FFF; 
	cursor:default; 
	text-align:left; 
	max-height:350px; 
	overflow:auto; 
	margin:-6px 6px 6px -6px; 
	/* IE6 specific: */ 
	_height:350px;  
	_margin:0; 
	_overflow-x:hidden; 
	color: #3F3938;
}
.autocomplete .selected { 
	background:#F2EEEA; 
}
.autocomplete div { 
	padding:2px 5px; white-space:nowrap; 
}
.autocomplete strong { 
	font-weight:normal; 
	color:#7F766C;
}

.loader {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: #fff url(../img/birdfinder/loader.gif) no-repeat center;
	z-index: 9997;
}

/*####################################################################
	print style
####################################################################*/

@media print {
	#birdfinder_search {
			display:none;
	}
	div#birdfinder_list {
		overflow:visible
	}
	table#birdfinder_list_table {
		margin: 0;
		width: 630px;
	}
	#map-full {
		border:0;
		margin-left:0px;
		padding:0px;
	}
	div#content_area ul#birdfinder_meta_navigation {
		margin-left:0px;
	}
	div.birdfinder_meta_information {
		height:auto;
		margin-left:0px;
		padding:0px;
		border:0;
		overflow:visible
	}

}