* {margin: 0; padding: 0}
html {
  padding-top: 22px;
}
img {
  vertical-align: top;
  display: block;
}
body {
  color: #000;
  font-family: Trebuchet MS, Arial;
  font-size: 1em;
  background: #fff url('kuvat/bg.png') repeat-x top left;
}
#tilaajan-tiedot {
	text-align: left;
}
#tilaajan-tiedot input, textarea {
  width: 20em;
}
#container {
  margin: 0 auto;
  width: 700px;
}
#header {
  background: #333 url('kuvat/header-bg.jpg') repeat-x top left;
  height: 145px;
}
#header #linkit {
  padding: 0.7em 0 0 0.8em;
  text-transform: uppercase;
  font-size: 0.71em;
  font-weight: bold;
}
#header #linkit a {
  padding-right: 1.1em;
  color: #000;
  text-decoration: none;
}
#header #linkit a:hover {
  color: #cc0000;
}
#header #linkit .active {
  color: #cc0000;
}
#content-container {
  background: #333 url('kuvat/content-container-bg.jpg') repeat-y top left;
}
.padding {
  padding: 1.3em;
}
h1 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
p, table {
  line-height: 130%;
  font-weight: bold;
  font-size: 0.75em;
  margin-bottom: 1em;
}
#vasen h1 {
  color: #ffcc00;
}
#vasen p, #vasen table {
  color: #fff;
}
#vasen a {
  color: #fff;
}
#vasen a:hover {
  color: #ffcc00;
  font-style: italic;
}
#vasen a:visited {
  color: #999;
}
#oikea h1 {
  color: #cc0000;
}
#oikea p {
  color: #000000;
}
#oikea a {
  color: #000;
}
#oikea a:hover {
  color: #cc0000;
  font-style: italic;
}
#oikea a:visited {
  color: #fff;
}
#vasen {
  float: left;
  width: 453px;
}
#oikea {
  float: right;
  width: 241px;
}
#bannerit {
  float: right;
  width: 241px;
  position: relative;
  top: -190px;
}
#bannerit img {
  margin: 0 auto;
  border: #fff 2px solid;
}
#footer {
  border-top: 13px #ffcc00 solid;;
}
#footer p {
  text-align: center;
  font-style: italic;
  font-size: 0.7em;
  margin: 0.2em 0.4em 0;
  color: #999;
}
a {
  color: #ff3333;
  text-decoration: underline;
}
a:hover {
  font-style: normal;
}
a:visited {
  color: #999;
}