/*HTML*/	
a {
	color:#95005C;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}


/*TOPPMENY*/
#meny{
	position:relative;
	background-color:#FFFFFF;
	border-bottom:2px dotted #A0B92B;
	}		
#meny a{
	display: block;
	text-decoration: none;
	}
#meny a.egenmeny{
	white-space:nowrap;
	color: #95005C;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;	
	padding-top: 4px;
	padding-bottom: 5px;
	width: 100%;
	}
#meny a.egenmeny:hover{
	color:#000000;
	}
#meny .maintext_off{
	text-transform:uppercase;
	width: 100%;
	padding: 4px;
	padding-left:6px;
	padding-right:6px;
	color: #95005C;
	}
#meny .maintext_on{
	text-transform:uppercase;
	width: 100%;
	padding: 4px;
	padding-left:6px;
	padding-right:6px;
	color: #FFFFFF;
	background: #A1BB2E;	
	}
#meny .maintext a{
	color: #95005C;
	}	
#meny .maintext a:hover{
	color: #95005C;
	}		
#meny .subdiv{
	z-index:2;
	border: none;
	width: 255px;	
	background: #A1BB2E;
	visibility: hidden;
	position: absolute;
	top:22px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;		
	}
#meny a.suburl{
	color:#FFFFFF;
	padding:0px;
	border: none;
	white-space:nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	background: #A1BB2E;
	}
#meny a.suburl:hover{
	background: #A5146C;
	}	


/*PRODUKTMENY*/
#produktmeny {
	height:280px;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:35px;
	background: #990303;
	}
.dtree {
	font-size: 11px;
	white-space: nowrap;
	}
.dtree img {
	border: 0px;
	padding-top:3px;
	padding-bottom:3px;	
	vertical-align: middle;
	}
.dtree .clip {
	overflow: hidden;
	}	
.dtree a.node {
	color:#FFFFFF;	
	white-space: nowrap;
	padding: 1px 2px 4px 5px;
	padding-top:1px;
	padding-right:2px;
	padding-bottom:4px;
	padding-left:5px;
	}
.dtree a.nodeSel {
	color:#FFFFFF;	
	font-weight:bold;
	white-space: nowrap;
	padding-top:1px;
	padding-right:2px;
	padding-bottom:4px;
	padding-left:5px;
	}	

	
/*UTLISTNINGSTABELL*/
.mytabell {
	background-color:#EBEBEB;
	color:#666666;
	border:1px solid #444444;
	}
.tabelltopp {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#444444;
	}


/*SPECIAL*/
#leftcol_underside{
	background-color:#ffffff;
	}
#rightcol_underside{
	background-color:#393939;
	}	