@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
* html .HolyHack{height: 1%;}



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../gfx/bg_content.png);
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center;
	position:relative;
}
.twoColFixRtHdr #container {
	width: 715px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;	
} 
.twoColFixRtHdr #header {
	height:195px;
	background: #fff;
} 
#slideHeader {
	position:relative;
    height:195px;
}
#slideHeader IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideHeader IMG.active {
    z-index:10;
}

#slideHeader IMG.last-active {
    z-index:9;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*--------------------------------------------------------
				MENU & SUBMENU
----------------------------------------------------------*/
#main_menu{
	background:url(../gfx/menu_bg.gif) repeat-x bottom;
	margin: 8px 0 1px;
}
#sub_menu{
	background:url(../gfx/sub_bg.gif) repeat-x bottom;
	margin: 1px 0 14px;
}
#main_menu, #sub_menu{
	float:left;
	height:20px;
}
#main_menu ul, #sub_menu ul{
	width:530px;
	margin-bottom:3px;
	font-size:10px;
	color:#FF0000;
}
#main_menu li,#sub_menu li{
	list-style:none;
	float:left;
	border-left:solid 1px #FF0000;
	vertical-align: middle;
	padding:0;
}
#main_menu li.first,#sub_menu li.first{
	border: none;
}
#main_menu a, #sub_menu a{
	text-decoration:none;
	color:#8F8F78;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding: 0 5px 0 5px;
	line-height:14px;
}
#main_menu a:hover, #sub_menu a:hover{
	text-decoration:underline;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	padding: 150px 5px 15px 15px;
	background-color: #FFF;
	background-image: url(../gfx/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixRtHdr #sidebar1 a{
	color:#8F8F78;
	font-size:10px;
	text-decoration:none;
}
.twoColFixRtHdr #sidebar1 a:hover{
	text-decoration:underline;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(../gfx/dots_v.gif);
	background-repeat: repeat-y;
	background-position: right;
	min-height:500px;
	width: 520px;
	overflow: hidden;
} 
.twoColFixRtHdr #mainContent h2 {
	color:#001133;
	font-size:16px;
	margin-bottom:10px;
	border-bottom:solid 1px #C3CACF; 
	padding: 0 0 5px 0;
}
.twoColFixRtHdr #mainContent_ h2 {
	color:#001133;
	font-size:16px;
	margin-bottom:1px;
}
.twoColFixRtHdr #mainContent p {
	font-size: 10px;
	line-height: 14px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #fff;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #aaa;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container .dotsH {
	background-image: url(../gfx/dots_h.png);
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
#frontpageMenu {
	padding: 0px;
	margin:20px 0 25px 0;
}

#frontpageMenu2 h3 {
	overflow:hidden;
}
.twoColFixRtHdr #sidebar1 ul.flags {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#flags{
	width: 125px;
	margin: 20px 0 0 0;
}

.flag{
	background-image: url(../gfx/flags.png);
	height:21px;
	width:25px;
}
.dk {
	background-position:75px 0;
}
.fr {
	background-position:50px 0;
}
.uk{
	background-position:25px 0;
}
#frontpageMenu ul {
	list-style-type: none;
	width: 540px;
	margin: 0px;
	padding: 0px;
}
#frontpageMenu li {
	display: inline;
	margin-right: 5px;
	margin-left: 0px;
	float:left;
	background-image: url(../gfx/frontPageLink_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position:relative;
}

#frontpageMenu li a{
	width:163px;
	height:187px;
	display:block;
	background-position:bottom;
	background-repeat:no-repeat;
	color:#c23054;
	font-size:14px;
	font-weight:bold;
	padding: 8px 0 0 8px;
	text-decoration:none;
	font-family:Arial, Verdana, Geneva, sans-serif;
}
.readmore{
	font-size:10px;
	color:#34344a;
	font-weight:normal;
	position:absolute;
	top: 30px;
	right:10px;
	text-transform: lowercase;
}
.readmore_arrows{ color:#9d5e61;}

#frontpageMenu li a.salg{
	background-image:url(../gfx/front/koebSalg.png);
}
#frontpageMenu li a.udlejning{
	background-image:url(../gfx/front/udlejning.png);
}
#frontpageMenu li a.nybyggeri{
	background-image:url(../gfx/front/nybyggeri.png);
}

#frontpageMenu a.imgLink div{
	height:50px;
	background: url(../gfx/frontPageLink_bg.jpg);
}
#frontpageMenu a.imgLink a{ font-size:36px; }


a.show_all { float:right;font-size:13px;font-weight:bold;color:#000;padding:5px;margin-top:-20px;margin-bottom:10px; }

td { font-size:10px;}

.info_box td,.info_box th{font-size:10px;line-height:16px;}
.bold			{font-weight:bold;}

#facts			{width:160px;padding:0px;float:left;overflow:hidden;}
.facts_header	{padding:4px; font-size:10px; font-weight:bold; text-transform:uppercase;border-bottom: solid 2px #c3cacf;margin:0 }

.factLine 		{background:#e1e4e7;font-size:10px;padding:4px;height:12px;margin:0;}
.floatLeft		{float:left;}
.floatRight		{float:right;}
.floatBreaker	{overflow:hidden; height:2px; clear:both;}
.whiteBreaker	{background-color:#fff;clear:both;height:4px;overflow:hidden;}
.whiteLine		{border-bottom:solid 4px #FFFFFF;}

/*
#imageBox		{margin-left: 177px;overflow:hidden;width: 340px;}
*/
#imageBox		{overflow:hidden;width: 340px;float: right;}
/*
Rtb 2008-12-15
*/

A:link         { color: #8f8f78; font-size: 10px; line-height: 14px; font-family: Verdana; text-decoration: none }
A:visited         { color: #8f8f78; font-size: 10px; line-height: 14px; font-family: Verdana; text-decoration: none }
A:active         { color: #8f8f78; font-size: 10px; line-height: 14px; font-family: Verdana; text-decoration: none }
A:hover         { color: #8f8f78; font-size: 10px; line-height: 14px; font-family: Verdana; text-decoration: underline }

A:link.MenuLeft         { color: #25507a; font-weight: bold; font-size: 10pt; font-family: Verdana; text-decoration: none }
A:visited.MenuLeft       { color: #25507a; font-weight: bold; font-size: 10pt; font-family: Verdana; text-decoration: none }
A:active.MenuLeft         { color: #25507a; font-weight: bold; font-size: 10pt; font-family: Verdana; text-decoration: none }
A:hover.MenuLeft       { color: #7193b5; font-weight: bold; font-size: 10pt; font-family: Verdana; text-decoration: none }

A:link.MenuSubs          { color: #25507a; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }
A:visited.MenuSubs        { color: #25507a; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }
A:active.MenuSubs          { color: #25507a; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }
A:hover.MenuSubs       { color: #7193b5; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }

A:link.White          { color: white; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none }
A:visited.White      { color: white; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none }
A:active.White       { color: white; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none }
A:hover.White           { color: white; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: underline }

A:link.Lejlighed         { color: #000000;  font-size: 10px; font-family: Verdana; text-decoration: none }
A:visited.Lejlighed       { color: #333333;  font-size: 10px; font-family: Verdana; text-decoration: none }
A:active.Lejlighed         { color: #000000;  font-size: 10px; font-family: Verdana; text-decoration: none }
A:hover.Lejlighed       { color: #000000;  font-size: 10px; font-family: Verdana; text-decoration: none }

A:link.BoligBox          { color: #F00; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }
A:visited.BoligBox        { color: #F00; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }
A:active.BoligBox          { color: #F00; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }
A:hover.BoligBox       { color: #F00; font-weight: normal; font-size: 10px; font-family: Verdana; text-decoration: none }

.fakta_header{ font-size: 10px;text-align: left;color: #C3CACF;	font-weight: bold;	border-bottom: 2px solid #C3CACF;line-height: 15px;margin: 15px 0 15px 0;} 

td.fakta_box{
	font-size: 10px;
	background-color: #E1E4E7;
	padding:3px;
	line-height:14px;
}
td.fakta_header{

	color: #C3CACF;
	font-weight: bold;
	border-bottom: 2px solid #C3CACF;
}

span.arrows{
	font: bold 5px Verdana ;
	color: #FF0000;
}

iframe{
	width: 340px;
	height: 400px;
}

.beskrivelse{
	font-size: 10px;
	line-height:16px;
	
}
.beskrivelse ol{
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.beskrivelse ul{
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.beskrivelse li{
	font-size: 12px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}


td.uge-a{
	width: 10px;
	background-color: #F53D00;
	text-align: center;
}

td.uge-b{
	width: 10px;
	text-align: center;
	background-color: rgb(183 , 192 , 200);
}

td.uge-c{
	width: 10px;
	background-color: #BADD09;
	text-align: center;
}

table.calendar{
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
}

table.calendar td{
	padding: 2px;
	margin: 2px;
}

td.indretning{
	background-color: rgb(183 , 192 , 200);
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	vertical-align: top;
	width: 330px;
	padding: 7px;
}

td.udstyr{
	border: 1px solid #999999;
	width: 150px;
	vertical-align: top;
	padding: 7px;
}
.udstyr li{
	margin-left:10px;
}

.indretning li, .udstyr li, .indretning h1 {
	font-size:10px;
	line-height:12px;
}




.searchBtn{
	font-size: 11px;
	background-color:#001133;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:4px; 
	background-image:url(http://www.hmj-group.dk/images/pil_seek2.gif);
	background-repeat: no-repeat;
	background-position:  right center;
	cursor:pointer;
	cursor:hand;
	display:block;
	height:15px;
}
.searchBtn2{
	font-size: 11px;
	background-color:#C3CACF;
	color:#354159;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:4px; 
	background-image:url(http://www.hmj-group.dk/images/pil_norm2.gif);
	background-repeat: no-repeat;
	background-position:  right center;
	cursor:pointer;
	cursor:hand;
	display:block;
	height:15px;
}

#betaling{
	color:#fff;
	background: url(http://www.hmj-group.dk/images/pil_seek2.gif) #001133 no-repeat right;
	font-size:10px;
	font-weight:bold;
	padding:4px;
	margin: 3px 0 8px 0;
	cursor: hand;
	cursor: pointer;
}

#boligFrm div{
	font-size: 10px;
}

.facts_tbl {background:#E1E4E7; width:100%;margin-bottom:4px; }
	.facts_tbl th { text-align:left; }
	.facts_tbl td { text-align:right; }

.logoTxt { margin:10px 0 20px 0; }
.req { color:#f00;  }

#cross-fade2 { width:524px;height:108px; }

.banner {  
    width:  524px;  
    height:   108px;  
    padding: 0;  
    margin:  0;  
} 
 
.banner img {  
    padding: 0;  
    border:  0;  
    width:  524px; 
    height: 108px; 
    top:  0; 
    left: 0 
} 

.sub_menu{ display:none;position:absolute;margin-top:5px;padding:3px;background:#fafafa;border:solid 1px #f00;text-align:left }
.sub_menu a{ display:block; }

.XerrorMsg{font-weight:bold;color:#900;border:solid 1px #900;padding:3px;margin-bottom:10px;background:#FCF}
.errorMsg{
background:#FBE6F2;
border:1px solid #D893A1;
color:#333333;
margin:10px 0 5px;
padding:10px;
clear:both;
float:left;}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

