/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    background:url('../images/bg.jpg') no-repeat 50% 0 #3a5e9d;
    color: #5677b2;
}
.sininen {
    font-family: Arial, Helvetica, sans-serif;
    color: #4468a9;
}

h1, h2, h3, h4, h5, p {
    color: #0066CC;
    margin: 5px 0px 5px 0px;
}

h1 {
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0px 15px 0px;
}

h2  {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
    }

h3 {
    font-size: 14px;
    font-weight: bold;
}

p {
    line-height: 16px;
    font-size: 12px;
    color: #000;
    margin: 5px 0px 10px 0px;
    }

ul {
    margin-left: 15px;
    }

#container {
    margin:0 auto;
    width: 1181px;
    text-align: left;
}
#header {
    background-image: url('../images/bg_header.png');
    background-repeat: no-repeat;
    width: 1181px;
    height: 205px;
}

#wrapper {
  background: url('../images/wrapper.png') repeat-y 1px 0;
}

/* menu */
#navi {
    background-image: url('../images/bg_navi.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 195px;
    padding-top: 40px;
    padding-left: 120px;
    margin-right:14px;
}


#navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navi li {
    list-style: none;
    margin: 0;
    padding: 0;
}


#navi li a:link, #navi li a:visited {
    font-family: Arial, Helvetica, sans-serif;
    background: url('../images/navbg.jpg') no-repeat;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    color: #3f61a1;
    height: 12px;
    display: block;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 8px;
    margin-top: 2px;
    padding-left: 10px;
    margin-left: 10px;
/*
    border-bottom-width: thin;
    border-bottom-style: inset;
    border-bottom-color: #069;*/
}
#navi li a:hover {
    color: #FFF;
    background-image: url('../images/bckMenu_2.gif');
/*
    padding: 5px 0 6px 20px;
    background-position: 0 -23px;*/
    background-repeat: no-repeat;
}

/* subMenu */
#navi li li a:link, #navi li li a:visited {
    background: url('../images/navbg.jpg') no-repeat 0 0;
    font-weight: normal;
    color: #333;
    margin:0px;
    margin-top: 2px;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 10px;
    margin-left:30px;
}
#navi li li a:hover {
    color: #FFF;
    background-image: url('../images/bckSubMenu_2.gif');
/*
    padding: 2px 0 3px 40px;
    background-position: 0 -17px;*/
}

#navi ul li a.navi_current {
    color: #FFF;
/*    padding: 5px 0 6px 20px;*/
    background-image: url('../images/bckMenu_2.gif');
    background-position: 0 -23px;
    background-repeat: no-repeat;
    cursor: default;
}

#news {
/*    background-image: url('../images/bg_news.png'); */
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 61px;
    width: 738px;
    font-family: Arial, Helvetica, sans-serif;
}

#news_left {
    display: block;
    float: left;
    height: 61px;
    width: 738px;
}

#news_left ul{
    margin:0px;
    padding:0px;
}

#news_left_teksti {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    display: block;
    float: left;
    height: 32px;
    width: 250px;
    padding-top: 29px;
}

#news_left #news-slide {
    float:left;
    margin:0px;
    list-style: none;
    height: 32px;
    width: 250px;
    padding-top: 25px;
    overflow:hidden;
    }

#news-slide a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    }

#news-slide a:hover { text-decoration: underline;  }
#news-slide a span {
    float: none;
    font-size: 7px;
    }

#ajankohtaista-teksti {
    display: block;
    float: left;
    height: 33px;
    width: 140px;
    padding-top: 28px;
    padding-left: 33px;
    font-size: 14px;
    font-weight: 400;
}

#hakukentta {
    display: block;
    float: left;
    height: 61px;
    width: 290px;
}

#hakukentta input[type=text]{
    float: left;
    border: 0px;
    background: url('../images/hakukentta.png') no-repeat;
    margin-top: 19px;
    margin-left: 10px;
    width: 205px;
    height: 30px;
    padding-top:3px;
    padding-left: 5px;
}

.haenappi {
    border: 0px;
    background: url('../images/hae-nappi.png') no-repeat;
    margin-top:19px;
    width: 50px;
    height: 30px;
}

.haenappi:hover {
    background: url('../images/hae-nappi_hover.png') no-repeat;
}

.tyhjennanappi {
    border: 0px;
    background: url('../images/tyhjenna-nappi.png') no-repeat;
    margin-top:19px;
    width: 80px;
    margin-right: 30px;
    height: 30px;
}

.tyhjennanappi:hover {
    background: url('../images/tyhjenna-nappi_hover.png') no-repeat;
}

.lahetanappi {
    border: 0px;
    background: url('../images/laheta-nappi.png') no-repeat;
    margin-top:19px;
    width: 100px;
    height: 30px;
}

.lahetanappi:hover {
    background: url('../images/laheta-nappi_hover.png') no-repeat;
}

div.errors
{
    width: 100%;
    margin: 10px 10px 10px 0px;
    color: #4F4F4F;
}

div.errors ul
{
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.errorlist
{
    list-style-type:none;
    margin-top:5px;
    margin-bottom: 8px;
}

ul.errorlist li
{
    background:url("../cms2/images/cross.png") no-repeat 0 0;
    padding-left: 20px;
    margin-bottom: 4px;

}


#main {
    background: url('../images/mainarea.jpg') no-repeat;
    display: block;
    float: left;
    width: 738px;
    min-height: 399px;
}
#main_sisalto {
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 738px;
    min-height: 300px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
#main_left {
    background-image: url('../images/bg_main_left.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 300px;
    width: 493px;
    overflow: hidden;    
}
#main_map {
    background-image: url('../images/bg_main_map_s.png');
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 300px;
    width: 240px;
    overflow:hidden;
}
#main_pic {
    background-image: url('../images/frontpagepic.jpg');
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 310px;
    width: 737px;
    overflow:hidden;
}
#main_chart {
/*    background-image: url('../images/bg_main_chart.png'); */
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 126px;
    width: 700px;
}
#main_chart span {
    color: #2361a5;
    font-weight: bold;
    font-size: 10pt;
}

#main_sisalto {
    display: block;
    float: right;
    width: 678px;
    padding-left: 30px;
    padding-top: 25px;
    padding-right: 30px;
}
#taustan_alareuna {
    display: block;
    height: 7px;
    width: 100%;
    background: url('../images/taustaend.png') no-repeat 1px 0;
}
#ajankohtaista_left {
    display: block;
    float: left;
    width: 250px;
    padding-top: 30px;
}
#ajankohtaista_right {
    display: block;
    float: left;
    width: 390px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    padding-top: 30px;
}
.lomakeotsikko {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
}


.ajankohtaista_vasen_pvm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    display: block;
}
.ajankohtaista_otsikko_vasen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.ajankohtaista_otsikko_vasen a{
    text-decoration: none;
    color: #3c60a0;
}


.blogi_vasen_pvm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    display: block;
}
.blogi_otsikko_vasen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.blogi_otsikko_vasen a{
    text-decoration: none;
    color: #3c60a0;
}

.blogi_kommentti {
    color: #333;
}

ul.sivunumeroinnit{
    list-style: none;
    width: 100%;
    margin-left: 0px;
    cmargin-bottom: 10px;;
    }

ul.sivunumeroinnit li{
    float: left;
    padding: 4px 4px 4px 0px;
    }

#tuetoimintaa_left {
    display: block;
    float: left;
    width: 374px;
    padding-right: 20px;
}

#tuetoimintaa_right {
    display: block;
    float: right;
    width: 210px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-image: url('../images/bg_tuetoimintaa_right.png');
    background-repeat: no-repeat;
    background-position: 20px top;
    padding-left: 40px;
    padding-right: 30px;
    height: 450px;
    padding-top: 20px;
    overflow:hidden;
}
.sininenBOLD {
    font-family: Arial, Helvetica, sans-serif;
    color: #4468a9;
    font-weight: bold;
    padding-left: 3px;
    line-height: 16px;
}
#lomakekentat {
    display: block;
    float: left;
    width: 350px;
    font-family: helvetica, arial;
    font-size: 16px;
    color: #000;
    margin-top:10px;
}

#lomakekentat input.formtext_short {
    height: 20px;
    width: 300px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:3px;
    margin-bottom:8px;
    border:1px solid #4468a9;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    color:#000000;
    background-color:#ffffff;
}

#aineistopankki_left {
    display: block;
    float: left;
    width: 125px;
    padding-top: 10px;
    margin-right: 10px;
    text-align:center;
}

#aineistopankki_left p{
    font-weight: bold;    
    margin-top: 0px;
    text-align:center;    
}

#aineistopankki_left a{
    font-weight: bold;
    color: #2667AB;
    text-decoration: none;
    text-align:center;    
}

#aineistopankki_left img{
    border: 0px;
}

#aineistopankki_right {
    display: block;
    float: left;
    width: 540px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    padding-top: 10px;
}

#aineistopankki_right img{
    border: 0px;
}

#aineistopankki_right .aineistotausta{
    display: block;
    float: left;
    width: 120px;
    height: 177px;
    padding:7px;
    background: url('../images/aineistotausta.png') no-repeat;
    overflow:hidden;    
}

#aineistopankki_right #kuvaalue{
    display: block;
    float: left;
    width: 107px;
    height: 85px;
    overflow:hidden;
    text-align: center;   
}

#aineistopankki_right .tekstialue{
    display: block;
    float: left;
    width: 107px;
    height: 40px;
    overflow:hidden;
    text-align: left;
    font-size: 10px;   
}

#aineistopankki_right .tekstialue p{
    font-size: 11px; 
    color: #000000;
    margin:1px;
    padding:1px;           
}

#aineistopankki_right .tekstialue a{
    text-decoration: none;
    color: #2667AB; 
    margin:1px;
    padding:1px;
    font-weight: bold;                              
}


#aineistopankki_right .linkit{
    display: block;
    float: left;
    width: 107px;
    height: 25px;
    overflow:hidden;
    text-align: center;          
}


#aineistopankki_kategoriat {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #000;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 10px;
}


#aineistopankki_kategoriat .otsikko {
    display: block;
    float: left;
    font-size: 12px;
    color: #000;
    margin-right: 15px;
    font-weight: bold;    
}


#aineistopankki_kategoriat .otsikko a{
    color: #2667AB; 
    text-decoration: none; 
}

#aineistopankki_kategoriat p{
    color: #000;
    margin-right: 15px;
    font-weight: bold;    
}



#footer_1 p, #footer_2 p, #footer_3 p{
    color: #FFFFFF;
    line-height: 10px;
    }

#footer_1 a, #footer_2 a, #footer_3 a{
    color: #FFFFFF;
    text-decoration: none;
    }

#footer_1 {
    background-image: url('../images/bg_footer_1.png');
    display: block;
    float: left;
    height: 145px;
    width: 1067px;
    color: #FFFFFF;
}
#footer_2 {
    background-image: url('../images/bg_footer_2.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-top: 110px;
    min-height: 123px;
    width: 933px;
    padding-left: 134px;
    color: #FFFFFF;
}
#footer_3 {
    background-image: url('../images/bg_footer_3.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 319px;
    width: 1181px;
    color: #FFFFFF;
}

#footer_1_text_1 {
    display: block;
    float: left;
    width: 370px;
    height: 145px;
}
#footer_1_text_2 {
    display: block;
    float: left;
    height: 145px;
    width: 220px;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
}
#footer_1_text_3 {
    display: block;
    float: left;
    height: 145px;
    width: 180px;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
}

#logo {
    float: left;
    height: 150px;
    padding-left:20px;
    padding-right:10px;
    vertical-align: middle;
    }

#logo img{
    border: 0px;
    vertical-align: middle;       
    }    

    
#ray {
    display: block;
    float: left;
    height: 123px;
    width: 87px;
    padding-left: 183px;
    padding-top: 110px;
}
#novia {
    display: block;
    width: 135px;
    float: left;
    height: 108px;
    padding-top: 125px;
    padding-left: 25px;
}
#aalto {
    display: block;
    float: left;
    height: 108px;
    width: 130px;
    padding-top: 125px;
    padding-left: 20px;
}
#pelastuspalvelu {
    display: block;
    float: left;
    height: 98px;
    width: 179px;
    padding-top: 135px;
    padding-left: 28px;
}
#copterline {
    display: block;
    float: left;
    height: 233px;
    width: 205px;
    padding-top: 143px;
}
#sar {
    display: block;
    float: left;
    height: 142px;
    width: 60px;
    padding-top: 88px;
}

.footer-texts {
    padding-top: 45px;
    display: block;
    text-align: left;
}

#linkit_1 {
    display: block;
    float: left;
    height: 319px; 
    width: 187px;
}
#linkit_2 {
    display: block;
    float: left;
/*    height: 319px; */
    width: 310px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    padding-top: 80px;
    text-decoration: none;
    list-style-type: none;
}
#linkit_3 {
    display: block;
    float: left;
/*    height: 319px; */
    width: 310px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    padding-top: 80px;
}
#linkit_4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    display: block;
    float: left;
/*    height: 319px; */
    width: 310px;
    padding-top: 80px;
}

table.halyt {
    text-align: center;
    height: 12px;
}

table.halyt td {
    width: 25px;
    height: 12px;
    padding: 0px;
    font-size: 7pt;
    color: #ffffff;
    background-color: #2361a5;
}
table.halyt td.summa {
    color: #000000;
    background-color: #ffffff;
    padding-left: 8px;
    font-weight: bold;
}
table.halyt td.nimi {
    padding-right: 8px;
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
}

.blog_month{
    padding: 2px 0px 7px 0px;
    }

.blog_month a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration:none;
    font-weight: bold;
    color: #3C60A0;
    }