/* $Date: 2011/04/07 12:17:21 $ */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

/* middle green */
body, div.menu, div.contacts, div.info#info-bottom, div.info#info-bottom div {
    background-color: #adc78c;
}

body div.info {
    margin: 0;
    font-size: small;
    text-align: center;
}

body div.info div {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1mm;
}

h3 {
    font-family: "Lucida Bright", Georgia, "Times New Roman", serif;
    font-variant: small-caps; 
}

body div {
    margin-top: 5mm; 
}

/* light green */
body div, div.banner, div.info#info-top div {
    background-color: #cfdfba;
}

body div div {
    margin-left: 10%;
    margin-right: 10%;
}

body div.banner {
    margin: 0;
    padding: 0;
}

body div.banner div.img {
           background-image: url('kuvat/otsikko_tausta.png');
           background-repeat: repeat-x;
           margin-top: 0;
}

body div.menu {
    margin-left: 15%;
}

body div.menu a, div.info div a  {
    color: black;
    text-decoration: none;
}    

body div.menu a:hover, div.info div a:hover {
    text-decoration: underline;
}    

a.selected {
    font-weight: bold;
    letter-spacing: 0.2mm;
}

/* white */
body div div, div.welcome {
    background-color: #fefefc;
    padding-bottom: 2mm;
}

body div div div, p, h3, h4 {
    color: #000000;
}

body div div div {
    margin: 0;
}

p, h3, h4, div div div, pre {
    padding-left: 5mm;
    padding-right: 5mm;
}

p {
    padding-top: 1mm;
}

h3 {
    padding-top: 5mm;
    margin-top: 0;
}

div.pg {
    text-transform: capitalize;
}

div.center p, div.center h3 {
    text-align: center;
}

body div div div.img {
    overflow: scroll;
    white-space: nowrap;
    width: 94%;
}

div.img img {
    padding-right: 4px;
    border: 0;
}

span.date {
    font-family: serif;
    font-style: italic;
    color: grey;
    font-size: small;
    font-weight: 300;
}  

span.caps {
    font-variant: small-caps; 
}

span.obs {
    font-variant: small-caps; 
}

    div.contact {
        margin-bottom: -10mm;
    }
    
   div.welcome {
         font-size: 18pt;
         background-image: url('kuvat/etusivu_esteheppa.png');
         background-repeat: no-repeat;
    }
    div.welcome p {
         width: 200px;
         margin-left: 530px;
         padding-top: 100px;
         padding-bottom: 30px;
    }
    a.welcome {
        text-decoration: none;
        color: black;
    }
    a.welcome:hover {
        text-decoration: underline;
    }

    div.intro {
       margin-top: -7mm;
    }
    div.intro p {
       width: 400px;
    text-align: center;
    }

    div.float-image a img {
    border: 0;
    }


