html {
	overflow-y: scroll;
}
html,body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica;
}
body {
	text-align: center;
	background-color: #22334d;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#top {
	width: 960px;
	height: 226px;
	display: inline-block;
}

#top.fin {
	background: url(../images/fin_topBg.jpg) no-repeat left top;
}
#top.eng {
	background: url(../images/eng_topBg.jpg) no-repeat left top;
}
#top.swe {
	background: url(../images/swe_topBg.jpg) no-repeat left top;
}

#topRow {
	width: 960px;
	height: 134px;
	display: block;
}

#valinta {
	float: left;
	width: 640px;
	display: inline-block;
	margin-right: 20px;
	text-align: right;
}

#valinta #buttons {
	width: 115px;
	margin-left: auto;
}

#valinta a {
	display: inline-block;
	width: 115px;
	height: 26px;
	background-position: 0px 0px;
	float: none;
	clear: both;
}

#valinta a.active {
	background-position: 0px -26px;
}

#valinta a:hover {
	background-position: 0px -26px;
}

#valinta a img {
	visibility: hidden;
}


#topCombo {
	display: block;
	width: 960px;
	height: 59px;
}

#fmi {
	width: 143px;
	height: 53px;
	display: inline-block;
	float: left;
}


#contentLayer1 {
	width: 960px;
	background: #ffffff url(../images/contentBgRepeat.gif) repeat-y left top;
	display: inline-block;
}

#contentLayer2 {
	width: 960px;
	background: url(../images/contentBgTop.gif) no-repeat left top;
	display: inline-block;
}

#contentLayer2.front {
/*
	background: url(../images/contentBgTop.front.jpg) no-repeat left top;
*/
}

#contentLayer3 {
	width: 960px;
	background: url(../images/contentBgBottom.gif) no-repeat left bottom;
	padding-bottom: 12px;
	display: inline-block;
}

#innerContent {
	width: 910px;
	margin-left: 30px;
	margin-top: 22px;
	display: inline-block;
}

#innerContent.front {
	width: 920px;
	margin-top: 0px;
}

#left {
	width: 280px;
	padding: 0px;
	float: left;
}

#main {
	width: 920px;
	min-height: 24px;
	float: left;
}

#main.withLeft {
	width: 610px;
	float: left;
	margin-left: 10px;
}

#banners {
	width: 610px;
	margin-top: 1em;
	display: inline-block;
}

#banners .bannerTitle {
	width: 100%;
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 1em;
}

#banners img {
	display: block;
	margin-right: 2px;
	float: left;
}

#bottom {
	float: none;
	clear: both;
	width: 940px;
	height: 25px;
	margin-left: 10px;
	margin-top: 9px;
	margin-bottom: 4px;
	display: inline-block;
	background-image: url(../images/bottom.gif);
	color: #b3c8dc;
	font-size: 8pt;
	line-height: 25px;
}

#bottom .palkki {
	color: #71879d;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
#bottom .space {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#bottom a {
	color: #b3c8dc;
	text-decoration: none;
}
#bottom a:hover {
	color: #b3c8dc;
	text-decoration: underline;
}

#bottom a.link {
	color: #ccdcec;
	font-weight: bold;
	text-decoration: underline;
}
#bottom a.link:hover {
	color: #b3c8dc;
	text-decoration: none;
}

#bottom em {
	color: #ccdcec;
	font-weight: bold;
	font-style: normal;
}

#bottomLeft {
	float: left;
	margin-left: 20px;
	width: 560px;
	height: 25px;
	display: inline-block;
}

#bottomRight {
	float: left;
	margin-right: 20px;
	width: 340px;
	height: 25px;
	display: inline-block;
	text-align: right;
}

/* </leiska> */

.languageLink {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #636363;
}

.languageLink:hover {
	text-decoration: none;
	color: #636363;
}

.languageLink:visited {
	text-decoration: underline;
	color: #636363;
}

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.articleCommandLink:visited {
	text-decoration: none;
}

.articleCommandLink:hover {
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.readMore {
	font-size: 8pt;
}

#palaute {
	width: 560px;
	display: inline-block;
}

.formTable {
	width: 560px;
	display: table;
	font-family: verdana, arial, sans_serif;
	font-size: 9pt;
}

.formRow {
	width: 100%;
	display: table-row;
}

.formCell {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

