.clear {
clear: both;
}	

/* **Gastavatar im postbit** */
.gastavatar {
  padding: 5px;
  background: #140409;
  border-bottom: 6px solid #190b13;
  border-top: 3px solid #190b13;
  border-radius: 0px;
}

/* **Sidebar** */
.ntff_sidebar {
   list-style: none;	
  top: 60px;
  margin-left: -100px;	
  position: fixed;
}

.ntff_sidebar a {
  float: right;
  width: 20px;
  height: 20px;
color: #7e6171;
font-size: 20px;
font-weight: normal;
border: 3px solid #7e6171;
padding: 10px 10px;
margin-bottom: 10px;
position: relative;
top: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.ntff_sidebar a:hover {
color: #a1abb5;
border-right: 1px solid  #a1abb5;
border-bottom: 3px solid  #a1abb5;	
transform: scale(1.1);
}



.pbox1 {
     float: left;
     width: 320px;
     margin-right: 2%;
     padding: 10px;
     background: transparent;
     box-sizing: border-box;
}

 .pbox2 {
     float: left;
     width: 320px;
     margin-right: 2%;
     padding: 10px;
     background: transparent;
     box-sizing: border-box;
}

.statsbox {
 height: 200px; width: 310px; background: #2d3236;
}

.statsboxtitel {
 width: 295px; height: 20px; padding: 10px; text-align: center; background: #1c1d1e; font-family: 'Electrolize'; color: #c0b0b0; font-size: 20px; letter-spacing: 2px;
}

.statsboxtext {
 height: 130px; padding: 10px; width: 275px; background: #1c1d1e; margin-top: 14px; font-family: 'Calibri'; font-size: 13px; color: #c0b0b0; line-height: 1.1em; text-align: justify; overflow: auto;
}

		
		