/* KOTEK TYYLITIEDOSTO */
/* Teki Paula 15.04.2005 */


body {
	margin-top: 200px;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	background-color: #B8CCF0;
	font-family: verdana, arial, helvetica, sans-serif;
        background-image: url("kuvat/nettisivu.jpg");
        background-repeat: no-repeat;
	}

/* TABLE */


DIV.kuvat {
	float:right;
	padding: 4px;
	text-align: center;
}

DIV.linkit {
	float: left;
	font-size: 80%;
	background-color: #CCCCFF;
	border: solid 2px #000000;	
	padding: 4px;
	width: 180px;
	margin: 0px 0px 0px 5px;
}

DIV.leipa{
	width: 80%;
	margin-left: 210px;
}


/* TEKSTIT */

P {
 	font-weight: normal;
        margin: 0px 2px 10px 0px;
        font-size: 80%;
	width: 440px;
	}
P.etu{
	width: 100%;
}

H1 {

        font-size: 120%;
 	font-weight: bold;
        margin: 10px 0px 10px 0px;
	color: #000000;
}

H2 {
        font-size: 100%;
 	font-weight: bold;
        margin: 6px 0px 4px 0px;
	color: #000000;
}

H3 {
	font-size: 80%;
 	font-weight: bold;
        margin: 4px 0px 4px 0px;
	color: #000000;
}


.ingressi {
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
}

.mini {
	font-weight: normal;
	font-style: italic;
	line-height: 80%;
}

DIV.kuva2{
        float: left;
        font-size: 80%;
        padding: 2px;
        margin: 1%;
        border: 0px solid #000000;
}


UL {
	font-size: 80%;
}

OL {
	font-size: 80%;
}

DL {
	font-size: 80%;
}

LI {
	margin-bottom: 10px;
}

DT {
	margin-top: 10px;
}


/* TABLE */
TABLE.tbl {
	font-size: 100%;
}

/* FORM */

INPUT.teksti  {
    	color: #000000;
      	background-color: #B6DBFD;
        height: 20px;
    	border-right: #666666 1px solid;
    	border-top: #000000 1px solid;
    	border-left: #000000 1px solid;
    	border-bottom: #666666 1px solid;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 80%;
	    }

SELECT.valikko  {
    	color: #000000;
      	background-color: #B6DBFD;
    	border-right: #666666 1px solid;
    	border-top: #000000 1px solid;
    	border-left: #000000 1px solid;
    	border-bottom: #666666 1px solid;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 80%;
	    }

INPUT.submit  {
    	color: #000000;
      	background-color: #CCCCCC;
    	border-right: #000000 2px solid;
    	border-top: #666666 2px solid;
    	border-left: #666666 2px solid;
    	border-bottom: #000000 2px solid;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-size: 80%;
	margin-top: 4px;
	    }



/* LINKIT */


a:link {
	color:#333366;
	text-decoration: underline;
	}

a:visited {
	color:#666666;
	text-decoration: underline;
	}

a:hover {
	color:#000000;
	text-decoration: underline;
	}


/* LOPPU */

