﻿/********************************************/
/* FIRSTPAGE IMAGE */
/********************************************/
div#areaMiddle div#firstpageImage
{
	position: relative;
	display: block;
	float: left;
	border: 0;
	/* top right bottom left */
	margin: 26px 0px 0px 16px;
	width: 604px;
	height: auto;

}

/* QUOTE BOX ON TOP OF FIRSTPAGE IMAGE */

div#firstpageImage div#quoteBox
{
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 340px;
	height: auto;
	display: block;
	float: none;
}


div#firstpageImage div#quoteBox div#quoteBoxTop
{
	position: relative;
	width: 340px;
	height: 2px;
	background-image: url(../sodertorn_images/transparentBox/transparentBoxTop.png);
	background-repeat: no-repeat;
	display: block;
}

div#firstpageImage div#quoteBox div#quoteBoxMiddle
{
	position: relative;
	width: 340px;
	height: auto;
	background-image: url(../sodertorn_images/transparentBox/transparentBoxMiddle.png);
	background-repeat: repeat-y;
	display: block;
}

div#firstpageImage div#quoteBox div#quoteBoxMiddle p.quote
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.2em;
	/* top right bottom left */
	padding: 10px 12px 5px 12px;
	margin: 0;
	position: relative;
	display: block;
}

div#firstpageImage div#quoteBox div#quoteBoxMiddle p.quotedPerson
{
	font-weight: normal;
	font-size: 1.1em;
	/* top right bottom left */
	padding: 5px 12px 10px 0px;
	text-align: right;
	margin: 0;
	position: relative;
	display: block;
}


div#firstpageImage div#quoteBox div#quoteBoxBottom
{
	position: relative;
	width: 340px;
	height: 2px;
	background-image: url(../sodertorn_images/transparentBox/transparentBoxBottom.png);
	background-repeat: no-repeat;
	display: block;
}

/********************************************/
/* FIRSTPAGE PUFF */
/********************************************/
div#areaMiddle div.firstpagePuffOne
{
	position: relative;
	float: left;
	width: 604px;
	height: auto;
	/* top right bottom left */
	margin: 20px 0px 0px 16px;
	display: inline; /* fix for double float-margin bug in IE 6 */
}

div#areaMiddle div.firstpagePuffTwo
{
	position: relative;
	float: left;
	width: 290px;
	height: auto;
	/* top right bottom left */
	margin: 20px 0px 0px 16px;
	display: inline; /* fix for double float-margin bug in IE 6 */
}

div#areaMiddle div.firstpagePuffThree
{
	position: relative;
	float: left;
	width: 190px;
	height: auto;
	/* top right bottom left */
	margin: 20px 0px 0px 16px;
	display: inline; /* fix for double float-margin bug in IE 6 */
}

div.firstpagePuffOne p.grayText, div.firstpagePuffTwo p.grayText, div.firstpagePuffThree p.grayText
{
	font-weight: normal;
	font-size: 1.1em;
	line-height: 14px;
	color: #999;
	margin-bottom: 0.2em;
}

div.firstpagePuffOne h2, div.firstpagePuffTwo h2, div.firstpagePuffThree h2
{
	font-weight: bold;
	font-size: 1.2em;
	color: #d84b00;
	line-height: 1.5em;
}

/********************************************/
/* RIGHT AREA */
/********************************************/
div#areaMiddle div#rightArea
{
	position: relative;
	float: right;
	/* top right bottom left */
	margin: 26px 18px 0px 0px;
	width: 254px;
	height: auto;
	display: inline; /* fix for double float-margin bug in IE 6 */
}

/* PROJECT BOX */
div#rightArea div#projectBox
{
	padding-top: 3px;
	position: relative;
	width: 254px;
	height: auto;
	background-color: #f5f5f5; /* ljusgrå */
}

/* RIGHT AREA SEPARATOR LINE */
div#projectBox div.hr
{
	height: 1px;
	background: url(../sodertorn_images/rightArea/greenPixel.gif) repeat-x scroll center;
	position: relative;
}
div#projectBox div.hr hr {
  display: none;
}

/* RIGHT AREA TYPOGRAPHY */
div#projectBox h2
{
	font-weight: bold;
	font-size: 1.2em;
	color: #025548; /* brittish racing green */
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 3px;
}

div#projectBox p.grayDate
{
	font-weight: bold;
	font-size: 1.0em;
	color: #999;
	margin-left: 16px;
	margin-top: 10px;
}

div#projectBox h3
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 16px;
	/* top right bottom left */
	margin: 0px 16px 0px 16px;
}

div#projectBox p
{
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	/* top right bottom left */
	margin: 0px 16px 0px 16px;
}

div#projectBox img.readMoreBullet
{
	/* top right bottom left */
	margin: 5px 3px -5px 16px;
}

div#projectBox a
{
	font-weight: normal;
	font-size: 1.1em;
	margin-left: 16px;
	margin-top: 10px;
	line-height: 1.5em;
	display: block;
}

/* CAPITAL OF SCANDINAVIA */
div#rightArea div#capitalOfScandinavia
{
	width: 254px;
	height: auto;
	margin-top: 20px;
	float: right;
	position: relative;
}

div#rightArea div#capitalOfScandinavia h3
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
