/*** redesign of frontpage, styles added by Krister Karto - Allegro Interaktiv ***/
#leftcolumn,
#rightcolumn{
	float: left;
	width: 365px;
	margin-right: 34px;
}
.columnheading{
	float: left;
	width: 365px;
	height: 38px;
	color: #FFFFFF;
	background: url(../gfx/bg-columnheading.jpg) top left repeat-x;
	margin-bottom: 10px;
}
.columnheading h2{
	color: #FFFFFF;
	font-size: 14px;
	margin: 13px 0 0 9px;
	line-height: 14px;
}
#leftcolumn .articleListItemLarge{
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	background: url(../gfx/dottedline.jpg) bottom left repeat-x;
}
#leftcolumn .articleListItemLarge h2{
	font-size: 22px;
	color: #666666;
	line-height: 22px;
	margin: 15px 0 20px 0;
}
#leftcolumn .articleListItemLarge p{
	font-size: 13px;
	color: #535353;
}
#leftcolumn .articleListItemLarge a.readmore{
	font-size: 13px;
	color: #006aac;
}
#leftcolumn .articleListItemSmall{
	height: auto;
	width: 100%;
	margin: 35px 0 0 0;
	background: url(../gfx/dottedline.jpg) bottom left repeat-x;
	padding: 0 0 10px 0;
}
#leftcolumn .articleListItemSmall h2{
	font-size: 17px;
	color: #262626;
	line-height: 17px;
}
#leftcolumn .articleListItemSmall .top{
	border-bottom: 1px solid #cecece;
	margin-bottom: 15px;
}
#leftcolumn .articleListItemSmall .top p.timeStamp{
	color: #999999;
	margin: 3px 0 5px 0;
}
#leftcolumn .articleListItemSmall img{
	float: left;
	margin-right: 10px;
}
.clrfix{
	clear: both;
}
#rightcolumn iframe #result tr.even{
	background-color: green;
}
