@CHARSET "UTF-8";

.img
  {
margin: 5% 0px 10px 5%;
/* border:0px solid #0000ff;*/
  float:top;
  text-align:left;
  }
  
.titelseite::after
{
  margin: 50px;
  display: block;
  content:    "all content \00a9 by Cécile Schneider in 2014. Webdesign by fape";
  color:#636363;
  font-family:verdana, sans-serif;
  font-size:small;

  text-align:center;
}

  .img::after
  {
  margin: 50px;
display: block;
  content:    "all content \00a9 by Cécile Schneider in 2014. Webdesign by fape";
color:#636363;
font-family:verdana, sans-serif;
font-size:small;

text-align:center;
  }
  
.img img
  {
  display:inline;
  margin:2%;
/*  border:1px solid #ffffff; */
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: 20%;
width: 20%;
  }
div.img a:hover img
  {
/*  border:0px solid #0000ff;*/
	opacity: 0.5;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:5px;
  }
  
  #img
    {
margin: 20px 0px 10px 50px;
  padding: 5px;
/* border:0px solid #0000ff;*/
  height:100%;
  float:top;
  text-align:left;
  }
