
#babybox{	
	width: 575px;
	
	text-align: center;
	margin-top: 05px;
	margin-bottom: 05px;
}
#babyname{
	font-size: larger;
	font-weight: bolder;
}
#babybild{
  width: 250px;
  float:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#babyinfo{
	 float:right;
	 text-align: left;
	 width: 310px;
}
#babysenden{
	
}
.babyjunge{
	background-color:  #c1d0e7;
}

.babymaedchen{
	background-color:  #f5c4c4;
}
.babytext{
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}
.female2008{
	background-color:  #f5c4c4;
}

.male2008{
background-color:  #c1d0e7;
}

.clear{
	clear:both;
}