
html
{
  margin: 0;
  padding: 0;
}

body
{
  background-image: url('/kuvat/background.jpg');
}

#logopad
{
  background-image: url('/kuvat/pad.jpg');
}

body
{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0;
  background-color: #EEEFF3;
  background-repeat: repeat-x;
  font-size: 9pt;
  color: #242464;
}

body, p, h1, h2, h3
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {font-size: 10pt;}
h2 {font-size: 9pt;}
h3 {font-size: 8pt;}

h1,h2,h3
{
  color: #444494;
  font-weight: bold;
  margin-top: 0px;
}

dt
{
    font-weight: bold;
}

table
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

img
{
  border: 0;
  margin: 0;
  padding: 0;
}

p
{
  background-color: transparent;
}

a
{
    color: #444494;
}

a:hover
{
    text-decoration: underline;
    color: #242464;
}

a.newslink
{
  text-decoration: none;
}

a.newslink:hover
{
  text-decoration: underline;
}


a.caselink
{
  font-weight: bold;
  text-decoration: none;
}

a.caselink:hover
{
  text-decoration: underline;
}


#main
{
  margin: auto auto;
  width: 990px;
}

/* Yläosa: */

#header
{
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  height: 134px;
}

#expomarklogo
{
  position: absolute;
  top: 2em;
  left: 2em;
  background-image: url('/kuvat/logo_ennakko.gif');
  background-repeat: no-repeat;
  width: 195px;
  height: 63px;
}


#logopad
{
  width: 234px;
  height: 32px;
  position: absolute;
  top: 102px;
  left: 0px;
  background-repeat: no-repeat;
}

#navlist /* div */
{
  white-space: nowrap;
  clear: both;
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: 46px;
  text-align: left;
  width: 990px;
  float: left;
}

#navlist ul /* ul */
{
  display: inline;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#navlist ul li /* li */
{
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

#contentarea
{
  min-height: 500px;
  text-align: left;
  clear: both;
  margin: 0;
  position: relative;
  background-image: url('/kuvat/content_area.jpg');
  background-repeat: repeat-x;
  background-color: #ffffff;
}

/* Sisältö: */

#content
{
  position: relative;
  background-color: transparent;
  padding-top: 4.6em;
  margin-left: 20em;
  width:70%;
  /* padding-right: 25em; */
  padding-bottom: 4em;
}

#sidebar
{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent;
}

#menu
{
  color: #5047A2; 
  margin: 0;
  padding: 0;
  width: 176px;
  border: none;
}

#menu-alaosa
{
    background: url('/kuvat/menu-alaosa.jpg') repeat-x;
    width: 176px;
    height: 274px;
}

#menu li
{
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background-image: url('/kuvat/ltop.jpg');
  background-repeat: repeat-x;
  text-align: left;
  padding-left: 2em;
  line-height: 2em;
  font-size: 9pt;
  color: #5047A2;
}

#menu li a
{
  text-decoration: none;
    color: #444494;
}

#menu li a:hover
{
  text-decoration: underline;
    color: #242464;
}

