body {
    width: 100%;
    height: 600px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-decoration: none;
}

#header {
    clear: both;
    width: 100%;
    height: 103px;
    /*background-image: url("/images/postiPG3.gif"););*/  /* MJa 09.01.2007 */
    BACKGROUND-IMAGE: url(/images/itella_big.gif);
    background-repeat: no-repeat;
    /*background-color: #ff6600;*/ /* MJa 09.01.2007 */
}

#header > a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 100px;
}

#navbar {
    float: left;
    /*background-color: #f0f0ff;* /* MJa 10.012007 */
    background-color: #f5f5f5;
    width: 200px;
    height: 500px;
    color: #0000cc;
}

#navbar ul {
    list-style-type: none;
}

#navbar li.menuEmpty {

}

#navbar li.menuCurrent {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

#navbar li.menuSubCurrent {
    font-weight: bold;
    font-size: 12px;
    margin-left: 15px;
    text-decoration: none;
}

#navbar li.menuNext {
    list-style-image: url("/images/right.gif");
}

#navbar li.menuPrevious
{
    list-style-image: url("/images/left.gif");
}

#navbar li.menuSubNext
{
    list-style-image: url("/images/right.gif");
    margin-left: 15px;
}

#navbar li.menuLanguage
{
    list-style-image: url("/images/right.gif");
}

#navbar a:link {
    font-size: 12px;
    color: #0000cc;
    text-decoration: none;
}

#navbar a:visited {
    font-size: 12px;
    color: #0000cc;
    text-decoration: none;
}

#navbar a:hover {
    font-size: 12px;
    color: #0000cc;
    text-decoration: none;
}

#navbar a:active {
    font-size: 12px;
    color: #0000cc;
    text-decoration: none;
}

#main-text a:link {
    font-size: 12px;
    color: #0000cc;
    text-decoration: none;
}

#main-text a:visited {
    font-size: 12px;
    color: #0000cc;
    text-decoration: none;
}

#main-text a:hover {
    font-size: 12px;
    color: #0000cc;
    text-decoration: none;
}

#main-text a:active {
    font-size: 12px;
    color: #0000cc;
    text-decoration: none;
}


#main-text {
    /*color: #0000cc;/ /*MJa 09.01.2007*/
    color: #2D2D2D;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    border: 0px;
    padding: 0px;
    margin-left: 50px;
    margin-right: 250px;
    margin-bottom: 50px;
    margin-top: 0px;
    width: 550px;
    
}

#main-text h1 {
    /*color: #0000cc;/ /*MJa 09.01.2007*/
    color: #2D2D2D;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight : bold;
}

#main-text span.subheader {
    width: 50%;
    padding-top: 4px;
    /*padding-left: 6px;*/ /* MJa 09.01.2007 */	
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
    /*background-image: url(/images/orangeball.gif);*/ /* MJa 09.01.2007 */
    background-repeat: no-repeat;
    height: 30px;
    /*color: #0000cc;/ /*MJa 09.01.2007*/
    color: #2D2D2D;
}

#main-text p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    /*color: #0000cc;/ /*MJa 09.01.2007*/
    color: #2D2D2D;
    text-decoration : none;
    margin: 0px;
}

#main-text .note {
    padding-top: 0;
    padding-left: 10px;
    font-weight: normal;
    text-indent: 10px;
}

#main-text > form > .note {
    width: 400px;
    text-indent: 0px;
}

#main-text .submit {
    position: relative;
    left: 400px;
}

#main-text .reset {
    position: relative;
    left: 200px;
}

#main-text .required {
    color: red;
}

#main-text .leftsideerror {
    color: orange;
}

#main-text .error {
    position: relative;
    left: 400px;
    width: 200px;
    color: orange;
}

#main-text .element {
    position: absolute;
    right: 200px;
}

#main-text h2 > a {
    background-image: none;
    font-size: 100%;
    color: #0000cc;
    text-decoration: none;
}

#main-text li.nobullet {
    list-style-type: none;
    font-size: 12px;
}

#main-text table
{
    font-size: 12px;
    font-family : arial, helvetica, sans-serif;
    font-weight : bold;
    overflow: visible;
}

#main-text th
{
    padding : 5px;
    background-color : #ffaa31;
    color : #0000cc;
    text-align : left;
}

#main-text td.cell
{
    padding : 5px;
    font-weight : normal;
    color : #0000cc;
    background-color : #f0efff;
    vertical-align : top;
    text-align : left;
}

#main-text td.subheader
{
    padding : 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 85%;
    background-color : #f0efff;
    color : #0000cc;
    vertical-align : top;
    text-align : left;
}

#footer {
    clear: both;
    width: 100%;
    height: 20px;
    margin: 0px;
    border: 0px;
    padding: 5px;
    margin-top: 20px;  /* MJa 09.01.2007 */
    /*background-color: #ff6600;*/ /* MJa 09.01.2007 */
    /*background-color : #EAEAEA; */  /* MJa 09.01.2007 */
    BACKGROUND-IMAGE: url(/images/alapalkki.gif);
    background-repeat: repeat-x;
    align: left;
    width: 970px;
    height: 40px;
}

#footer a {
    padding-top: 5px;
    margin: 1px 5px;
    font-size: 16px;
    color: #D4D4D4;
    text-decoration: none
    font-weight: bold;
    text-decoration : none;
}

div.hidden
{
    display: none;
}

