
/* Page */
#content
{
	height: 250px;
	background-color: #000000;
	position: relative;
}
#content h2
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 16px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 60px;
	color: lightgrey;
	padding-top: 40px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}

#content p
{
	font-size: 12px;
	margin: 10px 0px 0px 60px;
	width: 330px;
	color: lightgrey;
}
#content a
{
	color:#386A9C;
}
#content a:hover
{
	color:#ABC4DD;
}

#content .flash
{
	float: right;
	width: 400px;
	height: 280px;
	background-color: #000000;
}
#content img
{
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#content img.erbjudande
{
	float: none;
	position: absolute;
	bottom: 40px;
	right: 0px;
}

/* Infoblock */
#infoblock
{
	height: 231px;
}
#infoblocktop
{
	font-size: 1pt;
	background-image: url(/Css/Images/infoblocktopgrad.gif);
	margin: 0px;
	background-repeat: repeat-x;
	height: 16px;
}
#infoblockBg {
	height: 195px;
	background-color: #aaa;
	background-image: url('/Css/Images/infoblockcontentbg.jpg');
	background-repeat: no-repeat;
	margin: 0px;	
	padding: 10px 0;
	position: relative;
}
#infoblockContentBg {
	height: 195px;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#infoblockContent {
	position: absolute;
	top: 10px;
	left: 0;
	height: 195px;
	width: 800px;
}

#infoblockContent h3
{
	font-size: 11px;
	margin: 12px 5px 2px 7px;
}
#infoblockContent p
{
	font-size: 11px;
	margin: 15px 0px 20px 7px;
	width: 200px;
	line-height: 16px;
}
#infoblockContent strong {
	margin: 0 0 0 5px;
}
.infoblockContentBlock
{
	display: inline;
	filter: alpha(opacity=85);
	float: left;
	background-image: url(/Css/Images/boxbg.gif);
	margin: 16px 11px 0px 32px;
	width: 230px;
	position: relative;
	height: 160px;
	moz-opacity: .85;
	opacity: .85;
}
.block2
{
	background-image: url(/Css/Images/boxbg2.gif);
	margin: 16px 11px 0px;
}

.block3
{
	background-image: url(/Css/Images/boxbg3.gif);
	margin: 16px 10px 0px 11px;
}

.blockMoreLink {
	position: absolute;
	top: 8px;
	right: 5px;
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	padding: 0 26px 0 0;
	background-image: url('/Css/Images/arrow.gif');
	background-repeat: no-repeat;
	background-position: right 0px;
}
.blockMoreLink:hover {
	color: #7e7e7e;
	background-position: right -22px;	
}

