@charset "utf-8";

/* TT_news */
.news-latest-container {
    float: left;
    width: 430px;
    padding: 0px 0px 10px 130px;
    margin: 0;
    height: auto !important;
    height: 100%;
    height: 200px;
    min-height: 100px;
    background: url(pressmeddelanden.jpg) no-repeat;
}
.news-latest-container .text {
    float: left;
    width: 430px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    height: auto !important;
    height: 100%;
    min-height: 100px;
    background: none;
}
.news-latest-item {
    float: left;
    width: 430px;
    padding: 0;
    margin: 0;
    background: none;
    height: auto;
    clear: both;
}
.news-latest-item a {
    color:#000;
    margin:0;
    padding:0;
    text-decoration:none;
    font-weight: bold;
}
.news-latest-item .left {
    float: left;
    display: inline;
    width: 90px;
    margin: 0px;
    padding: 0px 5px 5px 0px;
    text-align: left;
}
.news-latest-date {
    font-size: 12px;
	line-height: 1.5;
	padding: 0px;
	margin: 0;
	color: #000;
    text-align: left;
}
.news-latest-item .center {
    float: left;
    display: inline;
    width: 260px;
    margin: 0px;
    padding: 0px 5px 5px 5px;
}
.news-latest-item .right {
    float: left;
    display: inline;
    width: 60px;
    margin: 0px;
    padding: 5px 5px 5px 0px;
}
.news-latest-container h3 {
    font-size: 12px;
	line-height: 1.5;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    color: #fff;
    text-transform: none;
}
.news-latest-morelink {
    font-size: 12px;
	line-height: 1.5;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
    font-weight: bold;
    text-decoration: none;
}

/* List News */
.news-newslist-container {
    float:left;
    height:auto !important;
    min-height:400px;
    width:100%;
}
.news-newslist-item {
    float:left;
    height:auto !important;
    margin:0 0 20px 0;
    padding:0;
    width:100%;
}
.news-newslist-date {
    width: 100%;
    clear:both;
    color:#333333;
    float:left;
    font-size:12px;
}
.news-newslist-item h3 {
    width: 100%;
    clear: both;
    color: #000;
    float: left;
    font-size: 14px;
    font-weight :bold;
    padding: 0;
}

/* Single News */
.news-newssingle-item {
    float: left;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 400px;
    height: 400px;
}
.news-newssingle-timedata {
    float: left;
    width: 100%;
    font-size: 12px;
	line-height: 1.5;
	padding: 0px;
	margin: 0;
	color: #000;
    text-align: left;
    clear: both;
    height: 20px;
}
.news-newssingle-item .add_info {
    float: left;
    padding: 10px;
    width: 580px;
    height: auto !important;
}
.news-newssingle-backlink {
    font-size: 12px;
	line-height: 1.5;
	color: #666666;
	padding: 0px;
	margin: 0px;
    clear: both;
}
