#wrapper {
	width: 750px; 
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}

div#header {
	width: 100%;
	height: 137px;
	margin: 0;
	text-align: center;
}



div#sivubannerit {
	float: left;
	margin: 0;
	overflow: visible;
	width: 190px;
	padding: 0px;
}


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: underline;
	font-weight: bold;
}

/* Sisalto */

div#sisalto {
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background-color: #FFFFFF;
	width: 400px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 25px;

}

/* Laatikot jossa tukitiedot ovat */

div#tuki{
	width: 330px;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #C5C5C5;

}


div#tukiotsikkorivi {
	width: 330px;
	padding: 5px;
	background-color: #2c95d0;
	border: 1px solid #C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;

}

div#vb {
 width: 200px;
 float: left;
}

/* Vasen menu */


div#vasenmenu {
	text-align: left;
	float: left;
	overflow: visible;
	width: 190px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #C5C5C5;
    border-bottom: 0px solid #C5C5C5;
}

div#vasenmenu a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

div#vasenmenu a:hover {
    text-decoration: underline;
}

/*  vasenmenu, taso 1, ei aktiivinen (NO) */
div#vasenmenu .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 */
div#vasenmenu .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  */
div#vasenmenu .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 */

div#vasenmenu .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;
} 
div#copyright {
	clear:both;
	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;
}
#sisalto li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	list-style-type: square;
	font-weight: normal;
	line-height: 1.5em;
}

