body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #750F7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.frameContainer {
	width: 760px;
	height: 520px;
	margin:auto;
	text-align:left;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-top: -260px; /* half of the height */
    margin-left: -380px; /* half of the width */
}
.frameHeader {
	width: 760px;
	height: 122px;
}

.frameContent {
	width: 760px;
	height: 380px;
	padding-top: 66px;
	background-image: url(images/bgr_poppetjes.gif);
	background-repeat: no-repeat;
	position:absolute;
}

.frameNavigation {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	position:absolute;
	width:760px;
	height:95px;
	top:520px;
	z-index:10;
}

.textA, .textA a {
	color: #750F7D;
}

.textB, .textB a {
	color: #6e940d;
}

.contentClear {
	position:absolute;
	width: 424px;
	height: 309px;
	left:170px;
	top:60px;

	z-index:20;
}

.contentNamen {
	width: 424px;
	height: 309px;
	margin: auto;
}

.textHolder {
	width: 360px;
	height: 292px;
	overflow: auto;
	margin: 15px 10px 15px 50px;
}
.imgHolder {
	position:absolute;
	width:760px;
	height:95px;
	margin:0;
	padding:0;
	top:233px;
	z-index:10;
}
.img1 {
	position:absolute;
	height:95px;
	width:95px;
	left:15px;
	}
.img2 {
	position:absolute;
	height:95px;
	width:95px;
	left:120px;
	}
	
.img3 {
	position:absolute;
	height:95px;
	width:95px;
	left:630px;
	}
.select {
	color: #750F7D;
        }
.none { display:none; }

