/*CSS Document by Verb-IT*/


/*tausta*/
body{background-image: url(kuvat/tausta.jpg);
background-repeat:	repeat;}
/*logokuva*/
.logo 
{
margin: auto;
width: 800px;
height: 320px;}
/*taulukko*/

.table {background-color: #9B93F1;
margin: auto;
empty-cells: hide;
width:800px;}

/* etusivun vierekkäiset solut*/
.box {background-image: url(kuvat/box260x250.jpg);
background-repeat: no-repeat;
width: 260px;
height: 255px;
text-align:center;
table-layout: fixed;
}

/*pitkät solut*/
.longbox {background-image: url(kuvat/linkkirivi.jpg);
background-repeat: no-repeat;
height: 55px;
width: 800px;
text-align: center;}

/*isosolu*/
.bigbox {background-image: url(kuvat/box750x600.jpg);
background-repeat: no-repeat;
width: 795px;
height: 635px;
padding: 10px;}
/*lomake*/
.lomake {
display:table;
color: #000066;
font-family: tahoma, arial;
padding:10px;}

/*taulukon alin solu*/
.lastcell{
color: #000080;
font-family: tahoma,arial;
font-size: x-small;
text-align: right;

}



/* linkit */

a{
font-family: tahoma;
font-size:20px;
}
a:link {color: #000099;

}
a:visited {color: #E26F12;}

a:active {color: #000;}

a:hover {color: #A9A9A9;}

p {font-family: tahoma, arial;
font-size: 0.9em;
color: #000066;
text-align:center;

}
h2 {font-family: tahoma, arial;
font-size: 1.5em;
color: #000066;
text-align:center;
}

