html, body, div, h1, h2, h3, p, address, img, ul, li, form, table, td, th, hr {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  color: #fff;
  /* background: #248 url('/images/sikainfluenssa/bg_body.png') repeat-x top; */
  background: #ddd;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  padding: 20px 10px 30px 10px;
  text-align: center;
}
h1, h2, h3 {
  color: #06a;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
}
h1 {
  line-height: 1.2;
}
h2 {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}
h3 {
  color: #000;
  font-size: 12px;
}
p, table {
  margin: 10px 0;
}
a {
  color: #06a;
}
td, th {
  padding: 0 15px 5px 0;
  vertical-align: top;
}

#tb {
  margin-bottom: 10px;
}
#page {
  color: #000;
  background: #fff;
  -moz-border-radius: 2px;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
  width: 1000px;
}
#header {
  color: #fff;
  background: #08c url('/images/sikainfluenssa/bg_header.png') top left no-repeat;
  background: #08c;
  border-bottom: 10px solid #048;
  height: 120px;
  position: relative;
}
#logo {
  font-family: Georgia, Arial;
  font-size: 32px;
  font-weight: bold;
  padding: 42px 20px 7px 40px;
}
#logo a {
  color: #fff;
  background: transparent;
  text-decoration: none;
}
#search {
  background: #069;
  position: absolute;
  top: 0;
  right: 0;
  padding: 43px 125px 0 125px;
  height: 77px;
  font-size: 10px;
  font-weight: bold;
}
#search input {
  border: 1px solid #ccc;
  padding: 3px;
}
#menu {
  float: left;
  border-bottom: 7px solid #048;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 150px;
}
#menu ul {
  display: block;
}
#menu li {
  display: block;
}
#menu a {
  display: block;
  color: #fff;
  background: #006fa6;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 5px 5px 5px 20px;
  text-decoration: none;
}
#menu a:hover, #menu li.current_page_item a, #menu li.current_page_parent a {
  background: #005d8d;
}
#main {
}
#content {
  float: left;
  font-size: 11px;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 10px;
  padding-right: 20px;
  width: 470px;
}
#content ul {
  list-style-type: square;
  margin: 15px 30px;
}
#sidebar {
  float: right;
  border-left: 2px solid #eee;
  padding-left: 15px;
  font-size: 11px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 300px;
}
#sidebar ul {
  display: block;
  margin: 15px 0;
}
#sidebar li {
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
#sidebar .box {
  padding-bottom: 5px;
}
#sidebar a {
  text-decoration: none;
}
#footer {
  clear: both;
  border-top: 2px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}
#footer div {
  float: left;
}
#footer a {
  color: #000;
  background: transparent;
}
#footer ul {
  display: block;
}
#footer li {
  display: inline;
  margin-left: 10px;
}
