/* CSS-stylesheet (pv 9.2.2011) */

body {
 background-color: rgb(174, 204, 255);
/* background-color: rgb(161, 189, 236); käytä tätä jos taustakuva käytössä */
 background-image:url('kuvat/taivas2.jpg');
 }

#ylaotsikko { 
 border-bottom: 1px solid rgb(0, 0, 0);
 background-repeat: no-repeat;
 background-position: left center;
 width: 770px;
 height: 118px;
 margin-bottom: 5px;
 }

#wrapper {
 width: 758px;
 margin: 1px auto;
 position: static;
 margin-left: 1px;
 }

#content {
 clear: both;
 background-color: #fff;
 border-top: 1px solid #333;
 border-bottom: 1px solid #333;
 border-left: 1px solid #333;
 border-right: 1px solid #333;
 font-family: Arial,Helvetica,sans-serif;
 padding-left: 4px;
 padding-right: 3px;
 padding-top: 1px;
 padding-bottom: 3px;
 margin-top: -1px;
 }

#mainMenu {
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 border-bottom: 1px black;
 font-family: Arial,Helvetica,sans-serif;
 overflow: hidden;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 0px;
 padding-left: 0px;
/* background-color: rgb(255,255,255); */
 }

#mainMenu li {
 position: relative;
 display: block;
 width: 102px;
 float: left;
 margin-left: 4px;
 margin-bottom: 0px;
 padding-left: 0px;
 font-weight: bold;
 overflow: hidden;
 background-color: rgb(200, 220, 255);
 border-left: 1px transparent;
 border-right: 1px transparent;
 border-top: 1px transparent;
 border-bottom: 1px black;
 }

#mainMenu a {
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 border-bottom: 1px black;
 margin-left: 0px;
 margin-bottom: -1px;
 text-decoration: none;
 overflow: hidden;
/* background-color: transparent */
 color: #000;
 text-align: center;
 }

/* (ei käytetä tässä)
#mainMenu a:hover {
 margin-left: 0px;
 background-color: rgb(0,0,0);
 color: #eef;
 }
*/

#mainMenu a:active {
 margin-left: 0px;
 border-bottom: 1px black;
 background-color: rgb(0,0,0);
 color: #eef;
 }

div.aktiivinen {
 border-top: 1px solid #333;
 border-right: 1px solid #333;
 border-left: 1px solid #333;
 border-bottom: 0px;
 background-color: #fff;
}
