/* www.no-racism.net
// relaunch dev-version 2.0
// written by x@no-racism.net
//
// nora.css for no-racism.net dev2.0
//
// changelog: 12.12.2003
// version: 0.2
///////////////////////////////////////////////////////////////////////////// */

body {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 140%;
    margin: 0;
    padding: 0;
    }

.printbereich {
    padding: 20px;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0;
    }

h1  {
    font-size: 18pt;
    line-height: 22pt;
    }
h2 {
    font-size: 16pt;
    line-height: 20pt;
    }
h3 {
    font-size: 14pt;
    line-height: 18pt;
    }
h4 {
    font-size: 12pt;
    line-height: 16pt;
    }	    
h5 {
    font-size: 10pt;
    line-height: 14pt;
    }

h6 {
    font-size: 10pt;
    line-height: 14pt;
    }
    
img {
    border: 0;
    }

.zitation {
    font-size: 8pt;
    line-height: 10pt;
    padding-bottom: 20px;
    }

.noprint {
    background: #f90;
    padding: 6px;
    color: #fff;
    font-weight: bold;
    }
.noprint a:link,
.noprint a:visited,
.noprint a:active {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    }
.noprint a:hover {
    color: #066;
    }

/* print angaben */

@media print
 {
 a[href^=\"http://\"]:after,
 a[href^=\"ftp://\"]:after
 {
 content: \' [\' attr(href) \']\';
 }
 .printbereich {padding: 0.5cm;}
 .noprint {display:none;}
 } 