#kokosivu {
   border:0px double  #660000;
   background:url() no-repeat #191970;
position: 100%;

}



#itseteksti {
   border:0px double  #660000;
   background:#F0FFFF;
   width:100%;
   overflow:auto;
text-align:left;
}

#itseteksti2 {
   padding:10px 6px;
}


#alkuteksti {
   font-style:italic;
   text-align:left;
}

.menutitle{
   cursor:pointer;
   margin-bottom: 3px;
   background:transparent;
   color:#D9D9F3;
   padding:2px;
   text-align:center;
   font-weight:bold;
   font-family:'Arial', Serif;
   font-size:100%;
}

#menu {
   border:0px double  #660000;
   background:#A4D3EE;
   width:85%;
   text-align:center;
   margin-left:9%;
}

#menu2 {
   padding:1px 5px;
}

#kuvat {
   border:px double  #660000;
   background:transparent;
margin-left:55px;
margin-bottom: 0px;
   width:800px;
height:400px;
   

}

#kuvat2 {
   padding:10px 6px;
}

#galleriamenu {
      border:0px solid  #262ACF;
background:transparent;
float:left;
width:180px; 
height:380px;
margin-top:5px;
text-align:left;
margin-left:5px;


}

#galleriamenu2 {
   padding:10px 6px;
}

#galleria {
  border:0px solid  #262ACF;
background:transparent;
margin-left:250px;
margin-right:0px;
margin-top:5px;
height:380px;
width:550px;
overflow:auto;
border-spacing:50px 15px;


}

#galleria2 {
   padding:10px 6px;
}

#omagalleria {
  border:0px solid  #262ACF;
background:transparent;
margin-left:150px;
margin-right:0px;
margin-top:5px;
height:380px;
width:550px;
overflow:auto;
border-spacing:50px 15px;


}

#omagalleria2 {
   padding:10px 6px;
}

body {
   background:#191970;
   font-family:'Times New Roman', Serif;
   font-size:85%;
   color:#000000;
}

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

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

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

a:active { 
   text-decoration:underline;
   color:#000000;
}
 
h1 {
   text-align:center;
font-style:italic;
}

h2 {
   text-align:center;
font-style:italic;
}

h3 {
   text-align:center;
text-decoration:underline;
}


<style type="text/css">
/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:500px; 
height:360px; 
background:#eee url(gallery/deer.jpg) 0 40px no-repeat;
border:1px solid #aaa;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:320px 0 0 0; 
list-style-type:none; 
position:relative; 
width:320px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-280px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
</style>
