/* $Date: 2010/08/24 05:21:02 $ */

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

body, div.title div.sugar, div.header, div.footer, div.terms, div.contacts {
    background-color: #adc78c;
}

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

body div {
    margin-top: 5mm; 
}

body div, div.title {
    background-color: #cfdfba;
}

body div div, body div.contacts, body div.terms {
    margin-left: 10%;
    margin-right: 10%;
}

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

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

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

body div.header a {
    color: black;
    text-decoration: none;
}    

body div.header a:hover {
    text-decoration: underline;
}    

body div div {
    background-color: #fefefc;
    padding-bottom: 2mm;
}

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

body div div div {
    margin: 0;
}

p, h3, 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;
}

div.date {
    font-family: serif;
    font-style: italic;
    color: grey;
    text-align: right;
    letter-spacing: 0.2mm;
    font-size: small;
    margin-right: 10mm;
    margin-top: -4mm;
    padding-bottom: 1mm;
    display: none;
}

div.footer {
    padding-top: 10mm;
    font-size: 75%;
    margin-bottom: 2mm;
}

div.contacts {
    text-align: right;
    font-family: serif;
    font-style: italic;
    padding-right: 10mm;
}

div.contacts a {
    color: gray;
    padding-left: 2mm;
}

div.terms {
    text-align: left;
    float: left;
    padding-left: 10mm;
    margin: 0;
}

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

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

