/* SIVUN LAYOUT & DIVIKOHTAISET TYYLIT */

body {
	font-size: 11pt;
	text-align: center;
	color: #000000;
	background: url(../img/back_lines.jpg) repeat-x;
	background-color: #eeeeee;
}

div.container {
	width: 800px;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	text-align: left;
	background-color: #ffffff;
}

	div.logo {
		width: 800px;
		height: 41px;
		background: url(../img/back_logo.jpg) 0% 100% no-repeat;
	}

		a.heinola {
			float: right;
			display: inline;
			width: 184px;
			height: 51px;
		}

	div.image {
		width: 800px;
		height: 105px;
		background: url(../img/back_image.jpg) no-repeat;
	}

	div.navi {
		float: left;
		width: 150px;
		padding: 15px 0px 0px 0px;
		background: url(../img/back_navi.jpg) no-repeat;
		background-color: #f87b29;
	}

		div.navi a.linkki {
			margin-left: 10px;
			font-family: arial;
			font-weight: bold;
			font-size: 8pt;
			line-height: 1.6em;
			text-decoration: none;
			color: #ffffff;
		}

		div.navi img {
			display: block;
		}

	div.main {
		float: left;
		width: 615px;
		padding: 15px 20px 0px 15px;
	}

	div.etusivu {
		float: left;
		width: 395px;
		padding: 15px 10px 0px 15px;
	}

	div.photo {
		float: left;
		width: 210px;
		padding: 15px 10px 0px 10px;
		text-align: center;
	}

	div.linkit {
		width: 800px;
		margin-top: 10px;
		border-top: 5px solid #eeeeee;
		padding: 5px 0px 0px 0px;
		text-align: center;
	}

		div.linkit h2 {
			color: #f87b29;
			margin-bottom: 0px;
		}

		div.linkit table.yritykset {
			margin: 0px;
		}

			div.linkit table.yritykset td {
				padding: 5px;
				text-align: center;
			}

	div.footer {
		width: 800px;
		border-top: 5px solid #eeeeee;
		padding: 10px 0px 10px 0px;
		text-align: right;
		color: #999999;
	}

		div.footer a {
			color: #b0b0b0;
		}

/* MUUT */

h1 {
	font-size: 14pt;
	font-weight: bold;
	font-family: arial;
	margin: 0px 0px 1em 0px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	font-family: arial;
	margin: 0px 0px 1em 0px;
}

p {
	margin: 1em 0px;
}


a.news {
	color: #f87b29;
}

br.clear {
	clear: both;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}

/* GALLERIA */

div.imagebox {
	float: left;
	display: inline;
	width: 120px;
	height: 135px;
	margin: 5px;
	text-align: center;
}

	div.imagebox a {
		color: #ff0000;
	}

