@import url(/css/all.css);

::selection {
  color:#080;
  background-color:#ff0;
}

::-moz-selection {
  color:#080;
  background-color:#ff0;
}

.article {
  word-wrap:break-word;
  hyphens:auto;
}

.article p img {
  border:1px solid #ff0;
  padding:3px;
  max-width:100%;
  height:auto;
}

#content .spieltag p a {
  color:#030;
}

#content h3 {
  font-family:georgia, times, "times new roman", serif;
}

#content table th {
  padding:0 3px 0 0;
}

.recent_comments li:before {
  content: "\2605";
  margin-right: 5px;
}

/* 10 yrs */

#header {
  position:relative;
}

#header b {
  width:228px;
  height:227px;
  position:absolute;
  right:-50px;
  top:0;
  display:block;
  background:url(http://vestpiraten.de/images/47t.png) 0 0 no-repeat transparent;
  transform:rotate(25deg);
}

@media screen and (max-width:48rem) {
#header {
    height:250px;
    background-position:50% 100%;
  }
#header b {
    width:125px;
    height:125px;
    background-size:cover;
    right:0;
  }
}

.blaettern {
  text-align:center;
  font-size:125%;
}

.blaettern a {
  margin:0 10px;
}

.comments li a {
  color:#fff;
}

.recent_comments a {
  word-wrap:break-word;
}

.fupa {
  height:250px;
  border:2px solid #ff0;
  margin-bottom:15px;
}