/*****
 ***** CSS style definitions for NwV pages
 ***** www.nwv-luedenscheid.de
 ***** last changed: 2010-04-14 / 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: medium;
    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 {
    color: rgb(110,70,0);
    text-decoration: none;
    border-bottom: 1px rgb(110,70,0) dotted;
    }

a.v:visited {
    color: rgb(130,90,20);
    text-decoration:none;
    border-bottom: 1px rgb(110,70,0) dotted;
    }

a.v:hover, a.v:focus {
    color: rgb(0,0,0);
    text-decoration: underline;
    border: 0px;
    background-color: rgb(255,230,200);
    }

a.v:active {
    font-weight: normal;
    color: rgb(255,125,0);
    text-decoration: underline;
    background-color: rgb(255,230,200);
    }

a.img-v:hover, a.img-v:focus {
    border: 2px solid rgb(255,230,200);
    background-color: rgb(255,230,200);
    }

a.vnav:link, a.vnav:visited {
    font-size: 70%;
    color: rgb(110,70,0);
    text-decoration: none;
    }

a.vnav:hover, a.vnav:focus {
    color: rgb(0,0,0);
    text-decoration: underline;
    background-color: rgb(220,200,150);
    }

.actnav {
    font-size: 70%;
    font-weight: bold;
    color: rgb(0,0,0);
    text-decoration: none;
    }


/*** links N ***/

a.n:link {
    color: rgb(0,120,100);
    text-decoration: none;
    border-bottom: 1px rgb(0,120,100) dotted;
    }

a.n:visited {
    color: rgb(20,140,120);
    text-decoration: none;
    border-bottom: 1px rgb(0,120,100) dotted;
    }

a.n:hover, a.n:focus {
    color: rgb(0,0,0);
    text-decoration:underline;
    border: 0px;
    background-color: rgb(200,250,220);
    }

a.img-n:hover, a.img-n:focus {
    border: 2px solid rgb(200,250,220);
    background-color: rgb(200,250,220);
    }
    
a.n:active {
    font-weight: normal;
    color: rgb(0,255,125);
    text-decoration: underline;
    background-color: rgb(200,250,220);
    }

a.nnav:link, a.nnav:visited {
    font-size: 70%;
    color: rgb(0,153,0);
    text-decoration: none;
    }

a.nnav:hover, a.nnav:focus {
    color: rgb(0,0,0);
    text-decoration: underline;
    background-color: rgb(50,250,150);
    }


/*** links extern ***/

a.ext:link {
    color: rgb(255,125,0);
    text-decoration: none;
    border-bottom: 1px rgb(255,125,0) dotted;
    }

a.ext:visited {
    color: rgb(230,100,0);
    text-decoration:none;
    border-bottom: 1px rgb(230,100,0) dotted;
    }

a.ext:hover, a.ext:focus {
    color: rgb(0,0,0);
    text-decoration: underline;
    border: 0px;
    background-color: rgb(255,175,100);
    }
    
a.ext:active {
    font-weight: normal;
    color: rgb(255,125,0);
    text-decoration: underline;
    background-color: rgb(255,230,200);
    }

a.img-e:link {
    border-bottom: 1px rgb(255,125,0) dotted;
    }

a.img-e:hover, a.img-e:focus {
    border: 2px solid rgb(255,175,100);
    background-color: rgb(255,175,100);
    }


/*** 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;
    }


a.my:hover, a.my:focus {
    color: rgb(255,255,255);
    text-decoration: none;
    border: 0px;
    background-color: rgb(50,125,150);
    }
    
a.my:active {
    font-weight: bold;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(125,200,200);
    }

    
/*** 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: none
    }
    
.noprint {
    display: table;
    }

.new {
    background-color: #c0c0ff
    }

