/* ==============================================================================================================

    Stylesheet: Vorlage

    Stand: 12.08.2008
    Datei: style.css

    Aufbau:
    1. Kalibrierung
    2. Allgemeine Styles
    3. Styles für Layoutbereiche
    4. Sonstige Styles

================================================================================================================= */

/* ==============================================================================================================
    1. Kalibrierung
================================================================================================================= */

* {margin: 0; padding: 0;}

html { margin: 0 auto; height: 100%; min-height: 101%;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary
{
    display: block;
}

a
{
    text-decoration: none;
    color: #673b48;
}

/*===============================================================================================================
    2. Allgemeine Styles (z.B body, h1, h2, p, links, welche nicht in Klassen oder IDs sind)
=================================================================================================================*/

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    margin: 0 auto;
    background: #e7e1d3;
    color: #3f3f3f;
}

p
{
    margin: 0 0 1.2rem 0;
    line-height: 150%;
}

a.link_rot
{
    color: #673b48;
}

/*===============================================================================================================
    3. Styles für Layoutbereiche (Wrapper, Header, Footer, Spalten, Navigation, Bilder, ect...)
=================================================================================================================*/

#wrapper
{
    margin: 0 auto;
    /*background: url('../images/schatten_rand.png') repeat-y;*/
    padding: 20px;

}

h1
{   color: #673b48;
    font-size: 30px;
    font-weight: bold;
    font-variant: normal;
    font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 140px;
}

#links
{
    text-align: center;
    padding: 20px 0 20px 0;
    font-size: 14px;
}
