/* Tausta väri*/
html 
{
 margin: 0;
 padding: 0;
}

body 
{
 color: #666;
 background-color: #fff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 1.5em;
 margin: 0;
 padding: 0;
}

div.otsikko 
{
 text-align: center;
 border-bottom-color: #ddd;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 clear: both;
 padding-bottom: 30px;
 margin-bottom: 15px;
 font-size: 22px;
 letter-spacing: 2px;
 color: #000000;
 background-color: #19446a;
}

div.otsikko h1
{
 color: #fff;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 3px;
 margin-left: 0;
 padding-top: 24px;
 padding-right: 18px;
 padding-bottom: 0;
 padding-left: 18px;
 font-size: 24px
}

div.otsikko h2
{
 color: #fff;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 3px;
 margin-left: 0;
 padding-top: 24px;
 padding-right: 18px;
 padding-bottom: 0;
 padding-left: 18px;  
 font-size: 22px
}

div.vasen 
{
 background-color: #fff;
 color: #666;
 font-size: 14px;
 font-family: Geneva, Arial, Helvetica, san-serif;
 align: left;
 text-align: left;
 margin-bottom: 10px;
 margin-left: 0;
 margin-top: 15px;
 padding: 0;
 width: 179px;
 float: left;
 margin-right: 0px;
 border-bottom-color: #ccc;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 margin-left: 1px;
}

div.oikea 
{
 background-color: #fff;
 font-size: 12px;
 font-family: Geneva, Arial, Helvetica, san-serif;
 margin-top: 15px;
 margin-left: 181px;
 margin-right: 0px;
 border-left-color: #ccc;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color: #ccc;
 border-right-width: 1px;
 border-right-style: solid;
}

div.alaotsikko 
{
 clear: both;
 width: 100%;
 text-align: center;
 background-color: #111d28;
 border-top-color: #ccc;
 border-top-width: 1px;
 border-top-style: solid;
}

/* Leipätekstin fontin määritys ja tasaus */
div.vasen p 
{
 font-size: 12px;
 font-family: 'Trebuchet MS', Verdana, Arial, Sans-serif;
 color: #9e9e9e;
 text-align: justify;
 padding: 5px;
}

/* Linkit lihavoidaan, mutta ei alleviivata */
a 
{
 text-decoration: none;
 font-weight: bold;
}

/* Kursorin alla olevan linkin tausta mustaksi ja teksti valkoiseksi
 24-bittisellä heksakoodilla määritettyinä */
a:link, a:visited 
{
 color: #000;
 text-decoration: underline;
 font-weight: normal;
}

a:active, a:hover 
{
 color: #000;
 text-decoration: none;
}

/* Menun asetukset */
div.menu 
{
 margin-left: 0;
 padding: 0;
 background-color: #19446a;
}

div.menu ul 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 28px;
 padding: 0px;
 list-style: none;
}

div.menu li 
{
 padding: 2px;
 margin: 0px;
 background-color: #19446a;
}

div.menu li:hover 
{
 background-color: #d5d5d5;
}

div.menu a 
{
 text-decoration: none;
 font-weight: bold;
 color: #ffffff;
}

div.menu a:hover 
{
 background-color: #d5d5d5;
 color: #000;
}

div.alaotsikko a 
{
 text-decoration: none;
 font-weight: bold;
 color: #ffffff;
}

div.alaotsikko a:hover 
{
 background-color: #d5d5d5;
 color: #000;
}

/* Kuva galleria ja selitys*/
div.desc 
{
 text-align: center;
 font-weight: normal;
 width: 120px;
 margin: 2px;
}

div.img 
{
 width: 640px;
 text-align: left;
 position: relative;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 height: 520px;
}

div.img ul.topic 
{
 padding: 0;
 margin: 0;
 list-style: none;
 width: 635px;
 height: auto;
 position: relative;
 z-index: 10;
}

div.img ul.topic li 
{
 display: block;
 width: 125px;
 height: 31px;
 float: left;
}

div.img ul.topic li a.set 
{
 display: block;
 font-size: 11px;
 width: 124px;
 height: 30px;
 text-align: center;
 line-height: 30px;
 color: #000;
 text-decoration: none;
 border-color: #fff;
 border-width: 1px;
 border-style: solid;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 0;
 border-left-width: 0;
 background-color: #ccc;
 font-family: verdana, arial, sans-serif;
}

div.img ul.topic li a ul, div.img ul.topic li ul 
{
 display: none;
}

div.img ul.topic li.active a 
{
 color: #000;
 background-color: #bbb;
}

div.img ul.topic li a:hover, div.img ul.topic li:hover a 
{
 color: #fff;
 background-color: #aaa;
}

div.img ul.topic li.active ul 
{
 display: block;
 position: absolute;
 left: 0;
 top: 31px;
 list-style: none;
 padding: 0;
 margin: 0;
 height: 360px;
 background-color: #ddd;
 width: 464px;
 padding-top: 40px;
 padding-right: 60px;
 padding-bottom: 40px;
 padding-left: 60px;
 border-color: #bbb;
 border-width: 20px;
 border-style: solid;
 z-index: 1;
}

div.img ul.topic li a:hover ul, div.img ul.topic li:hover ul 
{
 display: block;
 position: absolute;
 left: 0;
 top: 31px;
 list-style: none;
 padding: 0;
 margin: 0;
 height: 360px;
 background-color: #ddd;
 width: 464px;
 padding-top: 40px;
 padding-right: 60px;
 padding-bottom: 40px;
 padding-left: 60px;
 border-color: #aaa;
 border-width: 20px;
 border-style: solid;
 z-index: 100;
}

div.img ul.topic li ul li 
{
 display: inline;
 width: 112px;
 height: 87px;
 float: left;
 border-color: #fff;
 border-width: 1px;
 border-style: solid;
 margin: 1px;
}

div.img ul.topic li ul li a 
{
 display: block;
 width: 110px;
 height: 85px;
 cursor: default;
 float: left;
 text-decoration: none;
 background-color: #444;
 border-color: #888;
 border-width: 1px;
 border-style: solid;
}

div.img ul.topic li ul li a img 
{
 display: block;
 width: 100px;
 height: 75px;
 border-color: #eee;
 border-width: 5px;
 border-style: solid;
}

div.img ul.topic li a:hover ul li a:hover, div.img ul.topic li:hover ul li a:hover 
{
 white-space: normal;
 position: relative;
}

div.img ul.topic li a:hover ul li a:hover img, div.img ul.topic li:hover ul li a:hover img 
{
 position: absolute;
 left: -50px;
 top: -32px;
 width: 200px;
 height: 150px;
 border-color: #fff;
}

div.oikea h2 
{
 font-family: sans-serif;
 font-size: 22px;
}

div.oikea h3 
{
 font-family: sans-serif;
 font-size: 18px;
}

div.oikea h4 
{
 font-family: sans-serif;
 font-size: 16px;
 display: block;
}

div.oikea p 
{
 font-style: normal;
 text-align: left;
}
div.ohjelma ul 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 28px;
 padding: 0px;
 list-style: none;
}