

.menu {
	width:850px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	float: none;
	text-align: left;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:160px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:170px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000033;
	width:160px;
	height:20px;
	border:0;
	border-width:0 0 0 0;
	padding-left:10px;
	line-height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #73c856;
	font-weight: bold;
	background-image: url(bg-nav2.gif);
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:170px;
w\idth:170px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #FFFFFF;
	text-decoration: none;
}
.menu ul ul :hover > a.drop {
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #6ec7ff;
	text-decoration: none;
	font-size: 10px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color:#af1d4f;
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:160px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:171px; 
top:0;
width:160px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-170px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:150px;/* yet another hack for IE5.5 */
	background-color: #73c856;
	text-decoration: none;
	font-size: 10px;
	background-image: none;
}
* html .menu ul ul a{
width:160px;
w\idth:160px;
}


/* style the top level hover */
.menu a:hover {
	background-color: #281bd4;
	text-decoration: none;
	background-image: url(bg-nav-hover.gif);
	color: #FFFFFF;
}
.menu :hover > a {
	background-color: #281bd4;
	text-decoration: none;
	background-image: url(bg-nav-hover.gif);
	color: #FFFFFF;	
}

.menu ul ul a:hover {
	color:#00000f;
	background-color: #c393dc;
	text-decoration: none;
	font-size: 10px;
	background-image: none;	
}

.menu ul ul :hover > a
{
	color:#00000f;
	background-color: #c393dc;
	text-decoration: none;
	font-size: 10px;
	background-image: none;	
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}




h1 {
}
h2 {
}
h3 {
}
h4 {
	color: #FFFFFF;
}
.tabellkantlinje {
	padding-right: 6px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C8D6E4;
	border-right-color: #C8D6E4;
	border-bottom-color: #C8D6E4;
	border-left-color: #C8D6E4;
	height: 218px;
}
.overskrift_celle1 {
	font-size: 12pt;
	font-weight: bold;
	color: #C8C9FB;

}
.overskrift_celle2 {
	font-size: 10pt;
	font-weight: bold;
	color: #C8C9FB;

}
.overskrift_celle3 {
	font-size: 10pt;
	color: #C8C9FB;

}
.liste1 {
	font-size: 11px;
	color: #FFFFFF;
}
.liste1 ul {
	color: #FFFFFF;
	font-size: 11px;
	list-style-type: circle;	
}
.liste1 ul ul{
	color: #FFFFFF;
	font-size: 10px;
	list-style-type: disc;	
}
.overskrift_celle3 a:link, .overskrift_celle3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.overskrift_celle3 a:hover {
	text-decoration: underline;
}
.videoavspiller {
	background-color: #0033CC;
	padding: 1px;
}
.hoyvannstabell_dag {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

