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

.nageldesign-gal {
	width: 236px;
	float:right;
	padding: 15px 10px;
	border-left: 1 px solid rgba(139,32,36,1.00);
	background-color:rgba(139,32,36,0.37);}
	
 .bildrechts {
    float: right; 
    margin-left: 10px; 
    margin-bottom: 10px; 
  }

  .bilderrahmen {
    padding: 3px; 
    border: 1px solid  rgba(139,32,36,1.00); 
    border-radius: 5px; 
  }
  .nageldesign-gal img {
	width: 100px;
	height: 100px;
	float: left;
}

.nagelstudio {
	width: 236px;
	float:right;
	padding: 15px 10px;
	border-left: 1 px solid rgba(139,32,36,1.00);
	background-color:rgba(139,32,36,0.37);
}

.nagelstudio img {
	width: 218px;
	height: 218px;
	float: left;
	    padding: 3px; 
    border: 1px solid  rgba(139,32,36,1.00); 
    border-radius: 5px; 

}