/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	text-align: center;
	background-image: url(../images/topStripe.gif);
	background-repeat: repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	display: inline-block;
}

#container.front {
	background-image: url(../images/top.front.jpg);
}

#sidebar {
	width: 310px;
	float: left;
	padding-top: 35px;
	display: inline-block;
}

#content {
	width: 650px;
	float: left;
	padding-top: 35px;
	display: inline-block;
}

#content.front {
	width: 960px;
	float: left;
	padding-top: 35px;
	display: inline-block;
}

#frontLeft {
	float: left;
	width: 615px;
	display: inline-block;
	margin-left: 50px;
}

#frontRight {
	float: left;
	width: 265px;
	display: inline-block;
	padding-top: 150px;
	margin-left: 30px;
}

#frontPage {
	width: 610px;
	height: 231px;
	display: inline-block;
}


#header {
	width: 960px;
	height: 137px;
	display: inline-block;
}

#logoArea {
	width: 310px;
	height: 137px;
	display: inline-block;
	float: left;
}

#logo {
	border: 0px;
}

#menuTopArea {
	width: 650px;
	height: 137px;
	display: inline-block;
	float: left;
}

#menuTopContainer {
	width: 570px;
	height: 30px;
	margin-left: 20px;
	margin-top: 91px;
}

#columns {
	width: 960px;
	display: inline-block;
}

#footer	{
	float: none;
	clear: both;
	display: inline-block;
	width: 960px;
	border-top: 1px solid #003666;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	line-height: 200%;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .palkki {
	color: #cccccc;
}

#palvelun_tilaaminen {
	width: 211px;
	height: auto !important;
	height: 230px;
	min-height: 230px;
	background-image: url(../images/palvelun_tilaaminen.png);
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 8pt;
}

#palvelun_tilaaminen p.first {
	margin-top: 100px;
}

#palvelun_tilaaminen p {
	padding: 10px;
}



#tyonhakijalle {
	width: 191px;
	background-image: url(../images/tyonhakijalle.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	display: inline-block;
	font-size: 8pt;
	padding: 10px;
	padding-top: 26px;
}

.nosto {
	width: 290px;
	height: auto !important;
	height: 214px;
	min-height: 214px;
	display: inline-block;
	background-image: url(../images/front.block.gif);
	background-repeat: no-repeat;
	font-size: 9pt;
	float: left;
	margin-left: 30px;
}

/* </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;
}

