/* <leiska> */
html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
}

body {
	text-align: center;
	background-color: #e0dfdd;
}

#container {
	width: 960px;
	display: inline-block;
	margin: 0 auto;	/* centering */
	text-align: left;
	background-image: url(../images/bg.shadow.bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}

#shadow {
	width: 960px;
	display: inline-block;
	background-image: url(../images/bg.shadow.repeat.png);
	background-repeat: repeat-y;
}

/* palstat */
#sidebar {
	width: 280px;
	display: inline-block;
	float: left;
/*
	margin-left: 20px;
	margin-right: 5px;
*/
}

#sidebar .padding {
	padding-left: 20px;
	padding-right: 5px;
}

#content {
	width: 670px;
	display: inline-block;
	float: left;
}

.front #content {
	width: 960px;
}

#header {
	width: 950px;
	height: 180px;
	display: inline-block;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#logo {
	padding-left: 615px;
	padding-top: 100px;
}

#logo img {
	display: block;
	border: 0px;
}

#menuTopArea {
	width: 950px;
	height: 29px;
	display: inline-block;
	background-color: #3f403c;
}

#columns {
	width: 950px;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
}

#dotlines {
	display: inline-block;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-y;
}

.front #dotlines {
	background-image: url(../images/dotline.front.gif);
}

#news {
	width: 240px;
	float: left;
}

#nostot {
	width: 710px;
	display: inline-block;
	float: left;
}

#nostot .nosto {
	float: left;
	width: 355px;
	display: inline-block;
}


/* </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;
	float: none;
	clear: both;
	margin-top: 4px;
	font-size: 9pt;
}

