/**
 * typography styles
 * 
 * this file is used by the typo3 wysiwyg-editor
 *
 * @project   multimetrix
 * @author    maik mettenheimer <mettenheimer@november.de>
 * @lastupdate  2009-09-23
 */


/*------------------------------------------------------------------------------
    Typography
------------------------------------------------------------------------------*/

/* generic
------------------------------------------------------------------------------*/

strong, b {
  font-weight: bold;
}

/* headlines
------------------------------------------------------------------------------*/

h1, h2, h3 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}

h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

h1.small {
    font-size: 12px;
    margin-bottom: 20px;
}

h1.bordered {
    background: url(../img/rulerAfter.png) repeat-x bottom left;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 6px;
    margin-top: 12px;
}

h1.inline {
    margin: 30px 0 40px;    
}

h2 {
    font-size: 12px;
    margin-bottom: 16px;
}

h2.rot {
    font-weight: normal;
    color: #921219;
    margin-bottom: 0px;
}

h4 { font-weight: bold; }

p {
    margin-bottom: 16px;
}

.big, p.big { font-size: 18px; font-weight: bold; }

p.big a { font-size: 12px; font-weight: normal; }

/* lists
------------------------------------------------------------------------------*/

ul {
    margin: 0 0 16px 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    background: url(../img/bullet.png) no-repeat 0px 6px;
    padding-left: 16px;
}

/* tables
------------------------------------------------------------------------------*/

td.left, th.left {
  text-align: left;
}

td.center, th.center {
  text-align: center;
}

td.right, th.right {
  text-align: right
}

/* images
------------------------------------------------------------------------------*/

/* ordered list with images */
img.item {
    position: relative;
    top: 3px;
    margin-right: 2px;
}

/* anker
------------------------------------------------------------------------------*/

a:link,
a:visited {
    color: #3c3d3e;
    text-decoration: underline;
    outline: none;
}

a:active,
a:focus,
a:hover {
    color: #921219;
    text-decoration: underline;
}

a.email {
    background: url(../icons/email.png) no-repeat bottom right;
    padding: 3px 20px 0 0;
}

a.pdf {
    background: url(../icons/pdf.png) no-repeat top left;
    padding: 3px 0px 0px 26px;
}

a.arrow {
    background: url("../img/ico_arrow.png") no-repeat scroll 0 -32px transparent;
    margin-left: 1em;
    padding-left: 8px;
}

