/*****************************************************************************
reset
*****************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*****************************************************************************
html
*****************************************************************************/
body {
  padding-top: 0px;
  background-color: #fff;
  font: 13px/140% Verdana, Arial, sans-serif;
  color: #000;
  background: #fff;
}

h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}

h1 {
  font-size: 26px;
  color: #000;
  padding-bottom: 0px;
}

h2 {
  font-size: 18px;
  color: #666;
  padding-bottom: 10px;
}

a:link, a:visited {
  font-size: 12px;
  color: #333366;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active, a.active {
  color: #000;
  text-decoration: underline;
}

/*****************************************************************************
leiska
*****************************************************************************/

#wrap {
  margin: 0 auto;
  position: relative;
  width: 848px;
}

#top {
  position: relative;
  width: 848px;
  height: 120px;
  background: #fff;
}

#menu {
  float: right;
  width: 280px;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#logo {
  float: left;
  width: 480px;
  padding-top: 20px;
}

#content {
  position: relative;
  width: 848px;
  height: 350px;
  background: url(../img/ct_bg4.jpg) no-repeat left top;
  margin-bottom: 10px;
}

#content2 {
  position: relative;
  width: 848px;
  height: 350px;
  background: url(../img/ct_bg5.jpg) no-repeat left top;
  margin-bottom: 10px;
}

#teksti {
  position:absolute;
  top: 0;
  left: 0;
  width: 360px;
  padding: 40px 20px 0px 40px;
}

#teksti2 {
  position:absolute;
  top: 0;
  right: 20px;
  width: 360px;
  padding: 83px 20px 0px 20px;
}


#otsake {
  position: relative;
  padding: 10px 0px 10px 30px;
  width: 848px;
}

#iframe {
  position: relative;
  padding: 50px 0 40px 5px;
  width: 848px;
  height: 435px;
  background: url(../img/ct_bg3.jpg) no-repeat left top;
}

#footer {
  padding: 30px;
  position: relative;
  width: 848px;
  height: 120px;
  background: url(../img/ct_bg3.jpg) no-repeat left top;
}

#footer2 {
  float: left;
  width: 200px;
  height: 120px;
}

#footer3 {
  float: right;
  width: 225px;
  height: 120px;
}

/*****************************************************************************
navi
*****************************************************************************/

#navigation {
	height: 29px;
}

#navigation a
{
list-style:none;
color: #fff;
background: #288AAA url(../img/navl.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
} 

#navigation a span
{
background: url(../img/navr.gif) right top no-repeat;
padding-right: 10px;
padding-bottom: 6px;
padding-top: 4px;
} 

#navigation a:hover  {
color: #fff;
background: #fff url(../img/navlh.gif) left top no-repeat;
padding-left: 10px
}

#navigation a:hover span
{
background: url(../img/navrh.gif) right top no-repeat;
padding-right: 10px
} 

#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin-right: 5px;
} 

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */
