/* Style.css */

html {
    height: 100%;
    margin-bottom: 1px;
    vertical-align: top;
}

body {
    font-family: Papyrus, Verdana, Arial, Helvetica, Times, serif;
    font-size: 13px;
    color: #000000;
    background-image: url(_img/sivutausta.jpg);
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
}

.table {
    padding: 0px;
    border-style: ridge;
    border-width: 1px;
}

.maintable {
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    border-right: 0px;
    border-color: #E49E2D;
}

.yhteystiedot1 {
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: top;
    margin-right: 0px; 
    border-width: 0px;			
}

.sivubanner {
    background-image: url(_img/sivubanneri.jpg);
    background-repeat: no-repeat;
}

.ylabanner {
    background-image: url(_img/ylabanneri.jpg);
    background-repeat: no-repeat;
}

h1 {
    font: 130% Papyrus, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
    color: #OOOOOO;
    font-weight: bold
}

h2 {
    font: 110%  Verdana, Times new Roman, Arial, Helvetica, sans-serif;
    color: #365895;
}

.kentta70 {
    width: 70%;
}

.kommentti100 {
    width: 100%;
    height: 123px;
}

/*pystymenu*/
.meny {
    width: 14em;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Verdana, Arial, Helvetica, Times, serif;
    font-size: 8pt;
}

.meny li {
    margin-bottom: 0.25em;
}

.meny a {
    display: block;
    width: auto;
    height:90%;
    background: transparent url(_img/tuning.jpg);
    border: 1px solid #C9936B;
    padding: 0.25em;
    text-decoration: none;
}

.meny a:link {
    color: #000000;
}

.meny a:visited {
    color: #000000;
}

.meny a:hover {
    background: transparent url(_img/tuning-over.jpg);
    border-bottom: 1px solid #C9936B;
    border-right: 1px solid #989798;
    border-top: 1px solid #989798;
}



/* vaakamenu */
#menycontainer ul {
    float: left;
    margin-left: 0px; 
    padding-left: 0px; 
    width: 100%;
    height: 25px;
    background: transparent url(_img/tuning.jpg);
    border-bottom: 1px solid #C9936B;
    font-size: 8pt;
}

#menycontainer li {
    display: inline;
    top: 0px;
    list-style-type: none;
    position: relative;
}

#menycontainer ul a {
    float: left;
    background: transparent url(_img/tuning.jpg);
    text-decoration: none;
    padding: 0.3em 2em;
} 

#menycontainer a:link {
    color: #333333;
}

#menycontainer a:visited {
    color: #000000;
}

#menycontainer a:hover {
    background: transparent url(_img/tuning-over.jpg);
    border-bottom: 1px solid #C4A16B;
}

#menycontainer ul li:hover ul {
    display: block;
}

#menycontainer ul li > ul {
    list-style-type: none;
    position: absolute;
    left: -515px;
    top: 25px;
    width: 634px;
    display: none; 
}

#menycontainer a#current3 {
    background: #9C9C9C;
    color: #9C9C9C;
}


/* tekstin tyylit */
.teksti1 {
    font-family: Papyrus, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 14px;
    color: #000000;
}

.teksti1b {
    font-family: Papyrus, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 15px;
    color: #FC0000;
}

.links {
    font-family: Papyrus, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 14px;
    color: #990000;
}

.teksti2 {
    font-family: Papyrus, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.Otsikot1 {
    font-family: Papyrus, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}

.Otsikot2 {
    font-family: Papyrus, Times New Roman, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.Otsikot3 {
    font-family: Papyrus, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 22px;
    color: #800000;
    font-weight: bold;
}

.teksti3 {
    font-family: Papyrus, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 14px;
    color: #FF6600;
    font-weight: bold;
}

.teksti4 {
    font-family: Papyrus, Times New Roman, Verdana, Arial, Helvetica, "Viner Hand ITC";
    font-size: 16px;
    color: #FF0000;
    font-weight: bold;
}

