﻿body
{
   text-align: center;
   background-color: Black;
   margin: 0px;
   padding: 0px;
   font-family: Helvetica, Verdana, Arial;
   font-size: 13px;
   color:Black;
}

h1
{
   font-size: 17px;
   color: #002958;
   font-weight: bold;
}

h2
{
    font-size: 15px;
    color: #002958;
    font-weight: bold;
}

h3
{
    font-size: 13px;
    color: #002958;
    font-weight: bold;
}

h4
{
    font-size: 11px;
    color: #002958;
    font-weight: bold;
}

h5
{
    font-size: 9px;
    color: #002958;
    font-weight: bold;
}

h6
{
    font-size: 7px;
    color: #002958;
    font-weight: bold;
}

a
{
    color: #002958;
    text-decoration:underline;
}


div.wrapper 
{
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   width: 1146px;

}



.footer 
{
    background-image: url(../Images/footer.jpg);
    margin:0 auto;
    width:1146px;

}

.footer, .push 
{
    height:98px;
}

.Wrapper .Navigation
{
    width: 1146px;
    height: 39px;
    line-height: 39px;
    margin-left: auto;
    margin-right: auto;
    color: White;
}

.Navigation .Margin
{
    margin-left: 7px;
    margin-right: 7px;
}

.Navigation a, .ContentArea #LeftContent a, .ContentArea #RightContent a
{
    font-family: Helvetica, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: White;
    text-decoration: none;

}

.Navigation a:hover
{
	color:yellow;

}

.ContentArea #LeftContent a:hover, .ContentArea #RightContent a:hover
{
	text-decoration:underline;

}

.Navigation b, .ContentArea #LeftContent b, .ContentArea #RightContent b
{
    font-family: Helvetica, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: yellow;
    text-decoration: none;

}

.Wrapper .ContentArea
{
    width: 1146px;
    margin-left: auto;
    margin-right: auto;
    _width: 912px; /** Tämä asetus on IE6 -selainta varten, ei vaikuta muihin */   
}

.ContentArea #LeftContent
{
   background-image: url(../Images/LeftContent.jpg);
   background-repeat: no-repeat;
   background-color: Black;
   height: 387px;
   width: 296px;
   float: left;
   
}

#LeftContent #LeftNavigation
{
    margin-top: 20px;
    line-height: 20px;
    margin-right: 20px;
    margin-left: 70px;
    float: right;
    text-align: right;
    

}

.ContentArea #TopContent
{
    background-image: url(../Images/Logo.jpg);
    background-repeat: no-repeat;
    background-color: Black;
    height:auto
    width:1146px;
    float: left;
}

.ContentArea #RightContent
{
   background-image: url(../Images/RightContent.jpg);
   background-repeat: no-repeat;
   background-color: Black;
   height: 387px;
   width: 296px;
   float: left;
   
}

#TopContent #TopNavigation
{
    margin-top: 20px;
    line-height: 20px;
    margin-right: 20px;
    margin-left: 20px;
    float: left;
    text-align: right;
    

}

#RightContent #RightNavigation
{
    margin-top: 20px;
    line-height: 20px;
    margin-right: 70px;
    margin-left: 20px;
    float: left;
    text-align: left;
    

}

.ContentArea #Content
{
   background-image: url(../Images/Content.jpg);
   background-repeat: no-repeat;
   background-color: White;
   min-height: 387px;
   height: auto !important;    
   height: 387px;
   float: left;
   width: 514px; /** Oikealeveys 554px, mutta paddingien takia 554-50 = 504 */
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 20px;
   padding-bottom: 20px;
   text-align:left;
   line-height: 16px;
 /**Tämä asetus on IE6:sta varten, ei vaikuta muihin selaimiin */

}

.ContentArea #Content_leimat
{
   background-image: url(../Images/Content_leimat.jpg);
   background-repeat: no-repeat;
   background-color: White;
   min-height: 387px;
   height: auto !important;    
   height: 387px;
   float: left;
   width: 504px; /** Oikealeveys 554px, mutta paddingien takia 554-50 = 504 */
   padding-left: 25px;
   padding-right: 25px;
   padding-top: 20px;
   padding-bottom: 20px;
   text-align:left;
   line-height: 16px;
 /**Tämä asetus on IE6:sta varten, ei vaikuta muihin selaimiin */

}
