/* 
    Document   : briskebyturneringen.css
    Created on : 29.jan.2010, 22:47:57
    Author     : Lasse
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-color:#f1f1e9;
}
tr.kw_head { /* Overskriftslinjer i tabeller. */
    background-color: #f1f2d7;
}

th.kw{ /* Standard heading */
    color: #000000;
}

a.kw_mainmenu { /* Overskriftslinjer i tabeller. */
    text-decoration: none;
}

div.menubox { /* Boks rundt menyelementer */
    background-color: #d0d273;
    border-bottom: 1px solid #ffffff;
}

div.menubox:hover {
    background-color: #a3ad90;
}
div.menu_separator {
    height: 3px;
    border: none;
}

