/*****
 ***** CSS style definitions for NwV pages - print medium
 ***** www.nwv-luedenscheid.de
 ***** last changed: 2006-10-27 / MS
 *****
 *****/
 
 
body {
    margin-left: 10px;
    padding: 0%;
    background-color: rgb(255, 255, 240);
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    }


/*** header V ***/

h1.v {           /* reserved, not used now */
    font-family: Arial,Helvetica,sans-serif;
    font-size: 180%;
    font-weight: bold;
    line-height: 180%;
    color: rgb(110,110,110);
    text-align: center;
    text-decoration: blink;
    }

h2.v {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 150%;
    font-weight: bold;
    line-height: 120%;
    color: rgb(110,70,0);
    text-align: center;
    }

h3.v {
    font-family: Verdana, Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 110%;
    color: rgb(0,0,0);
    text-align: left;
    }

.v {
    font-weight: bold;
    color: rgb(110,70,0);
    }


/*** border V ***/

.bv {
    border: 2px rgb(110,70,0) solid;
    padding: 4px;
}

/*** header N ***/

h1.n {           /* reserved, not used now */
    font-family: Arial,Helvetica,sans-serif;
    font-size: 180%;
    font-weight: bold;
    line-height: 180%;
    color: rgb(0,153,0);
    text-align: center;
    }

h2.n {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 150%;
    font-weight: bold;
    line-height: 120%;
    color: rgb(0,153,0);
    text-align: center;
    }

h3.n {
    font-family: Verdana, Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 110%;
    color: rgb(0,0,0);
    text-align: left;
    }

.n {
    font-weight: bold;
    color: rgb(0,153,0);
    }


/*** border N ***/

.bn {
    border: 2px rgb(0,153,0) solid;
    padding: 4px;
}


/*** links V ***/

a.v:link, a.v:visited {
    color: rgb(110,70,0);
    border-bottom: 1px dotted rgb(110,70,0);
    text-decoration: none;
    }

/*** links N ***/

    
a.n:link, a.n:visited {
    color: rgb(0,120,100);
    border-bottom: 1px dotted rgb(0,120,100);
    text-decoration: none;
    }


/*** links extern ***/

a.ext:link, a.ext:visited {
    color: rgb(50,0,150);
    text-decoration: none;
    border-bottom: 1px rgb(50,0,150) dotted;
    }


/*** links/color self ***/

.my {
    color: rgb(50,125,150);
    }

a.my:link, a.my:visited {
    color: rgb(50,125,150);
    text-decoration: none;
    border-bottom: 1px rgb(50,125,150) dotted;
    }


/*** non-printing and misc. ***/

div.printheader {
    font-family: Arial,Helvetica,sans-serif;
    font-size:75%;
    line-height: 120%;
    color: rgb(0,0,0);
    text-align: center;
    display: block
    }

.noprint {
    display: none
    }

.new {
    background-color: white;
    border: 4px solid #c0c0ff;
    }
