@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;
}

body{
background:#CCDEF4 url(../images/bg_1d.jpg) repeat-x top;
}

div#header{
height:72px;
}

div#navi{
width:683px;
height:20px;
}

div#etusivu{
height:10px;
float:left;
width:150px;

background:#2E8EC4;
border-top:5px solid #7CBDE0;
border-bottom:5px solid #206488;
}

div#etusivu img{
position:absolute;
margin-top:3px;
left:22px;
}

div#mainmenu{
float:left;
height:18px;
width:510px;
overflow:hidden;

background:#2E8EC4;
border-top:1px solid #7CBDE0;
border-bottom:1px solid #206488;
border-right:1px solid #206488;
}


div#block_top_b{
float:left;
width:10px;
height:10px;
margin-top:8px;

}

div#block_top_s{
float:left;
width:8px;
height:5px;
margin-top:13px;
}



div#container{
clear:both;
}

div#left{
float:left;
width:150px;
height:auto;
text-align:left;
}

div#left_wide{
float:left;
width:200px;
height:auto;
text-align:left;
}

div#submenu{
background:#2E8EC4;
border-bottom:1px solid #7CBDE0;
}

div#submenu_wide{
background:#2E8EC4;
border-bottom:1px solid #7CBDE0;
}

div#right{
float:left;
}

div#content1{
float:left;
width:695px;
min-height:150px;
height:auto !important;
height:150px;

background: #2E8EC4;
border-left:1px solid #7CBDE0;
border-right:1px solid #206488;
border-bottom:1px solid #206488;
border-bottom:1px solid #7CBDE0;
}

div#content2{
float:left;
width:625px;
min-height:480px;
height:auto !important;
height:480px;

background: #2E8EC4;
border-left:1px solid #7CBDE0;
border-right:1px solid #206488;
border-bottom:1px solid #206488;
border-bottom:1px solid #7CBDE0;
}

div#content_inner1{
min-height:470px;
height:auto !important;
height:470px;
background:#B6CCE0;
border-right:1px solid #7CBDE0;
border-left:1px solid #206488;
border-top:1px solid #206488;
margin-top:4px;
}

div#content_inner2{
min-height:470px;
height:auto !important;
height:470px;
background:#B6CCE0;
border-right:1px solid #7CBDE0;
border-left:1px solid #206488;
border-top:1px solid #206488;
margin-top:4px;
margin-left:4px;
margin-right:4px;
}

div#iw_content1{
display:table;
width:693px;
}

div#iw_content2{
display:table;
width:615px;
}

div#footer{
clear:left;
float:left;
height:30px;
width:100%;
}


div#block_s_l{
float:left;
width:3px;
height:5px;
}

div#block_b_l{
float:left;
width:8px;
height:10px;
}

div#block_b_r{
float:left;
width:8px;
height:10px;
}

div#block_s_r{
float:left;
width:3px;
height:5px;
}

div.block{
background:#2E8EC4;
border-top:1px solid #7CBDE0;
border-left:1px solid #7CBDE0;
border-right:1px solid #206488;
border-bottom:1px solid #206488;
overflow:hidden;
}

div#footcontent1{
float:left;
background:#2E8EC4;
width:667px;
height:13px;
border-bottom:1px solid #206488;
font-size:11px;
color:#7CBDE0;
text-align:center;
}

div#footcontent2{
float:left;
background:#2E8EC4;
width:598px;
height:13px;
border-bottom:1px solid #206488;
font-size:11px;
color:#7CBDE0;
text-align:center;
}

div#roikpi{
margin:5px 0 20px 149px;
width:625px;
height:37px;
text-align:center;
}


/*mainmenu*/

div#mainmenu li{
margin-top:1px;
list-style:none;
float:left;
padding-top:2px;
padding-right:12px;

border-left:1px solid #7CBDE0;
border-right:1px solid #206488;
}

div#mainmenu li.lastitem{
border-right:none;
}

div#mainmenu a{
color:#fff;
display:block;
background:url(../images/mainmenu_block.gif) no-repeat left top;
padding-left:12px;
text-decoration:none;
}

/*level2*/

/*mainmenu hover*/

div#mainmenu ul ul{
background:#fff;
border:1px solid #000;
width:120px;
}

div#mainmenu li li{
display:block;
border:0;
margin:0;
padding:0;
background:none;
width:120px;
border-bottom:1px solid #000;
}

div#mainmenu li li a{
display:block;
background:none;
color:#000;
padding: 3px 0 3px 10px;

}

div#mainmenu li li a:hover{
background:#999999;
color:#ffffff;
}

#mainmenu li ul {
z-index: 200;	 /* second-level lists */
position: absolute;
width: 17em;
left: -999em;
margin-left: 2px;
padding: 0;
text-align:left;
}


#mainmenu li:hover ul ul, #mainmenu li.sfhover ul ul {
z-index: 200;	
left: -999em;
}

#mainmenu li:hover ul, #mainmenu li li:hover ul, #mainmenu li.sfhover ul, #mainmenu li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
z-index: 200;
height:auto;	
} 



/*-------------*/


/*submenu*/

div#submenu ul{
padding:3px;
list-style:none;
}

div#submenu li{
background:url(../images/arrow_r.gif) no-repeat left top;
padding:1px 0 1px 14px;
}

div#submenu a{
color:#fff;
text-decoration:none;
}

div#submenu a.active_link{
text-decoration:underline;
}

div#submenu li ul{
padding-left:0;
}

div#submenu li li{
background:url(../images/submenu_arrow_r.gif) no-repeat left center;
padding-left:10px;
}



/* iw-styles */

.iw_modulheader{
height:17px;
color:#fff;
padding:2px 0 0 5px;
}

.iw_column_5_1{
width:116px;
}

.iw_column_5_2{
width:418px;
float:left;
border-left:1px dotted #000;
border-right:1px dotted #000;
}

.iw_column_5_3{
float:right;
width:157px;
_width:150px;
_overflow:hidden;
}

.iw_column_5_3 img{
margin-left:-10px;
}

.iw_column_5_3 .iw_modulcontent_inner{
padding:10px;
padding-bottom:0;
}

.iw_column_11_3{
float:right;
}

#iw_content1 .iw_column_2_1{
width:559px;
border-right:1px dotted #000;
overflow:hidden;
}



#iw_content1 .iw_column_2_2{
width:133px;
float:right;


}

#iw_content2 .iw_column_2_1{
width:434px;
min-height:100px;
border-right:1px dotted #000;
}

#iw_content2 .iw_column_2_2{
float:right;
width:180px;
}

#ContentVersionEditView1_interface_ctl02_ctl00_Public1_datalist_files table{
width:620px;
}

#ContentVersionEditView1_interface_ctl02_ctl00_Public1_datalist_files td{
width:620px;
width:auto;
}


.iw_modularea_157{
padding-left:15px;
padding-right:15px;
}

.iw_modularea_157 a{
color:#000;
font-weight:bold;
background:url(../images/arrow_r.gif) no-repeat left top;
padding-left:14px;
text-decoration:underline;
}

.iw_modularea_157 a:hover{
text-decoration:none;
}

.iw_modularea_157 .list_item{
border-bottom:1px dotted #000;
margin-bottom:15px;
}


/*links-module*/

.iw_modularea_148 .iw_modulcontent_inner{
padding:10px;
padding-bottom:15px;

}

.iw_modularea_148 li{
list-style:none;
background:url(../images/arrow_r.gif) no-repeat left top;
padding-left:14px;
}


/*editor lists*/

.iw_modularea_139 li{
margin-left:10px;
}

.iw_content_28227 img, .iw_content_28214 img{
max-width:265px;
height:auto;
}


/*search*/



.text_search{
height:16px;
width:87px;
border:1px solid #7F9DB9;
position:absolute;
margin-top:-15px;
margin-left:15px;
}


.frmbutton_3{
position:absolute;
height:18px;
width:28px;
background:#fff;
border-left:1px solid #A5A5A5;
border-right:1px solid #000;
border-top:1px solid #A5A5A5;
border-bottom:1px solid #000;
margin-left:108px;
margin-top:-14px;
font-size:11px;
padding-bottom:2px;
text-transform:lowercase;
}

img#search_arrow{
position:absolute;
margin-left:543px;
margin-top:103px;
}

.iw_content_28042 #ContentVersionEditView1_interface_ctl12_modulContentPanel{
color:#B6CCE0;
}


.iw_modularea_156 ul{
list-style:none;
margin-left:40px;
margin-top:10px;
margin-bottom:10px;
font-weight:bold;
}

.iw_modularea_156 li{
margin-top:15px;
}

.iw_modularea_156 li li{
margin-top:0;
}

.iw_modularea_156 ul ul{
margin-left:20px;
margin-top:0;
font-weight:normal;
}

.iw_modularea_156 ul ul ul{
font-style:italic;
}



/*a.iw_fw_ContentCarousel_prev,
a.iw_fw_ContentCarousel_next
{
display: none !important;
}

.iw_modularea_219 h3
{
font-size: 64px;
}*/
