  
.tab { 
	width: 91px;
	height: 23px;
	background: url("/~/media/Arbejdsmiljoeweb/Generelt/Billeder/Tab_knapBG.ashx") top left no-repeat;
	margin-right: 4px;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	text-align: center;
	cursor: hand;
	font-weight: normal;
	font-size: 10px;
}
 
.tab:hover { 
	cursor: hand;
	background: url("/~/media/Arbejdsmiljoeweb/Generelt/Billeder/Tab_knapBG_over.ashx") top left no-repeat;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.tab_active {
	width: 91px;
	height: 23px;
	background: url("/~/media/Arbejdsmiljoeweb/Generelt/Billeder/Tab_knapBG_over.ashx") top left no-repeat;
	margin-right: 4px;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	text-align: center;
	cursor: hand;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
}

.panel {
	padding: 0px;
	margin: 0px;
	height: 120px;
	overflow: hidden;
}

#tab_navigation {
	height: 29px;
	width: 770px;
	background: url("/~/media/Arbejdsmiljoeweb/Generelt/Billeder/Tab_topBG.ashx") top left no-repeat;
	padding: 30px 0 0 10px;
}

.panel .logo {
	float: left;
	width: 142px;
	height: 120px;
	overflow: hidden;
}

.panel .tekst {
	width: 346px;
	height: 90px;
	overflow: hidden;
	float: left;
	padding: 15px;
}

.panel .tekst p {
	margin: 0px;
	padding: 0px;
}

.panel .tekst ul {
	margin-top: 4px;
	margin-bottom: 4px;
}

.panel .billede {
	width: 261px;
	height: 120px;
	overflow:hidden;
	border-left: 1px solid #e58b22;
	float: left;
}
