body {
	background-color: #ffffff;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(../images/bg_site.gif);
	text-align: center;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}

body, html {
	height: 100%;
}

/* Hoofdlayout layers*/
#container {
	position: relative;
	width: 994px;
	margin: 0px auto;
	text-align: left;
	top: 0px;
	z-index: 2;
}
#leafs {
	position:absolute;
	width: 380px;
	height: 347px;
	background-image: url(../images/leafs.gif);
	background-repeat: no-repeat;
	background-position: right;
	top: 152px;
	right: 0px;
}
#header {
	position: relative;
	width: 994px;
	height: 152px;
	background-image: url(../images/top_image.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	width: 217px;
	height: 64px;
	z-index: 1;
	top: 55px;
	left: 84px;
}
#language {
	position: absolute;
	width: 276px;
	height: 14px;
	z-index: 2;
	left: 629px;
	top: 126px;
}
#content {
	position: relative;
	margin-top: 22px;
	width: 100%;
	float: left;
}
#payoff {
	position: relative;
	top: 10px;
	left: 20px;
	width: 375px;
	height: 58px;
	float: left;
	z-index: 3;
	background-image: url(../images/payoff.gif);
	background-repeat: no-repeat;
}

/* generic content block style  */
#block_pink, #block_green, #block_blue {
	position: relative;
	width: 587px;
	height: auto;
}

#top_pink, #top_green, #top_blue {
	position: relative;
	float: left;
	width: 587px;
	height: 19px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#content_pink, #content_green, #content_blue {
	position: relative;
	float: left;
	width: 567px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
}

#content_pink img, #content_green img, #content_blue img {
	margin: 10px;
}

#bottom_pink, #bottom_green, #bottom_blue {
	position: relative;
	float: left;
	width: 587px;
	height: 40px;
	background-repeat: no-repeat;
}

/* pink (main) content block */
#top_pink {
	background-image: url(../images/top_pink.gif);
}

#content_pink{
	background-color: #9b2c98;
}

#bottom_pink {
	background-image: url(../images/bottom_pink.gif);
}

/* green content block */
#top_green{
	background-image: url(../images/top_green.gif);
}

#content_green{
	background-color: #aab300;
}

#bottom_green{
	background-image: url(../images/bottom_green.gif);
}

/* blue content block */
#top_blue{
	background-image: url(../images/top_blue.gif);
}

#content_blue{
	background-color: #97c5eb;
}

#bottom_blue{
	background-image: url(../images/bottom_blue.gif);
}


#buttons {
	width: 587px;
	height: 81px;
	position: relative;
	float: left;
	
}

#btn_green, #btn_purple, #btn_blue {
	position: relative;
	float: left;
	width: 181px;
	height: 81px;
	cursor: pointer;
	z-index: 3;
}

#btn_purple, #btn_blue {
	margin-left: 22px;
}

.small {
	font-size: 10px;
}
