@charset "utf-8";

a:link {
color: black;
}

#sivu {
position: absolute;
top: 20;
left: 50;
width: 800px;
height: 100%;
background-color: #f6f6f6;
}

#otsikko {
position: absolute;
left: 20;
top: 10;
width: 748px;
text-align: center;
font-size: 50;
overflow: hidden;
}

#linkit {
position: absolute;
right: 45;
top: 130;
height: 30px;
width: 750px;
text-align: right;
}

#linkit a {
position: relative;
top: 0;
padding: 2px;
background: #b4c9cd;
margin: 0;
border-style: solid;
border-width: 0px;
border-top-width: 2px;
border-color: #407681;
}

#linkit a:hover {
background: #407681;
color: #b4c9cd;
}

#palvelut {
position: absolute;
top: -5;
left: 0;
width: 500px;
padding: 4px;
text-align: center;
}

#palvelut a {
background: #b4c9cd;
top: 0;
padding: 2px;
text-align: center;
border-style: solid;
border-width: 0px;
border-top-width: 2px;
border-color: #407681;
}

#palvelut a:hover {
background: #407681;
}

#teksti {
position: absolute;
left: 25;
right: 0;
top: 190;
min-height: 400px;
width: 500px;
padding: 10px;
padding-top: 30;
background: #b4c9cd;
border-style: solid;
border-width: 0px;
border-right-width: 2px;
border-bottom-width: 2px;
border-color: #407681;
}

#sivu>#teksti {
width: 480px;
}

#oikea {
position: absolute;
left: 545;
top: 190;
width: 230px;
padding: 10px;
min-height: 150px;
background: #b4c9cd;
border-style: solid;
border-width: 0px;
border-right-width: 2px;
border-left-width: 2px;
border-color: #407681;
}

#sivu>#oikea {
width: 210px;
}

#copyright {
position: absolute;
bottom: 0;
right: 0;
}

#oikeakuva {
position: absolute;
left: 535;
top:433;
width: 230px;
padding: 10px;
height: 150px;

border-style: solid;
border-width: 0px;



}

