@import "editor.css";

body,ul,li,p,a,h1,h2,h3,h4,h5,h6,img{
margin:0;
padding:0;
}

img{
border:0;
}

p,h1,h2,h3,h4,h5,h6{
margin-bottom:12px;
}

td p{
margin:0;
}

body{
background-color: #FFFFFF;
}


/*layout structure*/

div#container{
text-align:left;
width:755px;
height:600px;
}

div#banner{
background-image:url(../images/palkki_logo.gif);
background-position:center;
background-repeat:no-repeat;
height:65px;
}
	
	a#feedback{
	float:right;
	margin-top:45px;
	}


div#ruler{
background-image:url(../images/palkki_kieli.jpg);
background-position:center;
background-repeat:no-repeat;
height:16px;
}


div#navi{
height:27px;
}

div#etusivu{
float:left;
background-image:url(../images/tausta.jpg);
background-position:center bottom;
background-repeat:no-repeat;
min-height:350px;
height:auto!important;
height:350px;
width:753px;

border-left-color:#cccccc;
border-left-style:solid;
border-left-width:1px;

border-right-color:#cccccc;
border-right-style:solid;
border-right-width:1px;
}


div#main{
float:left;
background-image:url(../images/tausta_vaalea.jpg);
background-position:center bottom;
background-repeat:no-repeat;
min-height:350px;
height:auto!important;
height:350px;
width:753px;

border-left-color:#cccccc;
border-left-style:solid;
border-left-width:1px;

border-right-color:#cccccc;
border-right-style:solid;
border-right-width:1px;
}

	div#leftmenu{
	float:left;
	width:125px;
	height:auto;
	margin-top:27px;
	margin-bottom:50px;
	}
	
	div#iw_content{
	float:left;
	width:615px;
	height:auto;
	margin-left:10px;
	margin-top:20px;	
	}
	

div#footer{
clear:left;
background-image:url(../images/palkki_ala.gif);
background-repeat:no-repeat;
background-position:center;
height:23px;
}

/*mainmenu styles */



div#navi li{
float:left;
list-style-type:none;
width:125px;
height:27px;
background-image:url(../images/navi_1.jpg);
background-position:center;
background-repeat:no-repeat;
margin-right:1px;
}

div#navi li.lastitem{
margin-right:0px;
}

div#navi li:hover{
background-image:url(../images/navi_2.jpg);
background-position:center;
background-repeat:no-repeat;
}

div#navi li.active{
background-image:url(../images/navi_2.jpg);
}


/*Leftmenu styles *****************************/
div#leftmenu ul{
border:1px dashed #ccc;
border-left:none;
list-style:none;
}

div#leftmenu ul ul{
border:none;
}

div#leftmenu li{
background:url(../images/blink.gif) no-repeat left top;
padding:3px 0 0 17px; 
min-height:17px;
}

div#leftmenu a{
text-decoration:none;
color:#B5292F;
font-weight:bold;
font-size:10px;
}


div#leftmenu li:hover{
background-color:#FCAD1C;
}

div#leftmenu a:hover{
text-decoration:underline;
}

div#leftmenu li.active{
background-color:#FCAD1C;
}


div#leftmenu .active:hover{
/*background-color:#FFFFFF;*/
}

div#leftmenu li ul{
background:#fff;
margin-left:-17px;
margin-top:3px;
}

div#leftmenu li li{
background:none;
}

div#leftmenu li li a{
color:#333333;
}

div#leftmenu li li a:hover{
}

div#leftmenu li li:hover{
background-color:#FF9900;
}

div#leftmenu li li.active{
background-color:#FF9900;
}



/*iw-styles*/

.iw_column_1_1{
}

.iw_column_3_1{

}

.iw_column_3_2{

}






