/*
**  Simple styles
*/
h1 {
	font-family: Arial, Helvetica, sans-serif
}
body {  font-family: Arial, Helvetica, sans-serif}
a {  text-decoration: none; color: #000000; font-weight: bold}
a.footer {  text-decoration: none; color: #BEBEBE; font-weight: bold}
  a.footer:hover {  text-decoration: none; color: #000000; font-weight: bold}


/*
**  Style for the current item in the menu
*/
body.index      a#menuitem1,
body.oss        a#menuitem2,
body.produkter1 a#menuitem3,
body.linux      a#menuitem4,
body.support    a#menuitem5,
body.lankar     a#menuitem6,
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

/*
**  Style for the not selected items in the menu
*/
a.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

/*
**  Style for highlighting an item in the menu, when the cursor
**  is located over the item
*/
a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
}

