/*
	Leones website kleuren:
	- wit				: #FFFFFF
	- oranje			: #00a0b1
	- paars				: #5D2D91
	- grijs(buitenrand)	: #ebedee
	- grijs(lijnen)		: #C6C6C6
	- grijs(tekst)		: #6d6279
*/

.clsPageHeader_div-top
{
    POSITION					: absolute;
    left						: expression((document.body.clientWidth > 779) ? ((document.body.clientWidth - 779) / 2) : 0); 
    
    
    TOP							: 0px;
    z-index						: 50;
    WIDTH						: 779px;
    HEIGHT						: 120px;
    border-left					: solid 1px #c6c6c6;
    border-right				: solid 1px #c6c6c6;    
}

A:link.clsPageHeader_div-top,
A:active.clsPageHeader_div-top, 
A:link.clsPageHeader_div-top, 
A:visited.clsPageHeader_div-top
{
    FONT-WEIGHT					: bold;
    COLOR						: #0000c6;
    TEXT-DECORATION				: none;
}

A:hover.clsPageHeader_div-top
{
    TEXT-DECORATION				: underline;
}

.clsPageHeader_font1
{
    color						: #ffffff;
    overflow					: hidden;
}

A:link.clsPageHeader_font1,
A:visited.clsPageHeader_font1
{
    TEXT-DECORATION				: none;    
    background-color			: transparent;
    color						: #ffffff;
    vertical-align				: top;
    text-decoration				: none;
}

A:active.clsPageHeader_font1,
A:hover.clsPageHeader_font1
{
    text-decoration				: none;
    background-color			: transparent;
    color						: #5d2d91;
    vertical-align				: top; 
}

.clsPageHeader_font2
{
    background-color			: transparent;
    color						: #5d2d91;    
}

A:link.clsPageHeader_font2,
A:visited.clsPageHeader_font2
{
	margin-left					: 10px;
    TEXT-DECORATION				: none;
	color						: #5d2d91;
    vertical-align				: top; 
}

A:active.clsPageHeader_font2,
A:hover.clsPageHeader_font2
{
	margin-left					: 10px;
    color						: #ffffff;
    vertical-align				: top; 
    text-decoration				: none;
}

.clsPageHeader_kleur1
{
    background-color			: #00a0b1;
    vertical-align				: top;
/*    font-size2					: 65%;*/
    padding-top					: 5px;
}

.clsPageHeader_kleur1_2
{
    background-color			: #00a0b1;
}


.clsPageHeader_kleur2
{
	background					: #5d2d91 url(../images/header/rechtsonderhoekje.gif) no-repeat scroll bottom right;
    /*BACKGROUND-COLOR			: #5d2d91;*/
    border-right				: solid 1px #ffffff;
    FONT-WEIGHT					: bold;
    COLOR						: #ffffff;
    height						: 19px;
    padding						: 0px;
	margin						: 0px;

}
.clsPageHeader_kleur3
{
    BACKGROUND-COLOR			: #00a0b0;
    border-right				: solid 1px #ffffff;
    border-bottom				: solid 1px #ffffff;
    vertical-align				: bottom;
    padding-bottom				: 10px;
}

.clsPageHeader_kleur4
{
    BACKGROUND-COLOR			: #5d2d91;
    border-right				: solid 1px #ffffff;
}
.clsPageHeader_kleur5
{
    BACKGROUND-COLOR			: #5d2d91;
    height						: 19px;
    padding						: 0px;
	margin						: 0px;    
}
.clsPageHeader_kleur6
{
    BACKGROUND-COLOR			:  transparent;
}

.clsPageHeader_kleur7
{
    BACKGROUND-COLOR			: #00a0b1;
    border-bottom				: solid 1px #ffffff;
}

.clsBol_div
{
	position			: absolute;
	width				: 164px;
	left				: 636px;		/* 800 - 164 */
	top					: 122px;
	padding-top			: 22px;
	border				: solid 1px #c6c6c6;
	background-color	: #ffffff;
}

TD.clsPDBol
{
	width						: 80px;
}


INPUT.clsUserInput
{
	/* Not special setting specified */
}

INPUT.clsSystemInput
{
	color						: #929292;
	font-style					: italic;
}

.clsHeaderHoekImg
{
	border						: 0px;
	padding						: 0px;
	margin						: 0px;
	right						: 100%;
	vertical-align				: bottom ;
}

.clsLogin1
{
	color						: #6d6279;
	font-style					: italic;
/*	font-size2					: 75%;*/
	width						: 70px;
	height						: 20px;
	border						: solid 1px #C6C6C6;
}

.clsLogin2
{
	color						: #6d6279;
/*	font-size2					: 75%;*/
	width						: 70px;
	height						: 20px;
}


.clsLoginUsername
{
	color						: #FFFFFF;
	height						: 22px;
	text-align					: center;
}


/* Special for Firefox */
BODY > DIV.clsPageHeader_div-top
{
	left						: 0px;
}
