﻿html
{
    height: 100%;
    width: 100%;
}

body 
{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	font-family: Trebuchet MS;
	font-size: 10px;
	line-height: 13px;
	color: #939393;
    font-weight: bold;
    text-align: left;
}

a
{
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: none;
    color: #313131;
}

td
{
    text-align: left;
}

/* Links */
.AdviesLinks
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #939393
}

.AdviesLinksSelected
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #313131;
}

/* Texts */
.HomeBody
{
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    color: #939393;
}

.HomeDisclaimer
{
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    color: #939393;
}

.ActueelHeader
{
    font-weight: bold;
    font-size: 14px;
    color: #313131;
    line-height: 18px;
}

.ActueelBody
{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #939393;
}

.ActueelLinks
{
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    color: #313131;
}

.ActueelDatum
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #939393;
}

.ActueelHeaderMassive
{
    font-weight: bold;
    font-size: 20px;
    color: #313131;
    line-height: 24px;
}

.DetailsHeader
{
    font-size: 16px;
    font-weight: bold;
    color: #939393;
    line-height: 24px;
}

.DetailsSideHeader
{
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    color: #939393;
}

.PageSelectorSelected
{
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #313131;
}

.SelectedCategory
{
    font-weight: bold;
    font-size: 12px;
    color: #313131;
}

.ChildCategory
{
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    color: #939393;
}

.ChildCategoryBold
{
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    color: #939393;
}

.BreadcrumbsCurrent
{
    color: #313131;
    font-weight: bold;
    font-size: 24px;
}

.BreadcrumbsMedium
{
    color: #939393;
    font-weight: normal;
    font-size: 20px;
}

.BreadcrumbsSmall
{
    color: #939393;
    font-weight: normal;
    font-size: 16px;
}

.ThemeInfo
{
    color: #939393;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.ThemeIllustrationBody
{
    font-weight: bold;
    line-height: 18px;
    font-size: 12px;
    color: #939393;
}

/* Table stuff */
.BorderTopDark
{
    border-top: solid 1px #939393;
}

.BorderTopLight
{
    border-top: solid 1px #DBDBDB;
}

.BorderBottomLight
{
    border-bottom: solid 1px #DBDBDB;
}

.trHover
{
    background-color: #ECEAEB;
    cursor: pointer;
}

.trNormal
{
    background-color: White;
    cursor: default;
}

/* Text in the left navigation menu */
.MenuLinks
{
    font-family: Baskerville Old Face;
    font-size: 1.85em;
    color: #939393;
    font-weight: normal;
}

.MenuLinksSelected
{
    font-family: Baskerville Old Face;
    font-size: 1.85em;
    color: #313131;
}
/* Photo mouseovers */
.PhotoOver
{
    background-color:Black;
    opacity:.15;
    filter:alpha(opacity=15); 
    -moz-opacity: 0.15;
}
