
* { 
    margin: 0; 
    padding: 0; 
}
/*
body { 
    color: #000;
    background-color: #fff;
    font-size: 62.5%; 
    font-family: Verdana, Arial, sans-serif;
    text-align: left;
}

fieldset {
    border: none;
}

a {
    color: inherit;
    background-color: inherit;

    text-decoration: none;
    font-weight: bold;
    font-family: "Georgia", serif;
    }

    a.pfeil {
        padding-right: 1em;
 
        background-image: url("../graphics/pfeil.gif");
        background-repeat: no-repeat;
        background-position: right center;
}



/*============================================================================*/
/* Microformats (SemWeb) * /

.vevent abbr {
    border: none;
}

#header img {
    width: 100%
}

#content { 
    width: 90%; 
    float: left; 
    }

    #contentleft { 
        width: 1em; 
        float: left; 
    }

    #contentcenter { 
        width: 100%; 

        color: inherit;

        float: left; 
        margin-left: 1.5em !important; 
        padding-right: 0 !important;

        /* IE 5.0-6.0 * /
        margin-left: 1em;
        padding-right: 1em;
        }

    #contentright { 
        width: 1em; 
        float: left; 
}


#header, #text, #toolleft, #toolright, #ads, #copy, #menue {
    float: left;
}

#text {
    width: 100%;
    }

    #text ul { 
        list-style: none; 
        padding: 0; 
        margin-bottom: 3em; 
    }
    #text li { 
        display: block; 

        margin-right: 2em; 
        font-size: 1.3em; 
}

#copy {
    display: block;
    width: 100%;

    margin: 1em 0 1em;
    font-size: 1.2em;
    }

#copyright {
    display: inline;
    padding-left: 20em;

    font-weight: bold;
}



/*============================================================================*/
/* Tools: Grundlegendes styling * /

div.frame {
    margin-bottom: 0.5em;
    }

    div.frame h1 {
        text-transform: uppercase;
        font-weight: bold;
}

div.newcopy {
    margin: 0.1em;
    }
    div.newcopy img {
        width: 100%;
    }
    div.newcopy p {
        padding: 0 0.5em 0;
    }

    div.newcopy .subline {
        display: inline;
        position: relative;

        font-size: 1.5em;

        padding: 0 0.5em;
        text-transform: uppercase;
    }
    div.newcopy a {
        display: block;
        text-align: right;

        padding: 1em 1em 0.5em;
        background-position: 100% 1.2em;
}



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

h1 {
    font-weight: normal;
    text-transform: uppercase;	
    font-size: 1.4em;
}

h2 {
    text-transform: uppercase;
    font-family: Geneva, sans-serif;
    font-size: 1.4em;
}

h1.teaser {
    padding: 0.2em;
}

p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1em;
    line-height: 1.4em;
    }

    p.subline {
        font-weight: bold;
    }

    p.teaser {
        margin-bottom: 1em;
    }

    /*muss noch schoener gemacht werden, ist aber style im backend bei artikeleingabe* /
    p.infobox {
}

div.articleteaser {
    margin: 0 0.5em 2em;
    }

    div.articleteaser h2, div.articleteaser p {
        padding-top: 0.2em;
        padding-left: 1em;
    }

    div.articleteaser img {
        padding: 0 1em;
        float: left;
        clear: both;
    }

    div.articleteaser a {
        display: block;
        text-align: right;
    }    

    span.unit {
        display: block;

        font-family: Verdana, Arial, sans-serif;
        font-size: 0.9em;
        text-transform: uppercase;
        padding-top: 1em;
}



/* ========================================================================== */
/* Unsichtbare Elemente */

#ads, #top, #footer, #history, #menue, #metamenue, #metamenue2, #mainmenue, #toolleft, #toolright, .sectionlink { 
    display: none;
}



/* ========================================================================== */
/* PDF * /

#text {
    width: 43%;
}
    */


