.menu {
   background: url('../gfx/menu/knap_ikke_markeret_midt.png');
   width: 100%;
   height: 30px;
}

.menu a { color: #000000; text-decoration: none; font-weight: bold;}
.menu a:visited { color: #000000; }
.menu a:hover { color: #000000; }

.menu #menu_over { cursor: hand; cursor: pointer;}
.menu #menu_over a {color: #89A6D9}
.menu #menu_over a:visited {color: #89A6D9}
.menu #menu_over a:hover {color: #89A6D9}

.minimenu a {
	font-size: 10px;
   font-weight: bold;
	color: #0A0B9C;
	text-decoration: underline;
}
.minimenu a:hover {
	text-decoration: none;
}
.minimenu_overskrift {
	font-size: 14px;
}

.minimenu .pstekster_link a {
  font-size: 14px;
}

.minimenu .pstekster_link {
  padding-top: 9px;
}

.menu td {
   vertical-align: middle;
   height: 30;
}

.menu img { vertical-align: middle; }



#menu_markeret .menu_venstre {
   background: url('../gfx/menu/knap_markeret_venstre.png');
   width: 20px;
   height: 30px;
}

#menu_markeret_over .menu_venstre {
   background: url('../gfx/menu/knap_markeret_venstre_over.png');
   width: 20px;
   height: 30px;
}

#menu_markeret_over .menu_hojre {
   background: url('../gfx/menu/knap_markeret_hoejre.png');
   width: 10px;
   height: 30px;
}

#menu_markeret_over .menu_tekst {
   background: url('../gfx/menu/knap_markeret_midt.png');
   height: 30px;
}

#menu_markeret .menu_hojre {
   background: url('../gfx/menu/knap_markeret_hoejre.png');
   width: 10px;
   height: 30px;
}

#menu_markeret .menu_tekst {
   background: url('../gfx/menu/knap_markeret_midt.png');
   height: 30px;
}

.menu_venstre {
   background: url('../gfx/menu/knap_ikke_markeret_venstre.png');
   width: 20px;
   height: 30px;
}

.menu_hojre {
   background: url('../gfx/menu/knap_ikke_markeret_hoejre.png');
   width: 10px;
   height: 30px;
}

.menu_tekst {
   background: url('../gfx/menu/knap_ikke_markeret_midt.png');
   height: 30px;
}


#menu_over .menu_venstre {
   background: url('../gfx/menu/knap_ikke_markeret_venstre_over.png');
   width: 20px;
   height: 30px;
}

