
/* Sisällön tekstityylit
***********************************************************************************/
body {
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 17px;
}

h1 {
font-size: 18px;
font-weight: bold;
margin: 5px 0 30px;
}
h2 {
font-size: 16px;
font-weight: bold;
margin: 24px 0 12px;
}
h3 {
font-size: 13px;
font-weight: bold;
margin: 24px 0 12px;
}

#container {
color: #fff;
font-size: 12px;
}
#container a { color: #ffde7b; text-decoration: none; }
#container a:hover { text-decoration: underline; }
#container p {
margin: 12px 0;
}

#container ul {
margin: 12px 0 24px 36px;
padding: 0;
}
#container ul li { margin: 3px 0 7px; }

#container td {
color: #fff;
font-size: 12px;
}

#footer p {
color: #725f58;
font-size: 12px;
margin: 0;
}


/* Sivujen runko
***********************************************************************************/
body {
background: #fff url(../img/bg.jpg) repeat-x;
margin: 0;
padding: 0;
text-align: center;
}

#wrapper {
margin: 20px auto;
text-align: left;
position: relative;
width: 900px;
}

#header { padding-top: 1px; }

#logo { 
background: url(../img/logo_bg.jpg) no-repeat 0 100%; 
float: left;
height: 134px; 
padding: 0 21px; 
width: 151px;
width/**/:/**/109px;
}

#kielivalikko { float: right; margin: 55px 5px 0 0; }
#kielivalikko a { margin-left: 6px; }

#container {
background: #5e6f88 url(../img/container_bg.jpg) no-repeat 100% 0;
border: solid #243144;
border-width: 0 1px 1px;
min-height: 395px;
_height: 395px;
padding-top: 1px;
position: relative;
width: 900px;
width/**/:/**/ 898px;
z-index: 1;
}
#varjo { 
background: url(../img/container_bg.gif) no-repeat; 
height: 5px; 
left: 2px;
position: absolute;
top: 0;
width: 153px; 
}

#content {
float: left;
margin: 40px 25px 10px 25px;
_margin: 40px 15px 10px 15px;
padding: 0;
width: 420px;
}

#sidebar {
margin: 45px 0 20px 475px;
width: 380px;
}

hr.cleaner {
border: none;
clear: both;
height: 0px;
margin: -1px 0 0; 
padding: 0;
visibility: hidden;
}

#footer {
background: #f0f0f0;
clear: both;
margin-bottom: 10px;
padding: 9px 27px;
width: 900px;
width/**/:/**/ 846px;
}

/* Navigaatio
***********************************************************************************/

#navigaatio {
background: url(../img/navigaatio_bg.gif) no-repeat;
height: 37px;
margin: 97px 0 0 151px;
_margin: -37px 0 0 151px;
position: relative;
width: 749px;
z-index: 2;
}

ul#nav {
float: left;
margin: 0;
width: 749px; /*For KHTML*/
list-style-type: none;
height: 35px;
padding: 0;
}

ul#nav li {
margin: 0;
padding: 0;
float: left; /*For Gecko*/
display: inline;
list-style-type: none;
position: relative;
height: 30px;
}

ul#nav ul {
border-top: 1px solid #243144;
margin: 0;
padding: 0;
width: 190px;
list-style: none;
display: none;
position: absolute;
top: 37px;
left: 0;
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
clear: both;
display: block;
font: 1px/0px sans-serif;
content: ".";
height: 0;
visibility: hidden;
}

ul#nav ul li {
width: 190px;
float: left; /*For IE 7 lack of compliance*/
display: block !important;
display: inline; /*For IE*/
}

/* Root Menu */

ul#nav li a {
background: url(../img/navi_spacer.gif) no-repeat 0 1px;
padding: 7px 15px 4px 17px;
float: none !important; /*For Opera*/
float: left; /*For IE*/
display: block;
color: #fff;
font: normal 12px/24px Arial, Helvetica, Verdana, sans-serif;
text-decoration: none;
height: auto !important;
height: 1%; /*For IE*/
}
#EN ul#nav li a { padding: 7px 10px 4px 12px; }

ul#nav li#no_spacer a { background: none; margin-left: 1px; padding: 7px 15px 4px; }

ul#nav li li a {
padding: 0 5px 0 15px;
float: none !important; /*For Opera*/
float: left; /*For IE*/
display: block;
color: #fff;
font: normal 12px/29px Arial, Helvetica, Verdana, sans-serif;
_font: normal 12px/30px Arial, Helvetica, Verdana, sans-serif;
text-decoration: none;
height: auto !important;
height: 1%; /*For IE*/
}
#EN ul#nav li li a { display: block; padding: 0 5px 0 15px; }

/* Root Menu Hover Persistence */

ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a {
border-bottom: 2px solid #ff9933; 
}

/* 2nd Menu */

ul#nav li:hover li a,
ul#nav li.iehover li a {
float: none;
background: #519f13;
border-bottom: 1px solid #5e6f88;
color: #fff;
text-decoration: none;
}
ul#nav li:hover li a,
ul#nav li.iehover li a { background: #414f61; border: solid #243144; border-width: 0 1px 1px; }

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
background: #4d5c6e;
border: solid #243144;
border-width: 0 1px 1px;
color: #FFF;
text-decoration: none;
}
ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}
ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}



/* Sivukohtaiset tyylit
***********************************************************************************/
.photo img { border: 1px solid #293648; }

a.external { background: url(../img/external_link.gif) no-repeat 0 3px; padding-left: 16px; }
span.emailCloak {}



