/* 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 a {
	background: #ab283a;
	color: #fff;
	font-weight:bold;
}
#tabs h2 { 
	display:none 
}
.tabs-nav ul {
	height: 80px;
	margin: 0;
	padding: 0;
}
.tabs-nav li { 
	float: left;
	list-style: none;
}
.tabs-nav a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	display: block;
	height: 26px;
	padding: 4px 14px 0 6px;
	text-decoration:none; 
	width: 51px;
	line-height:11px;
	text-align:left;
	font-weight:bold;
	overflow:hidden;    
	z-index: 2;
    white-space: hnowrap; /* 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:pink url('media(1268,1030)/tab1_shift') no-repeat left top;
	width:53px;	
	font-size:10px;
}
.tabs-nav .tabs-selected a#tab-situation {
	background: url('media(1269,1030)/tab1_current_shift') no-repeat left top;
}
.tabs-nav a#tab-beregn {
	background: url('media(1270,1030)/tab2_shift') no-repeat right top;
	font-size:10px;
	padding: 15px 14px 3px 6px;
	height:12px;
}
.tabs-nav .tabs-selected a#tab-beregn {
	background: url('media(1271,1030)/tab2_curren_shift') no-repeat right top;
}
.tabs-nav a#tab-kunde {
	background: url('media(1272,1030)/tab3_shift') no-repeat right top;	
	font-size:10px;	
}
.tabs-nav .tabs-selected a#tab-kunde {
	background: url('media(1273,1030)/tab3_current_shift') no-repeat right top;
}
.tabs-container	{ 
	padding: 10px 0px 10px 0px;
	height: 215px;
	overflow: hidden;
	cbackground: #ab283a url('media(35,1030)/bg_tabs') no-repeat left bottom;
	background: #ab283a url('media(1263,1030)/bg_tabs_shift') no-repeat left bottom;
}

.tabs-container ul {display:block;overflow:hidden;
}
.tabs-container ul li {
	float: left;
	display: block;
	list-style: none;
	width: 215px;
	font-weight:bold;
}
.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 !importat;
}

.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 !important;
}

.tabs-container ul li.erhvervLi{width:107px;float:left;}
.tabs-container ul li.erhvervLi a{font-size:11px;}
