﻿
/*--Generalt*/
body 
{
    padding:0px;
    font-size:12px;
    font-family:Tahoma;
    color:#333;
    background-color:#f0f0f0;
    background-image:url("../IMG/BlueBox/bg.png");
    background-repeat:repeat-x;
    margin-top:50px;
}
/*--##########################################################*/
/*--Master*/
img{
    border:0;
}
.Skeleton
{
    width:961px;
    margin-left:auto;
    margin-right:auto;
}
.NewsTop{
    background-image:url("../IMG/BlueBox/news_top.png");
    width:100%;
    height:19px;
}
.VBlueline{
    width:4px;
    background-image:url("../IMG/BlueBox/mørkeblå_streg.png");
}
.Footer{
    width:961px;
    margin-left:auto;
    margin-right:auto;
    background-image:url("../IMG/BlueBox/Bund.png");
    height:17px;
    color:#fff; text-decoration: none; font-size:12px; font-family:arial;
    text-align:center;
    
}
.Banner
{
    height:73px;
    background-image:url("../IMG/BlueBox/newheader.png");
    background-repeat:no-repeat;
    cursor:pointer;
}
.Menu
{
    height:32px;
    background-image:url("../IMG/BlueBox/menubgover.gif");
    background-repeat:repeat-x;
}
.ContentHolder
{
    background-color:#fff;
    background-image:url("../IMG/BlueBox/shaddow.png");
    background-repeat:repeat-x;
    border-left:1px solid #2b6ba7;
}
.RightVerticalBar
{
    width:192px;
    background-image:url("../IMG/BlueBox/venmenubg.png");
    background-repeat:repeat-x;
    background-color:#f5f8fa;
    border-right:1px solid #2b6ba7;
    border-left:1px solid #2b6ba7;
    
}
.LeftVerticalBar
{
    width:200px;
    background-image:url("../IMG/BlueBox/venmenubg.png");
    background-repeat:repeat-x;
    background-color:#f5f8fa;
    border-left:1px solid #2b6ba7;
}
.NewsP
{
    margin:0px;
    padding:0px;
}
/*--##########################################################*/
/*--Forsiden*/
.divKategori
{
    border:1px solid #fff;
    width:318px;
    height:200px;
    float:left;
    margin-left:20px;
    margin-top:20px;
}
/*--##########################################################*/
/*--List style*/
/*--List style*/
.LeftMenuItem
{
    list-style:none none none;
    list-style-image:none;
    list-style-type:none;
    margin-bottom:5px;
}
.leftMenuUL
{
    list-style:none none none;
    list-style-image:none;
    list-style-type:none;
    margin-left:0px;
    padding-left:15px;
    cursor:pointer;
}
.LeftMenuItem:hover
{
}
.Linkli:link
{
    width:200px;
    color:#000; text-decoration: none; font-size:12px; font-family:arial;
    list-style:none none none;
    list-style-image:none;
}
.Linkli:visited
{
    width:200px;
    color:#000; text-decoration: none; font-size:12px; font-family:arial;
    list-style:none none none;
    list-style-image:none;
}
.Linkli:active
{
    width:200px;
    color:#000; text-decoration: none; font-size:12px; font-family:arial;
    list-style:none none none;
    list-style-image:none;
}
.LinkliActive:link
{
    width:200px;
    color:#000;
    text-decoration: none;
    font-size:12px;
    font-family:arial;
    list-style:none none none;
    list-style-image:none;
    font-weight:bold;
}
.LinkliActive:visited
{
    width:200px;
    color:#000;
    text-decoration: none;
    font-size:12px;
    font-family:arial;
    list-style:none none none;
    list-style-image:none;
    font-weight:bold;
}
.LinkliActive:active
{
    width:200px;
    color:#000;
    text-decoration: none;
    font-size:12px;
    font-family:arial;
    list-style:none none none;
    list-style-image:none;
    font-weight:bold;
}
.Linkli:hover
{
    width:200px;
    color:#000; text-decoration: underline; font-size:12px; font-family:arial;
}
.LinkliActive:hover
{
    width:200px;
    color:#fff; text-decoration: underline; font-size:12px; font-family:arial;
}
/*--MENU ITEMS--*/

.MenuItem
{
    color:#fff; text-decoration: none; font-size:12px; font-family:arial;
    height:25px;
    background-image:url("../IMG/BlueBox/menubgover.gif");
    background-repeat:repeat-x;
    float:left;
    padding-left:15px;
    padding-right:15px;
    padding-top:7px;
    cursor:pointer;
    
}
.MenuItemActive
{
    color:#fff; text-decoration: none; font-size:12px; font-family:arial;
    height:25px;
    background-image:url("../IMG/BlueBox/menubg.gif");
    background-repeat:repeat-x;
    float:left;
    padding-left:15px;
    padding-right:15px;
    padding-top:7px;
    cursor:pointer;
    
}
