#wrapper {
  margin: 0 auto;
  width: 850px;
  height: 100%;
  text-align: left;
}
#content {
  background: transparent url(../img/bg/content.gif) repeat-y scroll center top;
  float: left;
  width: 850px;
  height: 100%;
  min-height: 100%;
}
#content[id] {
  background: transparent url(../img/bg/content.png) repeat-y scroll center top;
  height: auto;
}
#header {
  padding: 60px 0 2em 49px;
  background: transparent url(../img/bg/banneri.JPG) no-repeat scroll center top;
}
* html #header {
  height: 1%;
}
#header h1, #header h2 {
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0% 50%;
}
ul#menu {
  margin: 0 auto;
  padding: 0 ! important;
  width: 750px;
}
ul#menu li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul#menu li a {
  border-bottom: 1px solid #0033ff;
  padding: 5px 0 1px;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #3d6bdb;
  font-family: georgia,serif;
  font-size: 1em;
  font-weight: 400;
}
ul#menu li a:visited {
  background-color: #ffffff;
}
ul#menu li a:hover {
  background: transparent url(../img/bg/menu.gif) repeat-x scroll left bottom;
  color: #000099;
}
ul#menu li a.here {
  background: transparent url(../img/bg/menu.gif) repeat-x scroll left bottom;
  color: #000000;
}
ul.two li a {
  width: 50%;
}
ul.three li a {
  width: 33%;
}
ul.four li a {
  width: 11%;
}
ul.five li a {
  width: 20%;
}
#page {
  padding: 2em 49px;
  clear: both;
  float: left;
  width: 740px ! important;
}
#vasen {
  border-color: #efefef;
  border-width: thin;
  border-right: thin solid #efefef;
  margin: 10px;
  padding: 2px;
  clear: none;
  float: left;
  height: 100%;
  width: 100px;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 10px;
}
.footer {
  padding-top: 3em;
  font-size: 0.85em;
  bottom: auto;
}
.kuvateksti {
  padding-top: 3em;
  font-size: 0.85em;
}
ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul.bigLinks li {
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0% 50%;
  display: inline;
}
ul.bigLinks li a, ul.bigLinks li a:visited {
  border:  none;
  margin: 10px 0;
  padding: 3px;
  display: block;
  text-decoration: none;
  background-color: #ffffff;
}
ul.bigLinks li a:hover {
  border-bottom: 1px solid #b8e78b;
  padding-bottom: 2px;
  background-color: #f1ffe3;
}
ul.bigLinks li a span.title {
  border-bottom: 1px solid #b8e78b;
  color: #5e9040;
}
ul.bigLinks li a:hover span.title {
  border-bottom: 1px solid #4a6e35;
  color: #3c5d29;
}
ul.bigLinks li a span.desc {
  display: block;
  color: #6d6864;
}
ul.bigLinks li a:hover span.desc {
  color: #555555;
}
.width100 {
  width: 100%;
}
.width75 {
  width: 73%;
}
.width66 {
  width: 64%;
}
.width50 {
  width: 48%;
}
.width33 {
  width: 31%;
}
.width25 {
  width: 23%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.big {
  font-size: 1.3em;
}
.small {
  font-size: 0.85em;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.grey {
  color: #aaaaaa;
}
.green {
  color: #82c048;
}
.ftkblue {
  color: #0981ff;
}
.greenBg {
  border-bottom: 1px solid #b8e78b;
  padding: 0 10px;
  background-color: #f1ffe3;
}
.highlight {
  border-top: 1px solid #bdedde;
  padding: 1px 2px;
  background: #d9f5ec none repeat scroll 0% 50%;
}

