body
{
    margin:0;
    padding:20px;
    font-family:helvetica;
    font-size:80%;
    line-height:140%;
}
        
h1,h2,h3,h4
{
    font-weight:normal;
    line-height:140%;
    margin:20px 0 10px 0;
    padding:0 0 0 0;
}
        
a
{
    color:#1571ec;
    text-decoration:none;
}

div#footer,div#header,div#label,div#schatten,div#niete
{
    display:none;
}
        
div#logo_print
{
    display:block;
    text-align:right;
    width:100%;
    height:53px;
    float:right;
}
        
p.go_top
{
    display:none;
}

/* INTERNE LINKS */

a[href^="/"]:after
{
    content: " [http://www.beyond-content.de" attr(href) "] ";
    color:#555;
}

a[href^="#"]:after
{
    content: " [http://www.beyond-content.de" attr(href) "] ";
    color:#555;
}

/* EXTERNE LINKS */

a[href^="http"]:after
{
    content: " [" attr(href) "] ";
    color:#555;
}

