@charset "utf-8";

*
{
	outline: none;
}

html,body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}

body
{
	background: rgb(255,255,255);
}

div#wrapper
{
	background: rgb(255,255,255);
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

div#header
{
	height: 10px;
	position: relative;
	background: rgb(255,255,255);
	overflow: hidden;
	text-align: left;
	vertical-align: bottom;
	padding: 40px 30px 10px 10px;
	clear: both;
}

div#branchelogo
{
	height: 60px;
	width: 230px;
	position: absolute;
	background: rgb(255,255,255);
	overflow: hidden;
	text-align: right;
	float: right;
	right: 25px;
	bottom: 0;
	padding: 0;
	margin: 0;
}

div#banner
{
	height: 180px;
	position: relative;
	overflow: visible;
	padding: 0;
	margin: 0;
}

div#title
{
	width: 278px;
	height: 60px;
	position: absolute;
	top: 120px;
	left: 0;
	overflow: hidden;
}


div#logo
{
	width: 120px;

	position: absolute;

	top: 0;
	right: 270px;
	bottom: 0;

	background: transparent url('../gfx/rebel_beeldmerk.png') no-repeat center center;
	overflow: hidden;
}

div#menu-container-top
{
	background: rgb(255,255,255);
	top: 240px;
	right: 0;
	left: 0;
	height: 11px;
	width: 100%;
	position: absolute;
}

div#main
{
	position: absolute;

	top: 306px;
	right: 0;
	bottom: 6px;
	left: 0;

	background: transparent;
	overflow: visible;
}

div#main-menu
{
	width: 220px;
	height: 180px;

	position: absolute;

	top: 0;
	right: 30px;

	background: transparent url('../gfx/menu.gif') repeat-x;
	overflow: visible;

	z-index: 4;
}

div#main-menu-sub
{
	width: 514px;
	height: 139px;

	position: absolute;

	top: 240px;
	right: 5px;

	background: transparent url('../gfx/submenu.gif') no-repeat center center;
	overflow: hidden;

	z-index: 5;
}

div#fader
{
	background: rgb(255,255,255) url('../gfx/fader.gif') repeat-x top;
	height: 348px;
	width: 100%;
	z-index -1;
	position: absolute;
}

div#menu-container
{
	background: transparent url('../gfx/submenu-subsubmenu-achtergrond.gif') repeat-x top left;
	height: 56px;
	position: absolute;
	top: 250px;
	right: 300px;
	left: 0;
	margin-right: 20px;
}

div#menu-container-eind
{
	background: transparent url('../gfx/submenu-subsubmenu-achtergrond-eind.gif') no-repeat top right;
	height: 56px;
	width: 10px;
	position: absolute;
	top: 250px;
	right: 310px;
}

div#menu-container-eind-laag
{
	background: transparent url('../gfx/submenu-achtergrond-eind.gif') no-repeat top right;
	height: 34px;
	width: 10px;
	position: absolute;
	top: 250px;
	right: 310px;
}

div#sub-menu
{
	background: transparent;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

div#subsub-menu
{
	background: rgb(219,233,242);
	height: 22px;
	overflow: hidden;
	position: absolute;
	top: 34px;
	left: 0;
}

div#content
{
	position: relative;

	padding: 10px 6px 10px 6px;
	background: transparent;

	margin-right: 250px;

	overflow: visible;
	border-right: 1px solid rgb(199,199,199);
}

div#sidebar
{
	width: 250px;
	position: absolute;
	overflow: visible;
	text-align: left;
	background: transparent;
	right: 0;
	top: 0;
	bottom: 96px;
}

div#footer
{
	height: 194px;
	margin: 0 6px 6px 6px;

	position: relative;
	clear: both;

	background: rgb(255,255,255) url('../gfx/footer.gif') repeat-x top center;
	overflow: hidden;
}

div#footer-content
{
	padding: 5px 5px 5px 5px;
	float: left;
	width: 100%;
	height: 188px;
	overflow: hidden;
}

div#footer-split-laag
{
	padding: 5px;
	margin: 5px;
	width: 2px;
	height: 54px;
	background: transparent url('../gfx/seperator_small.gif') no-repeat;
	overflow: hidden;
	float: left;
}

div#footer-split-hoog
{
	padding: 5px;
	margin: 5px;
	width: 2px;
	height: 120px;
	background: transparent url('../gfx/seperator_large.gif') no-repeat;
	overflow: hidden;
	float: left;
}

div#footer-payoff
{
	position: absolute;
	bottom: 0;
	right: -6px;
	width: 466px;
	height: 62px;
	background: rgb(255,255,255) url('../gfx/afsluiter_payoff.gif') no-repeat bottom;
	overflow: hidden;
}
