/* <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: #601111 url(../img/bg.gif) repeat-x left top;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-left: 10px;
}

#container.page {
	background-image: url(../img/bg_front.jpg);
}

#header {
	width: 960px;
	height: 153px;
	overflow: hidden;
}

#logo {
	width: 340px;
	float: left;
}

#language {
	text-align: right;
	margin-top: 46px;
	margin-right: 50px;
}

#menuTopArea {
	width: 960px;
	height: 52px;
	background-image: url(../img/menuTopBg.gif);
	background-repeat: no-repeat;
}

/* palstat */
#sidebar {
	float: left;
}

.front #sidebar {
	display: none;
}

.page #sidebar {
	width: 240px;
	margin-left: 10px;
	padding-top: 34px;
	background-image: url(../img/left.bg.gif);
	background-repeat: no-repeat;
	height: auto !important;
	height: 453px;
	min-height: 453px;
}

#content {
	width:700px;
	float: left;
	background-image:url(../img/bg_page.jpg);
}

.page #content {
	background-image: url(../img/content.bg.jpg);
	background-repeat: no-repeat;
}

.front #content {
	width: 960px;
}

#columns {
	width: 960px;
	display: inline-block;
}

#columns-bottom {
	width: 960px;
	display: inline-block;
}

.page #columns {
	background-image: url(../img/columns.repeat.gif);
	background-repeat: repeat-y;
}

.page #columns-bottom {
	background-image: url(../img/columns.bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 17px;
}

#footer	{
	width: 960px;
	height: 35px;
	font-size: 8pt;
	color: #b3b3b3;
	font-style: normal;
	margin-top: 20px;
	background-color: #272727;
	line-height: 35px;
	border-top: 1px solid #747474;
	border-bottom: 4px solid #4d0e0e;
	text-align: center;
}

#footer em, #footer address, #footer a {
	display: inline;
	margin-right: 1em;
	font-style: normal;
}

#footer em {
	font-weight: bold;
	font-style: normal;
}

#footer a {
	color: #dc1817;
}

#signature {
	display: inline-block;
	border: 0px;
	margin-bottom: 22px;
	margin-left: 10px;
	margin-right: 340px;
	float: left;
}

#smallFooter {
	font-size: 7pt;
}

#front_top {
	height: 260px;
	display: inline-block;
}

#front_page {
	width: 480px;
	float: left;
}

#front_news {
	width: 940px;
	height: 66px;
	background-image: url(../img/front_news_bg.gif);
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
}

.front_nosto {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 8px solid #4d0e0e;
}

.front_nosto img {
	display: block;
}

#front_nosto_1 {
	width: 280px;
	margin-top: 20px;
}
#front_nosto_2 {
	width: 340px;
	margin-top: 20px;
}
#front_nosto_3 {
	width: 280px;
	margin-top: 20px;
}

.form_row {
	margin-bottom: 1em;
}


/* </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 {
	color: #ffffff;
	font-size: 8pt;
}

.articleLeft .readMore {
	color: #bf2a2a;
}

