@charset "utf-8";
/* CSS Document */

body{
	background: #53ba33 url(images/bg-groen.jpg);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	a:link, a:visited{
		color: #00273a;
		text-decoration: none;
		font-weight: bold;
		}
	a:hover{
		text-decoration: underline;
		}
#container{
	width: 968px;
	height: 578px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -289px;
	margin-left: -484px;
	background: url(images/bg-container.jpg) no-repeat;
	}
	
#driehoek{
	width: 296px;
	height: 309px;
	position: absolute;
	top: 44px;
	left: 70px;
	z-index: 2;
	}
	
#vierhoek{
	width: 426px;
	height: 289px;
	position: absolute;
	top: 50px;
	left: 420px;
	z-index: 2;
	}
	
#elkkind{
	width: 221px;
	height: 195px;
	position: absolute;
	top: 331px;
	left: 707px;
	z-index: 2;
	}

#logo{
	width: 206px;
	height: 99px;
	position: absolute;
	top: 278px;
	left: 296px;
	z-index: 5;
	}
	
#titel{
	width: 459px;
	height: 124px;
	position: absolute;
	top: 393px;
	left: 248px;
	z-index: 5;
	}
	
#kombinnen{
	width: 918px;
	height: 20px;
	position: absolute;
	right: 50px;
	bottom: 25px;
	text-align: right;
	}