/* PRINT_NEW CSS  */

/* Dieses CSS wird eingebunden für media="print" */

body
{
    font-size: 10pt;
}



div#searchbox, div#path, div#topmenu, div#sidemenu, div#fallgrube, div#footer, div.language, div#bottom
{
    display: none; /* Hide elments not wanted on a printed page */
}

div#path
{
    display: block;
}

body, div#page, div#header, div#main, #content, #sitemap
{   
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    color: #000000;
}

/*div#header div#logo
{
    background-color: transparent;
	background-image: url('/images/fh-logo_pr_1.gif');
	background-repeat: no-repeat;
width: 155px;
height:60px;
}

div#header div#logo a img
{
display: none;
}*/

h1, h2, h3, h4, h5, h6
{
    color: #000000;
}

#content a, #content h4 a
{
    border: none;
}

div#columns
{
    padding: 0;
}

div#main-position, div.float-insert
{
    float: none;
}