a {
    color: #4b4b4b;
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
h2 {
    font-size: 9px;
}
#copyright {
    color: gray;
    font-size: 10px;
}
                    
body /*  Body info  */ {
    color: #4b4b4b;
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
#head_bg {
    height:140px;
    width:100%;
    background:#ffffff url("../images/head.png") no-repeat top left;
}
p {
    color: #4b4b4b;
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.dots {
    background-image: url("../images/dots.gif");
    background-repeat: repeat-x;
}
.news {
    padding: 8px 10px 8px 8px;
}
.name {
    font-weight: bold;
    text-indent: 5px;
}
.description {
    text-indent: 5px;
}

#menu {
    margin-left:20px;
    background:transparent;
    width:200px;
    text-align:left;
}
#menu a {
    font-family:Verdana;
    font-weight:normal;
    font-size: 11px;
    display: block;
    text-decoration: none;
    color: #303030;
    background:url(menu_item.png) no-repeat top left;
    line-height:18px;
    padding: 0px 5px 0px 5px;
}
#menu a:hover {
    background:url(menu_item_active.png) no-repeat top left;
    text-decoration: underline;
    color:#912900;
}
#menu li .active {
    background:url(menu_item_active.png) no-repeat top left;
    color:#912900;
    text-decoration:underline;
}
#menu a#current { 
    background:url(menu_item_current.png) no-repeat top left;
    color:#912900;
    text-decoration:underline;
}
#menu ul {
    list-style: none;
    width: 200px;
    padding: 0;
    margin: 0;
}
#menu ul li {
    list-style-image: url(../images/arrow.gif);
    margin: 0;
    padding: 0;
}
#menu ul ul {
    margin: 0;
    padding: 0;
}
#menu ul ul a {
    padding-left: 10px;
    font-size: 10px;
}
#menu ul ul li {
    padding: 0;
    list-style-image: url(../images/arrow.gif);
}
#menu ul ul ul li {
    padding: 0;
    list-style-image: url(../images/arrow.gif);
}
#menu ul ul ul a {
    padding-left: 20px;
}

/*Nyheterna*/
#news {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 9px;
    width:150px;
}
#news dl {
    margin: 0 10px 0 0;
    padding: 0;
    background: #eeeeee;
}
#news dt {
    margin: 0 0 5px 0;
    padding: 0;
    height: 23px;
    font-size: 0; /* ie workaround !?! */
    background: #ffffff url(../images/menu_news_right.gif) top right no-repeat;
}
#news dd {
    margin: 0 7px 0 5px;
    padding: 5px 0 6px 0;
    background: #eeeeee;
}
#news dd.last {
    margin: 0 7px 0 5px;
    padding: 5px 0 6px 0;
}
#news .date {
    color: #000000;
    font-weight: bold;
}
#news a {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 9px;
    color: #5c5c5c;
}
#news a.active {
    font-weight: bold;
}
#news a:hover {
    text-decoration: underline;
}
