/**********************************/
/* Cascading Style Sheet                      */
/* www.apua.fi                                     */
/* Tekijä: Evilab OSK                           */
/* Päivitetty: 7.2.2007                           */
/**********************************/

/* ***************** LAYOUT **************** */

body {
    background-color: #FFFFFF;
    font: normal 10pt Verdana, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

img { 
    border: none;
    padding-bottom: 1px;
}

td {
	border: none;
}

#vasennavi {
    position: absolute;
    background-image: url('../kuvat/tausta48x30.gif');
    left: 0;
    top: 119px;
    width: 173px;
    height: 1320px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

#keskiosa {
    position: absolute;
    top: 120px;
    left: 175px;
    background: white;
    width: 675px;
    padding-left: 5px;
}

#mainokset {
    position: absolute;
    background-image: url('../kuvat/tausta48x30.gif');
    left: 850px;
    top: 119px;
    height: 1320px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 152px;
}
	
#logo {	
    height: 95px;
    width: 1002px;
    background: #E6EAF7; 
    border-bottom: 1px solid black;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

#topnavi {
    background-image: url('../kuvat/topnavi_bg7x21.png');
    background-repeat: repeat-x;
    background-color: #1863AD;
    padding-top: 2px;
    padding-bottom: 0px;
    height: 19px;
    padding-left: 200px;
    width: 802px;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

/* //////////////// LAYOUT /////////////////////*/

/* ***************** BLOKIT **************** */

div.otsikko {
    border-bottom: 1px solid #C6C6C6;
    padding: 2px;
}

.yhteistyossa {
    background-color: white;
    font: bold 13px Trebuchet MS, georgia, arial; 
    color: #051BA5; 
    margin: 0 5px 0 5px;
    border-bottom: 1px solid #0E4985;
    letter-spacing: 2px;
}

/*/////////////// BLOKIT ////////////////////*/

/* ***************** LINKIT **************** */


a {
    font: bold 9pt Verdana, Arial, serif, Helvetica;
    text-decoration: none;
}

a:link {
    background-color: transparent; 
    color: #35578A;
}

a:visited {
    background-color: transparent; 
    color: #35578A;
}
	
a:hover {
    color: #DF4635;	
}

a:active {
    color: #DF4635;
}

/*/////////////// LINKIT ////////////////////*/

/* ***************** YLÄ NAVIGOINTI**************** */


a.ylanavi:link, a.ylanavi:visited {
    background-color: transparent;
    font: bold 10pt Verdana, Arial, serif, Helvetica;
    text-decoration: none;
    display: inline;
    color: white;
    padding: 4px 4px 4px 4px;
    margin-left: 7px;
    margin-right: 7px;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

a.ylanavi:hover, a.ylanavi:active {
    background-color: white;
    font: bold 10pt Verdana, Arial, serif, Helvetica;
    color: black;
    padding: 5px 4px 4px 4px;
    margin-left: 7px;
    margin-right: 7px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ylanavi_valittu {
    background-color: white;
    font: bold 10pt Verdana, Arial, serif, Helvetica;
    display: inline;
    color: black;
    padding: 5px 4px 4px 4px;
    margin-left: 7px;
    margin-right: 7px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

/* /////////////// YLÄ NAVIGOINTI /////////////// */


/* ***************** VASEN NAVIGOINTI**************** */

.navi {
    background-color: transparent;
    margin: 3px 0px 5px 8px;
}

.navisolu {
    background-color: white;
    border: 1px solid black;
    padding: 2px 2px 2px 2px;
    width: 150px;
}

.naviotsikko {
    background-color: #EBA410; /* #EFA918; */ /*#F2BA43;*/
    font: bold 12px Verdana, Geneva, Helvetica, Arial, serif;
    color: white;
    display: block;
    height: 30px;
    border: 1px solid #A7750C; /* #AF7A0C;*/
    padding: 2px 2px 3px 2px;
}

.naviotsikko  a:link, .naviotsikko a:visited {
    font: bold 12px Verdana, Geneva, Arial, serif;
    color: white;
    text-decoration: none;
    display: block;
}

.naviotsikko  a:hover, .naviotsikko  a:active {
    color: black;
}

.naviotsikko_valittu {
    background-color: #EFA918; /* #F2BA43; */
    font: bold 12px Verdana, Geneva, Helvetica, Arial, serif;
    color: black;
    display: block;
    height: 30px; 
    border: 1px solid #A7750C;
    padding: 2px 2px 3px 2px;
}

.subnavi {
    background-color: #EFA918; /*#F2BA43; */
    border: 1px solid #A7750C; /* #AF7A0C; */
    margin-left: 3px;
    margin-bottom: 2px;
    width: 143px;
}

.subnavi ul {
    /*font: bold 10px Verdana, Geneva, Helvetica, Arial, serif;*/
   /* color: white;*/
    list-style: none;
    margin: 0;
    padding-left: 5px;
}

.subnavi li a:link, .subnavi li a:active, .subnavi li a:visited   {
    background-color: transparent;
    font: bold 10px Verdana, Arial, serif;
    color: white;
    display: block;
    text-transform: uppercase;
    border-top: 1px solid #A7750C;
    text-decoration: none;
    padding: 4px 0px 3px 0px;
    width: 100%;
}

.subnavi li a:hover {
    color: black;
}

.subnavi_valittu {
    font: bold 10px Verdana, Arial, serif;
    color: black;
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    border-top: 1px solid #AF7A0C;
    text-decoration: none;
    padding: 4px 0px 3px 0px;
    width: 100%;
}

/* /////////////// VASEN NAVIGOINTI /////////////// */


/* ************* TAULUKOT *************** */

table.ylabanneri {
    width: 998px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}    

table.google_search {
    background-color: #FFFFFF; 
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
}

table.linkkitaulukko {
    background-color: #FFFFFF;
    border-bottom: solid 1px #C6C6C6;
    width: 98%;
    padding: 2px 0 5px 0;
}

table.linkkiboxi {
    margin: 5px 2px 0px 2px;
    border: solid 1px #C6C6C6; 
}

td.linkki {
    border-right: 1px solid #D2D2D2; 
    border-bottom: 1px solid #D2D2D2; 
    padding: 3px 3px 4px 3px;
    width: 155px;
}

td.linkki a:visited {
    color: #35578A;
}

td.linkki a:hover {
    color: #DF4635;
}

td.linkki:hover {
    background-color: #F2F2F2;
}

td.palvelut {
    width: 193px;
    border-bottom: 1px solid black;
}

td.th {
    background-color: #E6EAF7; 
}

td.th a:visited  {
    color: #35578A; 
}

td.th a:hover  {
     color: #DF4635;   
}

/*/////////////// TAULUKOT ///////////////*/


/* ************* OTSIKOT *************** */

h3 {
    font: bold 9pt Verdana, Arial, serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2 {
    font: bold 14pt Arial, serif;
    color: black; /* #051BA5;  */
    padding-bottom: 2px;
    margin-top: 10px;
    border-bottom: 1px solid black; /* #1863AD; */ 
}

h1 {
   /* font: bold 15pt Verdana, Arial, sans-serif;*/
    font: bold 16pt Arial, Verdana, serif;
    color: #051BA5;                   
    margin-top: 5px;
    margin-bottom: 2px;
    border-bottom: 2px solid #1863AD;           
}


/*/////////////// OTSIKOT ///////////////*/


/*************** PALAUTELOMAKE JA GOOGLE HAKU *************** */

form.palaute {
    padding: 5px 0px 10px 5px;
    margin: 5px 0 5px 0;
}

form.google_haku {
    padding: 0px 0px 0px 0px;
    margin: 4px 4px 4px 4px;
}

input {
    margin: 2px;
    padding: 0px;
}

input:focus {
    background-color: #F9F9F9;
}

textarea {
    margin: 3px 0px 5px 0px;
}

textarea:focus {
    background-color: #F9F9F9;
}

/*/////////////////// PALAUTELOMAKE JA GOOGLE HAKU //////////// */

.copyright {
    font: normal 10px verdana, arial, serif;
    color: #98A39E;
    width: 100%;
    margin: 2px 0px 8px 0px;
} 

