/***********************************/
/********** BOTTOMLAYER ************/
/***********************************/

#bannerFade{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	background-color:Black;
	z-index:10;
}

#bannerCenter
{
    position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index:11;
}

#bannerContainer{
	position:relative;
	width:520px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	z-index:11;
}

#banner{
	position:relative;
	width:520px;
	height:auto;
	z-index:12;
	margin-top:100px;
}

#bannerHead{
	position:relative;
	float:left;
	width:520px;
	height:28px;
	background-image:url(../banners/bannertop.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:12;
}

#bannerBody{
	position:relative;
	float:left;
	width:520px;
	height:auto;
	background-image:url(../banners/bannerbg.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding-bottom:10px;
	z-index:12;
}

#bannerBottom{
	position:relative;
	float:left;
	width:520px;
	height:5px;
	background-image:url(../banners/bannerbottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:12;
}

#bannerBodyContent{
	position:relative;
	float:left;
	width:476px;
	height:auto;
	margin-left:15px;
	margin-right:14px;
	background-color:#e0dedb;
	text-align:left;
	z-index:12;
	font-family:Arial;
}

#closebtn
{
    position:absolute;
    top:5px;
    right:5px;    
}

a.bannerCloseBtn:link
{
    position:relative;
    float:left;
    width:20px;
    height:19px;
    background-image:url(../banners/close.png);
    background-position:top left;
    background-repeat:no-repeat;
}

a.bannerCloseBtn:visited
{
    position:relative;
    float:left;
    width:20px;
    height:19px;
    background-image:url(../banners/close.png);
    background-position:top left;
    background-repeat:no-repeat;
}

a.bannerCloseBtn:hover
{
    position:relative;
    float:left;
    width:20px;
    height:19px;
    background-image:url(../banners/close_hover.png);
    background-position:top left;
    background-repeat:no-repeat;
}

a.bannerCloseBtn:active
{
    position:relative;
    float:left;
    width:20px;
    height:19px;
    background-image:url(../banners/close.png);
    background-position:top left;
    background-repeat:no-repeat;
}




/***********************************/
/************* BLOKKEN *************/
/***********************************/

/* Blok slogan */

div.BannerBlokSlogan
{
	position:relative;
	width:476px;
	font-size:15px;
	color:#00a65d;
	overflow:auto;
	height:auto;
	clear:right;
	font-weight:bold;
	text-align:left;
	z-index:12;
	border-bottom:solid 1px #999999;
	padding-bottom:5px;
}

/* Blok tekst */

div.BannerBlokTekst
{
	position:relative;
	width:476px;
	font-size:11px;
	overflow:auto;
	height:auto;
	clear:right;
	margin-bottom:20px;
	text-align:left;
	z-index:12;
	font-weight:normal;
}

/* Blok afbeelding */

div.BannerBlokAfbeelding
{
	position:relative;
	width:476px;
	overflow:auto;
	text-align:center;
	height:auto;
	clear:right;
	margin-bottom:20px;
	z-index:12;
}

/* Blok tekstAfbR */

div.BannerBlokTekstAfbR
{
	position:relative;
	width:476px;
	height:auto;
	overflow:hidden;
	clear:right;
	margin-bottom:20px;
	z-index:12;
	padding-top:10px;
	border-top:solid 1px #FFFFFF;
}

div.BannerBlokTekstAfbRTekst
{
	position:relative;
	width: 304px;
	margin-right:10px;
	height:auto;
	display:inline-block;
	float:left;
	overflow:hidden;
	z-index:12;
	font-weight:normal;
}

div.BannerBlokTekstAfbRAfb
{
	position:relative;
	width:160px;
	height:auto;
	display:inline-block;
    float:left;
    border:solid 1px #999999;
    z-index:12;
}

div.BannerBlokTekstAfbRAfbImg
{
	position:relative;
	width:160px;
	height:auto;
	display:block;
	z-index:12;
}

/* Blok tekstAfbL */

div.BannerBlokTekstAfbL
{
	position:relative;
	width:476px;
	overflow:hidden;
	clear:right;
	height:auto;
	margin-bottom:20px;
	z-index:12;
	padding-top:10px;
	border-top:solid 1px #FFFFFF;
}

div.BannerBlokTekstAfbLTekst
{
	position:relative;
	width: 304px;
	height:auto;
	display:inline-block;
	float:left;
	overflow:hidden;
	z-index:12;
	font-weight:bold;
}

div.BannerBlokTekstAfbLAfb
{
	position:relative;
	width:160px;
	height:auto;
	display:inline-block;
    float:left;
    margin-right:10px;
    border:solid 1px #FFFFFF;
    z-index:12;
}

div.BannerBlokTekstAfbLAfbImg
{
	position:relative;
	width:160px;
	height:auto;
	display:block;
	z-index:12;
}