#info_popup_info{ 
	width: 240px;
	opacity: 0.9;
    /* filter: alpha(opacity=90); */
}

#kultur_teaser, 
#natur_teaser,
#wirtschaft_teaser,
#bildung_teaser{
	width: 320px;
	opacity: 0.8;
	background-color: #fff;
	color: black;
	text-transform: none;
	line-height:14px;
    /* filter: alpha(opacity=90); */
}

#info_popup_info_contents{
	background-color: #fff;
}

#info_popup_info_tl{
	width:1px;
	height:1px;
  
  	/*
	border-top:1px solid black;
	border-left:1px solid black;    
  	*/
  
	background: url('/zps/images/menu_bg_gruen.jpg') repeat-x;

}


#info_popup_info_t{
	
	/*
	border-top:solid 1px black; 
    */
	height:1px;
  	/* background: url('/zps/images/menu_bg_gruen.jpg') repeat-x; */
}

#info_popup_info_tr{
	width: 1px;
	height: 1px;
  
  	/*
	border-top:1px solid black;
	border-right:1px solid black;  
 	*/
 
	background: url('/zps/images/menu_bg_gruen.jpg') repeat-x;

}


#info_popup_info_l{
  width: 0px;
  background-color:#fff;
  /*
  border-left:solid 1px black;
  */
}
#info_popup_info_r{
  width: 0px;
  
  /*
  border-left:solid 1px black;
  */
}

#info_popup_info_bl{
  background-color: #fff;

  width: 8px;
  height: 8px;
  
  /*
  border-left:1px solid black;
  border-bottom:1px solid black;
  */
}

#info_popup_info_b{

background-color: #fff;
/*
   border-bottom:solid 1px black; 
   */
   height:8px;

}
#info_popup_info_br{

background-color: #fff;
  width: 8px;
  height: 8px;

/*
  border-right:1px solid black;
  border-bottom:1px solid black; 
  */
}


#info_popup_info_beak{
  width: 1px;
  height: 10px;
  display:none;
}

.info_text_popup {
	padding:6px 8px 4px 8px;
	position:relative;
	z-index:11;
	clear:both;
}

.info_titel_popup {
	padding-left:8px;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:24px;
	font-size:11px;	
	height: 24px;
	cursor:pointer;
}

.info_titel_kultur {
	background: url('/zps/images/menu_bg_blau.jpg') repeat-x;
}

.info_titel_natur {
	background: url('/zps/images/menu_bg_gruen.jpg') repeat-x;
}

.info_titel_wirtschaft {
	background: url('/zps/images/menu_bg_rot.jpg') repeat-x;
}

.info_titel_bildung {
	background: url('/zps/images/menu_bg_gelb.jpg') repeat-x;
}

