html
{
  overflow: scroll;
  overflow-x: auto;
}

html,
body
{
  height: 100%;
  margin: 0;
}

body
{
  text-align: center;
}

#container,
#footer
{
  text-align: left;
  margin: 0 auto;
  width: 990px;
  font-size: 12px;
}

body.cc_kaktus_print #container,
body.cc_kaktus_print #footer
{
  width: 98%;
}

#container
{
  height: 100%;
  min-height: 100%;
  background-image: url('/images/container-background.jpg');
  background-repeat: no-repeat;
  background-position: top right;
}

html > body #container
{
  height: auto;
}

body.cc_kaktus_print #container
{
  background-image: none;
}

#header
{
  padding-top: 40px;
}

#header a img
{
  border: none;
}

#navigation
{
  background-image: url('/images/navigation-background.png');
  background-repeat: no-repeat;
  background-position: top left;
  height: 56px;
  line-height: 56px;
  float: right;
  width: 686px;
  margin-top: 5px;
}

#navigation ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation ul li
{
  background-image: url('/images/navigation-separator.gif');
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 3px;
  height: 56px;
  line-height: 56px;
  display: block;
  float: left;
}

#navigation ul li a
{
  background-image: url('/images/navigation-background.png');
  background-repeat: no-repeat;
  background-position: center top;
  height: 56px;
  line-height: 56px;
  display: block;
  float: left;
  padding: 0 15px;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
}

#navigation ul li.etusivu a
{
  background-position: left top;
  padding-left: 20px;
}

#navigation ul li a:hover,
#navigation ul li.selected a,
body.mainpage #navigation ul li.etusivu a
{
  background-image: url('/images/navigation-background-hover.png');
}

#container a:link,
#container a:visited
{
  text-decoration: none;
}

#container a:hover,
#container a:visited:hover
{
  text-decoration: underline;
}

#content
{
  padding-top: 50px;
  clear: both;
  padding-bottom: 100px;
}

body.mainpage #content
{
  padding-top: 90px;
}

body.cc_kaktus_print #content
{
  padding-top: 0;
  padding-bottom: 60px;
}

#google_map
{
  float: right;
}

#contact_content
{
  width: 510px;
}

#footer
{
  margin-top: -40px;
  height: 40px;
  color: #888888;
}

#footer span.organization-name
{
  color: #000000;
}

#footer ul
{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

#footer li
{
  display: block;
  float: left;
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px #000000;
}

#footer li.etusivu
{
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

#footer li a:link,
#footer li a:visited
{
  color: #000000;
  text-decoration: none;
}

#footer li.selected,
body.mainpage #footer li.etusivu,
#footer li a:hover,
#footer li a:visited:hover
{
  text-decoration: underline;
}
