/* --------------------- */
/* CSS fuer Druckausgabe */
/* --------------------- */

html {
    height:100%;
}

body {
    width: 100%;
    margin:0;
    padding:0;
    height:100%;
    font:11pt/120% Arial, serif;
    background-color: white !important;
    background-image: none !important;
    color:black;
    overflow: visible;
} 

.col1 {
    width:100%;
}

div#header, div#footer, div.col2, div.col3 {
    display: none;
}

div#global-search {
    display: none;
}

div.wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
}

div.middle {
    overflow: visible;
    height: 100%;
}

div#breadcrumbs, div#main-menu {
    display: none;
}

/* 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%;
} 


