body {
  margin: 25px;
  padding: 0;
  color: black;
  background: #EFEDF0;
  font-family: verdana, arial, sans-serif;
}

div, span, p,
h1, h2, h3,
table, th, td,
img {
  margin: 0;
  padding: 0;
}
/* IE kludge */
div.iekludge {
  text-align: center;
}

/* Container */

div.container {
  width: 902px;
  margin: 0 auto;
  text-align: left;
}

/* Header */

div.header {
  background: white url('/files/lentoliikenne/images/main_header.jpg') top left no-repeat;
  height: 85px;
  width: 902px;
  margin-bottom: 1px;
}

/* Language selection */

div.languages {
  position: relative;
  z-index: 1;
  bottom: -74px;
  left: -15px;
  float: right;
  width: 250px;
  height: 24px;
  background: url('/files/lentoliikenne/images/languages.gif') top left no-repeat;
}

div.languages a {
  display: block;
  float: left;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 80px;
  _width: 79px;
  margin: 2px 0 0 2px;
  padding: 3px 0;
  background: #F5F5F5;
}

div.languages a:link,
div.languages a:focus,
div.languages a:hover,
div.languages a:active,
div.languages a:visited {
  color: #558DD6;
  text-decoration: none;
}

div.languages a.selected {
  color: #796F6C;
  background: white;
}

/* Main table (menu, content, sponsors) */

table.main {
  border-spacing: 0;
  border-collapse: collapse;
  width: 901px;
}

/* Menu */

td.menu {
  vertical-align: top;
  width: 202px;
  background: white url('/files/lentoliikenne/images/sponsors_background.gif') top right repeat-y;
}

td.menu img.menuHeader,
td.menu img.menuFooter {
  margin: 0;
  padding: 0;
  display: block;
}

td.menu a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  margin: 0;
  padding: 5px 0 6px 10px;
}

td.menu a:link,
td.menu a:visited {
  color: #558DD6;
  background: #F5F5F5 url('/files/lentoliikenne/images/menu_off.gif') top left repeat-y;
}

td.menu a:focus,
td.menu a:hover,
td.menu a:active {
  color: #558DD6;
  background: white url('/files/lentoliikenne/images/menu_off.gif') top left repeat-y;
}

td.menu a.selected:link,
td.menu a.selected:visited {
  color: #796F6C;
  background: #F5F5F5 url('/files/lentoliikenne/images/menu_on.gif') top left repeat-y;
}

td.menu a.selected:focus,
td.menu a.selected:hover,
td.menu a.selected:active {
  color: #796F6C;
  background: white url('/files/lentoliikenne/images/menu_on.gif') top left repeat-y;
}

td.menu a.submenu {
  padding-left: 25px;
}

/* Sponsors */

td.sponsors {
  background: white url('/files/lentoliikenne/images/sponsors_background.gif') top right repeat-y;
}

td.sponsors img {
  margin: 0 0 0 2px;
  border: 0;
}

/* Content area */

td.content {
  width: 700px;
  vertical-align: top;
  padding: 0;
  font-size: 11px;
}

td.content_normal {
  background: white url('/files/lentoliikenne/images/content_background.gif') top right repeat-y;
}

td.content_normal img.contentHeader {
  display: block;
  margin: 0;
}

td.content_plane {
  padding-top: 4px;
  background: white url('/files/lentoliikenne/images/content_background_plane.jpg') top right no-repeat;
}

td.content div.contentData {
  padding: 15px 20px 10px 20px;
}

div.contentData h1 {
  color: #796F6C;
  font-size: 16px;
  font-weight: normal;
}

div.contentData h2 {
  color: #796F6C;
  font-size: 13px;
  font-weight: normal;
}

div.contentData p {
  padding: 0 0 15px 0;
}

/* Footer */

div.footer {
  clear: both;
  background: url('/files/lentoliikenne/images/main_footer.jpg') top left no-repeat;
  height: 30px;
  padding: 5px 0 0 220px;
  color: #796F6C;
  font-size: 10px;
}