.PrintLogo {
	text-align: left;
	vertical-align: top;
	padding-bottom: 50px;
}
.printHouseImg {
	padding-bottom: 30px;
}
#stilpuff2, #stilpuff3, #stilpuff4, #stilpuff5, #stilpuff6 {
	display: none;
}
#attkopaByggPuff, #ingetstrulPuff, #fasadPuff, #kundvardPuff, #reportagePuff, #miljoPuff, #processPuff {
	display: none;
}
/* Body-egenskaper */
body {
	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;
}
/*---------------------------------------------------------------*/
/*	 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 {
	display: none; 
}
.housepage-linkback {
	display: none; 
}
.HouseSearch {
	display: none;
}


	#header #topLogo img{
		behavior: url('/resources/style/iepngfix.htc');/* Fixar transparens hos png-bilder i IE */
	}
	
	/* 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: 350px;
		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: 3;
	}
	#header #pageTitle #headLine {
		position: absolute;
		width: 320px;
		top: 50%;
		margin-top: -26px;
		margin-left: 20px;
	}
	#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;
	}
	

/* Submenu */
#subMenuWrapper, #tillvalLeftCol, #tillvalMenuBox {
	display: none;
}
#footer {
	display: none;
}


/*---------------------------------------------------------------*/
/*	 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;
	}
	.attkopa {
		display: block;
		margin-top:0;
		padding-bottom: 10;
	}
/*---------------------------------------------------------------*/
/*	 Husöversikt												 */
/*---------------------------------------------------------------*/
#houseList, #houseListRight {
	float: left;
	width: 300px;
	height:810px;
	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;
	width: 300px;
	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;
}

#houseList .webico {
	margin-bottom:5px;
	margin-left:3px;
}

#houseList .infoico {
	margin-left:3px;
}

#prisinfo {
	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 0;
}

#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: 160px;
}
#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 0px;
}
#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 0;
}
#tomtSubContent{
	float: left;
	clear: left;
	width: 925px;
	margin: 20px 0 0 0;
}
#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 td{
	vertical-align: top;
	padding: 3px 3px 3px 8px;
}
/*-- Tomtpresentation, kontorspresentation --*/
#tomtLeftCol, #officeLeftCol, #visningLeftCol{
	display: inline;
	float: left;
	width: 320px;
	margin: 0 0 0 0;
}

#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{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#tomtInfoBox ul li,#visningInfoBox ul li, #officeNews ul li{
	line-height: 18px;
}
#tomtInfoBox ul li a, #visningInfoBox ul li a, #officeNews 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 0;	
}
#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 0;	
}
#attkopaRightCol{
	float: left;
	clear: right;
	width: 305px;
	margin: 0;
	/*border: 1px solid green;*/
}
#attkopaLeftColSmall{
	display: inline;
	float: left;
	width: 320px;
	margin: 0 0 0 0;
}
#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 0;
}
#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{
	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;
}
.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;
}




/*------------------------------------------------------------------------------
formulär-element
------------------------------------------------------------------------------*/
#katalogWrapper{
	float: left;
	clear: left;
	width: 800px;
	margin: 0 0 0 0;
}
.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;
}
	