﻿@import "editor.css";

body {
    font-family: 'Verdana','Arial','Helvetica','Sans-Serif';
    font-size: 68.8%; /* 11px/16px */
    color: #000;
    background: #fff none;
    padding: 0;
    margin: 0;
}

.hide {
    display: none;
}
img {
    border: 0;
    padding: 0;
    margin: 0;
}

#container {
    text-align: left;
    width: 921px;
    background: transparent url('../images/bg_container.gif') repeat-y left top;
}


/* TOP */
#top {
    height: 106px;
    background: transparent url('../images/bg_top.gif') no-repeat left top;
    padding: 0 20px;
}
#logo {
    float: left;
    width: 420px;
    height: 45px;
    margin-top: 27px;
}
#auxmenu {
    float: right;
    width: 400px;
    height: 73px;
}
#auxmenu ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}
#auxmenu li {
    float: left;
    background: transparent url('../images/auxtop_r.gif') no-repeat right 50%;
    padding-right: 9px;
    margin-right: 9px;
}
#auxmenu li.lastitem {
    background: transparent none;
    padding-right: 0;
    margin-right: 10px;
}
#auxmenu a.active_link {
    
}
#auxtop {
    float: right;
    font-size: .91em; /* 10px/11px */
    margin-top: 12px;
}
#auxtop a {
    color: #000;
}
#auxbot {
    float: right;
    clear: both;
    margin: 9px 9px 0 0;
}

/* MAINMENU */
#mainmenu {
    clear: both;
    height: 33px;
    width: 877px;
    background: transparent url('../images/bg_mainmenu_r.gif') no-repeat right top;
    padding: 0 5px 0 0;
}
#mainmenu ul {
    height: 33px;
    list-style: none;
    float: right;
    background: transparent url('../images/bg_mainmenu.gif') repeat-x left top;
    padding: 0 30px 0 0;
    margin: 0;
}
#mainmenu ul li {
    height: 33px;
    float: left;
    background: transparent url('../images/bg_mainmenu_item.gif') no-repeat left top;
    padding: 0 20px;
}
#mainmenu ul li.firstitem {
    background: transparent url('../images/bg_mainmenu_l.gif') no-repeat left top;
    padding-left: 50px;
}
#mainmenu a {
    display: block;
    text-transform: uppercase;
    font-size: 1.64em; /* 18px/11px */
    font-family: 'Arial','Helvetica','Verdana','Sans-Serif';
    color: #fff;
    font-weight: lighter;
    margin-top: 5px;
}

/* PATH */
#path {
    clear: both;
    padding: 8px 20px;
}

/* CONTENT */
#content_area {
    clear: both;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    
    color: #000000;
    
    margin: 10px 20px;
}


/* FOOTER */
#footer {
    clear: both;
    height: 25px;
    text-align: center;
    background: transparent url('../images/bg_footer.gif') repeat-x left top;
    padding: 9px 0 0 0;
    margin: 0 20px;
}
#footer, #footer a {
    color: #acabab;
}


/* CONTENT Styles*/
.iw_modularea {
    margin-bottom: 10px;
}
.iw_modularea_139 .iw_modulcontent_inner {
    padding: 0;
}

.iw_column_4_1 {
    float: left;
    width: 215px;
}
.iw_column_4_2 {
    float: right;
    width: 657px;
}

.iw_column_4_2 .iw_modularea_139 .iw_modulcontent {
    background: transparent url('../images/bg_content_top.gif') no-repeat left top;
    padding-top: 10px;
}
.iw_column_4_2 .iw_modularea_139 .iw_modulcontent_inner {
    background: transparent url('../images/bg_content.gif') repeat-y left top;
    padding: 0 10px;
}
.iw_column_4_2 .iw_modularea_139 .iw_modulfooter {
    height: 10px;
    background: transparent url('../images/bg_content_bottom.gif') repeat-y left top;
}

/* Valikko-moduuli */
.iw_modularea_150 {
    padding-left: 12px;
    margin-bottom: 24px;
}
.iw_modularea_150 .iw_modulheader_heading {
    color: #0049a8;
    font-size: 1.27em; /* 14px/11px */
    margin-bottom: 12px;
}
.iw_modularea_150 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.iw_modularea_150 a {
    font-weight: bold;
}