#main .mod_article{
	float: left;
	width: 710px;
}
#main .pageHeadline{
	float: left;
	width: 710px;
}
/*----------------------
	Nyhetslistan
------------------------*/
#newsList{
	margin-top: 21px;
	width: 710px;
}
#newsList h1{
	width: 710px;
	margin: 20px 0 20px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #ededed;
	font-family: "Eurostile LT Std", Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 22px;
	text-transform: uppercase;
	color:#005dab;
	background: url(../images/headlineNews_bg.jpg) 670px 0px no-repeat;
}
#newsList .layout_latest{
	height: 106px;
	margin-bottom: 15px;
	padding-right: 20px;
	background-color: #f2f2f2;
}
*html #newsList .layout_latest{/*For IE6*/
	overflow-x: hidden;
	overflow-y: hidden;
}
#newsList .layout_latest:hover{
	background-color: #d9e8f7;
}
#newsList img{
	margin-right: 20px;
	width: 150px;
	height: 106px;
}
#newsList p.info{
	margin-top: 20px;
	margin-bottom: 2px;
}
#newsList h2 a{
	font-size: 11px;
	text-transform: uppercase;
}
#newsList .teaser{
	margin-bottom: 2px;
}
#newsList .teaser a{
	color: black;
}
#newsList p.more a{
	font-size: 10px;
	text-transform: uppercase;
}

/* List pagination */
#newsList .pagination{
	width: 690px;
	padding-right: 20px;
	text-align: right;
}
#newsList .pagination p{
	margin-right: 1px;
	font-size: 10px;
	color: #999999;
}
#newsList .pagination a{
	text-transform: uppercase;
}
#newsList .pagination ul{
	margin: 2px 0 0 0;
	padding: 0;
}
#newsList .pagination ul li{
	display: inline;
	padding: 2px;
}
/*----------------------
	Nyhets läsaren
------------------------*/
.mod_newsreader{
	margin-top: 21px;
	width: 710px;
}
.mod_newsreader .image_container{
	margin: -20px 20px 20px -20px;
}
.mod_newsreader h1{
	width: 710px;
	margin: 20px 0 20px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #ededed;
	font-family: "Eurostile LT Std", Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 22px;
	background: url(../images/headlineNews_bg.jpg) 670px 0px no-repeat;
}
.mod_newsreader .layout_full{
	background-color: #f2f2f2;
}
.mod_newsreader .layout_full .ce_text{
	padding: 20px;
}
.mod_newsreader p.back{
	width: 680px;
	padding: 10px 20px 10px 10px;
	text-align: right;
	text-transform: uppercase;
	background-color: #f2f2f2;
}