﻿body
{
    /* background-color: #000000;*/
    font-family: Arial;
    font-size: 12px;
    color: #2f2f2f;
}
/*
    wrappers
*/
#mainWrapper
{
    margin: 0 auto;
    width: 760px;
    min-height: 600px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-position: right top;
    background-image: url(images/sort_grafikk.jpg);
    background-repeat: no-repeat;
}

#header
{
    width: 760px;
    margin: 0px;
    padding: 0px;
}

.menu
{
    float: left;
    margin-left: 15px;
}

.mainContent
{
    float: right;
    margin-right: 135px;
    width: 480px;
}

.leftColumn
{
    width: 145px;
    float: left;
}

.rightColumn
{
    width: 615px;
    float: right;
}

.textBlock
{
    background-color: #efefef;
}


/*
    text styles
*/

/* menu */
.menu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a
{
    text-decoration: none;
    color: #b80206;
}

a:hover
{
    color: #585858;
    text-decoration: none;
}

.mainMenuStyle
{
    font-family: Georgia;
    font-size: 15px;
    color: #b80206;
    line-height: 150%;
}

.mainMenuActiveStyle
{
    font-family: Georgia;
    font-size: 15px;
    color: #000000;
    line-height: 150%;
}

.expandedMenuStyle
{
    position: relative;
    left: 20px;
    font-family: Arial;
    font-size: 11px;
    color: #b80206;
}

.expandedMenuActiveStyle
{
    position: relative;
    left: 20px;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

.articleHeading
{
    margin-bottom: 15px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-variant: small-caps;
    background-color: #000000;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 7px;
}
h1
{
    margin-bottom: 15px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-variant: small-caps;
    background-color: #000000;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 7px;
}

.articleHeadingAlternate
{
    margin-bottom: 15px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-variant: small-caps;
    background-color: #b80206;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 7px;
}

h2
{
    margin-bottom: 15px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-variant: small-caps;
    background-color: #b80206;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 7px;
}

.heading3
{
    margin-bottom: 15px;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}

h3
{
    margin-bottom: 15px;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}

.text
{
    font-family: Arial;
    font-size: 12px;
    color: #2f2f2f;
}

.imageText
{
    font-family: Arial;
    font-size: 11px;
    color: #b80206;
}

.linksToArticles
{
    font-family: Arial;
    font-size: 11px;
    color: #b80206;
    font-variant: small-caps;
}

.links
{
    font-family: Arial;
    font-size: 11px;
    color: #b80206;
}

.smallHeading
{
    font-family: Arial;
    font-size: 13px;
    color: #2f2f2f;
    font-weight: bold;
}

/*
**************
*/

.leftPlus
{
    height: 30px;
    float: left;
}
.rightPlus
{
    height: 30px;
    float: right;
    margin-right: 150px;
}

.rotatorImage
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    float: right;
}

.logo
{
    float: left;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.button a
{
    background-color: #000000;
    font-family: Arial;
    font-variant: small-caps;
    font-size: 10pt;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.button a:hover
{
    background-color: #b80206;
}

.borderRight
{
    border-right: #b80206 1px dotted;
}

.borderTop
{
    border-top: #b80206 1px dotted;
}

.warning
{
    color: #b80206;
}


/* CALENDAR STYLES */
.occupiedDayCell
{
}

.selectedDay
{
    font-weight: bold;
    border: solid 1px #c0c0c0;
}

.today
{
    font-weight: bold;
    border-style: solid;
    border-color: Black;
    border-width: medium;
}
