body {
	background-color: #DAD9D6;
	background-image: url(kuvat/koulutbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

TD#ylareuna {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #79B63D;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2C95D0;
	text-decoration: none;
	font-weight: bold;
}

/* Sisalto */

DIV#sisalto {
	padding-left: 10px;
	padding-right: 60px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	width: 400px;
	overflow: visible;
	padding-bottom: 25px;

}


/* Vasen menu */

TABLE#vasenmenu {
    vertical-align: top;
    width: 200px;
    border: 1px solid #C5C5C5;
    border-bottom: 0px solid #C5C5C5;

}

TABLE#vasenmenu DIV {
    width: 100%;
}

TABLE#vasenmenu DIV A {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

TD#vasenmenu DIV A:hover {
    text-decoration: underline;
}

/*  vasenmenu, taso 1, ei aktiivinen (NO) */
TABLE#vasenmenu DIV.vasenmenu_taso1_ei_aktiivinen {
    border-bottom: 1px solid #ACACAC;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #AED8EE;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}

/*  vasenmenu, taso 1, aktiivinen */
TABLE#vasenmenu DIV.vasenmenu_taso1_aktiivinen {
    border-bottom: 1px solid #ACACAC;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #CAE4AF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/*  vasenmenu, taso 2, ei aktiivinen  */
TABLE#vasenmenu DIV.vasenmenu_taso2_ei_aktiivinen {
	font-size: 11px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	background-color: #f9f9f9;




    -moz-box-sizing: border-box;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/*  vasenmenu, level 2, aktiivinen */

TABLE#vasenmenu DIV.vasenmenu_taso2_aktiivinen {
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	background-color: #E8F2DB;




    -moz-box-sizing: border-box;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
} 
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	vertical-align: bottom;
}
#sisalto h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #59862D;
}
#sisalto h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #79B63D;
}
.kts {
	color: #666;
}

