﻿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: #9A9A9A;
    font-weight: bold;
    text-align: left;
    background-color:#000000;
}

a
{
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    text-decoration: none;
    color: #FFFFFF;
}

td
{
    text-align: left;
}

/* Links */
.AdviesLinks
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
    color: #939393
}

.AdviesLinksSelected
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
    color: white;
}

/* Texts */
.HomeBody
{
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    color: #9A9A9A;
}

.HomeDisclaimer
{
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    color: #939393;
}

.ActueelHeader
{
    font-weight: bold;
    font-size: 14px;
    color: White;
    line-height: 26px;
}

.ActueelBody
{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #9A9A9A;
}

.ActueelLinks
{
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    color: #939393;
}

.ActueelDatum
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #939393;
}

.ActueelHeaderMassive
{
    font-weight: bold;
    font-size: 20px;
    color: White;
}

.DetailsHeader
{
    font-size: 20px;
    font-weight: normal;
    color: #939393;
}

.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;
}

.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: 14px;
    color: #939393;
}

/* Table stuff */
.BorderTopDark
{
    border-top: solid 1px #4B4B4B;
}

.BorderTopLight
{
    border-top: solid 1px #4B4B4B;
}

.BorderBottomLight
{
    border-bottom: solid 1px #4B4B4B;
}

.trHover
{
    background-color: Black;
    cursor: pointer;
}

.trNormal
{
    background-color: Black;
    cursor: default;
}

/* Text in the left navigation menu */
.MenuLinks
{
    font-family: Century Gothic;
    font-size: 14px;
    color: #939393;
    font-weight: normal;
}

.MenuLinksSelected
{
    font-family: Century Gothic;
    font-size: 14px;
    color: #F7F7F7;
    font-weight:normal;
}
/* Photo mouseovers */
.PhotoOver
{
    background-color:Black;
    opacity:.15;
    filter:alpha(opacity=15); 
    -moz-opacity: 0.15;
    cursor:pointer;
}

.zoomin
{
    /*cursor: -moz-zoom-in;*/
    cursor: url(/magnify.cur), auto;
}

.zoominOver
{
    cursor: url(/magnify.cur), auto;
    opacity:.6;
    filter:alpha(opacity=60); 
    -moz-opacity: 0.6;
}
