/* 
    Document   : globale_vorgaben
    Created on : 23.08.2012, 11:02:26
    Author     : Niklaus Hoepfner
    Version    : $Id: globale_vorgaben.css 88 2012-11-17 09:56:58Z Admin $
    Package    : DekoCalla
    Description: Globale Formatierungsvorgaben
*/

html {
    background-color: rgb(229, 222, 230);
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

body {
    background-color: rgb(240, 239, 212);
    color: rgb(64, 44, 68);
    line-height: 1.3em;
}

h1, h2, h3, h4 {
    font-weight: bold;
    padding: 1em 0 1em 0;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

p, a {
    font-size: 0.8em;
}

a img {
border: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: blue;
}

a:visited {
    color: blue;
}

a:hover {
    text-decoration: underline;
}

p a {
    font-size: 1em;
}

table, th, td, tr {
    border-collapse: collapse;
}