@charset "UTF-8";

#content{
	width:960px;
}
hr{
	width:100%;
	margin-top: 80px;
}
.drop_grid{
	padding: 0px; 
	width: 67px; 
	height:330px;
	float: left;
	margin-bottom: 25px;
}
 .embryo_thumb { 
	padding: 0px; 
	width: 67px; 
	height: 330px;
	float: left;
}
.grid_spacer{
	height: 330px;
	width: 22px;
	float:left;
}
.drag_item{
	cursor: pointer;
}
#sortable{
	width:960px;
	height: 310px;
	margin-left: auto;
	margin-right: auto;
}
.zoom{
	position: relative;
	margin-top: -125px;
	width:30px;
	height:30px;
	background-image: url(../img/graphics/lupe.png);
}
#animal_name{
	margin-bottom: 30px;
}
#img_zoom{
	z-index: 100;
	position: absolute;
	width:960px;
}
#zoom_img{
	margin-top: -120px;
	position: relative;
	width:960px;
}
#bg_trans{
	position: absolute;
	margin-top: -180px;
	width:980px;
	height: 520px;
	background-color:black;
	opacity: 0.8;
}
#zoom_close{
	position: relative;
	width:30px;
	height:30px;
	background-image: url(../img/graphics/schliessen.png);
	margin-top:-303px;
	float:right;
}
#message_line{
	margin-top: -20px;
	width: 100%;
	overflow: hidden;
	position: relative;
	float:right;
	height: 50px;
}
#msg_right{
	float:right;
	margin-bottom: 5px;
}
 #msg_wrong{
	float:right;
	margin-bottom: 5px;
}
#nav_foot{
	width:960px;
}
#info_text{
	padding-top: 3px;
	float: left;
}
#nav_foot_buttons{
	float: right;
	text-align: right;
	height:25px;
	font-family: 'Anton-reg'; 
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
	color: #FFFFF;
	letter-spacing: 1px;
}
.ui-state-disabled{
     cursor:default;
}