/*
Titel        : Header
Document     : stylesheet.header.css
Last updated : 29-03-2008
*/
div.header
{
	display    : block;

	width      : 952px;
	height     : 126px;
	
	position   : relative;
	top        : 0px;
	left       : 0px;
	
	padding    : 0px;
	margin     : 0px;
	margin-top : 12px;
}

div.header-background
{
	width    : 952px;
	height   : 126px;
	
	position : absolute;
	top      : 0px;
	left     : 0px;
	
	z-index  : 1;
}

div.header-content
{
	width    : 952px;
	height   : 126px;
	
	position : absolute;
	top      : 0px;
	left     : 0px;

	z-index  : 2;
}

/*[S] ==== BACKGROUND ===========================================================*/
div.header-background-tlc
{
	width               : 5px;
	height              : 5px;

	position            : absolute;
	top                 : 0px;
	left                : 0px;
	
	background-image    : url('../graphics/general/block-corner-grey-top-left.gif');
	background-repeat   : no-repeat;
	background-position : top left;
	
	z-index             : 1;
}

div.header-background-tm
{
	width            : 942px;
	height           : 4px;
	
	position         : absolute;
	top              : 0px;
	left             : 5px;
	
	border-width     : 0px;
	border-style     : solid;
	border-color     : #eaeaea;
	border-top-width : 1px;
	
	font-size        : 0px;
	
	background-color : #ffffff;
	
	z-index          : 2;
}

div.header-background-trc
{
	width               : 5px;
	height              : 5px;

	position            : absolute;
	top                 : 0px;
	right               : 0px;
	
	background-image    : url('../graphics/general/block-corner-grey-top-right.gif');
	background-repeat   : no-repeat;
	background-position : top right;
	
	z-index             : 3;
}

div.header-background-ml
{
	width             : 5px;
	height            : 116px;
	
	position          : absolute;
	top               : 5px;
	left              : 0px;
	
	border-width      : 0px;
	border-style      : solid;
	border-color      : #eaeaea;
	border-left-width : 1px;
	
	background-color  : #ffffff;
	
	z-index           : 4;
}

div.header-background-m
{
	width            : 942px;
	height           : 116px;
	
	position         : absolute;
	top              : 5px;
	left             : 5px;
	
	background-color : #ffffff;
	
	z-index          : 5;
}

div.header-background-mr
{
	width              : 5px;
	height             : 116px;
	
	position           : absolute;
	top                : 5px;
	right              : 0px;
	
	border-width       : 0px;
	border-style       : solid;
	border-color       : #eaeaea;
	border-right-width : 1px;
	
	background-color   : #ffffff;
	
	z-index            : 6;
}

div.header-background-blc
{
	width               : 5px;
	height              : 5px;

	position            : absolute;
	bottom              : 0px;
	left                : 0px;
	
	background-image    : url('../graphics/general/block-corner-grey-bottom-left.gif');
	background-repeat   : no-repeat;
	background-position : bottom left;
	
	z-index             : 7;
}

div.header-background-bm
{
	width               : 942px;
	height              : 4px;
	
	position            : absolute;
	bottom              : 0px;
	left                : 5px;
	
	border-width        : 0px;
	border-style        : solid;
	border-color        : #eaeaea;
	border-bottom-width : 1px;
	
	font-size           : 0px;
	
	background-color    : #ffffff;
	
	z-index             : 8;
}

div.header-background-brc
{
	width               : 5px;
	height              : 5px;

	position            : absolute;
	bottom              : 0px;
	right               : 0px;
	
	background-image    : url('../graphics/general/block-corner-grey-bottom-right.gif');
	background-repeat   : no-repeat;
	background-position : bottom right;
	
	z-index             : 9;
}
/*[E] ==== BACKGROUND ===========================================================*/

/*[S] ==== CONTENT ==============================================================*/
div.header-content-logo
{
	width               : 243px;
	height              : 65px;
	
	position            : absolute;
	top                 : 38px;
	left                : 36px;
	
	background-image    : url('../graphics/header/legaldownload-logo.gif');
	background-repeat   : no-repeat;
	
	z-index             : 1;
}

div.header-content-flag-en
{
	width    : 23px;
	height   : 18px;
	
	position : absolute;
	top      : 11px;
	right    : 9px;
	
	z-index  : 2;
}

div.header-content-flag-nl
{
	width    : 23px;
	height   : 18px;
	
	position : absolute;
	top      : 42px;
	right    : 9px;
	
	z-index  : 3;
}

div.header-content-flag-de
{
	width    : 23px;
	height   : 18px;
	
	position : absolute;
	top      : 74px;
	right    : 9px;
	
	z-index  : 4;
}

div.header-content-back
{
	position : absolute;
	top      : 106px;
	right    : 9px;
	
	z-index  : 5;	
}

div.header-content-back a
{
	color           : #df5354;
	text-decoration : none;
}

div.header-content-back a:hover
{
	color           : #ff7800;
	text-decoration : none;
}

span.header-content-banner
{
	position		: absolute;
	left			: 330px;
	top				: 38px;
}
/*[E] ==== CONTENT ==============================================================*/

div.provideSupportButton
{
    float : right;
    margin-right : 40px;
    margin-top   : 10px;
}
