/* GAMLA - ANVÄNDS *******************************/

a.email_and_link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}


/* For the email and link*/
a.email_and_link:link {color: #000000; text-decoration: none}
a.email_and_link:visited {color: #000000; text-decoration: none}
a.email_and_link:hover {text-decoration: underline}




/* non-hovered style */ 
.mus_test { 
  filter: alpha(opacity=70); 
  -moz-opacity: .7; 
} 

/* hovered style */ 
.mus_testHov { 
  filter: alpha(opacity=100); 
  -moz-opacity: 1.0; 
} 




/* News1 */
.news1 {
text-decoration: none
color: #000000;
text-align:left;
border: 5px solid #FF0000;
width: 250px; height: 104px;
padding:0px;
}

.news1 a {
text-decoration: none
color: #000000;
display:block;
width: 250px; height: 104px;
padding:0px;

}

.news1 a:hover {
text-decoration: none
color:#000000;
border: 0px solid #000000;
background-color: #98FB98;
}



/* ----------------------------------------------------------------------- */

a.delar_bild {border-left: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;}
a.delar_bild:hover {border-left: 1px solid #808080; border-bottom: 1px solid #808080;}
/* a.delar_bild:focus {border: 1px solid #000000;} */

/* NYA *********************************************************************/
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #000000;
}





/*---------------------------- MENU BAR --------------------------*/
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}


/* INTE HÄR */
.menu .menuHeader {
  padding: 3px 1em;
  white-space: nowrap;
}

.menu .menuHeader {
  font-weight: bold;
}


div.menuBar {
  background-color: #f0f0f0;
  /*border: 1px outset #f0f0f0;*/
  /*padding: 4px 2px 4px 2px;*/
  border: 1px solid #000000;
  padding: 10px 1px 10px 1px;
  text-align: left;
  position: absolute;
  top: 60px;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  color: #000000; 
  cursor: default;
  left: 0px;
  margin: 1px;
  /*padding: 2px 6px 2px 6px;*/
  padding: 5px 5px 5px 5px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  /*border: 1px outset #f0f0f0; */
  border: 1px outset #000000; 
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #f8f8f8;
  border: 1px inset #f0f0f0;
  color: #000000;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #f8f8f8; 
  border: 1px outset #f0f0f0; 
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}


div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #99ccff;
  color: #000000;
}

div.menu a.menuItem span.menuItemText {
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #f0f0f0;
  margin: 4px 2px;
}

