@charset "utf-8";
/* CSS Document */

#news_area{
	/*margin:auto auto;*/
	width:638px;
	min-height:306px;
	/*margin:75px 0 20px 137px;*/
	position:relative;
	/* old 
	background-color:#dcdbdb;
	border:1px solid #a0a0a0;*/
	background-color:#EEEEEE;
	border:1px solid #E0E0E0;
	margin-bottom:50px;

}
* html #news_area { /* hack for IE, force recognize of "min-height"-command */
	height: 306px;
}
#news_area a{
	color:#5B5959;
	text-decoration:none;
}
#news_area h1{
	font-size:20px;
}
#news_area h2{
	font-size:14px;
}
#news_area a:hover {
	color:#5B5959;
	text-decoration:underline;
}
#news_item_01{
	width:675px;
	height:183px;
}
#news_item_02{
	width:675px;
	height:auto;
}
#news_item_03{
	width:675px;
	height:auto;
	margin:20px 0;
}
.top_news_img {
	width:200px;
	height:161px;
	float:left;
	overflow:hidden;
}
.top_news_text {
	width:408px;
	height:161px;
	float:left;
	margin:0 0 0 19px;
	
}

/* for IE it does not put top margin for header text */
.top_news_text h1{
	margin-top:16px;
}

.top_news_text .newstext {
	padding-right:40px;
}
.news_element_text {
	margin:20px 30px 20px 30px;
}
.three_news {
	width:200px;
	/* fixed height to make all equal */
	height:180px;
	float:left;
	background-image:url(../images/news_art_back.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.three_news h2 {
	margin:0px;
}
#newscol_0 {
	margin-right:19px;
}

#newscol_1 {
	margin-left:19px;
	margin-right:19px;
}

#newscol_2 {
	margin-left:0px;
	float:right;

}
.three_news_img {
	width:200px;
	height:64px;
	background-repeat:no-repeat;
}
.three_news_text {
	width:186px;
	min-height:75px;
	margin: 6px 15px 0px 10px;
}
* html .three_news_text { /* hack for IE, force recognize of "min-height"-command */
	height: 75px;
}
.arkiv_head {
	font-size:14px;
	margin:10px 218px;
	text-align:center;
	display:block;
}
.archive_news_img {
	width:218px;
	height:12px;
	float:left;
}
.archive_news_text {
	width:420px;
	height:auto;
	float:left;
}
.three_news_text span.newstext {
	width:80px;
}
span.newstext a {
	float:left;
}
#newsimg {
	width:638px;
	height:auto;
	overflow:hidden;
}
