div#content_inner, div#information {
        float: none;
}

#tierliste
{
  margin-bottom: 10px;
        margin-left: 10%;
  list-style: none;
}

#tierliste li
{
  border:1px dotted #B6C828;
  height:auto;
  left:0px;
  margin: 10px 0px;
  overflow: hidden;
  padding:15px;
  position:relative;
  top:10px;
  width:400px;

}

.infobalken{
  border-left: 2px solid #B6C828;
  padding-left: 10px;
  margin: 0 0 0px 120px;
}

/*.infobalken a{
        color: grey;
        font-weight: bold;
        text-decoration: none;}

.infobalken a:hover {
        text-decoration: underline;
        color: black;
}*/

.listenbild
{
  float: left;
  width: 100px;
  border: thin solid grey;
  padding: 2px;
  margin-right: 20px;
}
#register ul {
      margin-left: -20px;
}

#register li {
        border: none;
        display: inline;
        width: auto;
        padding: 0;
        margin-left: 1%;
        list-style: none;
}

#sortierung{
  list-style: square;
}

h2, h3 {
        margin-top: 30px;
        margin-left: 16px;
}

#tierliste h2 {
        margin-left: -10%;
}

h2+p {
        margin-left: 16px;
        }

p.link {
        font-size: 11px;
        margin: -6px -10%;
        padding: 0;
}

a {
        color: grey;
        font-weight: bold;
        text-decoration: none;}

a:hover {
        text-decoration: underline;
        color: black;
}