body {
	color: Black;
	background-color: rgb(125, 144, 189);
	background-image: url(images/tausta.png);
	background-repeat: repeat;
}

/* Sivujen layout-elementit */

/*div {
	border: 1px solid red;	
}*/

div#mainarea {
	position: relative;
	width: 800px;
	background-color: White;
	color: Black;
}

div#logo {
	position: absolute;
	right: 100px;
	top: 30px;
	width: 227px;
	height: 56px;
	background-image: url(images/logo.png);
	z-index: 0;
}

div#menupallocontainer {
	position: relative;
	text-align: center;
	top: 60px;
	width: 800px;
	height: 110px;
	z-index: 1;
}
	/* tarvitaan div-keskityksessä */
	div#menupallokeskitin {
		position: relative;
		width: 580px;
		height: 110px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.menupallo {
		width: 89px;
/*		height: 89px;*/
		margin-left: 10px;
		margin-right: 10px;
		float: left;
		text-align: center;
	}
		div.menupallo a, img {
			border: none;
		}
		
	div#alamenu1 {
		position: absolute;
		top: 100px;
		text-align: left;
		left: 124px;
		width: 200px;
		visibility: hidden;
		background-color: White;
		color: #7D90BD;
		border: 1px solid #2C569D;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	div#alamenu2 {
		position: absolute;
		top: 100px;
		text-align: left;
		left: 233px;
		width: 200px;
		visibility: hidden;
		background-color: White;
		color: #7D90BD;
		border: 1px solid #2C569D;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
		
		a.alamenu {
			margin: 0px;
			padding: 1px;
			font-family: Tahoma, Verdana, sans-serif;
			font-size: 80%;
			text-decoration: none;
		}
		
		hr.alamenu {
			height: 1px;
			border-top: 1px dashed #2C569D;
			border-left: 0 none;
			border-right: 0 none;
			border-bottom: 0 none;
			margin-top: 1px;
			margin-bottom: 1px;
			text-align: left;
			padding: 0;
		}
	
div#sisalto {
	position: relative;
	margin-top: 90px;
	width: 620px;
	margin-left: 90px;
	margin-right: 90px;
	text-align: justify;
}

div#alakaari {
	position: relative;
	width: 800px;
	height: 155px;
	bottom: 0px;
	margin: 0px;
	background-image: url(images/alakaari.png);
}

.kuvasivulla {
	float: right;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.nuoli {
	display: inline;
	vertical-align: middle;
}

td {
	font-family: Tahoma, Verdana, sans-serif; 
	padding-top: 10px;
	padding-bottom: 10px;	
}

td.otsikko {
	padding-right: 20px;
	font-weight: bold;
}
/* Uutissivun tekstit */

p, h1, h2, li {
	font-family: Tahoma, Verdana, sans-serif; 
	font-weight: normal;
}

p {
	font-size: 90%;	
}

h1 {
	margin-top: 60px;
	font-size: 160%;
}

h2 {
	margin-bottom: -10px;
	font-size: medium;
	font-weight: bold;
}

h2.ennenlistaa {
	font-size: medium;
	font-weight: bold;
}

a {
	color: #2C569D;
	font-weight: bolder;
	text-decoration: none;
}

ul.productpage {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 0px;
	line-height: 1.5em;
	list-style-position: inside;
	text-align: left;
}

ul.referencepage {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: none;
	line-height: 1.5em;
}

ul.referencepage li {
	font-weight: bold;
}

ul.referencepage li a {
	text-decoration: none;
	font-size: 90%;
}

li.companyname {
	margin-bottom: 20px;	
}

p.sijainti a {
	color: #2C569D;
	font-weight: bold;
	text-decoration: none;
}

p.sijainti {
	font-size: smaller;
	font-weight: bold;
}

hr.uutisviiva {
	border-top: 1px dashed #000;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #fff;
	background-color: #fff;
	height: 2px;
}

p.uutisotsikko {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.uutispaivamaara {
	margin-top: 0px;
	padding-bottom: 0px;
	font-size: small;
}

p.uutissisalto {
	font-size: 90%;
}
