#kontakti{

 border: 1px solid black;
background-color:rgba(0, 0, 0, 0.7);
   border-radius:10px;
   border-width:2px;
   margin:0px;
   width:450px;
   height:260px;
   position:relative;
top:10px;
   left:33px;
}

 p{
  font-family:Arial;
 color:white;
 font-size:18px;
 text-align:left;
   margin-left:15px;
   text-indent:30px;
  }
  .redaktor{
  margin:15px;
    -webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.0);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.0);
        box-shadow: 0px 1px 3px rgba(0,0,0,.0);
		height:100px;
		width:100px;
  }
   .p1{
    position:relative;
	left:100px;
	bottom:112px;
  }
  .p2{
  position:relative;
	left:100px;
	bottom:212px;
  }