@charset 'UTF-8';

/**
 * CitusCMS Open-Source Content-Management-System
 * Copyright (C) 2009-2019 Bastian Raschke, Thomas Seibold
 *
 *
 * @author Bastian Raschke <bastian.raschke@posteo.de>
 * @copyright 2009-2019, Bastian Raschke, Thomas Seibold
 * @license NOT PUBLIC
 * @link https://www.citus-cms.org
 * @package Template
 *
 */


h1, h2, h3, h4, h5, h6 {

  color: #0094DD;

}

a.download_button {

  background: transparent url('../images/btn_download.png') no-repeat left top;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 34px;
  padding: 12px 0 0 33px;
  width: 152px;

}

a.download_button:hover {

  background: transparent url('../images/btn_download.png') no-repeat left bottom;

}
