﻿body
{
    font-family: Verdana;
    font-size: 11px;
}
a
{
    color: #000;
    text-decoration: none;
}
h1
{
    font-family: Trebuchet MS, Verdana;
    margin-bottom: 5px;
}
h2
{
    font-family: Trebuchet MS, Verdana;
    font-size: 16px;
    margin-bottom: 5px;
}
#nextmatch
{
    font-weight: bold;
    font-family: Verdana;
}
#table td
{
    font-family: Verdana;
}
#footer
{
    font-size: 9px;
    text-align: center;
}
/* MENU */
#menu a
{
    display: block;
    color: #000;
    line-height: 15px;
    height: 15px;
    text-decoration: none;
}
#menu a.treelevel1
{
    font-weight: bold;
    padding-left: 10px;
}
#menu a.treelevel1_sel
{
    font-weight: bold;
    padding-left: 10px;
    color: #fff;
    background-image: url('../Layout/menuSelected_bg.jpg');
}
#menu a.treelevel
{
    font-style: italic;
}
#menu a.treelevel_sel
{
    font-style: italic;
    color: #a11201;
}
#menu a.logo
{
    display: inline;
    line-height: normal;
    }

/* NYHETER */
div.article_small a.title { display: block; font-size: 15px; }
div.article_small span.published { display: block; font-size: 10px; font-style: italic; }
div.article_small a.more { display: block; color: #a20b00; font-weight: bold; margin-top: 5px; }

div.article_big a.title { display: block; font-size: 15px; }
div.article_big span.published { display: block; font-size: 10px; font-style: italic; }
div.article_big a.more { display: block; color: #a20b00; font-weight: bold; margin-top: 5px; }

/* FORUM */
a.reply
{
display: block;
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
height: 18px;
line-height: 18px;
}

