/* 
    Document   : print.css
    Created on : 07.06.2009, 22:18:20
    Author     : Sarah
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*------------------------------------------------------------------------------
 * Reset
 *----------------------------------------------------------------------------*/

   html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }
    /* remember to define focus styles! */
    :focus {
        outline: 0;
    }
    body {
        line-height: 1;
        color: black;
        background: white;
    }
    ol, ul {
        list-style: none;
    }
    /* tables still need 'cellspacing="0"' in the markup */
    table {
        border-collapse: separate;
        border-spacing: 0;
    }
    caption, th, td {
        text-align: left;
        font-weight: normal;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
    }
    blockquote, q {
        quotes: "" "";
    }

    .clearfix {
        clear: both;
    }

/*----------------------------------------------------------------------------*/


body {
    font-family: Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
}

div.metanavigation,
div#navigation,
div.suche,
div.pageFooter {
    display: none;
}

div#content {
    position: static;
    width: 65%;
    float: left;
    font-size: 1em;
    
    margin: 0;
    
}

div#marginalspalte {
    position: static;
    width: 30%;
    float: right;
    font-size: 1em;
    margin-top: 0;
}

#kopfzeile {
    width: 100%;
    border-bottom: 1pt solid #CDCDCD;
    border-top: 1pt solid #CDCDCD;
    font-size: 22pt;
    color: #002D69;
    padding: 3mm 0;
    margin-bottom: 10mm;
}

#kopfzeile h1,
#kopfzeile h2 {
    float: left;
    margin-right: 1em;
    line-height: 1.2em
}




#content, #marginalspalte, a {
    color: black !important;
}

#breadcrumbs {
    font-size: 0.9em !important;
    margin-top: -3em !important;
    margin-bottom: 10cm !important;
    position: absolute;
}

#ausgleichsabgabe {
    margin: -15mm 0 0 -8mm;
}

.infobox {
    border: solid #CDCDCD;
    border-width: 1pt 0;
    margin-bottom: 5mm;
    padding: 3mm 0;
}

a {
    background: none !important;
    padding: 0 !important;
    color: #002D69 !important;
}

h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid !important;
    page-break-before: auto;
}

/*
a.extern:link:after,
a.pdf:link:after { content: " [" attr(href)"]";}
*/

/*
div#kopfzeile {
    position: static;
    margin-bottom: 0em !important;
    width: 100%;
}

div#kopfzeile  * {
    margin-bottom: 0 !important;
}

#inhalt, #marginalspalte .infobox {
    font-size: 1.1em !important;
}

#inhalt *, #marginalspalte .infobox * {
    font-size: 1em;
}



#ausgleichsabgabe img {
    width: 100%;
}



#inhalt .portal div.spalte1 {
    position: static;
    width: 40mm;
    margin-right: 5mm;
    float: left;
}

#inhalt .portal div.spalte2 {
    width: 70mm;
    margin: 0;
    float: left;
}

#inhalt .portal .spalte1 img {
    width: 40mm;
    margin: 0;
    float: left;
}

#marginalspalte.infobox, #inhalt .portal, img {
    page-break-inside: avoid;
}

#inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5 {
    page-break-after: avoid;
    page-break-before: auto;
}

*/


div.metanavigation,
div#navigation,
div.suche,
div.pageFooter {
    display: none;
}

div.portal {
    width: 100%;
    page-break-inside: avoid !important;
    border-bottom: 1pt solid #CDCDCD;
    margin-bottom: 10mm;
}

div.portal .spalte1 {
    float: left;
    width: 30%;
}

div.portal .spalte2 {
    float: right;
    width: 60%;
}