
	/*
		January 2007

		THIS VERSION OF THE CSS IS USED IN THE NEW GOOGLE-FRIENDLY
		FLOATING CSS DESIGN
	*/

	/*
		THE DOM
	*/	
	
	body {
		background-color:		#ded8d9;
		font-family:			verdana;
		font-size:				0px;
		color:					#6d6d6d;
		margin:					0px;
	}

	iframe {
		display:				none;
	}

	h1 {
		position:				absolute;
		color:					#000d36;
		font-size:				18px;
		display:				block;
		width:					373px;
		top:					107px;
		left:					233px;
		line-height:			150%;
		margin-bottom:			10px;
		font-weight:			lighter;
	}

	h3 {
		position:				absolute;
		color:					#000000;
		line-height:			150%;
		font-size:				12px;
		display:				block;
		width:					297px;
		top:					170px;
		left:					233px;
		text-align:				justify;				
		font-weight:			lighter;
	}

	a {
		color:					#000D36;
		text-decoration:		none;
	}
	
	a:hover {	
		text-decoration:		underline;	
	}
	
	img {
		border:					0px;
	}

	form {
		margin:					0px;
	}

	/*
		ZÉ CLASSES
	*/

	.UgensUdvalgteBoligOmraade {
		color:					#ffffff;
		font-size:				11px;
		padding:				3px 0px 4px 8px;
	}

	.UgensUdvalgteBoligBillede {
		border:					1px solid #cdd1cd;
	}	

	.button {
		color:					#000000;
		border:					solid 1px #808080;
		height:					19px;
		background:				url(/images/buttons/grayhue.gif);
		background-repeat:		repeat-x;
		background-position:	center; 
		background-color:		#ffffff;
		margin:					0px -1px 10px -1px;
		font-size:				11px;
		font-family:			arial;
	}

	.redbutton {
		color:					#ffffff;
		border:					solid 1px #808080;
		height:					24px;
		background-color:		#660510;
		font-size:				11px;
		font-family:			arial;
		width:					120px;
		background:				url(/images/buttons/background.gif);
	}
	
	.select {
		width:					116px;
		font-size:				10px;
		margin-bottom:			5px;
	}

	.input {
		width:					110px;
		font-size:				10px;
		margin-bottom:			5px;
		color:					#6d6d6d;	
	}
	
	.Overskrift, .Afslutning {
		font-size:				12px;
		font-weight:			lighter;
		padding:				10px 0px 10px 10px;
		color:					#000000;
	}
	
	.BilledTekst {
		font-size:				12px;
		color:					#000000;
		padding-left:			5px;
		padding-right:			5px;
	}

	.SvaevHoejre {
		float:					right;
	}

	.SvaevVenstre {
		float:					left;
	}	
			
	.SvaevVenstre input {
		width:					200px;
		font-size:				10px;
		height:					16px;
		padding-top:			3px;	
		color:					#6d6d6d;	
	}
			
	
	/*
		IDs
	*/

	#Hoved {
		position:				absolute;
		margin-left:			-386px; /* -386px */
		width:					771px;
		left:					50%;
		background-color:		#aa091b;
		height:					70px;
		top:					0px;
	}

	#Indhold {
		width:					771px;
		background-color:		#ffffff;
		text-align:				left;
		position:				relative;
		margin:					0px auto 0px auto;
		padding:				107px 0 0 0;
		height:					560px;
	}

	#Menu {
		margin: 0px;
		padding: 0px;

		position:				absolute;
		margin-left:			-386px; /* -386px */
		width:					771px;
		top:					63px;
		left:					50%;
		height:					22px;
		/*height:					36px;*/
		background-color:		#87000e;
		font-size:				11px;
		z-index:				100;
		background-image: url('/images/menu/main/udv/top_banner_del_2.png');
		background-repeat: no-repeat;

	}

	#Menu a:hover {
		text-decoration:		none;
	}

	#Signatur {
		font-size:				10px;
		width:					741px;
		text-align:				left;
		position:				relative;
		padding:				10px 15px 10px 15px;
		margin:					0px auto 15px auto;
		clear: both;
	}


/* MENU */

.topmenu {
	padding: 0px 8px 0px 8px;
	font-family: 'Arial';
	color: #000000;
}
.topmenu a {text-decoration: none;}
.topmenu img {
	display: inline;
	float: right;
	margin: 0px 0px 0 0;
}

.topmenu img.dot {
	display: inline;
	float: right;
	margin: 3px 2px 0 0;
}

span.rootFalse:hover td {
	background-color: #aa091b;
	background-position: 0 0;
}

span.rootTrue td {
	background-color: #aa091b;
	background-position: 0 0;
}

span.rootTrue a {color: #ffffff;} /* modified */
span.rootTrue td div a {color: #000000;}

.topmenu div.menubox {
	display: inline;
	padding: 10px 50px 50px 50px;
	position: absolute;
	z-index: 500;
	margin-left: -58px;
	margin-top: -1px;
}

.topmenu div.menubox span div.menubox {
	display: inline;
	padding: 0px 50px 50px 0px;
	position: absolute;
	left: 79%;
	z-index: 501;
	margin: -4px 0px 0px -4px;
}

.topmenu span {
	cursor: pointer;
	display: block;
	width: 140px;
	background: #f2f4fc; /*#aa091b;*/
	border: 1px outset #87000e;
}

.topmenu span.medium {width: 150px;}
.topmenu span a.medium, .topmenu div.submenu.medium {width: 138px;}
.topmenu span a:hover, .topmenu div.submenu:hover {background: #aa091b; color:#ffffff;}

.topmenu span a, .topmenu div.submenu {
	padding: 3px 6px;
	display: block;
	width: 128px;
	border-bottom: 1px solid #87000e;
	color: #000000;
}


.topmenu div.menubox,
.topmenu:hover div.menubox span div.menubox,
.topmenu div.menubox div.submenu:hover div.menubox span div.menubox span div.menubox
{display: none;}

.topmenu:hover div.menubox,
.topmenu div.menubox div.submenu:hover div.menubox,
.topmenu div.menubox div.menubox div.submenu:hover div.menubox div.menubox
{display: inline;}

.menulink {
	color: #002589;
}

/* MENU SLUT */


.UgensUdvalgteBoligBilledeContainer
{
	overflow: hidden;
	height: 142px;
}
