/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
	/* background-image: url(../images/bgTop.gif); */
	background-repeat: repeat-x;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	text-align: center;
	/* background-image: url(../images/bgTop.gif); */
	background-repeat: repeat-x;
}

#bg {
	background-image: url(../images/bgBottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	/* height: 100%; */
}

#topBgBar {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #971d10;
	height: 100px;
	width: 100%;
	z-index: -2;
}

#topBgBarLeft {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	height: 100px;
	width: 50%;
	z-index: -1;
}

#container {
	width: 960px;
	margin: 0 auto;	/* centering */
	text-align: left;
	height: 100%;
	background-image: url(../images/bgRepeat.gif);
	background-repeat: repeat-y;
}

#topRow {
	height: 101px;
}
#logo {
	width: 250px;
	height: 101px;
}
#menuTopArea {
	width: 710px;
	height: 101px;
	background-image: url(../images/menuTopBg.jpg);
	background-repeat: no-repeat;
}

#contentRow {
}
#sidebar {
	width: 250px;
	background-image: url(../images/leftBgBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 28px;
}
#sidebar.front {
	background: none;
}
#content {
	width: 710px;
	padding-top: 20px;
}
#content.front {
	background-image: url(../images/frontBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#bottomRow {
	height: 30px;
}
#footer	{
	height: 30px;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	color: #df9d96;
	font-size: 9pt;
	text-align: right;
	vertical-align: middle;
}
#footer a {
	color: #df9d96;
}
#footer span.palkki {
	color: #b64d42;
	margin-left: 1em;
	margin-right: 1em;
}
#footer span.light {
	color: #edd5d2;
}

.leftTitle {
	background-image: url(../images/leftTitleRepeat.gif);
	background-repeat: repeat-y;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9pt;
}

.leftTitle div {
	background-image: url(../images/leftTitleTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 100%;
}

.leftTitle div .inner {
	background-image: url(../images/leftTitleBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline-block;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2em;
	color: #ffffff;
}

#etusivu {
	height: auto !important;
	height: 329px;
	min-height: 349px;
	display: block;
}

#nosto1 {
	background-image: url(../images/nosto1Bg.gif);
	background-repeat: no-repeat;
	width: 360px;
	float: left;
	height: auto important!;
	height: 120px;
	min-height: 120px;
}

#nosto2 {
	background-image: url(../images/nosto2Bg.gif);
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin-left: 20px;
	height: auto important!;
	height: 120px;
	min-height: 120px;
}


/* </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 {
	font-size: 8pt;
}

