/*
Fuksi sivujen CSS tiedosto 

CSS made by: Jonni Larjomaa - Ilmakehätieteiden osasto 2005(c)

*/

body
{
background-color: #2E83C0;
font-family: verdana,sans-serif;
font-weight: bold;
font-size: 10px;
}

a
{
font-family: verdana, sans-serif;
font-size: 10px;
font-weight: bolder;
color: #000000;
text-decoration: none;
}

a:hover
{
font-family: verdana, sans-serif;
font-size: 10px;
font-weight: bolder;
color: #E4E4E4;
text-decoration: underline;
}

/* index.php tyylit */

td.banner
{
background-image: url("./pics/Resonanssi.gif");
width: 995px;
height: 100px;
border: 1px solid black;
}

td.main
{
width: 175px;
vertical-align: top;
}
td.show
{
border: 1px solid black;
vertical-align: top;
padding: 0px 5px 0px 5px;
text-align: left;
color: #ffffff;
}
#bannerinf
{
margin-left: 320px;
margin-top: 20px;
font-family: verdana, sans-serif;
color: #000000;
font-size: 30px;
}
#logo
{
height: 95px;
border: 1px solid black;
padding: 5px 5px 0px 5px;
}

#optionheader
{
font-family: verdana, sans-serif;
font-size: 15px;
color: #ffffff;
border-bottom: 1px solid black;
background-color: #3494D8;
text-align:center;
}
#option
{
margin-top: 3px;
border: 1px solid black;
}

/*valikko listaus tyylit*/
#mainmenu
{
list-style: none;
padding-left: 5px;
}

li.inactive a
{
margin: 2px 0px 2px 0px;
display: block;
background-color: #2E83C0;
width: 155px;
height: 20px;
font-size: 12px;
color: white;
font-weight: bold;
text-decoration: none;
}
li.inactive a:hover
{
margin: 2px 0px 2px 0px;
display: block;
background-color: #3DAEFF;
width: 155px;
height: 20px;
font-size: 12px;
color: white;
font-weight: bold;
text-decoration: none;
}
/*Kalenteri osio*/

td.tanaan
{
font-weight: 700;
font-style:italic;
background-color: #3494D8;
}

td.wknum
{
font-weight:bold;
color: #ffffff;
}














