﻿/*
####################################################################################
Grund
*/

HTML {
     overflow: -moz-scrollbars-vertical;
}

BODY 
{
    margin: 0px 0px 0px 0px;
    background-image: url(../img/background.gif);
    background-repeat: repeat-x;
    background-color:#c1cace;
}

TD
{
    font-family: Arial, Verdana, Times New Roman;
    color:#262626;
    font-size: 12px;
    line-height:15px;
}

/*
####################################################################################
Texter
*/

.txtHeadlineBlack
{
    font-size:22px;
    line-height:26px;
    color:#262626;
    font-weight:bold;
}

.txtHeadlineRed
{
    font-size:15px;
    line-height:17px;
    color:#D42B00;
}

.txtIntro
{
    font-size:13px;
    line-height:16px;
    color:#262626;
    font-weight:bold;
}

.txtMenuWhite
{
    font-size:15px;
    line-height:17px;
    color:#ffffff;
}

.txtGreyTop
{
    font-size:11px;
    line-height:13px;
    color:#5c6061;
}

.txtRedTop
{
    font-size:11px;
    line-height:13px;
    color:#D42B00;
}

/*
####################################################################################
Länkar
*/

A
{
    outline:none;
}

.lnkMenu A, .lnkMenu A:visited, .lnkMenu A:active
{
    color:#5C6264;
    font-size: 15px;
    line-height:18px;
    text-decoration:none;
    outline:none;
}

.lnkMenu A:hover
{
    color:white;
    font-size: 15px;
    line-height:18px;
    text-decoration:none;
    outline:none;
}

.lnkText A, .lnkText A:visited
{
    color:#262626;
    font-size: 12px;
    line-height:15px;
    text-decoration:none;
    outline:none;
}

.lnkText A:hover, .lnkText A:active
{
    color:#D42B00;
    font-size: 12px;
    line-height:15px;
    text-decoration:none;
    outline:none;
}

.lnkGreyText A, .lnkGreyText A:visited
{
    color:#5C6264;
    font-size: 12px;
    line-height:15px;
    text-decoration:none;
    outline:none;
}

.lnkGreyText A:hover, .lnkGreyText A:active
{
    color:#D42B00;
    font-size: 12px;
    line-height:15px;
    text-decoration:none;
    outline:none;
}

.lnkSiteMap A, .lnkSiteMap A:visited
{
    color:#ffffff;
    font-size: 9px;
    line-height:11px;
    text-decoration:none;
    outline:none;
}

.lnkSiteMap A:hover, .lnkSiteMap A:active
{
    color:#ffffff;
    font-size: 9px;
    line-height:11px;
    text-decoration:none;
    outline:none;
}

/*
####################################################################################
*/