/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
#tabs{width:438px;margin-top:20px;}
#tabs a {
	background: teal;
	color: #010101;
}
#tabs h2 { 
	display:none 
}
.tabs-nav ul {
	height: 80px;
	margin: 0;
	padding: 0;
	
}
.bgTabnav{background:url(../img/tabs/bgTabnav.gif) no-repeat left bottom;width:438px;}
ul{margin:0;padding:0;}
.tabs-nav li { 
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs-nav a { 
	font-size: 12px;	
	display: block;
	height: 17px;
	text-decoration:none; 
	line-height:11px;
	text-align:left;
	font-weight:bold;
	overflow:hidden;    
	z-index: 2;
  white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabset_tabs a:hover {
	text-decoration: underline; 
}
.tabs-nav .tabs-selected a { 
	cursor: default;
	text-decoration: none;
}
.tabs-nav a#tab-situation {
	background: url(../img/tabs/tab1.gif) no-repeat left top;
	width:128px;
	padding:10px 0 5px 20px;
}
.tabs-nav .tabs-selected a#tab-situation {
	background: url(../img/tabs/tab1Selected.gif) no-repeat left top;
	width:136px;
}

.tabs-nav a#tab-kunde {
	background: url(../img/tabs/tab2.gif) no-repeat right top;	
	width:135px;
	text-align:right;
	padding:10px 13px 5px 0;
	display:block;
}
.tabs-nav .tabs-selected a#tab-kunde {
	background: url(../img/tabs/tab2Selected.gif) no-repeat right top;
	width:143px;
	
}
.tabs-container	{ 
	padding: 0px 10px 0px 10px;	
	overflow: hidden;	
	background: url(../img/tabs/bgTabContainer.gif) repeat-y left top;
}

.tabs-container ul {display:block;overflow:hidden;background:orange;border:1px solid red;padding:0;
	margin:0;
}
.tabs-container ul li {	
	list-style: none;	
	font-weight:bold;
	padding:0;
	margin:0;
}
.tabs-container a {
	border-bottom: 1px solid #b03c4c;
	display: block;
	font-size: 11px;
	margin: 0 5px 0 5px;
	padding: 4px 0 4px 10px;
	text-decoration: none;
	font-weight:normal;
}

.tabs-container a.boligpris {
	background: url('media(20,1030)/icon_house') no-repeat 10px center !important;
}
.tabs-container a.boliglaan {
	background: url('media(21,1030)/icon_handshake') no-repeat 10px center !important;
}
.tabs-container a:hover {
	background-color: #b03c4c;
}

.tabs-container ul li.erhvervLi{width:107px;float:left;}
.tabs-container ul li.erhvervLi a{font-size:11px;}

.bgTabBottom{background:url(../img/tabs/bgTabBottom.gif) no-repeat left top;height:17px;width:438px;display:block;}

.tabs-container .cntParameter{background:red;width:415px;margin:0 1px 2px ;overflow:hidden;}
.tabs-container .cntParameter td{border-top:3px solid #fff;padding:5px 8px;vertical-align:top;}
.tabs-container .cntParameter td.col1{border-right:3px solid #fff;width:210px;overflow:hidden;}
.tabs-container .cntParameter td.col2{width:153px;overflow:hidden;}
.tabs-container .cntParameter tr.odd td{background:#e3ecf5;}
.tabs-container .cntParameter tr.even td{background:#dce7f1;}

.cntUnit{overflow:hidden;margin:0 0 25px 12px;}
.cntUnit a{background:url(../img/tabs/unit.gif) no-repeat left top;width:19px;height:19px;display:block;float:left;overflow:hidden;padding:3px 0 0 3px;color:#000;margin-right:4px;}
.cntUnit a.selected{background:url(../img/tabs/unitSelect.gif) no-repeat left top;}
.cntUnit a:hover{background:url(../img/tabs/unitSelect.gif) no-repeat left top;color:#000;}
.cntUnit .header{display:block;float:left;overflow:hidden;padding:4px;font-weight:bold;color:#434343;}
