body{
	background: #fff;
	font: small/18px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 850px;
	margin: 8px auto 0 auto;
}

#header{
	float: left;
	width: 850px;
	position: relative;
}

	#logo{
		float: left;
		width: 162px;
	}

	ul#topNavigation{
		width: 680px;
		float: right;
		height: 28px;
		margin-top: 17px;
		background: url(/img/tile_topnav.jpg) top left repeat-x;
	}

		ul#topNavigation li{
			height: 21px;
			float: left;
			border-right: 1px solid #959799;
			padding-top: 7px;
		}
		
		ul#topNavigation li.active{
			color: red;
		}

		ul#topNavigation li#nav-omliljehuset{
			width: 100px;
			background: url(/img/subnavFirst.jpg) top left no-repeat;
		}


		ul#topNavigation li#nav-radgivning{
			width: 83px;
		}

		ul#topNavigation li#nav-hustyper{
			width: 78px;
		}

		ul#topNavigation li#nav-katalog{
			width: 79px;
		}

		ul#topNavigation li#nav-byggegrunde{
			width: 92px;
		}

		ul#topNavigation li#nav-nyheder{
			width: 76px;
		}

		ul#topNavigation li#nav-udstillinger{
			width: 93px;
		}

		ul#topNavigation li#nav-kontakt{
			width: 72px;
			border: none;
			background: url(/img/subnavLast.jpg) top right no-repeat;
		}

			ul#topNavigation li a{
				color: #fff;
				font-weight: bold;
				font-size: 10px;
			}
		ul#utilities{
				position: absolute;
				top: -5px;
				right: 0;
			}

			ul#utilities li{
				float: left;
				padding: 0 3px;
			}

				ul#utilities li a{
					font-size: 10px;
					color: #A2232A;
				}

				ul#utilities li a:hover{
					text-decoration: none;
				}

#innerWrapper{
	margin-top: 8px;
	width: 850px;
	float: left;
}

	#sidebar{
		float: left;
		width: 250px;
	}

		#sidebar h1{
			padding: 36px 0 10px 36px;
			color: #fff;
			font-size: 120%;
			background: #000;
			text-transform: uppercase;
			font-weight: normal;
		}

		#sidebar h1 a{
			color: #fff;
			text-decoration: none;
			font-size: 145%;
		}

		#sidebar p#frontText{
			color: #fff;
			padding: 36px 36px 48px 36px;
			background: #000 url(/img/subnav.jpg) bottom left no-repeat;
			min-height: 186px;
		}

		#sidebar p#nonSemantic{
			background: #000 url(/img/subnav.jpg) bottom left no-repeat;
			min-height: 186px;
		}

		#sidebar #flashLille{
			margin: -10px 0 10px 0;
		}

	ul.subNavigation{
		background: #000 url(/img/subnav.jpg) bottom left no-repeat;
		padding: 0 0 0 36px;
		min-height: 186px;
	}

		ul.subNavigation li span.active, ul.subNavigation li span.inactive{
			position: relative;
			width: 200px;
		}

			ul.subNavigation li a{
				text-decoration: none;
				color: #fff;
				font-weight: bold;
				font-size: 14px;
			}

			ul.subNavigation li a:hover{
				color: #d9dbdc;
			}

	#content{
		float: right;
		width: 580px;
	}

		#content h2{
			margin-top: 15px;
			text-transform: uppercase;
			font-size: 40px;
			font-weight: normal;
			color: #FF3300;
		}

		#content h2.category{
			margin-top: 20px;
		}

			#content h2 a{
				margin-top: 8px;
				text-transform: uppercase;
				font-size: 40px;
				font-weight: normal;
				color: #FF3300;
			}

		#content p{
			margin-bottom: 8px;
			width: 550px;
			font-size: 10px;
		}

			#content p.news a{
				color: #000;
				text-decoration: none;
			}

		#content p a{
			color: #A2232A;
		}

		#content p a:hover{
			text-decoration: none;
		}

		#showHouses{
			margin-top: 8px;
		}

			.frontHouse{
				float: left;
				width: 139px;
				margin-right: 8px;
			}
			
			.frontHouse img{
				margin-bottom: 4px;
			}

			.frontHouse h3{
				text-align: center;
				color: red;
				font-size: 100%;
			}

				.frontHouse h3 a{
					text-decoration: none;
					color: red;
				}

			.frontHouse p{
				font-size: 10px;
				color: #000;
			}

				#content .frontHouse p a{
					text-decoration: none;
					color: #000;
				}

			#showHouses .last{
				margin-right: 0;
			}

#footer{
	float: left;
	background: url(/img/footer.jpg) top left no-repeat;
	width: 850px;
	height: 20px;
}

	#footer address{
		visibility: hidden;
	}

#content div.houseType{
	width: 193px;
	height: 150px;
	float: left;
	margin: 10px 0 30px 0;
}

	#content div.houseTypeTop{
		height: 110px;
	}

		#content div.houseTypeTop img{
			vertical-align: top;
		}

	#content div.houseTypeBottom{
		height: 40px;
		width: 183px;
		padding: 0 5px;
	}

#content div.houseType p, #content #showHouses p{
	width: auto;
}

#content div.houseType h3{
	color:#FF3300;
	text-transform: uppercase;
}

#content div.houseType p sup{
	vertical-align: top;
	font-size: 8px;
}

#content div#newsNav .prev{
	float: left;
}

#content div#newsNav .next{
	float: right;
}

#content div#newsNav a{
	font-size: 10px;
	color: #A2232A;
}

#content div#newsNav a:hover{
	text-decoration: none;
}

table#kontaktform{

}

	table#kontaktform td{
		font-size: 10px;
		font-weight: bold;
		padding-bottom: 10px;
	}

	table#kontaktform td.multipleChoise label{
		font-weight: normal;
		position: relative;
	}

		table#kontaktform td label{
			display: block;
		}

		table#kontaktform td input{
			width: 200px;
		}

		table#kontaktform td input#medbyg, table#kontaktform td input#nogleklart, table#kontaktform td input#ja1, table#kontaktform td input#ja2, table#kontaktform td input#nej1, table#kontaktform td input#nej2{
			width: auto;
			position: absolute;
			top: 2px;
		}

table#kontaktform td input#jatak{
			width: auto;
			position: relative;
			top: 4px;
		}

table#kontaktform td input#medbyg{
			left: 60px;
		}

table#kontaktform td input#ja1, table#kontaktform td input#ja2{
			left: 21px;
		}

table#kontaktform td input#slet, table#kontaktform td input#send{
			width: auto;
			margin: 5px 5px 0 0;
		}

		table#kontaktform td textarea{
			width: 400px;
			height: 200px;
		}
		
#newsletterSubscription fieldset{
	border: none;
}

#newsletterSubscription fieldset ol li, #newsletterUnsubscription fieldset ol li{
	margin: 0 0 8px 0;
}

#newsletterSubscription fieldset ol li input#navn{
	margin-left: 7px;
}

#content ul{
	margin-bottom: 10px;
}

#content ul li{
	font-size: 10px;
	list-style-type: disc;
	margin-left: 15px;
}

#content table{
	font-size: 10px;
	margin-bottom: 10px;
}

#content table a{
	color: #A2232A;
}

#content table a:hover{
	text-decoration: none;
}

#content img#print-logo{
	display: none;
}

.forsideText{
	margin-top: 15px;
	display: block;
}

.subText{
	margin-top: 15px;
}

/*SECOND LEVEL I SUBNAVIGATION*/
#secondlevel{
	margin-left: 10px;
}

.houseTypeHolder{
	padding-bottom: 15px;
	float: left;
	width: 580px;
}

a#tilbageLink{
	float: right; 
	margin: 10px;
	display: block;
	color: #A2232A;
	font-size: 10px;
}

a#tilbageLink:hover{
	text-decoration: none;
}

.popupBygning{
	display: block;
	margin-bottom: 10px;
}

#flashGalleri{
	margin-bottom: 10px;
}

table#hovedTal{
	width: 580px;
}

table#hovedTal td{
	text-align: center;
}

table#hovedTal td.textInformation{
	text-align: left;
}