body{ /*Taustan kuva*/
background-image: url('kuvat/tausta2.jpg');
background-repeat:repeat-x;
}
img.paa{ /*Yläbannerin logo sekä tekstit*/
position:absolute;
top:0px;
left:0px;
}
div.menu{ /*Menun paikka*/
position:absolute;
top: 217px;
left: 220px;
}
/*ALLA OLEVAT dropmenudiv.a ASTI ON MENUN ASETUKSIA*/
ul.menu
{
float:none;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-weight: bold;
}

a.meny
{
float:none;
width:6em;
text-decoration:none;
color:#890000;
padding:0.1em 0.4em;
border-right:1px solid #CC0000;
font-family: Arial;
font-size: 12px;
}
a.meny:hover {background-color:yellow}
li {display:inline}

#dropmenudiv{ /*Dropdown menun asetukset*/
position:absolute;
border:1px solid black;
border-bottom-width: 1px;
font:normal 12px Arial;
color:#890000;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid;
font:normal 11px Arial;
color:#890000;
padding: 1px 0;
text-decoration: none;

}
form{ /*ALLA OLEVAT submit.inputiin ASTI ON PALAUTE LOMAKKEEN ASETUKSIA*/
font-family: arial;
font-size: 12px;
}
textarea
{
color: #781351;
padding-left: 2px;
background: #DDDDDD;
border: 1px solid #781351
}
input
{
color: #781351;
background: #DDDDDD;
border: 1px solid #781351
}
.submit input
{
color: #000;
background: #DDDDDD;
border: 2px outset #d7b9c9
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
/*Linkkien asetukset*/
a:link {text-decoration: underline; color: #890000;}
a:visited {text-decoration: underline; color: #890000;}
a:active {text-decoration: underline; color: #890000;}
a:hover {text-decoration: underline; color: #890000;}
a img {border: none; }
div.tori{ /*Toribanneri*/
position: absolute;
top: 260px;
left: 25px;
}
div.valid{ /*Validointibanneri*/
position: absolute;
top: 260px;
left: 65px;
}
div.teksti{ /*Sivujen tekstiosio, joka näkyy yläbannerin alla*/
font-size: 12px;
font-family: arial;
position: absolute;
top: 260px;
left: 225px;
max-width: 640px;
min-width: 640px;
}
iframe{
margin-left: auto;
margin-right: auto;
border: 0px;
overflow:auto;
height: 300px; 
width: 640px;
vertical-align: text-top;
}
div.lentoptytot{/*tyttöjen lentopallon tekstitasaukset oikealla (valmentajaosiot)*/
position: absolute;
top: 160px;
left: 450px;
}
div.lentoptytot2{/*tyttöjen lentopallon tekstitasaukset oikealla (valmentajaosiot)*/
position: absolute;
top: 500px;
left: 450px;
}
p.linkitys{
color: #890000;
background: #E8E8E8;
}
p.ala{ /*Alabanneri tekstiosion alla*/
color: #890000;
background: #E8E8E8;
text-align: center;
}
p.otsikko{ /*Tekstiosion sivujen otsikko*/
font-weight: bold;
font-family: Arial;
font-size: 12px;
color: #890000;
}
p.huomio{ /*Tekstiosion huomioteksti*/
font-weight: bold;
font-family: Arial;
font-size: 12px;
background: #CCFF33;
}
p.palkki{ /*Vasemman palkin teksti*/
font-family: Arial;
font-size: 12px;
color: #890000;
background: #E8E8E8;
}
p.bold{ /*Tekstin lihavointi*/
font-weight: bold;
font-family: Arial;
font-size: 12px;
/*color: #890000;*/
background: #E8E8E8;
}
