/**
 * EGroupware: Stylite Pixelegg template
 *
 * lettersearch
 *
 * Please do NOT change css-files directly, instead change less-files and compile them!
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package pixelegg
 * @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
 */
@import (reference) "definitions.less";
//##############################################################################################################
h1 {
    font-size: 200%;
    /*line-height: 330%;*/
    margin: 0.4em 0 0;
    font-weight: normal;
}
.headline_h1 {
    font-size: 200%;
    /*line-height: 330%;*/
    margin: 0.4em 0 0;
}


h2 {
    font-size: 150%;
    /*line-height: 270%;*/
    margin: 0.6em 0 0;
}
.headline_h2 {
    font-size: 150%;
    /*line-height: 270%;*/
    margin: 0.6em 0 0;
    font-weight: lighter;
}

h3 {
    font-size: 130%;
    /*line-height: 220%;*/
    margin: 0.8571em 0 0;
}

.headline_h3 {
    font-size: 130%;
    /*line-height: 220%;*/
    margin: 0.8571em 0 0;
}

h3 a {
    color: #999999;
}

h4 {
    font-size: 110%;
    /*line-height: 160%;*/
    margin: 1.125em 0 0;
}
.headline_h4 {
    font-size: 110%;
    /*line-height: 160%;*/
    margin: 1.125em 0 0;
}

h5 {
    font-size: 100%;
    /*line-height: 110%;*/
    margin: 1.2857em 0 0;
}

.headline_h5 {
    font-size: 100%;
    /*line-height: 110%;*/
    margin: 1.2857em 0 0;
}


h6 {
    font-size: 100%;
    font-weight: bold;
    /*line-height: 100%;*/
    margin: 1.5em 0 0;
}
.headline_h6 {
    font-size: 100%;
    font-weight: bold;
    /*line-height: 100%;*/
    margin: 1.5em 0 0;
}