﻿/* perus setit*/
body 
{
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/background_3.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding:0;
}


/* linkit */
a:link {
	color: #D26F1D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D26F1D;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* Koossa pitävä voima */
.wrapper
{
    
    width: 775px; 
    background-image: url(../img/wrapper.gif);
}
.wrapper_uutiset
{
    width: 775px; 
    background-image: url(../img/wrapper_uutiset.gif);
}
.wrapper_etusivu
{
    width: 775px; 
    background-image: url(../img/wrapper_etusivu.gif);
}

    /* Headerin ylempi grafiikka */
    .header_top
    {
        background-image: url(../img/index_r1_c1.gif);
        background-repeat:no-repeat;
        width:795px;
        height:36px;
        
    }
    
    /* Headerin logo */
    .top_left
    {
        width: 399px;
        height:150px;
        float:left;
        background-image: url(../img/ttl_left.jpg);
        background-repeat:no-repeat;
    }
    

    
    /* Headerin oikean reunan kuva */
    .top_right
    {
        width: 375px;
        height: 150px;
        background-image: url(../img/ttl_logo.gif);
        background-repeat:no-repeat;
        float:left;
        text-align:right;            
    }
    .top_right_text, .top_right_text a, .top_right_text a:active, .top_right_text a:visited
    {
        padding-top:6px;
        text-decoration: none;
        font-size:9px;        
    }
    
    /* Headerin alempi grafiikka */
    .header_bottom
    { 
        background-image: url(../img/index_r4_c2.gif);
        background-repeat:no-repeat;
        width:774px;
        height:43px;
        clear:both;
    }
    
    
    /* Sisältö alkaa, kaksi tai kolme palstaa, navigaatio vasemmassa palstassa */
    
    /* Vasemman reunan palsta */
    .column_left
    {
        width: 214px;
        float:left;        
    }
    
        /* vasemman reunan navigaatio */
        .navigaatio
        {
            width:100%;
            background-color: #4b8f85;
            color: #fff;
            vertical-align: middle;
            font-weight: bold;
            line-height:18px;
        }
        
        .navigaatio a
        {
          padding-left: 20px;
          color: #fff;
          font-weight: bold;
          vertical-align: middle;
          text-decoration: none; 
        }
        
        .navigaatio ul
        {
        list-style-type: none;
        padding: 10px 10px 10px 20px;
        margin: 0;
        }

        .navigaatio li
        {
        background-image: url(../img/arrow_green.gif);
        background-repeat: no-repeat;
        
        }
        
        .jasenkanava
        {
            height: 61px;
        }

        
        /* info ruutu ja haku */
        .info
        {
            width:100%;
            background-color: #f3f3f2;
        }
        
        .info_text
        {
            margin-left: 20px;
        }
        
        .orange
        {
            width:100%;
            background-color: #e77817;
            height: 11px;
        }
    
		.ttfacebook a
	{
		width:100%;
}
		.ttfacebook img
	{
		border:0px;
		margin:5px 0 5px 12px;
		}
    /* Keskimmäinen palsta */
    .column_center
    {
        width:295px;
        float:left;        
    }
        .column_center_uutiset
    {
        width:371px;
        float:left;        
    }
    .column_center_uutiset
    {
        width:371px;
        float:left;        
    }
    
    .column_center_text
    {
        padding:20px 17px 10px 40px;
    }
    .paakuva
    {
        float:right;
    }
    
    /* Iso palsta */
    .column_big
    {
        width: 560px;
        float: left;
    }
    .column_big_text
    {
        padding: 30px 0px 10px 40px;
    }
    .path, .path a:link, .path a:active, .path a:visited
    {
        font-size: 9px; 
        color: #666666;
        text-decoration: none;
        padding-bottom: 20px;
    }


    
    /* Oikean reunan palsta */
    .column_right
    {
        width: 266px;
        float: left;
    }
    .column_right_uutiset
    {
        width: 139px;
        float: left;
    }
    .column_right_text
    {
        padding: 8px 5px 10px 22px;
    }
    .column_right_text a:link, .column_right_text a:visited, .column_right_text a:active
    {
        color: #333333;
        text-decoration: none;
    }
    
    .column_right .titlearea{
	float:left;
	width:242px;
	padding-left:24px;
	margin:5px 0 10px 0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	}
	
	.column_right .titlearea img{
	border:0;
	float:left;
	}
	
	.column_right .titlearea .rss img{
	float:right;
	}

    /* Footeri alkaa */
    .footer_1
    {
        width: 774px;
        background-image: url(../img/footer_1.gif);
        background-repeat: repeat-x;
        clear: both;
        height: 42px;        
    }
    
    .footer_2
    {
        width:774px;
        height: 38px;
        background-color: #fff;
        vertical-align: middle;
    }
        .footer_left_text
        {
            margin-top: 10px;
            color: #767676;
            font-size:8pt;
            float:left;
            vertical-align: middle;
        }
        .footer_right_text a
        {
            margin-top: 10px;
            color: #767676;
            font-size:8pt;
            float:right;
            text-decoration: none;
        }
    
    .footer_3
    {
        width: 774px;
        height: 74px;
        background-image: url(../img/footer_3.gif);
        background-repeat: repeat-x;
    }
    .newsfeed p
    {
        display:inline;
    }
       
    
    



.laatikko {
	Z-INDEX: 10; VISIBILITY: hidden; WIDTH: 80px; POSITION: absolute
}

.laatikko A:link
	{
	color:#fff;
	font-size:16px;
	font-family:arial;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
    }
    
.laatikko A:active
	{
	color:#ffffff;
	font-size:11px;
	font-family:arial;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	cursor:default;
	font-variant:normal;
	text-transform:normal;
	}
.laatikko A:visited
	{
	color:#ffffff;
	font-size:11px;
	font-family:arial;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	cursor:default;
	font-variant:normal;
	text-transform:normal;
	}
.laatikko A:hover
	{
	color:#ffffff;
	font-size:19px;
	font-family:arial;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
	}
	
/******** DHTML Navi *******
*
*/
div.subpg_dhtml {
  display:none;
  position:absolute;
  min-width: 200px;
  border:1px solid #3b7f75;
  margin-left:130px;
  margin-top:0px;
  padding:5px;
  background-color: #4b8f85;
  font: arial;
  left:80px;
  
  }
  div.subpg_dhtml ul
  {
    padding:0px;
    margin:0px;
  }
  
  div.subpg_dhtml a:link, 
  div.subpg_dhtml a:hover, 
  div.subpg_dhtml a:visited, 
  div.subpg_dhtml a:active
  {
    font-weight: bold;
  }

.jasenbutton a{
	float:left;
	text-indent:-5000px;
	width:266px;
	height:54px;
	background-image:url(../img/banneri-liityjaseneksi.png);

}  

.jasenbutton a:hover{
	background-position:0 -54px;
}

.jasenbutton{
	margin-top:13px;
	margin-bottom:0;
	float:left;
}

.easiointi, .jasenkanava{
	margin-top:13px;
	margin-bottom:0;
	float:left;
}

.easiointi a{
	float:left;
	text-indent:-5000px;
	width:266px;
	height:54px;
	background-image:url(../img/banneri-easiointi.png);

}  

.easiointi a:hover{
	background-position:0 -54px;
}

.jasenkanava a{
	float:left;
	text-indent:-5000px;
	width:266px;
	height:54px;
	background-image:url(../img/banneri-jasenkanavalle.png);
}  

.jasenkanava a:hover{
	background-position:0 -54px;
} 

.column_left img{
	border:0;
}

/* Fix for an editor bug */
div.fck_xToolbar * {
 height: 100px !important;
}
