html {
  padding:12px;
  margin: 0px;
}

body {
  padding:0px;
  margin: 0px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

img {
  border: 0px;
  vertical-align: bottom;
}

div#main {
  margin-left: auto;
  margin-right: auto;
  width: 976px;
  text-align: left;
}

div#toplogo { 
  width: 976px;
  height: 55px;
  background: url(/imgs/topnavi_blue_bg.png);
}

#cclogo {
  margin-top: 6px;
  margin-left: 6px;
  float: left;
}

#toplogo ul {
  list-style: none;
  float: right;
  margin: 3px 3px 0 0;
  padding: 0;
}

#toplogo li {
  padding: 2px;
}

#toplogo li:hover {
  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85; 
}




/* Navi */
div#topnavi { 
  width: 976px;
  height: 26px;
/*  background-color: #000; */
  background-color: #666;
}

#topnaviul,
#topnaviul ul {
/*  width: 974px; */
/*  margin: 0 0 0 1px; */
  margin: 0 0 0 0;
  width: 976px;
  padding: 0;
  float: left;
  position: absolute;
  background: url(/imgs/topnavi_yellow_bg2.png);
}

#topnaviul li {
  list-style-type: none;
  margin: 0px;
  position: relative;
  display: inline;
}
#topnaviul a {
  height: 14px;
}

#topnaviul li > ul {
  display: none;
/*  position: absolute;
  top: 2px;
  left: 80px; */
}

#topnaviul li ul li {
  display: none;
/*  position: absolute;
  top: 12px; */
  height: 19px;
}

#topnaviul li ul {
  position: absolute;
  z-index: 500;
  top: 26px;
/*  left: -2px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000; */
  left: -1px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

#topnaviul li:hover > ul,
#topnaviul li:hover > ul li {
  display: block;
  width: 200px;
}


#topnaviul>li {
  display: block;
  position: relative;
  text-align: center;
  height: 23px;
  padding-top: 3px;
  background: url(/imgs/topnavi_yellow_bg.png);
  float: left;
}

#topnavi .liFade {
  width: 121px;
  border-left: 1px solid #666;
}

#topnavi .liFadeFirst {
  width: 120px;
}

#topnavi .liGoogle {
  width: 121px;
  border-left: 1px solid #666;
}

#topnavi .liSubFade {
  margin-top: 2px;
  }

#topnavi .liSubFade a {
  font-size: 11px;
}

#topnavi li a:hover {
  text-decoration: underline;
}

#topnavi input {
  width: 113px;
  height: 14px;
  font-size: 12px;
}

#topnavi li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

/* Navi end */

a[target="_new"]:after,
a[target="_blank"]:after {
  margin-left: 2px;
  content: url("/imgs/target_new.png")
}

#page {
  width: 976px;
  background-color: #E8E8E8;
}

#leftWrapper {
  float:left;
  width: 816px;
  height: auto;
}

#leftColumn {
  float: left;
  height: 100%;
  width: 185px;
  padding-top: 5px;
}

#centerColumn {
  float: right;
  background-color: #fff;
/*  width: 633px; */
  width: 619px;
  padding: 5px 5px 5px 5px;
  height: auto;
  border-left: 1px dotted #000; 
  border-right: 1px dotted #000; 
  border-bottom: 1px dotted #000; 
}

#rightColumn {
  float: right;
  height: 100%;
  width: 160px;
  background-color: #E8E8E8;
}

#divTopBanner {
  margin-left: auto;
  margin-right: auto;
  width: 728px;
  height: 90px;
  margin-bottom: 10px;
}

.leftBanner {
  margin: 5px 10px 5px 10px;
}

/* Pisteet */
#divPisteet {
  padding-bottom: 10px;
  margin: 0 3px 0 3px;
}

/* .aTogPisteet:visited, .aTogPisteet:link, .aTogPisteet:hover, .aTogPisteet:active */
.aTogPisteet {
  color: #fff;
  border-bottom: 1px solid yellow;
  /*color: #000; */
  font-weight: bold;
  text-decoration: none;
  cursor:pointer;
  cursor:hand;
}

#divPisteet div {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 2px;
  background-color: #ebebeb;
/*  border-bottom: 1px solid #ebebeb; */
  border-left: 1px solid #0041a0;
  border-right: 1px solid #0041a0;
  border-bottom: 1px solid #0041a0;
  
}

#divPisteet div p{
  margin-top: 0px;
  margin-bottom: 0px;
}

#divPisteet p {
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 8px;
  margin-right: 17px;
  margin-bottom: 0px;
  margin-left: 17px;
}

.divPiste>a { color: #00f; }


#centerColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 8px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
}

#centerColumn h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #0549AA;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 17px;
  font-weight: bold;
}

#centerColumn h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #0549AA;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 17px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0D7AE9;
  line-height: 24px;
}

#centerColumn h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #0549AA;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 17px;
  font-weight: bold;
}

#centerColumn a:link {
	color: #0D7AE9;
	text-decoration: underline;
}

#centerColumn a:visited {
	color: #0D7AE9;
	text-decoration: underline;
}

#centerColumn a:hover {
	color: #0D7AE9;
	text-decoration: none;
}

#centerColumn a:active {
	color: #0D7AE9;
	text-decoration: underline;
}

#centerColumn li {
	margin: 0 0 0 0;
}

#centerColumn ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.textTitle {
	line-height: 21px !important;
	height: 26px !important;
	margin: 0 0 6px 0 !important;
	font-weight: bold !important;
	color: #eee !important;
	padding-left: 10px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	background-image: url(/imgs/title_bg.png);
}

.imgLeft {
  float: left;
}

.imgRight {
  float: right;
}

/* Mahdollista sontaa joukossa, tarttee puhdistaa */
/* ROW 2 */
/* teemakuva */
#theme {float: none; margin-bottom: 12px; height: auto; width: auto;}

#theme img {
  text-align: center;
/*  margin-left: 20px; */
}

#toimipisteet {	float: none;	height: auto;	width: auto;}
#toimipisteet p {margin-top: 8px; margin-right: 8px; margin-bottom: 0px; margin-left: 8px; }

#column1 {float: left; height: auto; width: 240px; margin-right: 9px; }
/* #column1 TABLE {width: 230px;} */

#column2 { float: right; height: auto; width: 370px;  margin-top: 0px; }
/* #column2 TABLE {width: 323px;} */

#news {height: auto; width: auto; margin-bottom: 10px;}
#news p {margin-top: 8px; margin-right: 8px; margin-bottom: 0px; margin-left: 8px; } 
#linktip {height: auto; width: auto; margin-bottom: 10px;}
#linktip p {margin-top: 8px; margin-right: 8px; margin-bottom: 0px; margin-left: 8px; } 

#products {height: auto; width: 370px; margin-bottom: 10px; margin-top: 0px; }
#products p {margin-top: 8px; margin-right: 8px; margin-bottom: 0px; margin-left: 8px; } 
.productsimg {clear:both; float: right;} 
#feedback {height: auto; width: 370px; margin-bottom: 10px;}
#feedback p {margin-top: 8px; margin-right: 8px; margin-bottom: 0px; margin-left: 8px; } 

#divPisteet {
  background-color: #0a6cf5;
}

#text { height: auto; width: 582px; margin-bottom: 0px;}
#text img {
  margin-left: 0px;
  margin-right: 10px;
  clear: right;
  margin-top: 10px;
  margin-bottom: 0px;
}
#text table {margin-top: 8px;	margin-right: 17px;	margin-bottom: 0px;	margin-left: 17px;}

.racehinnasto td {
  color: #ffff77 !important;
}