html, body {
	text-align: center;
}

body {
	background-image: url("/images/layout/background.png");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #5b7d35;
	font-size: 0.8em;
	font-family: Tahoma, helvetica, sans-serif;
	height: auto !important;
	height: 100%;
}

div.container {
	text-align: left;
	width: 817px;
	margin: 0 auto;
	min-height: 500px;
}

div.container div.header {
	background-image: url("/images/layout/headerbg.png");
	background-repeat: no-repeat;
	background-position: top center;
	height: 146px;
	padding-right: 40px;
}

div.header div.logo {
	float: left;
	padding-left: 30px;
	padding-top: 22px;
}

div.container div.langselect {
	float: right;
	padding-top: 18px;
	height: 20px;
	font-size: 0.8em;
}

div.container div.langselect a {
	text-decoration: none;
}

div.langselect div.flagimage {
	float: left;
	margin-left: 1em;
}

div.langselect div.langstring {
	float: left;
	margin-left: 0.5em;
}

div.container div.navi {
	float: right;
	width: 600px;
	text-align: center;
	margin-top: 45px;
}

div.navi div.menuitem {
	display: inline;
	margin: 0 10px;	
	text-align: center;
}

div.navi div.menuitem a {
	color: #5b7d35;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 1.5em;
	font-size: 1.2em;
}

div.navi div.menuitem a:hover {
	color: #71a801;
}

div.navi div.menuitem a.active {
	color: #71a801;
}

div.outercontents {
	background-image: url("/images/layout/outercontentbg.png");
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #fff;
}

div.contents {
	background-image: url("/images/layout/contentbg.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 40px 30px;
}

div.contents form.cmsform {
	border: 1px solid #5b7d35;
	padding: 0.5em;
}

div.contents form.cmsform div.formlabel {
	width: 150px;
}

div.contents form.cmsform div.buttons {
	margin-left: 160px;
}

div.contents div.leftcol {
	width: 150px;
	float: left;
}

div.submenu {
	position: absolute;
	width: 150px;
	margin: 0;
	padding: 0;
}

div.submenu div.submenuitem {
	margin-bottom: 4px;
}

div.submenu div.submenuitem div.submenulevel {
	margin-left: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

div.submenu div.submenuitem div.submenulevel div.submenuitem {
	margin-bottom: 0;
}

div.submenu div.submenuitem a {
	text-decoration: none;
	color: #555;
}

div.submenu div.submenuitem a.active {
	color: #71a801;
}

div.submenu div.submenuitem a:hover {
	color: #71a801;
}

div.leftaddress {
	margin-top: 420px;
}

div.leftaddress p {
	margin: 0;
	font-size: 0.9em;
}

div.leftaddress div.tarjouspyynto {
	margin-bottom: 1em;
}

div.contents div.middlecol {
	width: 400px;
	float: left;
}

div.bottomcurve {
	height: 82px;
	background-image: url("/images/layout/bottomcurve.png");
	background-position: top center;
	background-repeat: no-repeat;
}

div.bottomcurve div.address {
	float: right;
	margin-right: 3.5em;
	font-size: 0.8em;	
}

/* front page */

div.etunostot {
	width: 750px;
	text-align: center;
	margin: 0 auto;
}

div.etunostot div.nostotleft {
	float: left;
}

div.etunostot div.nostotright {
	float: right;
}

div.etunostot div.nosto {
	/*
	background-image: url("/images/layout/etusivunosto.png");
	background-repeat: no-repeat;
	background-position: center center;
	*/
	width: 200px;
	margin-bottom: 1em;
}

div.etunostot div.nostolabel {
	text-align: center;
	font-size: 0.9em;
}

div.etunostot div.nostolabel a {
	text-decoration: none;
}

div.etunostot div.news {
	float: left;
	width: 330px;
	height: 411px;
	margin-left: 10px;
	padding-top: 10px;
	text-align: center;
	background-image: url("/images/layout/fpnewsbg.png");
	background-repeat: no-repeat;
	background-position: top center;
}

div.news div.newsheader {
	margin-bottom: 2em;
}

div.news div.newsheader  h1 {
	font-weight: normal;
	font-size: 1.8em;
}

div.etunostot div.news div.newsitem {
	margin-bottom: 1em;
	font-size: 1.3em;
}

div.container div.langselect div.facebook {
	margin-top: 0.5em;
	text-align: right;
}

div.ringbud {
	float: right;
	margin-right: 1em;
	margin-top: 0.5em;
}

/* image gallery */
div.picturegallery {
	margin-top: 2em;
}

div.picturegallery div.gallerypic {
	float: left;
	width: 133px;
	height: 130px;
}

div.picturegallery div.description {
	text-align: center;
	font-style: italic;
}