div#moreInfo {
    position: relative;
    left: 0px;
    top: 0px;
    width: 180px;
    height: 38px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.moreInfoen {
    background-image: url('../pictures/more_info.png');
}

.moreInfofi {
    background-image: url('../pictures/more_info_fin.png');
}

.moreInfode {
    background-image: url('../pictures/more_info_ger.png');
}

.moreInfosv {
    background-image: url('../pictures/more_info_swe.png');
}


div#news {
    position: relative;
    left: 0px;
    top: 0px;
    width: 196px;
    height: 394px;
}

div#newsBackground {
    position: relative;
    left: -16px;
    top: 1px;
    width: 196px;
    height: 394px;
    background-image: url('../pictures/news.png');
    background-repeat: no-repeat;
}

div#newsOuter {
	overflow: hidden;
    position: relative;
    left: 5px;
    top: 0px;
    width: 171px;
    height: 324px;
}

div#newsOuterSlider {
	overflow: hidden;
    position: relative;
    left: 5px;
    top: 0px;
    width: 10px;
    height: 324px;
}

div#newsInner {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#newsInnerSliderUpArrow 
{
	display: block;
	overflow: none;
	line-height: 1px;
	font-size: 1px;
	background-image: url('../pictures/arrowUp.png');
	position: relative;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

div#newsInnerSliderContainer 
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 304px;
}

div#newsInnerSliderDownArrow
 {
	display: block;
	overflow: none;
	line-height: 1px;
	font-size: 1px;
	background-image: url('../pictures/arrowDown.png');
	position: relative;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

div#newsInnerSlider {
	background-color: #a4302d;
	position: relative;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 50px;
	cursor: pointer;
}

.newsRecordContainer {
    display: table-row;
}

.newsRecord {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 20px;
    font-family: 'Arial';
    font-size: 14px;
    color: white;
    width: 156px;
    display: table-cell;
    vertical-align: bottom;
	line-height: 12px;
}

.newsBigHeading {
	padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Arial';
    font-size: 14px;
    color: white;
    width: 156px;
    display: table-cell;
    vertical-align: bottom;
	line-height: 12px;
}

.newsRecordHighlight {
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url('../pictures/news_green.png');
	height: 86px;
}

.newsRecordNoHighlight {
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsRecordHeader {
    font-weight: bold;
    font-size: 14px;
    color: gray;
}

.newsRecordDate {
    font-weight: normal;
    font-size: 9px;
    color: gray;
    font-style: italic;
}

.newsRecordTitle {
    font-weight: bold;
    font-size: 11px;
    color: #444444;
}

.newsRecordContent {
    font-weight: normal;
    font-size: 10px;
    color: #444444;
}

.newsRecordReadMore {
    font-weight: bold;
    font-size: 11px;
    color: gray;
	cursor: pointer;
    text-decoration: underline;
}

.newsRecordDate2 {
    font-weight: normal;
    font-size: 9px;
    color: black;
    font-style: italic;
}

.newsRecordTitle2 {
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.newsRecordContent2 {
    font-weight: normal;
    font-size: 10px;
    color: white;
	
}

.newsRecordReadMore2 {
    font-weight: bold;
    font-size: 11px;
    color: black;
	cursor: pointer;
    text-decoration: underline;
}