/* CSS Document */

body
{
behavior:url(“csshover.htc”);
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(bilder/bakgrund.gif);
}

a
{
color:#FFFFFF;
}

img 
{
border: none;
}

img.border
{
border: solid #E6E600 3px;
margin: 10px;
}

p 
{
font-family: arial;
color:#FFFFFF;
}

h1 
{
font-family: arial;
color:#E6E600;
}

h2 
{
font-family: arial;
color:#E6E600;
}
h3 
{
font-family: arial;
color:#E6E600;
}

ul {
font-size:12px;
list-style: none; /* Remove the bullets */
margin: 0;
padding: 0;
width:152px; /* Menu width */
}
ul li {
margin-top: 5px;
font-size:12px;
color:#E6E600;
line-height:24px;
text-align:left;
background-image:url(bilder/knapp.gif);
display: block; /* Make a menu item a block (height 100%, width 100%) */
height:24px;
width:100%;
position: relative;
float:left; /* Make sure (in IE) there’s no margin between the menu items */
}

ul li.mellan{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
line-height:24px;
text-align:left;
text-indent:25px;
background-image:url(bilder/knapp.gif);
display: block; /* Make a menu item a block (height 100%, width 100%) */
height:24px;
width:100%;
position: relative;
float:left; /* Make sure (in IE) there’s no margin between the menu items */
}

ul li.top{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
line-height:24px;
text-align:center;
background-image:url(bilder/knapp.gif);
display: block; /* Make a menu item a block (height 100%, width 100%) */
height:24px;
width:100%;
position: relative;
float:left; /* Make sure (in IE) there’s no margin between the menu items */
}

ul li.bottom{
font-size:12px;
color:#E6E600;
line-height:24px;
text-align:center;
text-indent:25px;
background-image:url(bilder/knapp.gif);
display: block; /* Make a menu item a block (height 100%, width 100%) */
height:24px;
width:100%;
position: relative;
float:left; /* Make sure (in IE) there’s no margin between the menu items */
}

ul li a{
font-size:12px;
text-indent:25px;
color:#E6E600;
text-decoration:none;
height:100%;
display:block; /* When rollover the menu item, the whole item will be seen as link. */
}

ul li a:hover {
font-size:12px;
background-image:url(bilder/knapp_hover.gif);
text-decoration:none;
}

