
/* Sommittelumaaritykset */

BODY {
	margin: 0px;
	background-color: #fff;
	background-image: url(img/tausta.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

TD {vertical-align: top;}

IMG {border: 0;}

HR {
	border: none 0; 
	border-top: 1px dashed #000000;
	height: 1px;
	text-align: left;
	margin: 0px;
}	

.taittotausta {
	background-image: url(img/taitto_tausta.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* Fonttimaaritykset (huom! cs2 editointitilan asetukset cs2/sivut_css.cfm:ssä) */

H1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #646566;
}

H2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #646566;
}

H3, H4, H5 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #646566;
}


.chiliTeksti {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #646566;
}

.chiliTeksti TD {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #646566;
}

.pieni {
	font: 11px Arial, Helvetica, sans-serif;
}

/* Linkkimaaritykset */

A:link {
	text-decoration:underline;
	color: #646566;
}

A:visited {
	text-decoration:underline;
	color: #646566;
}

A.hoveri:link, A.hoveri:visited {
	text-decoration:none;
	color: #646566;
}

A.hoveri:hover {
	text-decoration:underline;
	color: #646566;
}


.ylanappi {
	display: block; 
	z-index: 4; 
	position: relative; 
	position: absolute;
	top: 112px;	
	background-image: url(img/ylanappi_tausta.png);
	background-repeat: no-repeat;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 51px;
	color: #777;
	width: 111px;
	height: 51px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
}
.ylanappi A, .ylanappi A:link, .ylanappi A:visited {
	text-decoration: none;
}

.ajankohtaista_boksi {
	padding: 0;
}
.ajankohtaista_boksi #otsikko {
	display: block;
	padding: 25px 0px 20px 0px;
	text-align: center;
	font-weight: bold;
	color: #777;
}
.ajankohtaista_boksi #uutiset {
	display: block;
	padding: 10px 20px 10px 13px;
	text-align: left;
}

/* Formimaaritykset */

.formi {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	padding-left:3px;
	}

.nappi {
	font: 12px Arial, Helvetica, sans-serif;
	padding-top:4px;
	padding-bottom:4px;
	font-weight:bold;
	background-color:#95af2e;
	color:white;
	border-style: solid;
	border-width: 0px;
	border-color: #222222;
	cursor: hand;
}

TEXTAREA {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
}

/* Kuvamaaritykset */

.tuote_pikkukuva {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
}

/* Valikkomaaritykset */

#valikkopalkki {	
	margin: 0;
	padding: 0;
	z-index: 30}

#valikkopalkki li {	/* ylintaso */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	font: 13px Arial, Helvetica, sans-serif;
	_width: 90px;
	min-width: 90px;
	background-image: url(img/valikko_viiva.png);
	background-position: top right;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#valikkopalkki li a
{
	display: block;
	padding: 0 15px 0 10px;
	text-align: center;
	text-decoration: none;
	color: #646566;
	line-height: 33px;
	height: 33px;
}

#valikkopalkki li a:hover {text-decoration:none; color:#1a90c3;}

#valikkopalkki div {
	/* alavalikot */
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 195px;
	text-transform: none;
	white-space: nowrap;
}

#valikkopalkki div img	{	
		position: relative;
		display: block;
}
	
#valikkopalkki div a	{
	position: relative;
	display: block;
	margin: 0;
	padding: 0 8px 0 0;
	width: auto;
	white-space: nowrap; 
	background-image: url(img/alavalikko_tausta.png);
	background-repeat: repeat-y;
	text-align: center;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}

#valikkopalkki div a:hover	{		
		background-image: url(img/alavalikko_tausta_aktiivi.png);
		color: white;
		text-decoration: none;
}
