﻿.centerLayout
{
	width: 960px;
	height: auto;
	background: transparent;
	margin: 0 auto;
	padding: 0 5px;
}

.content
{
	width: 960px;
	background: transparent url('../Graphics/backgrounds/bkg_content_24bit.png') repeat-y top left;
	height: auto;
	padding: 0 5px;
	float: left;
}

* html .content
{
	background: transparent url('../Graphics/backgrounds/bkg_content_8bit.png') repeat-y top left;
	height: auto;
}

.contentTop
{
	width: 970px;
	height: 30px;
	background: transparent url('../Graphics/backgrounds/bkg_contentTop.jpg') no-repeat top left;
}

.contentBottom
{
	width: 970px;
	height: 17px;
	background: transparent url('../Graphics/backgrounds/bkg_contentBottom_24bit.png') no-repeat top left;
	float: left;
}

* html .contentBottom
{
	width: 970px;
	height: 17px;
	background: transparent url('../Graphics/backgrounds/bkg_contentBottom_8bit.png') no-repeat top left;
}

* html .contentTop
{
	height: 30px;
	background: transparent url('../Graphics/backgrounds/bkg_contentTop_8bit.png') no-repeat top left;
}


/* Här startar css-koden för sidhuvudet */
.header
{
	height: 90px;
	background: transparent;
	float: left;
}

.header img
{
	border: none;
}

.logotype
{
	margin-top: 25px;
	margin-right: 500px;
	margin-left: 30px;
	float: left;
}

* html .logotype
{
	margin-right: 460px;
}

/* Här slutar css-koden för sidhuvudet */

.footer
{
	margin: 10px;
}

.footer p
{
	font-size: 10px;
	text-align: center;
	color: #424242;
}

/* Här startar css-koden för verktygsmenyn */
.toolsMenu
{
	width: auto;
	position: relative;
	height: 25px;
	background: transparent;
	float: left;
	margin-top: 53px;
}

.toolsMenu ul
{
	list-style-type: none;
}

.toolsMenu ul li
{
	display: inline;
	float: left;
	margin-right: 20px;
}

.toolsMenu ul li.lastTool
{
	margin-right: 0;
}

.toolsMenu img
{
	vertical-align: middle;
}

.toolsMenu li a:link, .toolsMenu li a:visited, .toolsMenu li a:active
{
	text-decoration: none;
	color: #b8b8b8;
	font-size: 11px;
}

.toolsMenu li a:hover
{
	color: #424242;
}
/* Här slutar css-koden för verktygsmenyn */

/* Här startar css-koden för huvudmenyn */
.mainMenu
{
	width: 940px;
	height: 40px;
	background: transparent;
	float: right;
	border-bottom: 6px solid #b8b8b8;
	margin: 0 10px 10px 10px;
}

.mainMenu ul
{
	float: right;
	list-style-type: none;
	margin: 15px 0 0 0px; /*position: absolute;*/
}

* html .mainMenu ul
{
	float: right;
	list-style-type: none;
	margin: 15px 0 0 333px; 
	position: absolute;
}

.mainMenu ul li
{
	display: inline;
	position: relative;
	float: left;
}

.mainMenu ul li a
{
	display: block;
	float: left;
	padding: 5px 15px 0 15px;
	height: 20px;
	background: transparent url('../Graphics/backgrounds/bkg_mainMenuItem.jpg') no-repeat top right;
}

.mainMenu ul li a.lastItem
{
	background: transparent;
}

.mainMenu img
{
	vertical-align: middle;
}

.mainMenu li a:link, .mainMenu li a:visited, .mainMenu li a:active
{
	text-decoration: none;
	color: #424242;
	font-size: 14px;
	text-transform: uppercase;
}

.mainMenu li a:hover
{
	border-bottom: 6px solid #ed1b2f;
}



.mainMenu li a.activemenuitem
{
	border-bottom: 6px solid #ed1b2f;
}
/* Här slutar css-koden för huvudmenyn */

/* Här börjar css-koden för undermenyn */

.subMenu
{
	background: transparent;
	float: left;
}

.subMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.red .subMenu, .red .headline2
{
	background: #b50012;
}

.gray .subMenu, .gray .headline2
{
	background: #939393;
}

.yellow .subMenu, .yellow .headline2
{
	background: #edc200;
}

.blue .subMenu, .blue .headline2
{
	background: #009db5;
}

.subMenu ul li a:link, .subMenu ul li a:visited, .subMenu ul li a:active
{
	width: 210px;
	height: 25px;
	display: block;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 5px 0 0 10px;
}

.subMenu ul li a:hover
{
	/*  background:transparent url('../Graphics/backgrounds/bkg_activeSubmenuItem.png') no-repeat top right;*/
	background: #cbcbcb;
	text-decoration: none;
	color: #2b2b2b;
}

* html .subMenu ul li a:hover
{
	color: #282828;
}
.subMenu ul li a.activeSubMenuitem
{
	background: #cbcbcb;
	color: #2b2b2b;
}

/* Här slutar css-koden för undermenyn */

/* Fix IE white-space bugg */
.indeximageHolder
{
	margin: 0 10px 10px 10px;
	width: 940px;
	height: 295px;
}

.indeximageHolder img
{
	display: block;
}

.smallindeximageHolder img
{
	display: block;
	margin: 6px 0;
}

/* här startar 3 kolumn med samma bredder */

.columnHolder
{
	width: 960px;
	margin: 0;
	padding: 0;
	background: transparent;
	float: left;
}

* html .columnHolder
{
	width: 960px;
	margin-left: 0;
	background: transparent;
	float: left;
}

.threeColumnNormal
{
	width: 300px;
	margin: 10px;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}

.twoColumnNormalSubpage
{
	width: 300px;
	margin: 0 10px;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}

* html .threeColumnNormal
{
	margin-bottom: 0px;
}

/* här startar kolumner för undersidor */

.columnHolderNormalSubpage
{
	width: 960px;
	margin: 0;
	padding: 0;
	background: transparent url('../Graphics/backgrounds/bkg_contentNormalSubpage.jpg') repeat-y top left;
	float: left;
}

.columnHolder2ColLeft
{
	width: 960px;
	margin: 0;
	padding: 0;
	background: transparent url('../Graphics/backgrounds/bkg_content2ColLeftSubpage.jpg') repeat-y top left;
	float: left;
}

.columnHolder2ColRight
{
	width: 960px;
	margin: 0;
	padding: 0;
	background: transparent url('../Graphics/backgrounds/bkg_content2ColRightSubpage.jpg') repeat-y top left;
	float: left;
}

.columnHolder2ColRightWide
{
	width: 960px;
	margin: 0;
	padding: 0;
	background: transparent url('../Graphics/backgrounds/bkg_content2ColRightWideSubpage.jpg') repeat-y top left;
	float: left;
}

* html .columnHolderNormalSubpage
{
	width: 960px;
	margin-left: 0;
	float: left;
}

.columnSmall
{
	width: 220px;
	margin: 10px;
	margin-top: 0px;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}



.twoColumnSmall
{
	width: 220px;
	margin: 10px;
	margin-top: 0px;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}

.internalColumnSmallLeft
{
	width: 210px;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}

.internalColumnSmallRight
{
	width: 210px;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}

.columnSmall h2
{
	/*width: 210px;*/
	color: #fff;
	padding: 5px 0 5px 10px; /* font-size: 14px; Bortkommenterad p.g.a. samma utseende på alla sidor /John*/
}

.columnSmall h2
{
	/*width: 210px;*/
	color: #fff;
	padding: 5px 0 5px 10px; /* font-size: 14px; Bortkommenterad p.g.a. samma utseende på alla sidor /John*/

}


.columnSmall h3
{
	width: 210px;
	color: #fff;
	padding: 5px 0 0 10px; /* font-size: 12px;  Bortkommenterad p.g.a. samma utseende på alla sidor /John*/
}

twoColumnNormalSubpage h2
{
	margin-bottom: 0;
	padding: 5px 0 5px 10px;
}

.columnSmall p, .columnSmall h4, .columnSmall td, .columnSmall ul li, .columnSmall ol li, .columnSmall div
{
	list-style-type: none;
}

.twoColumnSmall p, .twoColumnSmall h4, .twoColumnSmall td, .twoColumnSmall ul li, .twoColumnSmall ol li, .twoColumnSmall div
{
	list-style-type: none;
}

.columnSmall p, .columnSmall h4
{
	padding: 0 10px;
}

.twoColumnSmall p, .twoColumnSmall h4
{
	padding: 0 10px 0 0;
}

.columnSmall h4
{
	margin-bottom: 0;
}

.twoColumnSmall h4
{
	margin-bottom: 0;
}

.columnSmall .subMenu ul li
{
	padding: 0;
}

* html .columnSmall
{
	margin-bottom: 0px;
}

.columnSmall img
{
	/*float: right;*/
	margin: 5px;
}

.columnSmall .descriptionImages img
{
	margin: 0;
}

.columnSmall img.icon
{
	float: left;
	border: none;
	vertical-align: middle;
}

.columnWide
{
	width: 460px;
	margin: 10px;
	margin-top: 0;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}



.columnWide img
{
	margin-bottom: 10px;
}

* html .columnWide
{
	margin-bottom: 0px;
}

.columnSuperWide
{
	width: 700px;
	margin: 10px;
	margin-top: 31px;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}

* html .columnSuperWide
{

	margin-bottom: 0px;
}

.columnNormalWide
{
	width: 620px;
	margin: 10px;
	margin-top: 0;
	float: left;
	background: transparent; /* Start IE6 bugg dubbla marginaler vid float*/
	display: inline; /* Slut IE6 bugg dubbla marginaler vid float*/
}

* html .columnNormalWide
{
	margin-bottom: 0px;
}

/* här startar indexpuffarna*/

.puff
{
	background: transparent url('../Graphics/backgrounds/bkg_puff.jpg') repeat-x top left;
	width: 280px;
	height: 145px;
	padding: 55px 0px 0px 20px;
}

.puff h3
{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: absolute;
	width: 300px;
	margin-left: -20px;
	margin-top: -55px;
}

.yellowPuff
{
	background: transparent url('../Graphics/backgrounds/bkg_yellowPuffHeader.jpg') no-repeat top left;
	height: 30px;
	padding: 8px 0 0 20px;
}

.grayPuff
{
	background: transparent url('../Graphics/backgrounds/bkg_grayPuffHeader.jpg') no-repeat top left;
	height: 30px;
	padding: 8px 0 0 20px;
}

.bluePuff
{
	background: transparent url('../Graphics/backgrounds/bkg_bluePuffHeader.jpg') no-repeat top left;
	height: 30px;
	padding: 8px 0 0 20px;
}

.redPuff
{
	background: transparent url('../Graphics/backgrounds/bkg_redPuffHeader.jpg') no-repeat top left;
	height: 30px;
	padding: 8px 0 0 20px;
}

/* Här startar css-koden för nyheter*/
.indexNews
{
	background: transparent url('../Graphics/backgrounds/bkg_indexNews.png') no-repeat top right;
	height: 144px;
}

* html .indexNews
{
	background: transparent url('../Graphics/backgrounds/bkg_indexNews_IE6.png') no-repeat top right;
}

.indexNews p
{
	margin-right: 20px;
}

.newsDate
{
	font-weight: bold;
	color: #4d4d4d;
}
/* Här slutar css-koden för nyheter*/

.puff h4
{
	margin: 0;
}

.noMarginParagraph
{
	margin: 0;
}

/* Här startar ytan med Hantverkaren */



.handyMan
{
	position: absolute;
	z-index: 100;
	width: 134px;
	height: 322px;
	margin: -175px 0 0 200px;
	background: transparent url('../Graphics/dummies/bkg_snubbe.png') no-repeat top left;
	behavior: url(/StaticFiles/css/iepngfix.htc)
}

* html .handyMan
{
	background: transparent url('../Graphics/dummies/bkg_snubbe_IE6.png') no-repeat top left;
}

.SearchObject
{
	width: 195px;
	height: 65px;
	position: absolute;
	z-index: 200;
	background: transparent url('../Graphics/backgrounds/bkg_searchObject.png') no-repeat top left;
	margin: 10px 0 0 -5px;
	padding: 35px 47px 0 30px;
}

* html .SearchObject
{
	background: transparent url('../Graphics/backgrounds/bkg_searchObject_IE6.png') no-repeat top left;
}

.inputSearch
{
	background: transparent url('../Graphics/backgrounds/bkg_textInput.jpg') repeat-x top left;
	height: 20px;
	width: 175px;
	border: 1px solid #919090;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
	margin-bottom: 10px;
	font-style: italic;
}

.inputProgress
{
	visibility: hidden;
	position: absolute;
	margin-left: 160px;
	width: 16px;
	height: 16px;
	margin-top: 4px;
}

.searchBtn
{
	border: none;
	background: transparent url('../Graphics/icons/ico_dropdown.jpg');
	width: 25px;
	height: 26px;
	margin-left: -25px;
	cursor: pointer;
}

.tenantInfo .inputSearch
{
	width: 191px;
}

.tenantInfo .inputProgress
{
	margin-left: 155px;
	margin-top: 0px;
}

.tenantInfo .columnSmall img
{
	margin: 0px;
}

.floatInput
{
	float: left;
	width: 230px;
}


.ServiceDDListItem, .ServiceDDListHLItem
{
	cursor: pointer;
}

.inputServiceAnmalan
{
	background: transparent url('../Graphics/backgrounds/bkg_textInput.jpg') repeat-x top left;
	height: 20px;
	width: 200px;
	border: 1px solid #919090;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
}

a.okButton
{
	background: #009bb3;
	height: 21px;
	width: 38px;
	color: #fff;
	text-align: center;
	display: block;
	margin-left: -7px;
	padding-top: 5px;
	float: right;
}

a:hover.okButton
{
	text-decoration: none;
	background: #007385;
}

/* Här börjar css-koden för listor */

div.searchEnginePremises
{
	background: #edc200;
	padding: 10px 10px 0 10px;
	border-bottom: 10px solid #fff;
	float: left;
	width: 200px;
	height: 160px;
}

div.searchEngineProperties
{
	background: #b50012;
	padding: 10px 10px 0 10px;
	border-bottom: 10px solid #fff;
	float: left;
	width: 200px;
	color: White;
	height: 160px;
}

a.searchButton
{
	background: #fff;
	height: 21px;
	color: #2B2B2B;
	text-align: center;
	display: block;
	margin-left: -2px;
	padding-top: 5px;
	border: 1px solid #a68700;
}

a:hover.searchButton
{
	text-decoration: none;
	background: #a68700;
	border: 1px solid #a68700;
	color: #fff;
}
a.searchButtonProperties
{
	background: #fff;
	height: 21px;
	color: #2B2B2B;
	text-align: center;
	display: block;
	margin-left: -2px;
	padding-top: 5px;
	border: 1px solid #88000e;
}

a:hover.searchButtonProperties
{
	text-decoration: none;
	background: #88000e;
	border: 1px solid #88000e;
	color: #fff;
}

.searchResult
{
	padding: 10px 5px;
	background: #e6e6e6;
	border-top: 10px solid white;
}

.searchResult p
{
	margin: 0;
}

.listContent
{
	margin-top: 10px;
}

.listContent a
{
	color: #2b2b2b;
}

.listContent a:hover
{
	color: #727272;
	text-decoration: none;
}

.listContent th, .listContent td
{
	text-align: left;
	padding: 4px 4px;
}


.listContent th.alignRight, .listContent td.alignRight
{
	text-align: right;
}

.listContent th.alignCenter, .listContent td.alignCenter
{
	text-align: center;
}

.listContent table
{
	border-collapse: collapse;
}

.listHeaderPremises th
{
	/*padding-bottom:10px;*/
	padding: 5px 0;
	background: #edc200;
	color: #fff;
}

.listHeaderRealEstate th
{
	background: #b50012;
	padding: 5px 0;
	color: #fff;
}

.listHeaderPremises th a
{
	color: #fff;
}

.listHeaderPremises th a:hover
{
	color: #fff;
	text-decoration: none;
}

.listHeaderRealEstate th a
{
	color: #fff;
}

.listHeaderRealEstate th a:hover
{
	color: #fff;
	text-decoration: none;
}



td.listImageHolder img
{
	display: block;
}

td.listImageHolder
{
	padding-left: 0;
}

.listcol30
{
	width: 30px;
	background: transparent;
}

.listcol50
{
	width: 50px;
	background: transparent;
}
.listcol60
{
	width: 60px;
	background: transparent;
}
.listcol70
{
	width: 70px;
	background: transparent;
}

.listcol80
{
	width: 80px;
	background: transparent;
}
.listcol90
{
	width: 90px;
	background: transparent;
}

.listcol100
{
	width: 100px;
	background: transparent;
}
.listcol105
{
	width: 105px;
	background: transparent;
}

.listcol110
{
	width: 110px;
	background: transparent;
}

.listcol115
{
	width: 115px;
	background: transparent;
}

.listcol120
{
	width: 120px;
	background: transparent;
}

.listcol150
{
	width: 150px;
	background: transparent;
}

.listcol160
{
	width: 160px;
	background: transparent;
}

.listcol200
{
	width: 200px;
	background: transparent;
}

td.listStroke
{
	background: #fff url('../Graphics/backgrounds/bkg_listStroke.jpg') repeat-x top left;
	height: 9px;
}

div.pdfBox
{
	background: transparent url('../Graphics/backgrounds/bkg_puff.jpg') repeat-x top left;
	width: 175px;
	margin: 10px;
	padding: 10px;
	border: 2px solid #fff;
}

div.pdfBox p
{
	padding-left: 0;
}

input.AddedCheckbox
{
	padding: 0px;
	margin: 0px 5px 0px 0;
}

.columnSmall .pdfBox h2
{
	color: #2b2b2b;
	margin-bottom: 0;
	padding-left: 0;
	width:175px;
}



p.pdfList
{
	margin-bottom: 5px;
	padding-left: 0;
}

.listButtons
{
	float: right;
}

.listButtons ul
{
	list-style-type: none;
	margin: 0;
	position: absolute;
	margin-left: -240px;
	margin-top: -4px;
}

.listButtons ul li
{
	display: inline;
}

.listButtons ul li a
{
	display: block;
	width: 90px;
	text-align: center;
	float: left;
	margin-right: 10px;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 5px;
	padding-top: 8px;
	background: #e0e0e0;
}

.listButtons ul li a.activeListButton
{
	background: #fff;
}

.SokSelection input
{
	padding-left: 5px;
	padding-right: 5px;
}
.SokSelection
{
	line-height: 15px;
}

/* Här startar css-koden för lokalbeskrivningen */

.miljo
{
	background: transparent url('../Graphics/icons/ico_miljo.jpg') no-repeat top right;
}

.ingress
{
	font-style: italic;
	font-size: 12px;
	line-height: 1.5em;
}

.descriptionImages img
{
	display: block;
	float: left;
	border-bottom: 10px solid #fff;
}

.descriptionFacts h2
{
	margin-bottom: 5px;
}

div.factsBoxDescription
{
	background: #edc200;
	padding: 10px;
	border-bottom: 10px solid #fff;
	float: left;
	width: 280px;
}

div.descriptionEstateFacts
{
	background: #b50012;
	padding: 10px;
	border-bottom: 10px solid #fff;
	float: left;
	width: 280px;
	min-height: 142px;
}

.descriptionEstateFacts ul
{
	list-style-type: none;
}

.descriptionEstateFacts a
{
	color: #fff;
}

.descriptionEstateFacts a:hover
{
	text-decoration: none;
	color: #ff0019;
}

.descriptionEstateFacts h2
{
	color: #fff;
	margin-bottom: 10px;
}

.descriptionEstateFacts a img
{
	border: none;
	vertical-align: middle;
}

div.InfoSmall
{
	background: transparent;
	border-bottom: 10px solid #fff;
	float: left;
	width: 220px;
}

div.miljoInfo
{
	background: #84b530;
	padding: 10px;
	border-bottom: 10px solid #fff;
	float: left;
	width: 280px;
}

div.miljoInfo p
{
	color: #fff;
}

div.miljoInfoSmall
{
	background: #84b530;
	border-bottom: 10px solid #fff;
	float: left;
	width: 220px;
}

div.miljInfoDeep
{
	background: #84b530;
	border-bottom: 10px solid #fff;
	float: left;
	width: 220px;
	padding-bottom: 10px;
}

div.miljInfoDeep table
{
	margin: 0 10px;
}

div.miljInfoDeep th
{
	font-size: 11px;
}

div.miljInfoDeep th, div.miljInfoDeep td
{
	padding: 4px 4px;
}

div.miljInfoDeep h3
{
	margin-bottom: 0px;
}

div.miljoInfoSmall a img
{
	border: none;
	vertical-align: middle;
}


.bestallHamtning
{
	background: #ebffca;
	margin: 10px;
	padding: 4px;
}

.miljoInfo h2, .miljInfoDeep h2, .miljInfoDeep h3
{
	color: #fff;
	margin-bottom: 10px;
}

.miljoInfo p, .miljInfoDeep p, .miljoInfoSmall p
{
	margin-bottom: 5px;
}

.miljoInfo a, .miljInfoDeep a, .miljoInfoSmall a
{
	color: #fff;
}

.miljoInfo a:hover, .miljInfoDeep a:hover, .miljoInfoSmall a:hover
{
	text-decoration: none;
	color: #abff1c;
}

.miljoInfo a img
{
	border: none;
	vertical-align: middle;
}

.miljoarbete a
{
	margin-top: 7px;
	display: block;
}

.tenantInfo .miljoarbete p
{
	background-image: url(/StaticFiles/Graphics/icons/ico_deklaration53_42.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 60px !important;
}

.factsBoxDescription ul
{
	list-style-type: none;
}

.factsBoxDescription a
{
	color: #fff;
}

.factsBoxDescription a:hover
{
	text-decoration: none;
	color: #ad8e00;
}

.factsBoxDescription h2
{
	color: #fff;
	margin-bottom: 10px;
}

* html .factsBoxDescription h2
{
	display:inline;
}

.factsBoxDescription a img
{
	border: none;
	vertical-align: middle;
}

.contactBoxDescription
{
	background: #fff;
	padding: 10px;
	width: 280px;
}

.contactBoxDescription h2
{
	background: #edc200;
	border-bottom: 10px solid #fff;
}



.contactBoxTenant
{
	background: #fff;
	padding: 10px;
	width: 200px;
}

.tenantInfo h2.contact, .tenantInfo h2
{
	background: #009db5;
}

.tenantInfoContent h2
{
	background-color: Transparent;
}

.tenantInfo div.miljoInfo
{
	width: 200px;
}



.tenantInfo div.miljoInfo h2
{
	background-color: Transparent;
	padding: 0px;
	width: 200px;
}

.tenantInfo div.miljoInfo p
{
	padding: 0px;
}

.tenantInfoLeftImage, .tenantInfoLeft img
{
	background-color: White;
	text-align: center;
}

.tenantInfoLeftBox
{
	float: left;
	width: 100%;
	clear: both;
}

.service
{
	padding-bottom: 15px;
}

.tenantInfoLeftBox iframe
{
	padding-bottom: 10px;
}

.tenantInfoLeftBox img, .miljoInfo img
{
	float: none;
	display: inline;
}

.tenantInfoService
{
	border-bottom: none;
}

.tenantInfoContentBox
{
	width: 100%;
	background-color: #F0F0F0;
}

.tenantInfoContent h2
{
	margin: 0px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

.tenantUrgent h2
{
	margin-top: 0px;
}

.tenantInfoContentBoxContent
{
	margin-bottom: 10px;
}
.tenantInfoContentBoxContent h3
{
	margin-bottom: 10px;
}

.tenantInfoContentBoxContent .Garbage p
{
	margin-bottom: 10px;
}
.tenantInfoContentBoxContent .Garbage table
{
	margin-bottom: 10px;
}

.tenantUrgent
{
	background-color: #B50011;
	padding: 10px;
	margin-bottom: 15px;
	color: White;
}
.tenantUrgent p
{
	margin-bottom: 0px;
}

.tenantInfo .factsBoxDescription
{
	background-color: #009db5;
	width: 200px;
}

.tenantInfo .factsBoxDescription h2
{
	padding: 0px;
}

.tenantInfo .columnSmall img
{
	float: none;
}

.tenantInfoGeneric .service h2
{
	background-color: #009db5;
}

.contactBoxTenant img
{
	float: left;
}

h2.contact
{
	margin-bottom: 0;
	padding: 5px 0 5px 10px;
	background-color: #e6e6e6;
}

.SmallcontactBoxDescription
{
	background: #fff;
	border-bottom: 1px solid whitesmoke;
	padding-bottom: 10px;
	width: 220px;
}

.SmallcontactBoxDescription p
{
	margin-left: 10px;
}

h2.headerContact
{
	width: 180px;
	color: #2b2b2b;
	margin-bottom: 0px;
}

.ModalIntresseanmalanFrame
{
	background: #fff;
	border: 1px solid #a68700;
	padding: 15px;
	width: 330px;
}
.ModalCloseButton
{
	display: block;
	width: 66px;
	height: 29px;
	background: green url(/StaticFiles/lightbox/Graphics/btn_lightbox_close.jpg) no-repeat top left;
	position: absolute;
	margin-left: 264px;
}
.ModalIntresseanmalan
{
	background: #f7f7f7;
	padding: 0 20px 20px 20px;
}
a.SkickaIntressanmalan
{
	background: #fff;
	height: 21px;
	color: #2B2B2B;
	text-align: center;
	display: block;
	margin-left: -2px;
	padding-top: 5px;
	border: 1px solid #a68700;
}
a:hover.SkickaIntressanmalan
{
	text-decoration: none;
	background: #a68700;
	border: 1px solid #a68700;
	color: #fff;
}
textarea
{
	font: 11px Trebuchet MS, Tahoma, Sans-Serif;
}
.ModalIntresseanmalan p
{
	margin: 3px;
}

.ModalAvfallFrame
{
	background: #fff;
	width: 675px;
}
.ModalEnergiFrame
{
	background: #fff;
	width: 825px;
}

/* Här börjar css-koden för hyresgästinfo */

.fastighetsImage
{
	float: right;
	width: 140px;
	margin-left: 10px;
}

.estateNews
{
	/*background:#009db5;*/
	background: transparent;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #2b2b2b;
}

.estateNews h2, .estateNews p
{
	color: #2b2b2b;
	margin-bottom: 10px;
}

.fastighetsIdentifikation
{
	float: left;
}

.fastighetsImage
{
	width: 140px;
	height: 105px;
}

.fastighetsImage img
{
	display: block;
}

/* Service Dropdownen */
.ServiceDDList
{
	list-style-type: none;
	border: solid #E3E3E3 1px;
	border-top: none;
	width: 120px;
	background-color: White;
	max-height: 203px;
	overflow: auto;
}

.ServiceDDListItem, .ServiceDDListHLItem
{
	padding: 3px;
}

.ServiceDDListHLItem
{
	background-color: #E3E3E3;
	padding: 3px;
}

/* Används enbart i demoläge dessa klasser ska ej användas senare */

.hyresInfo h2
{
	background: #009db5;
	color: #fff;
	padding: 4px;
	margin-bottom: 10px;
}

.newsFlash h2
{
	background: #b50012;
	color: #fff;
	padding: 4px;
	margin-bottom: 10px;
}

.hyresInfo p
{
	width: 75%;
}

.hideArea
{
	display: none;
}

.showArea
{
	display: block;
	border-left: 1px solid #009db5;
	border-bottom: 1px solid #009db5;
	border-right: 1px solid #009db5;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.showArea h3
{
	margin-bottom: 10px;
	margin-left: 5px;
}

.showArea p
{
	margin-left: 5px;
}

.showArea ul li
{
	margin-bottom: 5px;
	margin-left: 5px;
}

.wasteRoom
{
	background: #f0f0f0 url(/StaticFiles/Graphics/backgrounds/bkg_wasteRoom.jpg) no-repeat bottom right;
}

.enviroment
{
	background: #f0f0f0 url(/StaticFiles/Graphics/backgrounds/bkg_enviroment.jpg) no-repeat bottom right;
}

.security
{
	background: #f0f0f0 url(/StaticFiles/Graphics/backgrounds/bkg_security.jpg) no-repeat bottom right;
}

.smallText
{
	font-size: 10px;
	color: #fff;
}

.openClose
{
	float: right;
	margin-top: 4px;
	margin-right: 2px;
}

.openClose img
{
	border: none;
}

.newsFlash
{
	background: #b50012;
	border: 1px solid #b50012;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.newsFlash p
{
	width: 75%;
	margin: 10px 5px 20px 5px;
	color: #fff;
}

.rentFacts
{
	float: left;
	margin-bottom: 10px;
	width: 460px;
}

.businessCard
{
	background: transparent;
	padding: 4px;
	padding-bottom:0px;
	float: left;
	width: 450px;
	margin-bottom: 0px;
}

.businessCardOpen
{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.bussinessCardExtendedInfo
{
	display: none;
}

.bussinessCardExtendedInfo img
{
	float: left;
	margin: 10px 15px 5px 0;
	vertical-align: middle;
}
h2.tenantInfoContentBoxHeader
{
	font-weight: normal;
}

/* Här börjar CSS-koden för Nyhetsbrevet */

.columnHolderNewsletter
{
	width: 960px;
	margin: 0;
	padding: 0;
	background: transparent;
	float: left;
}

.newsLetterContent
{
	float: left;
	background: transparent url(/StaticFiles/Graphics/backgrounds/bkg_contentNewsletter.jpg) repeat-y top left;
}


.newsLetterLeftCol
{
	width: 540px;
	margin: 0 10px;
	float: left;
}
.newsLetterLeftCol h1:first-child
{
	border-top: 0px;
}

.newsLetterLeftCol h1
{
	border-top: 1px solid #c6c6c6;
	padding-top: 5px;
}

.newsLetterRightCol
{
	width: 360px;
	margin: 0 10px;
	float: left;
	background: transparent;
	padding: 10px;
}

.newsLetterRightCol h2:first-child
{
	border-top: 0px;
	padding-top: 5px;
}

.newsLetterRightCol h2
{
	border-top: 1px solid #c6c6c6;
	padding-top: 5px;
}
.newsLetterLeftCol img, .newsLetterRightCol img
{
	margin: 10px;
	margin-top: 0;
}

.newLetterHead
{
	float: left;
	margin-bottom: 20px;
}
.headImageLeft
{
	width: 540px;
	float: left;
	height: 170px;
	margin: 0 10px;
}

.headImageRight
{
	width: 140px;
	float: left;
	height: 170px;
	margin: 0 10px;
}

.NewLetterName
{
	float: left;
	width: 220px;
	height: 170px;
	background: white;
	margin: 0 10px;
}

.NewLetterName h1
{
	font-size: 36px;
	text-align: right;
	margin: 105px 10px 0 0;
}

.NewLetterName p
{
	font-size: 14px;
	text-align: right;
	margin-bottom: 0px;
	margin-right: 10px;
}

ul.newsletterList
{
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

ul.newsletterList li
{
	margin-bottom: 5px;
}

.narrowColumn
{
	padding: 0 40px;
}

.Modal
{
	background-color: Gray;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
/*Avfall statistik popup*/

.Column, .Column110, .Column120, .Column140, .Column160
{
	float: left;
	font-size: 12px;
}
.Column110
{
	width: 109px;
}
.Column120
{
	width: 120px;
}
.Column140
{
	width: 140px;
}
.Column160
{
	width: 160px;
}
.SenasteVarde
{
	font-size: 12px;
}
.Bold
{
	font-weight: bold;
}
.Rad
{
	line-height: 20px;
}

.RadEnergi
{
	line-height: 28px;
}

/*Beställ sopkärl*/
.SophamtningInput
{
	width: 228px;
	border: 1px solid black;
	padding: 2px;
	background-color: #efefef;
}

.SophamtningInputBig
{
	width: 473px;
	height: 50px;
	border: 1px solid black;
	padding: 2px;
	background-color: #efefef;
}



/* Contacts */
.Contacts
{
	padding-bottom: 5px;
}

.Contacts, .ContactBlock
{
	float: left;
	clear: both;
	background-color: White;
}



.ContactBlock
{
	padding-left: 10px;
	margin-bottom: 10px;
}

.Contacts h2
{
	color: Black;
	background-color: #E6E6E6;
}



.Contacts h3
{
	color: Black;
	margin-bottom: 5px;
	padding-left: 0px;
}

.ContactBlock img
{
	float: left !important;
	width: 60px;
	padding: 0px 15px 0px 0px;
	margin: 0px;
}

.ContactBlock div
{
	float: left;
	min-width: 120px;
}

.ContactBlock a
{
	font-weight: bold;
}

h3.headline3
{
	color: #2b2b2b;
	margin-bottom: 0px;
	font-size: 11px;
}

.MoreinfoClass
{
	padding-left: 10px;
}

.dxTable p.normal
{
	margin-bottom: 3px;
}

.Energipop2
{
	position: absolute;
	margin-left: 300px;
	display: none;
	height: 270px;
	padding: 0px;
	width: 300px;
	background: White;
	border: 1px solid #cbcbcb;
}

.Energipop1
{
	position: absolute;
	margin-left: 0px;
	display: none;
	height: 360px;
	padding: 0px;
	width: 300px;
	background: White;
	border: 1px solid #cbcbcb;
}
