/* ------------ Elementtien tyylimääritykset ---------------- */

body              { font-family: Verdana, Arial, sans-serif;
                    background-image: url('images/tausta4.gif');
                    margin-left:0em; margin-right:0em; margin-top:0em; margin-bottom:1em 
                    font-size: 100%; }


h1                { font-size: 140%;
                    font-weight: bold;
                    color: #DE0018;
                    text-align: center; }

h2                { font-size: 105%; 
                    font-weight: bold;
                    color: #DE0018;
                    text-align: center; }

h3                { font-size: 105%;
                    text-align: center;  }

h4                { font-size: 90%;
                    font-weight: bold; }

h5                { font-size: 70%; }

h6                { font-size: 140%;
                    font-weight: bold; 
                    text-align: center; }
                    


table             { border: 1;
                    width: 80%;
                    height: 330;
                    background-color: #FFFFCC;
                    float:  right;
                    border: 1px solid #C0C0C0; }




/* -------------- Luokkien tyylimääritykset ----------------- */

.taulukko         { font-size: 75%;
                    text-align: left;
                    color: #000000;
                    border: 0px solid #000;
                    margin: 1em 1em 1em 1em;
                    background-color: #FFFFCC;
                    }

.kehys            { border: 0px solid #000;
                    margin: 1em 1em 1em 1em;
                    background-color: #FFFFCC;}

.logo             { float: left;
                    border: 0px none; }

.ylaosa           { float: center center;
                    height: 200px;
                    background-image: url('images/tausta4.jpg');
                    border: 0px none; }

.kuvayla            {float: center center;
                     padding: 10px;
                     margin-left:auto; margin-right:auto; }
                    
.kuva               {float: center center;
                     padding: 10px; }

.kuvaoikea        { float: right;
		    padding: 10px;
		    font-size: 75% }

.kuvavasen       { float: left;
		   padding: 10px;
		   font-size: 75% }

.sisalto          {
                    border: 0px;
                    margin-left: 5em;
                    margin-right: 5em;

                    padding: 0em 1em 1em 1em; }

.alaosa           { font-size: 75%;
                    text-align: right;
                    color: #000000;  }

.linkki           { font-size: 100%;
                    text-align: left;
                    color: 	#000000;
                    text-decoration: none; }
                    

.linkki a:link    { color: #000000;
                    text-decoration: none; }

.linkki a:visited { color: #FF0000;
                    text-decoration: none; }

.linkki a:hover   { color: #C0C0C0;
                    text-decoration: none; }

.linkit           { font-size: 85%;
                    text-align: left;
                    margin-left: 100px;
                    margin-right: 8em;
                    color: 	#000000;
                    text-decoration: none; }


.linkit a:link    { color: #000000;
                    text-decoration: none; }

.linkit a:visited { color: #FF0000;
                    text-decoration: none; }

.linkit a:hover   { color: #C0C0C0;
                    text-decoration: none; }


