

/* Sivun BODY-osa. Tässä asetetaan mm. taustaväri, taustakuva sekä sisennys reunoista. */
body {
	background: #0155b8 url('/img/layout/bodybackground.png') repeat-x scroll left top;
	margin: 0;
	padding: 0;
	border: 0;
	color: #202020;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
td {font-size: 11px;}



/* Otsikot. */
h1, 
.title { font-weight: normal; font-size: 18px; }

/* Normaalit linkit. */
a:link { color: #0068b1; text-decoration: underline; }
a:visited { color: #01467d; text-decoration: underline;}
a:hover	{ color: #004276; text-decoration: none;  }
a:active { color: #0068b1; text-decoration: underline; }


div#header {
	height: 121px;
	text-align: center;
}
div.holder { width: 970px; position: relative; }
div#header div.holder { margin: 0 auto; text-align: left; }


div#contact-info {
	font-size: 12px;
	width: 300px;
	float: right;
	margin-right: 20px;
	margin-top: 30px;
}
div#contact-info-item {
	display: block;
	clear: both;
}

div.pagecontent {
	/* border: 1px solid #ff0000; */
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

div#divcontent {
	background-color: #fff;
	border-left: 2px solid #dbebf6;
	border-right: 2px solid #dbebf6;
	/* padding: 0 15px; */
	margin: 0 auto;
	text-align: left;
	width: 970px;
}
#contenttable {
	/* width: 100%; */
}
#untitledwrapper {
	background: #ffffff url('img/layout/teknoexpertit.png') no-repeat scroll right bottom;
	padding-bottom: 100px;
}

#popupcard {
	padding-left: 30px;
}

#productwrapper {
	padding-left: 25px;
}

div#navigation {
	font-size: 14px;
}

	#navigation {
		float: left;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	#navigation ul {
		clear: left;
		float: left;
		list-style: none;
		list-style-type: none;
		margin: 0;
		padding: 0 0 10px 0;
		position: relative;
		left: 50%;
		text-align: center;
	}
	#navigation ul li {
		display: block;
		float: left;
		list-style: none;
		margin: 0 4px;
		padding: 0;
		position: relative;
		right: 50%;
	}
	#navigation ul li a {
		display: block;
		margin: 0 0 0 1px;
		padding: 20px 10px 10px 10px;
		color: #000;
		text-decoration: none;
		line-height: 1.3em;
	}
	#navigation ul li a:hover{
		background: #d4e7f6;
	}
	#navigation ul li.current a,
	#navigation ul li.current a:hover{
		background: #3084c0 !important;
		color: #fff;
		font-weight: bold;
	}

	
div#scroller {
	clear: both;
	/* padding: 10px 0; */
	margin: 0 auto;
	width: 840px;
	text-align: center;
}

div#footer {
	background: #fff url('img/layout/footer.png') no-repeat scroll center bottom;
	height: 67px;
	padding: 0;
	margin: 0;
}

#frontpagecentercolumn {
	width: 500px;
}

/* Spotit */
.spot {
	padding-bottom: 18px;
	margin-bottom: 15px;
	width: 192px;
	background: #fff url('img/layout/spot_bg.png') no-repeat scroll bottom left;
}

.spot h2 a:link { color: #ffffff; text-decoration: none; } 
.spot h2 a:visited { color: #ffffff; text-decoration: none; } 
.spot h2 a:hover { color: #ffffff; text-decoration: underline; } 
.spot h2 a:active { color: #ffffff; text-decoration: none; } 
.spot h2 { 
	margin: 0;
	font-size: 14px;
	background: #25648f url('img/layout/spot_headbg.png') no-repeat scroll top left;
	display: block;
	padding: 7px 10px 4px 10px;
}

.spot p a {color: #020202;}
.spot p { 
	margin: 5px 0 10px 0;
	border: 0;
	padding: 5px 8px 0 10px;
}

.spot .imagewrapper { text-align: center; }
.spot a img,
.spot img {
	border: 0;
}


/***************************************
* VASEN NAVIGOINTI                     *
***************************************/

/* Vasemman laidan sisennys. */
td#leftmenucell {
}

/* Ilmaa vasemman navigoinnin rivitykseen. */
table.menutable {
  padding-bottom: 3px;
}

/* Alemman tason marginaali vasemmasta reunasta. */
td.menuspacer {
  width: 15px;
}

/* Menuelementin fontti ja värimääritykset. */
a.menu:link,
a.menu:visited {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #3b433c;
	text-decoration: none;
}

/* Hover (hiiri päällä). */
a.menu:hover {
	color: #000000;
	text-decoration: none;
}

/* Valittu menuitem. */
span.menuselected {
  font-weight: normal;
  color: #a00000;
}




/* Voidaan asettaa määreitä menun eri "tasoille". */
/* Näitä ei yleensä tarvitse käyttää. */
div.menulevel1 {
}
div.menulevel2 {
}
div.menulevel3 {
}




/***************************************
* ETUSIVU / TIEDOTELISTAUS             *
***************************************/

/* Lue lisää linkin yläpuolelle harmaa viiva. */
table.tblLueLisaa {
  border-top: 1px solid #c0c0c0;
}

/* Ilmaa uutiskuvan ja otsikon väliin. */
td.newsImage {
  padding-right: 10px;
}

/* Otsikko. */
div.newsTitle {
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

/* Ingressi. */
div.newsIngress {
  font-family: arial, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #707070;
}


#bottominfo { color: #ccc; text-align: center;}
#dmx { text-align: right; width: 970px; margin: 0 auto;}
 #dmx a { color: #ccc; }







/***************************************
* TUOTEKORTIT JA TUOTELISTAUS          *
***************************************/


div#laitevuokraus_description {
	font-size: 12px;
}

a.card:link,
a.card:visited,
a.product:link,
a.product:visited {
  color: #000000;
  font-weight: bold;
}

.card_image {
  padding-right: 10px;
}

img.product {
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 1px;
}

div.card_desc {
  color: #707070;
}



a.nounderline:link,
a.nounderline:visited,
a.nounderline:hover {
	text-decoration: none;
}

.littletitle {
	font-weight: bold;
}

.fullwidth {
	width: 100%;
}



div.flashpalikka {
	position: absolute;
	z-index: 2;
	width: 149px;
	height: 88px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
div#palikka1 { top: 31px; left: 478px; }
div#palikka2 { top: 31px; left: 649px; }
div#palikka3 { top: 31px; left: 821px; }
div#flashpalikka object {
	z-index: 3;
}
div#flashpalikka div {}
div.flashpalikka div img { position: absolute; 
display: none;
z-index: 4; 
top:0; left; 0;
}








