/* CSS fuer Druckausgabe */

html {
    height: auto;
}

body {
    width: 100%;
    margin:0;
    padding:0;
    height: auto;
    min-height:0px;
    font:11pt/120% Arial, serif;
    background-color: white !important;
    background-image: none !important;
    color:black;
    overflow: visible;
} 

div.header, div.left, div.right, div.breadcrumb {
    display: none;
}

div.wrapper {
    width: 100%;
    height: auto;
    min-height:0px;
    overflow: visible;
}

div.middle {
    overflow: visible;
    min-height:0px;
}

/* Linkziele ausgeben */
a[href]:after {
    content:" <"attr(href)">";
    color:#888;
    background-color:inherit;
    font-style:italic;
    size:80%;
} 

/* Anker visualisieren */
/*
*[name]:after {
    content:" [#"attr(name)"]";
    color:#888;
    background-color:inherit;
    font-style:italic;
    size:80%;
} 
*/

/* DIV für URL nach dem Druck */
div.docuri {
    display: block;
}

