<style type="text/css">
/* JanssenCox Internetdiensten 2010 */

* {margin:0; padding:0;}

.jsbutton {
cursor:pointer;
}

.hiddeninput {
	outline:none;
	border: 0px solid #000000; 
	background-color:transparent;
}

/******** Divs ********/

#bmitool {
	width:445px;
	height:100%;
	margin: 0 auto 0;
	z-index:5000;
	}

#bereken {
	width:445px;
	height:315px;
	position:static;
	text-align: left;
	background-image:url(bereken.png);
	background-repeat:no-repeat;
	}


/******** het buttons ********/
#man {
	width:5px;
	height:5px;
	position:relative;
	text-align: left;
	left: 60px;
	top: 158px;
	}	
	
#vrouw {
	width:5px;
	height:5px;
	position:relative;
	text-align: left;
	left: 205px;
	top: 153px;
	}	
	
#gewicht {
	width:50px;
	height:18px;
	position:relative;
	text-align: left;
	left: 12px;
	top: 112px;
	}	
	
#lengte {
	width:50px;
	height:18px;
	position:relative;
	text-align: left;
	left: 86px;
	top: 103px;
	}	

#leeftijd {
	width:50px;
	height:18px;
	position:relative;
	text-align: left;
	left: 158px;
	top: 94px;
	}	

#berekenbutton {
	width:126px;
	height:30px;
	position:relative;
	text-align: left;
	left: 7px;
	top: 207px;
	}


/******** uitslag en tips ********/
	
#bmi_uitslag {
	width:445px;
	height:340px;
	position:static;
	text-align: left;
	//padding-top:30px;
	}

#uitslagbalk{
	width:445px;
	height:24px;
	position:static;
	text-align: left;
	}

#bmi_balk{
	width:445px;
	height:36px;
	position:static;
	text-align: left;
	margin-top:3px;
	margin-bottom:10px;
	}

#bmi_uitslagtekst {
	width:445px;
	height:45px;
	position:static;
	text-align: left;
margin-left: 150px;
font-size:20px;
font-weight:bold;
	}

#bmi_figuur {
	width:250px;
	height:200px;
	position:relative;
	text-align: left;
	left: 150px;
	top: -10px;
	}

#bmi_figuur {
	width:95px;
	height:206px;
	position:relative;
	text-align: left;
	left: 10px;
	top: -10px;
	}
	
#bmi_omschrijving {
	width:250px;
	height:200px;
	position:relative;
	text-align: left;
	left: 150px;
	top: -220px;
	}

#tips {
	width:445px;
	height:100%;
	padding-top:30px;
	position:static;
	text-align: left;
	background-image:url(tips.png);
	background-position:top;
	background-repeat:no-repeat;
	}
#tips a {
color: #666;
}
</style>

