body {
  background: #fff url(/images/bg2.png) repeat-x;
  color: #222;
  font-family: "Trebuchet MS";
  font-size: 13px;
}

#wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  margin: 30px 0;
}

#header h1 {
  width: 666px;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -1000px;
  overflow: hidden;
  background: url(/images/logo.png) no-repeat;
}

#sheet {
  width: 960px;
  padding: 0 10px;
  background: #eee;
}

#links {
  /*margin-left: auto;
    margin-right: auto;*/
  height: 50px;
  background: #eee url(/images/bg3.png) repeat-x;
  padding: 11px 0 0 0;
  font-size: 13px;
  text-align: center;
}

#links ul { 
  /*width: 540px;*/
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

#links li {
  display: inline;
  margin: 0 10px 0 20px;
}

#links a {
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
}

#links li.active a {
  border-bottom: 3px solid #eee;
}

#links li a:hover {
  border-bottom: 3px solid #ff00b7;
}

#top {
  height: 10px;
  background: url(/images/main_bg.png) no-repeat;
}

#container {
  /*padding: 14px 0;*/
  clear: both;
  background: url(/images/main.png) repeat-y;
}


#bottom {
  background: url(/images/main_bottom.png) no-repeat;
  height: 10px;
  clear: both;
}

#footer {
  padding: 10px 10px;
  height: 50px;
  clear: both;
  text-align: center;
  color: #666;
  background: url(/images/footerbgtrnsprnt.png) no-repeat;
}

#louhi {
  font-size: 0.8em;
  color: #666;
  margin: 0 auto;
  text-align: right;
  background: url(/images/louhi.png) no-repeat 0 0;
  width: 200px;
  height: 95px;
  padding-top: 57px;
  margin-bottom: 20px;
}

#louhi b {
  display: none;
}

#content p {
  line-height: 1.4em;
  text-align: justify;
}

#badge_left { 
  position: absolute;
  top: 0;
  left: 0;
}

#badge_right {
  position: relative;
  margin-left: 930px;
  margin-top: -60px;
  margin-bottom: -100px;
}

a {
  color: #ff00b7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}

h1 {
  margin-top: 25px;
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

img.right {
  float: right; 
  margin: 0 0 20px 20px;
  clear: right;
}

img.left {
  float: left; 
  margin: 0 20px 20px 0;
  clear: left;
}

ul.inline li {
  display: inline;
  margin: 0 5px;
}

.null {
  display: none;
}

.news h3 {
  color: #ff00b7;
  margin: 20px 0 4px 0;
}

.news p.info {
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px 0;
  color: #888;
}

.inline {
  float: left;
}

.center {
  text-align: center;
}

#galleria #content li img {
  padding: 10px 10px 30px 10px;
  background: #dfdfdf;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  margin-bottom: 10px;
}

form {
  margin-top: 30px;
}

#yhteystiedot label {
  margin: 10px 0 3px 0;
  display: block;
  font-weight: bold;
}

#yhteystiedot input {
  font-size: 14px;
}

#yhteystiedot dt {
  clear: left;
  float: left;
  width: 140px;
  margin: 4px 0;
}

#yhteystiedot dd {
  float:left;
  width: 240px;
  margin: 4px 0;
}

#yhteystiedot {
  margin: 0;
}

label {
  margin: 14px 0 4px 0;
  display: block;
}

input {
  display: block;
}