/* Body-egenskaper */
body {
	behavior:url("/resources/style/iehoverfix.htc");
	margin: 0;
	text-align: center;
	color:#333;
	margin-bottom:30px;
}

body, p, td, tr, th, div {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	
}
img { border: 0; }
h1, h2, h3, h4, h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
}

h1 {
	font-size: 30px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 20px;
	margin: 0 0 4px 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: #000000;
	text-decoration: none;	
}

a:hover {
	color: #795313;
	text-decoration: none;	
}

.boxPadding20 {
	padding: 20px 0 0px 0;
	margin: 0 20px 0 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: 940px;
		height: 35px;
		margin-bottom: 30px;
		padding-left: 40px;
		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: 35px;
		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: 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: 100;
	}
	#header #pageTitle #headLine {
		position: absolute;
		width: 320px;
		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;
	}
	

/* Submenu */
#subMenuWrapper {
	margin-top: 5px;
	padding-bottom:8px;
}
	#subMenu {
		width: 945px;
		background-image: url(/resources/img/layout/submenu_bkg.jpg); 
		margin: 10px 0 0 0;
		padding: 0;
		height: 36px;
	}
	#subMenu #subMenuList {
		/* list-style: none;*/
		margin: 0 0 0 5px;
		padding: 8px 0;
		font-size: 120%;
	} 
	#subMenu #subMenuList li {
		float: left;
		list-style: none;
		border-right: 1px solid white;
		padding: 2px;
	}
	#subMenu  ul {
		clear:both;
	}
	#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, th {
		margin:0;
		padding:0;
	}
	
	#main .puffVisningar td { 
		font-size:10px;
		padding-right:5px;
	}


/*---------------------------------------------------------------*/
/*	 Husöversikt												 */
/*---------------------------------------------------------------*/
#houseList, #houseListRight {
	float: left;
	height:930px;
	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;
}
ul.officeAktuellt {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.officeAktuellt li{
	line-height: 18px;
}
ul.officeAktuellt li a{
	display: block;
	padding: 0 0 0 15px;
	background: url(/resources/img/site/pil_liten.png) 0 50% no-repeat;
	color: #333;
}
ul.officeAktuellt li a:HOVER{
	color: #795313;
	text-decoration: 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(/resources/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(/resources/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; */
	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(/resources/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(/resources/img/site/pil_liten_grey.png) 0 50% no-repeat;
	color: #999;
}
/*-- Tabellerna --*/
table.tomtTabell{
	float: left;
	clear: left;
	width: 670px;
	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 a:hover{
	color: #333;
}
table.tomtTabell tr.tHeader, table.tomtTabell tr.tHeader a {
	background: url(/resources/img/site/submenu-bg.jpg) top left repeat-x;
	background: #bda177;
	color: #FFFFFF;
}
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: #e9e9e9;
}
table.tomtTabell tr.alt0{
	background-color: #f4f4f4;
}
table.tomtTabell tr.alt0:hover, table.tomtTabell tr.alt1:hover {
	background-color: #efe0c9;
	/* color: #fff; */
	cursor: pointer;
	cursor: hand;
}

table.tomtTabell tr.alt0:hover a, table.tomtTabell tr.alt0:hover a:hover {
	color:black;
}

table.tomtTabell tr.alt1:hover a, table.tomtTabell tr.alt1:hover a:hover {
	color:black;
}

table.tomtTabell td{
	vertical-align: top;
	padding: 3px 3px 3px 8px;
}
/*-- Tomtpresentation, kontorspresentation --*/
#tomtLeftCol, #officeLeftCol, #visningLeftCol {
	display: inline;
	float: left;
	width: 310px;
	background-image: url(../img/layout/puffar/puff_310_2.gif);
	background-repeat: repeat-y;
}

#tomtInfoBox, #kontaktInfoBox, #visningInfoBox, .officeInfoBox {
	float: left;
	clear: left;
	width: 310px;
	
	background-image: url(../img/layout/puffar/puff_310_1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#visningFoot {

	padding-bottom: 20px;

	background-image: url(../img/layout/puffar/puff_310_3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.right { float: right; }
.left  { float: left; }
.mobox310
{
	display: inline;

	width: 310px;
	background-image: url(../img/layout/puffar/puff_310_2.gif);
	background-repeat: repeat-y;
}
.mobox310 .box_inner
{
	width: 310px;
	background-image: url(../img/layout/puffar/puff_310_1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.mobox310 .box_foot 
{
	background-image: url(../img/layout/puffar/puff_310_3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.officeInfoBox{
	width: 280px;
}

#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: 0px 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: 500px;
	margin-left: 35px;
}
#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(/resources/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;
}

/*------------------------------------------------------------------------------
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;
}
*/
#stilpuff1 {
	background: url(/resources/img/standard/stilpuff1.jpg) top left no-repeat;
	margin: 0 10px 10px 0;
}


#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;
}

#visningfoot h3{
	margin-top: 0px;
	padding-top: 0px;
}



/*------------------------------------------------------------------------------
formulär-element
------------------------------------------------------------------------------*/
#katalogWrapper{
	float: left;
	clear: left;
	width: 600px;
	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: 0px;
}
.userLogin .Content {
	background-color: #EFEFEF;
	padding: 8px 20px 8px 20px;
	padding-bottom: 8px;
}
#FrontOfficeNews {
	display: inline;
	float: left;
	width: 280px;
	margin-right: 20px;
}

#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;
}


.househeader_flash{
	display: block;
}
.househeader_html{
	display: none;
}
.gold
{
	color: #a67e3c;
	font-size: 230%;
}

#formInfoCheck { display: none; }