/* Body-egenskaper */
body {
	behavior:url("/resources/style/iehoverfix.htc");
	margin: 0;
	text-align: center;
	color:#333;
}

body, p, td, tr {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5{
	font-family: tahoma, arial, helvetica, sans-serif;
	color:#333;
}

h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	margin: 5px 0 0 0;
	padding: 0;
}

h3 {
	font-size: 13px;
	margin: 0px 0 0 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0;
}

h2.husIndex{
	font-size: 24px;
	margin: 10px 0 0 0;
	padding: 0;
}

p {
	line-height: 16px;
	margin-top:3px;
	text-align: left;
}

a {
	color: #990000;
	text-decoration: none;	
}
.boxPadding20{
	margin: 20px;
}
.boxPadding10{
	margin: 10px;
}
.boxPadding5{
	margin: 5px;
}
.cl {
	clear: left;
}
.alignLeft{
	float: left;
}
.alignRight{
	float: right;
}
/* Printelement */
.PrintLogo, .printHouseImg {
	display: none;
}

/*---------------------------------------------------------------*/
/*	 Huvudstruktur 												 */
/*---------------------------------------------------------------*/

/* Allt innehall ligger i #wrapper */
#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	z-index: 1;
}
/* Den röda barden längst upp */
#topBorder {
	background-image: url(../img/site/bord-bg.png);
	background-color:#990000;
	position: absolute;
	top: 65px; /* Menyns höjd + toppmarginalen */
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;	
}
/* Den röda barden längst ner */
#bottomBorder {
	background-color:#990000;
	width: 100%;
	height: 10px;
	z-index: 20;	
}
/* Header innehaller huvudmeny, bild/flash, logotyp */
#header {
	position: relative;
	width: 100%;
}
	#header #headMenu {
		position: relative;
		width: 960px;
		height: 35px;
		margin-bottom: 30px;
		padding-left: 20px;
		top: 30px;
		left: 0;
		background-image: url(../img/site/menu-bg.jpg);
		background-repeat: repeat-x;
		line-height: 35px;
		z-index: 2;
	}
	#header #headMenu ul#menu {
		float: left;
		width: 810px;
		margin: 0;
		padding: 0;
	} 
	#header #headMenu ul#menu li{
		display: inline;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#header #headMenu ul#menu li a, #header #headMenu ul#menu li a.selected, #header #headMenu ul#menu li a:hover{
		float: left;
		display: block;
		margin: 0 20px 0 0;
		color: black;
	}
	#header #headMenu .menuAlt {
		display: block;
		font-weight: bold;
		margin: 0 8px;
		color: black;
	}
	#header #headMenu ul#menu li a:hover{
		color: #a21c11;
	}
	#header #headMenu ul#menu li a.selected{ 
		background: url(../img/site/menu-selected.gif) no-repeat;
		background-position: 50% 85%;
	}
	
	/* Logotyp längst upp till höger */
	#header #topLogo {
		border: 0;
		position: absolute;
		top: 0;
		right: 25px;
		height: 150px;
		overflow: visible;
		z-index: 1000; /* Ska alltid ligga längst upp */
	}
	#header #topLogo img{
		behavior: url('/resources/style/iepngfix.htc'); /* Fixar transparens hos png-bilder i IE */
		z-index: 100;
	}
	
	/* Vit flik där titeln pa sidan ska läggas */
	#header #pageTitle {
		behavior: url('/resources/style/iepngfix.htc');  /* Fixar transparens hos png-bilder i IE */
		position: absolute;
		width: 550px;
		height: 70px;
		bottom: 0 !important; /* IE fix */
		bottom: 3px;
		left: 35px;
		background-image:url(../img/site/pagetitle-bg.png);
		background-repeat: no-repeat;
		z-index: 100;
	}
	#header #pageTitle #headLine {
		position: absolute;
		width: 520px;
		top: 50%;
		margin-top: -26px;
		margin-left: 20px;
		z-index: 100;
	}
	#header #dekorLeft {
		behavior: url('/resources/style/iepngfix.htc'); /* Fixar transparens hos png-bilder i IE */
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		background-image:url(../img/site/dekor-left.png);
		background-repeat:repeat-y;
		z-index: 100;
	}
	#header #dekorRight {
		behavior: url('/resources/style/iepngfix.htc'); /* Fixar transparens hos png-bilder i IE */
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		background-image:url(../img/site/dekor-right.png);
		background-repeat:repeat-y;
		z-index: 100;
	}
	#header #headImage {
		position: relative;	
		z-index: 0;
	}
	#header #headImage #headImageContent, #intro {
		z-index: 0;
	}
	

	
/* Tre olika höjder pa bard och bild */
/* Maste sätta höjd pa #header för att allt ska visas korrekt i IE 6 */

/* STARTSIDAN */
.header1 {
	height: 575px; /* Höjden är bildens höjd + menyns höjd + marginalen fran toppen */
}
	.header1 #headImage, .header1 #headImage #dekorLeft, .header1 #headImage #dekorRight {
		height: 510px; /* Bilden/Flashfilens höjd */
	}
	.topBorder1 {
		height: 380px; /* Röda bardens höjd */
	}
	
/* HUSSIDOR */
.header2 {
	height: 525px;
}
	.header2 #headImage, .header2 #headImage #dekorLeft, .header2 #headImage #dekorRight {
		height: 460px;
	}
	.topBorder2 {
		height: 370px;
	}
	
/* INFOSIDOR - SMALT HUVUD 130 px högt */
.header3 {
	height: 195px;
}
	.header3 #headImage, .header3 #headImage #dekorLeft, .header3 #headImage #dekorRight {
		height: 130px;
	}
	.topBorder3 {
		height: 130px;
	}
	
/* INFOSIDOR - BRETT HUVUD 380 px högt */
.header4 {
	height: 445px;
}
	.header4 #headImage, .header4 #headImage #dekorLeft, .header4 #headImage #dekorRight {
		height: 380px;
	}
	.topBorder4 {
		height: 260px;
	}
	.topBorder5 {
		height: 260px;
	}
	
.header6 {
	height: 580px;
}	.topBorder6 {
		height: 260px;
	}	
		

/* Submenu */
#subMenuWrapper {
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
	height: 20px;
}
#subMenu {
	position: absolute;
	width: 926px;
	right: 0;
	background-image: url(../img/site/submenu-bg.jpg);
	background-repeat: repeat-x;
	line-height: 20px;

}
	#subMenu #subMenuList {
		list-style: none;
		margin: 0;
		padding: 0;
	} 
	#subMenu #subMenuList li {
		float: left;
		list-style: none;
		
		/*border-right: 1px solid #a31d12;*/
		border-right: 2px solid white;
	}
		#subMenu #subMenuList li a{
			color: black;
		}
	
		#subMenu #subMenuList li:hover {
			background: transparent url("/resources/img/2008/menu_hover.jpg");
			float: left;
			color: white;
			list-style: none;
		}
		
		#subMenu #subMenuList li:hover a{
			color: white;
		}
	
	#subMenu .subMenuAlt {
		float: left;
		display: block;
		margin: 0 8px;
		color: black;
	}
	
	#subMenu .selected {
		font-weight: bold;
	}

/*---------------------------------------------------------------*/
/*	 Main - Här ligger allt innehåll mellan header och footer	 */
/*---------------------------------------------------------------*/
	#main {
		position: relative;
		width: 980px;
		margin: 10px 0 20px; 0;
	}
	#main .content {
		margin: 20px;
	}
	/* Puffar pa förstasidan */
	
	#main .puffholder  {
		/* margin-top: 10px; */
	}
	
	#main .puff {
		width: 321px;
		height: 142px;
		float: left;
		margin-right: 10px;	
	}
	#main .puffVisningar { 
		width: 318px;
		height: 142px;
		float: left;
		background-image:url(/resources/img/start/husvisningar.jpg);
	}
	
	#main .puffVisningarHolder {
		margin-top:53px;
		margin-left:135px;
	}
	
	#main .puffVisningar table, tr, td {
		margin:0;
		padding:0;
	}
	
	#main .puffVisningar td { 
		font-size:10px;
		padding-right:5px;
	}


/*---------------------------------------------------------------*/
/*	 Husöversikt												 */
/*---------------------------------------------------------------*/
#houseList, #houseListRight {
	float: left;
	/* height:810px; */
	height:1250px;
	padding: 0 0 40px 0;
	background: #faf5f5;
}
#houseList { 
	margin: 0 10px 0 0;		
}
.paddingLeft{
	margin: 0 0 0 20px;
}
#houseList table, #houseListRight table{
	float: left;
	clear: left;
	margin: 0;
	border-collapse: collapse;
}
#houseList table tr, #houseListRight table tr{
	border-bottom: 1px solid  #999;
}
#houseList table td, #houseListRight table td{
	padding: 25px 0 2px 0;
	vertical-align: bottom;
	border-bottom: 1px solid  #999;
}
#houseList table td.left, #houseListRight table td.left{
	width: 120px;
}

.webico {
	margin-bottom:5px;
	margin-left:3px;
	cursor: hand;
}

.infoico {
	margin-left:3px;
	cursor: hand;
}

.infobox {
	display:none;
	position:absolute;
	border:5px solid #98150c;
	background:white;
	z-index:1000;
	width:250px;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	font-size:10px;
}

.infoboxlink {
	background: url(/resources/img/site/pil_liten.png) 0% 50% no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	padding-left:13px;
}

#webinfo {
	display:none;
	position:absolute;
	border:5px solid #98150c;
	background:white;
	z-index:1000;
	width:250px;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	font-size:10px;
}

/*---------------------------------------------------------------*/
/*   Huspresentation, planlösningar, fasader, bildgaller		 */
/*---------------------------------------------------------------*/

/*--- Vänsterspalten ---*/
#houseLeftCol{
	display: inline;
	float: left;
	width: 320px;
	margin: 0 0 0 55px;
}

.housepage-linkback {
	margin-left: 55px;
	float: left;
}


#houseInfoBox, #houseMenuBox{
	float: left;
	clear: left;
	width: 310px;
	padding: 0 0 20px 0;
	background: url(../img/site/box_bg_long.jpg) top left repeat-x;
	background-color: #e7e4e4;
	
}
#houseMenuBox{
	width: 280px;
	background: url(../img/site/box_bg_long.jpg) top left repeat-x;
	background-color: #e7e4e4;
}
#houseText{
	margin: 25px 0 0 0;
	padding: 15px 0 0 0;
	/*border-top: 1px solid #CCC;*/
	background: none;
}
/* Headings */
#houseInfoBox h3, #houseMenuBox h3{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
}
#houseInfoBox h3{
	width: 220px;
}
#houseMenuBox h4{
	margin: 10px 0 2px 0;
	font-size: 11px;
	padding: 0;
}
#houseInfoBox p{
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	
}

/*Småpuffar*/
.housePuff{
	display: inline;
	float: left;
	width: 150px;
	margin: 10px 10px 0 0;
	background: url(../img/site/huseInfoBox_bg.jpg) top left repeat-x;
	font-size: 11px;
}

.housePuff p{
	margin: 8px 0 0 0;
}

.housePuff h3.left, .housePuff h3.right{
	margin: 0;
	background: url(../img/site/pil_stor.png) no-repeat 100% 50%;
	font-size: 12px;
}
.housePuff h3.right{
	background-position: 85% 50%;
}
.housePuff h3 a{
	color: #333;
}
.housePuff ul{
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}

/*--- Undermenyn ---*/
#houseMenuBox ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#houseMenuBox ul li{
	line-height: 18px;
}
#houseMenuBox ul li a{
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/site/pil_liten.png) 0 50% no-repeat;
	color: #333;
}

/*--- Högerspalten ---*/
#houseMainContent{
	float: left;
	clear: none;
	width: 605px;
}
#skissHeader{
	float: left;
	clear: left;
	width: 605px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #333;
}
#skissHeader h3{
	display: inline;
	margin: 0 0 3px 0;
	font-size: 12px;
}
.fasadHolder{
	float: left;
	clear: none;
	width: 280px;
	margin: 0 20px 20px 0;
	text-align: center;
}
.fasadHolder img{
	vertical-align:text-top;
}
/*-- Bildgalleri --*/
img.galleriThumb{
	float: left;
	width: 140px;
	margin: 0 0 10px 10px;
}
/*---------------------------------------------------------------*/
/* Tillval														 */
/*---------------------------------------------------------------*/
#tillvalLeftCol{
	display: inline;
	float: left;
	clear: left;
	width: 320px;
	margin: 0 0 0 55px;
}
#tillvalLeftCol a{
	color: #333;
}
	#tillvalLeftCol #tillvalMenuBox{
		margin: 0;
		float: left;
		clear: left;
		background: url(../img/site/box_bg_long.jpg) top left repeat-x;
		width: 280px;
	}
	#tillvalLeftCol #tillvalMenuBox #tillvalHeadline {
		border-bottom: 1px solid #CCCCCC;
	}
	#tillvalLeftCol ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#tillvalLeftCol li {
		line-height: 18px;
		margin: 0;
	}
	
	#tillvalLeftCol .selected, #tillvalLeftCol ul#tillvalStandardList .selected, #tillvalLeftCol ul#tillvalSubcatList2 .selected{
		font-weight: bold;
	}
	#tillvalLeftCol ul#tillvalStandardList{
		margin: 0 0 5px 0;
	}
	
	#tillvalLeftCol ul#tillvalStandardList li {
		background:none;
		list-style: none;
		line-height: 18px;
		margin: 0;
		padding-left: 30px;
	}
	
	#tillvalLeftCol ul#tillvalSubcatList2 li {
		background:none;
		list-style: none;
		line-height: 14px;
		margin: 0;
		padding-left: 40px;
	}
	#tillvalLeftCol ul#tillvalSubcatList3 li {
		background:none;
		list-style: none;
		line-height: 12px;
		margin: 0;
		padding-left: 50px;
	}
	#tillvalLeftCol ul#tillvalSubMenu1 li a.subMenu1{/*Lägger till pilarna rätt*/
		display: block;
		background:url(../img/site/pil_liten.png) 0% 50% no-repeat;
		padding-left: 20px;
}

#tillvalMainContent{
	float: left;
	clear: none;
	width: 605px;
}
/*---------------------------------------------------------------*/
/*  Tomtsidorna, visningssidorna samt kontaktsidorna			 */
/*---------------------------------------------------------------*/
#tomtMainContent, #tomtSubContent{
	display: inline;
	float: left;
	clear: left;
	width: 550px;
	margin: 0 0 0 55px;
}
#tomtSubContent{
	float: left;
	clear: left;
	width: 925px;
	margin: 20px 0 0 55px;
}
#tomtSubContent h3{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}
#tomtSubContent h3.underlined{
	border-bottom: 1px solid #CCC;
}

#tomtSubContent .lokalKontor{
	float: left;
	margin: 0 100px 0 0;
}
/*--- Områdeslistan ---*/
#tomtSubContent ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#tomtSubContent ul li{
	line-height: 18px;
}
#tomtSubContent ul li a{
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/site/pil_liten.png) 0 50% no-repeat;
	color: #333;
}
#tomtSubContent ul li span.blind{
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/site/pil_liten_grey.png) 0 50% no-repeat;
	color: #999;
}
/*-- Tabellerna --*/
table.tomtTabell{
	float: left;
	clear: left;
	width: 925px;
	/*border-collapse: collapse;*/
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
}
#kontaktLeftCol table.tomtTabell, #officeRightCol table.tomtTabell{/*Minder variant av tabellen*/
	width: 605px;
}
table.tomtTabell a{
	color: #333;
}
table.tomtTabell tr.tHeader{
	background: url(/resources/img/site/submenu-bg.jpg) top left repeat-x;
}
table.tomtTabell th{
	padding: 3px 3px 3px 6px;
	text-align: left;
}
table.tomtTabell td.city{
	padding: 5px 3px 3px 6px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.tomtTabell tr.alt1{
	background-color: #faf5f5;
}
table.tomtTabell tr.alt0{
	background-color: #fff;
}
table.tomtTabell tr.alt0:hover, table.tomtTabell tr.alt1:hover {
	background-color: #a21c11;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}

table.tomtTabell tr.alt0:hover a, table.tomtTabell tr.alt0:hover a:hover {
	color:white;
}

table.tomtTabell tr.alt1:hover a, table.tomtTabell tr.alt1:hover a:hover {
	color:white;
}

table.tomtTabell td{
	vertical-align: top;
	padding: 3px 3px 3px 8px;
}
/*-- Tomtpresentation, kontorspresentation --*/
#tomtLeftCol, #officeLeftCol, #visningLeftCol{
	float: left;
	width: 320px;
	padding-left: 54px;
}

#tomtInfoBox, #kontaktInfoBox, #visningInfoBox, .officeInfoBox{
	float: left;
	/* clear: left; */
	width: 310px;
	padding: 0 0 20px 0;
	background: url(../img/site/box_bg_long.jpg) top left repeat-x;
	background-color: #e7e4e4;
}
/*
#tomtInfoBox img, #kontaktInfoBox img, .officeInfoBox img{
	width: 270px;
	height: 160px;
	margin: 0 0 10px 0;
	
}
*/
.officeInfoBox{
	width: 280px;
}
/* Kolla om detta påverkas när bild på säljare finns
.officeInfoBox img {
	width: 240px;
	height: 160px;
}
*/
#tomtInfoBox h2, #kontaktInfoBox h2, #visningInfoBox h2, .officeInfoBox h2{
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}
#tomtInfoBox h3, #kontaktInfoBox h3, #visningInfoBox h3, .officeInfoBox h3{
	margin: 30px 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
}
#tomtInfoBox table th, #kontaktInfoBox table th, #visningInfoBox table th, .officeInfoBox table th{
	text-align: left;
}
#tomtRightCol, #visningRightCol, #officeRightCol{
	float: left;
	clear: none;
	width: 605px;
}
#officeRightCol h3{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}
/* Listor */
/*--- Undermenyn ---*/
#tomtInfoBox ul, #visningInfoBox ul, #officeNews ul, #FrontOfficeNews ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#tomtInfoBox ul li,#visningInfoBox ul li, #officeNews ul li, #FrontOfficeNews ul li{
	line-height: 18px;
}
#tomtInfoBox ul li a, #visningInfoBox ul li a, #officeNews ul li a, #FrontOfficeNews ul li a{
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/site/pil_liten.png) 0 50% no-repeat;
	color: #333;
}

/* Specifikt för Kontaktsidan */
#kontaktLeftCol{
	display: inline;
	float: left;
	clear: left;
	width: 605px;
	margin: 0 0 0 55px;	
}
#kontaktRightCol{
	float: left;
	width: 310px;
	margin: 0 0 0 10px;
	
}
#kontaktRightCol h3{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}
#officeNews{
	display: inline;
	float: left;
	clear: left;
	width: 605px;
	margin: 0 0 40px 0;
}
#officeNews h3{
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
}
/*------------------------------------------------------------------------------
	"Att köpa"-sidorna
------------------------------------------------------------------------------*/
#attkopaLeftCol{
	display: inline;
	float: left;
	clear: left;
	width: 610px;
	margin: 0 10px 0 55px;	
}
#attkopaRightCol{
	float: left;
	clear: right;
	width: 305px;
	margin: 0;
	/*border: 1px solid green;*/
}
#attkopaLeftColSmall{
	display: inline;
	float: left;
	width: 320px;
	margin: 0 0 0 55px;
}
#attkopaRightColWide{
	float: left;
	clear: none;
	width: 575px;
	margin: 0 0 0 30px;
}
.attkopaImageHolder, .attkopaImageHolder2, .attkopaImageHolder4{
	float: left;
	clear: right;
	margin: 0 0 10px 0;
	font-size: 9px;
}
.attkopaImageHolder2{
	clear: none;
	width: 267px;
	margin: 0 10px 10px 0;
}
.attkopaImageHolder3{
	width: 310px;
	margin: 0 10px 10px 0;
}
.attkopaImageHolder4{
	clear: none;
	margin: 0 10px 10px 0;
}
.attkopaImageHolder p, .attkopaImageHolder2 p{
	font-size: 10px;
}
.attkopaImageHolder img, .attkopaImageHolder2 img{
	vertical-align: text-top;
}
#attkopaInfoText, #attkopaLinkList{
	display: inline;
	float: left;
	clear: left;
	width: 245px;
	margin: 20px 30px 30px 30px;
}
#attkopInfoText p{
	font-size: 11px;
}
h3.attkopa, h3.attkopaBlind{
	margin: 0;
	padding: 0 25px 0 0;
	background: url(/resources/img/site/pil_stor.png) 100% 50% no-repeat;
	text-align: right;
}
#detaljInfoBox{
	float: left;
	clear: left;
	width: 608px;
	background: url(../img/site/box_bg_long.jpg) top left repeat-x;
	background-color: #e7e4e4;
}
/*-- Listor-- */
#attkopaInfoText ol{
	margin: 0 0 0 20px;
	padding: 0;
}
#attkopaInfoText ol li{
	margin: 0 0 10px 0;
}
#detaljInfoBox ul{
	float: left;
	clear: left;
	margin: 0 0 20px 0;
	padding: 0;
}
#detaljInfoBox ul li{
	display: block;
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
}
#attkopaRightColWide ul li{
	margin: 0 0 10px 0;
}
/*-- Idexsidan --*/
#attkopaRow{
	display: inline;
	width: 925px;
	float: left;
	clear: left;
	margin: 10px 0 0 55px;
}
#attkopaByggPuff{
	float: left;
	clear: left;
	width: 610px;
	height: 300px;
	background: url('/resources/img/attkopa/byggpuff_bg.jpg') top left no-repeat;
}
#byggPuffText{
	width: 200px;
	margin: 20px;
	color:black;
}
#ingetstrulPuff, #fasadPuff, #kundvardPuff, #reportagePuff, #miljoPuff, #processPuff, #energyPuff{
	float: left;
	width: 300px;
	height: 180px;
}
#ingetstrulPuff{
	clear: left;
	background: url(/resources/img/attkopa/ingetstrulPuff_bg.jpg) top left no-repeat;
	margin: 0 10px 10px 0;
}
#fasadPuff{
	background: url(/resources/img/attkopa/fasadPuff_bg.jpg) top left no-repeat;
	margin: 0 10px 10px 0;
}
#kundvardPuff{
	background: url(/resources/img/attkopa/kundvardPuff_bg.jpg) top left no-repeat;
	margin: 0 0 10px 0;
}
#reportagePuff{
	clear: left;
	background: url(/resources/img/attkopa/reportagePuff_bg.jpg) top left no-repeat;
	margin: 0 10px 10px 0;
}
#miljoPuff{
	background: url(/resources/img/attkopa/miljoPuff_bg.jpg) top left no-repeat;
	margin: 0 10px 10px 0;
}
#processPuff{
	background: url(/resources/img/attkopa/processenPuff_bg.jpg) top left no-repeat;
	margin: 0 0 10px 0;
}
#energyPuff {
	background: url(/resources/img/attkopa/energypuff_bg.jpg) top left no-repeat;
	margin: 0 0 10px 0;
}
.smallPuffText{
	position: absolute;
	width: 120px;
	height: 160px;
	margin: 10px;
}
.smallPuffText p{
	margin: 0 0 4px;
	padding: 0;
	color:black;
}
.smallPuffLink{
	position: absolute;
	top: 93%;
	left: 55%;
	width: 50px;
	padding: 0 10px 0 0;
	background: url(/resources/img/site/pil_liten.png) 100% 50% no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: #333;
}

/*------------------------------------------------------------------------------
Stil och inredningssidan
------------------------------------------------------------------------------*/

#stilpuff1, #stilpuff2, #stilpuff3, #stilpuff4, #stilpuff5, #stilpuff6{
	float: left;
	width: 300px;
	height: 180px;
}

#stilpuff2 h4.attkopaPuff, #stilpuff3 h4.attkopaPuff, #stilpuff4 h4.attkopaPuff, #stilpuff5 h4.attkopaPuff, #stilpuff6 h4.attkopaPuff {
	margin-bottom:-4px;
}


#stilpuff1 {
	clear: left;
	margin: 0 10px 10px 0;
	width: 270px;
	padding-right:30px;
}
#stilpuff2 {
	background: url(/resources/img/standard/stilpuff2.jpg) top left no-repeat;
	margin: 0 10px 10px 0;
}
#stilpuff3{
	background: url(/resources/img/standard/stilpuff3.jpg) top left no-repeat;
	margin: 0 0 10px 0;
}
#stilpuff4 {
	clear: left;
	background: url(/resources/img/standard/stilpuff4.jpg) top left no-repeat;
	margin: 0 10px 10px 0;
}
#stilpuff5 {
	background: url(/resources/img/standard/stilpuff5.jpg) top left no-repeat;
	margin: 0 10px 10px 0;
}
#stilpuff6 {
	background: url(/resources/img/standard/stilpuff6.jpg) top left no-repeat;
	margin: 0 0 10px 0;
}

.puff_small {
	width: 320px;
	background-image: url(../img/puffar/puff-bkg.gif);
	float: right;
	margin-left: 10px;
	margin-top: 8px;
	height: 77px;

}
.puff_small_inner {
	padding: 6px 10px 4px 10px;	
}
.puff_small_inner .readmore {
	position: absolute;
	right: 12px;
	bottom: 12px;	
}
.puff_small_inner a {
	color:#000000;
}
.puff_small_inner h3 {
	color: #a31d12;
}


/*------------------------------------------------------------------------------
formulär-element
------------------------------------------------------------------------------*/
#katalogWrapper{
	float: left;
	clear: left;
	width: 800px;
	margin: 0 0 0 55px;
}
.formfieldset {
    padding: 1em 20px;
    margin-bottom: 1em;
    border: 1px solid #C0C0C0;
    background: #efefef;
}

fieldset.formfieldset legend {
    display: none;
}

.formfieldset h3 {
    margin-top: 0;
    margin-bottom:5px;
}

form {
    margin: 0;
    padding: 0;
}

label[for]:hover {
    text-decoration: underline;
}

input.button, input.text, textarea, select {
    margin: 0 0;
}

div.controlGroup {
    padding: 1em;
    /*border: 1px solid rgb(220,220,220);*/
}

div.controlGroup .row {
    clear: both;
    vertical-align: top;
}

input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: rgb(78, 73, 69);
}

.button {
    background: #a21c11;
    color: white;
    font-weight: bold;
}

label:hover {
    color: #A53822;
    text-decoration: none !important;
}

/*---------------------------------------------------------------*/
/* Footer 														 */
/*---------------------------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	clear: left;
	margin: 0 0 50px 0;
}
#footer #footerLeft {
	float: left;
}
#footer #footerRight {
	float: right;
}
	
/*---------------------------------------------------------------*/
/* Sökformulär													 */
/*---------------------------------------------------------------*/
#searchform {
	margin-bottom:10px;
}

.HouseSearch {
	background-color: #f0e9e9;
	padding: 2px 20px 5px 20px;
}
.HouseSearch h4 {

}
/*---------------------------------------------------------------*/
/* Användarstilar													 */
/*---------------------------------------------------------------*/
.userLogin {
	clear: both;
	padding-top: 8px;
}
.userLogin .Content {
	background-color: #f0e9e9;
	padding: 8px 20px 8px 20px;
	padding-bottom: 8px;
}
#FrontOfficeNews {
	display: inline;
	float: left;
	width: 280px;
	margin-right: 20px;
}

/* style="clear: none; width: 200px; float:left; margin: 0px; margin-right: 15px;" */
#FrontOfficeNews h3 {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
}
.noflash { width: 600px; display: block; padding: 20px 0 0 0;}
.noflash, .noflash a, .noflash h1 {
	color: #FFFFFF;
}
.noflash h1 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.noflash a {
	text-decoration: underline;
}
#formInfoCheck { display: none; }

/* Startsida puffar */
.puff1, .puff2, .puffroda { 
	width: 320px;
	background-image: url(../img/puffar/puff-bkg.gif);
	float: left;
	margin-right: 10px;
}
.puff_rodapaketet-img {
	background-image: url(../img/puffar/rodapaketet_puff2.jpg);
	background-repeat: no-repeat;
	height: 142px;
}
.puff_visning-img {
	background-image: url(../img/puffar/visning1011.jpg);
	background-repeat: no-repeat;
	height: 142px;
}
.puff_saljare-img {
	background-image: url(../img/puffar/saljare_bkg.jpg);
	background-repeat: no-repeat;
	height: 142px;
}
.puff1-img {
	background-image: url(../img/puffar/puff1.jpg);
	background-repeat: no-repeat;
	height: 142px;
}
.puff2-img {
	background-image: url(../img/puffar/puff2.jpg);
	background-repeat: no-repeat;
	height: 142px;
}

.puff1 h1#puff, puff2 h1#puff, .puffroda h1#puff {
	font-size: 19px;
}
.puff1 h1#puff_2row {
	font-size: 16px;
}

.puff1 a, puff2 a, .puffroda a {
	color:black;
}

.inner .readmore {
	position: absolute;
	right: 12px;
	bottom: 12px;	
}
.inner {

	padding: 15px 10px 0 135px;
	height: 127px;
	position: relative;
}

.whiteline {
height:127px;
padding:15px 10px 0 15px;
position:relative;
}

.whiteline .readmore {
bottom:12px;
position:absolute;
right:12px;
}
