/**
 * Basic
 */
 
h2{
	margin:5px 0px 12px 0px;
	font-weight:normal;
}

/**
 * Layout
 */
#header{
	height: 410px;
}
#header .inside{}
#main{}
#main .inside{}
#right{
	/* height: 500px; */
	/* background-color:fuchsia; */
}
#right .inside{}

/**
 * Sidelement
 */
 
/* Produktskrollen */

#productScroll{
	float: left;
	clear: left;
	width: 940px;
	height: 260px;
	background:url(../images/productScroller_bg.jpg) left top no-repeat;
}
/* Call-outs*/
#callOutIntro,
#callOutServices,
#callOutRef
{
	padding: 20px;
}

#callOutIntro{
	float: left;
	clear: left;
	width: 660px;
	margin-bottom: 20px;
	background: url(../images/12_col_bg.jpg) left top no-repeat;
	border-bottom: 2px solid #003845;
}
#callOutIntro h1{
	color: #003845;
	padding-bottom: 5px;
	background: url(../images/heading_line_12_col.jpg) bottom left no-repeat;
}
#callOutServices{
	float: left;
	clear: left;
	width: 420px;
	margin-right: 20px;
	background:url(../images/8_col_bg.jpg) left top no-repeat;
	border-bottom: 2px solid #008db5;
}
#callOutServices h2{
	color:#008db5;
	padding-bottom: 3px;
	background: url(../images/heading_line_8_col.jpg) bottom left no-repeat;

}
#callOutRef{
	float: left;
	clear: none;
	width: 180px;
	background:url(../images/4_col_bg.jpg) left top no-repeat;
	border-bottom: 2px solid #00b0d5;
}
#callOutRef h2{
	color: #00b0d5;
	padding-bottom: 3px;
	background: url(../images/heading_line_4_col.jpg) bottom left no-repeat; 
}

/* Nyheteslista */
#newsListShort{
	width: 180px;
	padding: 20px;
	background: url(../images/4_col_bg.jpg) left top no-repeat;
	border-bottom: 2px solid #00a381;
}
#newsListShort h2{
	color: #00a381;
	padding-bottom: 3px;
	background: url(../images/heading_line_4_col.jpg) bottom left no-repeat;
}
#newsListShort .layout_short h2{
	background: none;
	padding: none;
}
#newsListShort .layout_short {
	padding-bottom: 8px;
	margin-bottom: 10px;
	background: url(../images/heading_line_4_col.jpg) bottom left no-repeat;
}
#newsListShort .layout_short p.info{

}
#newsListShort .layout_short p.teaser a{
	color: black;

}
#newsListShort .layout_short a.more{

}
#newsListShort .even{

}
#newListStart .odd{

}
