/**
 * content.content.template.css - insert headline here
 *
 * COPYRIGHT: All  title   and  proprietary  rights,  including  trade
 * secrets,   in   the   Software   and   any   copies thereof and the
 * accompanying  written   materials,   are  owned  by   schukai  GmbH
 * and  are  protected  by  German  copyright  laws,  other applicable
 * copyright   laws  and  international  treaty  provisions.
 *
 * @package    alvine
 * @author     schukai GmbH <info@schukai.de>
 * @copyright  Copyright (C) 2002, 2003, 2004, 2005, 2006 schukai GmbH
 * @license    http://www.alvine.de/license/
 * @version    20061114
 * @link       http://www.alvine.de/
 */
 
 
#pgInfoBox div.content_content_rte_panel {
  margin:0px;
  padding:0px;
  color:#043659;
}

#pgInfoBox div.content_content_rte_panel ul {
 padding-left:120px;
 font-weight:bold;
}

#pgInfoBox ul li {
  line-height: 1.5em;
  margin-bottom:20px;
  margin-top:8px;
}

#pgInfoBox div.content_content_rte_panel   a {
    color:#043659;
    font-family:inherit;
  }
  
#pgInfoBox div.content_content_rte_panel   a:link {
    color:#043659;
    font-family:inherit;
}
  
#pgInfoBox div.content_content_rte_panel   a:visited {
    color:#043659;
    font-family:inherit;
  }

#pgInfoBox div.content_content_rte_panel   a:focus {
    color:#043659;
    font-family:inherit;
  }
  
#pgInfoBox div.content_content_rte_panel   a:hover {
    color:#FB7014;
    font-family:inherit;
  }
  
#pgInfoBox div.content_content_rte_panel   a:active {
    color:#043659;
    font-family:inherit;
  }



