/*Venstre menyfelt*/
.venstrefelt {
	float: left;
	width: 11em;
	min-width: 4em;
	background-color: #fff;
	border: solid;
	border-color: gray;
	border-width: 1px;
	overflow-x:auto;
    padding: 0.2em;
}
/* Identisk med klassen over, men ikke synlig*/
.venstrefelt_usynlig {
	float: left;
	width: 11em;
	min-width: 4em;
    padding: 0.2em;
}

.venstrefelt a {
	color: #0b5a9d;
	visited: gray;
	text-decoration: none;
}

.venstrefelt a:hover {
	text-decoration: underline;
}

/*Brukes i sidemenyen for hvert bibliotek*/
.bverknavn {
	padding-left: 1%;
	padding-bottom: 3 px;
	background-color: #fff;
}

/*Brukes i sidemenyen for hvert bibliotek*/
.bverksmall {
	padding-left: 12%;
	font-size: small;
	background-color: #fff;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a.text {
	color: #0000aa;
	text-decoration: none;
}

a.text:hover {
	color: #0000aa;
	text-decoration: underline;
}

div.venstrefelt table {
	font-size: 0.8em;
	background-color: white;
	foreground-color: black;
	border: 0px;
	margin: 0px;
	padding: 0px;
        /*overflow: hidden;*/
}

div.venstrefelt tbody {
	margin: 0px;
	padding: 0px;
}

div.venstrefelt td {
	margin: 0px;
	padding: 0px;
	background-color: white;
        /*overflow: hidden;*/
}	
	

.ajax_tree0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D21A20;
	text-decoration: none;
}

a.ajax_tree0 {
	color: #0b5a9d;
	text-decoration: none;
}

a.ajax_tree0:hover {
	color: #D21A20;
	/*background-color: grey;*/
	text-decoration: underline;
}

.ajax_tree1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D21A20;
	text-decoration: none;
}

a.ajax_tree1 {
	color: #0b5a9d;
	text-decoration: none;
}

a.ajax_tree1:hover {
	color: #D21A20;
	text-decoration: underline;
}

.ajax_tree2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D21A20;
	text-decoration: none;
}

a.ajax_tree2 {
	color: #0b5a9d;
	text-decoration: none;
}

a.ajax_tree2:hover {
	color: #D21A20;
	text-decoration: underline;
}

.ajax_tree3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D21A20;
	text-decoration: none;
}

a.ajax_tree3 {
	color: #0b5a9d;
	text-decoration: none;
}

a.ajax_tree3:hover {
	color: #D21A20;
	text-decoration: none;
}

.ajax_tree4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D21A20;
	text-decoration: none;
}

a.ajax_tree4 {
	color: #D21A20;
	text-decoration: none;
}

a.ajax_tree4:hover {
	color: #D21A20;
	text-decoration: underline;
}

.ajax_tree5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D21A20;
	text-decoration: none;
}

a.ajax_tree5 {
	color: #D21A20;
	text-decoration: none;
}

a.ajax_tree5:hover {
	color: #D21A20;
	text-decoration: underline;
}


#nav-menu{
	margin-left: 12.6em;
	}
	
#nav-menu .tabValgt {
	color:#666;
	background-color:#fff;
}
	
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
list-style:none;
}

#nav-menu li a
{
background: #E8EBF0 bottom left repeat-x;
height: 1.4em;
line-height: 1.5em;
float: left;
width: 14em;
display: block;
border: 0.1em solid #dcdce9;
color: #666;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:55em;
}
#nav-menu a:hover {
	color: #f00;
}