﻿body 
{
	margin-top:0px;
	font-family:Arial;
	font-size:11px;
	background-color: Black;
}

TD
{
	/*
	font-family:Arial;
	font-size:11px;
	*/
}

/**/

.overskrift
{
	font-family: Century Gothic;
	font-size: 16px;
	color:RGB(255,102,0);
	margin-left: 5px;
	margin-right: 5px;
}
.overskrift a
{
	font-family: Century Gothic;
	font-size: 16px;
	color:RGB(255,102,0);
	text-decoration: none;
}

.broedtekst
{
	font-family: Arial;
	font-size: 11px;
	color:RGB(99,108,122);
	letter-spacing:normal;
	line-height: 16pt;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom:10px;
}
.broedtekstTight
{
	font-family: Arial;
	font-size: 11px;
	color:RGB(99,108,122);
	letter-spacing:normal;
}
.broedtekst a
{
	font-family: Arial;
	font-size: 11px;
	color:RGB(255,102,0);
	letter-spacing:normal;
	line-height: 16pt;
}

.broedtekst li
{
	font-family: Arial;
	font-size: 11px;
	color:RGB(99,108,122);
	letter-spacing:normal;
	line-height: 16pt;
}



/* outer main table */
.mainLeftSpacerCell
{
	width:50%;
}
.mainRightSpacerCell
{
	width:50%;
}
.mainCenterCell
{
	width:958px;
	background-color:White;
}

.mainLeftBottomSpacerCell
{
}
.mainCenterBottomSpacerCell
{
	text-align:right;
}
.mainRightBottomSpacerCell
{
}


/* Main table - top row with logo */
.topTableLeftCell
{
	vertical-align:bottom;
	text-align:left;
	border-bottom: solid 1px #1c3461;
	width:100%;
}
.topTableRightCell
{
	vertical-align:bottom;
	text-align:right;
}

.topLeftCell
{
	width:36px;
}
.topRightCell
{
	width:36px;
}


/* Main table - center row with vertical lines */
.centerLeftCell
{
	width:1px;
	background-color: #1c3461;
}
.centerCenterCell
{
	padding-top: 5px;
	vertical-align:top;
	width:100%;
}
.centerRightCell
{
	width:1px;
	background-color: #1c3461;
}

.spacerDivAfterTopMenu
{
	height: 20px;
}

.breadCrumbsCell
{
	width:100%;
	text-align:left;
	padding-left: 7px;
}
.menuCell
{
	text-align:right;
}


.contentPlaceHolderDiv
{
	scrollbar-base-color: White;
	scrollbar-track-color:White;
	scrollbar-face-color:White;
	scrollbar-highlight-color:White;
	scrollbar-3dlight-color: gray;
	scrollbar-darkshadow-color:gray;
	scrollbar-shadow-color:White;
	scrollbar-arrow-color: gray;
	width:100%; 
	height:100%; 
	overflow:auto;
}

A.helpLink
{
	font-family:Century Gothic, Arial;
	font-size:12px;
	color:RGB(255,102,0);
	text-decoration:none;
	padding-left:5px;
}
A.helpLink:hover
{
	text-decoration:underline;
}
