
.teksti{
font-family:sans-serif;
font-size:12px;
color:black;
font-style:normal;
line-height:18px;
padding:20px
}

.teksti2{
font-family:sans-serif;
font-size:12px;
font-style:normal;
line-height:18px;
font-weight;normal;
padding:20px;
color:#FE720A;
text-decoration:none
}


.taulukko{
font-family:sans-serif;
font-size:11px;
color:black;
font-style:normal;
font-weight:normal;
line-height:20px;
padding:20px;
}


.otsikko{
font-family:sans-serif;
font-size:14px;
color: black;
font-weight:bold;
line-height:18px;
padding:20px;
}



<!-- galleria seeäsässä-->
<!--Credits: Dynamic Drive CSS Library-->
<!--URL: http://www.dynamicdrive.com/style/-->



.gallerycontainer{
position: absolute; height:700px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid orange;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 0px;
left: 0px;
border: 2px #ffffff;
visibility: hidden;
color: #000000;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 200px;
left:0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}