﻿/* Fonts */
h1
{
    font-size: 18px;
    margin: 4px 0px 2px 0px;
}
h2
{
    font-size: 14px;
    margin: 4px 0px 2px 0px;
}
h3
{
    font-size: 12px;
    margin: 4px 0px 2px 0px;
}
#NewsPageListing  .ListItem .Date
{
    float: left;
    margin-right: 4px;
    color: #666666;
}
#StartPageListing  .ListItem .Date
{
    float: left;
    margin-right: 4px;
    color: #666666;
}
/* Containers */
P
{
    margin: 0px;
}
/* ********** */

/* Links */
A
{
    color: #AC3424;
}
#ContentArea A
{
    padding-right: 16px;
    text-decoration: none;
    background: url('/templates/images/linkArrow12.gif') no-repeat right;
}
#BannerArea .NoArrow
{
    background-image: none;
}
#PageFooter  A
{
    display: block;
    background-image: none;
    clear: both;
}
#NewsPageListing  .PagingContainer A
{
    background-image: none;
    padding-right: 0px;
}
#TopMenu A
{
    text-decoration: none;
    background: none;
}
#TopMenu .Item A
{
    color: #000000;
}
#TopMenu .ItemSelected A
{
    color: #FFFFFF;
}
#FooterArea A
{
    text-decoration: none;
}
/* ***** */

/* Content */
#ContentArea  .MainIntro
{
    font-weight: 600;
}
#ContentArea  .MainIntro  .Date
{
    float: left;
    padding-right: 4px;
    font-weight: 600;
    color: #666666;
}
#ContentArea  .MainBody
{
    margin-top: 12px;
}
/* ******* */

/* Page Footer */
#PageFooter
{
    margin-top: 12px;
}
#PageFooter  .Author
{
    font-weight: 600;
}
#PageFooter  .Changed
{
    color: #666666;
}
/* *********** */

/* TopMenu - Navigering */
#TopMenu
{
    font-size: 12px;
    margin-top: 6px;
    margin-left: 5px;
    text-transform: uppercase;   
}
#TopMenu  DIV
{
    float: left;
}
#TopMenu .Item
{
    border: solid 1px #d93e29;
    padding: 2px 14px 2px 14px;
}
#TopMenu .ItemSelected
{
    background-color: #d93e29;
    padding: 3px 14px 3px 14px;
}

/* Startpage Listing */
#StartPageListing  .ListItem
{
    width: auto;
    clear: both;
    margin-bottom: 12px;
}
#StartPageListing  .ListFooter
{
}
#StartPageListing  .ListItem  .ItemLink
{
    margin-top: 4px;
    text-align: right;
    margin-right: 20px;
}
#StartPageListing  .ListItem IMG
{
    margin: 4px;
}
/* ***************** */

/* NewsPage Listing */
#NewsPageListing
{
    margin-top: 12px;
}
#NewsPageListing  .ListItem
{
    margin-bottom: 25px;
}
#NewsPageListing  .ListItem  .ItemLink
{
    margin-top: 4px;
    margin-right: 20px;
    text-align: right;
}
/* **************** */

/* Banners */
#Banners
{
    width: auto;
    overflow: hidden;
}
#Banners  .ListItem
{
    clear: both;
    margin-bottom: 12px;
}
#Banners  .ListItem .ItemText
{
    clear: both;
}
#Banners  .ListItem IMG
{
    border: 0px;
}
/* ******* */