/* <leiska> */
html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	text-align: center;
	background-color: #004488;
}

body#front {
	background-color: #002a56;
	background-image: url(../images/bg.front.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bgLayer1 {
	width: 100%;
	display: inline-block;
	background-image: url(../images/bgLayer1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}
#bgLayer2 {
	width: 100%;
	display: inline-block;
	background-image: url(../images/bgLayer2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#front #bgLayer1 {
	background-image: url(../images/bgLayer1.front.gif);
	background-color: transparent;
}

#front #bgLayer2 {
	background-image: none;
	background-color: transparent;
}

#container {
	width: 960px;
	margin: 0 auto;	/* centering */
	text-align: left;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}

#front #container {
	background-image: url(../images/top.front.gif);
}

#logo {
	z-index: 10;
	left: 691px;
	top: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
	width: 274px;
	height: 157px;
}


/* palstat */
#sidebar {
	width: 256px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#front #sidebar {
	display: none;
}

#content {
	width: 564px;
	float: left;
	padding-bottom: 15px;
}

#front #content {
	width: 960px;
	padding: 0px;
}

#right {
	width: 140px;
	float: left;
	padding-top: 91px;
	padding-bottom: 15px;
}

#front #right {
	display: none;
}


#header {
	width: 960px;
	height: 38px;
	overflow: hidden;
}

#menuTopArea {
	width: 960px;
	height: 32px;
	margin-bottom: 23px;
}

#front #menuTopArea {
	margin-bottom: 18px;
}


#columns {
	display: inline-block;
	width: 960px;
	background-image: url(../images/leftBg.gif);
	background-repeat: repeat-y;
}

#front #columns {
	background-image: none;
}

#nostot {
	width: 970px;
	height: 260px;
	display: inline-block;
	background-image: url(../images/nostotPalkki.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
}

#nostot .nosto {
	width: 192px;
	float: left;
	display: inline-block;
}

#nostot .nostoTitle {
	display: inline-block;
	height: 41px;
	margin-left: 10px;
	vertical-align: middle;
}
#nostot .nostoTitle img {
	margin-top: 12px;
}

#frontBottom {
	background-image: url(../images/hr.front.gif);
	background-repeat: repeat-x;
	display: inline-block;
}

#links {
	display: inline-block;
	width: 374px;
	float: left;
	margin-left: -20px;
	overflow: hidden;
	background-image: url(../images/vr.front.png);
	background-repeat: no-repeat;
	background-position: 372px 2px;
}

#ajankohtaista {
	display: inline-block;
	width: 586px;
	float: left;
	background-image: url(../images/titles/ajankohtaista.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-top: 30px;
}


#footer	{
	width: 960px;
	height: 70px;
	display: table;
}

#footer img {
	display: block;
	margin-top: 14px;
}

#front #footer img {
	display: block;
	margin-top: 0px;
}

/* </leiska> */

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.articleCommandLink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.articleCommandLink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.readMore {
	display: inline-block;
	font-size: 9pt;
	margin-top: 1em;
	color: #e3ce1c;
}

