html, body {
	margin: 0;
	padding: 0;
}

body {
  min-width: 960px;
  background-color:#fff;
  font: 13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  background: url("/latu-header.gif") no-repeat scroll center top #FFFFFF;
  color: #444444;
  font-family: arial,sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid layout
----------------------------------------------------------------------------------------------------*/

.grid_140,
.grid_780,
.grid_940 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container .grid_140 {
	width:140px;
}

.container .grid_780 {
	width:780px;
}

.container .grid_940 {
	width:940px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ...
----------------------------------------------------------------------------------------------------*/

.header {
  height:270px;
}

.content {
  min-height:500px;
  border-left: 1px solid #E9E9E9;
  margin-left: 0;
  margin-right: 0;
  min-height: 422px;
  padding-left: 9px;
  padding-right: 9px;
}

#logo {
  background: url("/ketju_logo.png") no-repeat scroll left top transparent;
  display: block;
  height: 86px;
  left: 140px;
  position: absolute;
  text-indent: -9999px;
  top: 50px;
  width: 270px;
}

#seloste {
  display: block;
  width: 230px;
  height: 40px;
  left: 350px;
  top: 15px;
  position: absolute;
  text-indent: -9999px;
}

div#footer {
  background-color: #0065BD;
  border-radius: 5px 5px 5px 5px;
  color: white;
  font-size: 12px;
  height: 18px;
  margin: 20px auto auto;
  padding: 10px;
}

div#address p {
  color: #999999;
  font-size: 11px;
  text-align: center;
}

h1, h2, h3, h4 {
  color: #0065BD;
}

a {
    color: #0065BD;
    text-decoration: none;
}
a:hover {
    color: #00427B;
    text-decoration: underline;
}

.otsikko {
  border-bottom: 1px solid #0065BD;
  border-top: 3px solid #0065BD;
  color: #0065BD;
  font-size: 18px;
  font-weight: normal;
  padding: 4px 10px;
  display: block;
  clear:left;
}

.alaotsikko {
  border-top: 0 none;
  border-bottom: 1px solid #0065BD;
  color: #0065BD;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 10px;
  display: block;
  clear:left;
  margin: 15px 0 10px;
}

.nappi, select {
  background: none repeat scroll 0 0 white;
  border: medium solid;
  color: #0065BD;
  cursor: pointer;
  font-weight: bold;
  padding: 2px 4px;
  text-align: center;
  margin: 15px;
  border-radius: 6px;
}

.nappi:hover {
  background-color: #ddd;
}

select {
  border: thin solid;
}
#submit_napit {
  margin-top: 20px;
}
