/* Link hover -  Nicht durchstreichen, Hintergrund und Color vertauschen */
a:hover, a:hover abbr {
  text-decoration: none !important;
  color: #1f1f25 !important;
  background-color: #6ed611; /* gruen */
}

/* Link hover - Hier doch kein grüner BG */
#header h1 a:hover, #buttons a:hover, #content .entry a:hover img {
  background-color: transparent !important;
}

/* Link hover - H1 normal */
#header h1 a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

/* Current selected Pages and Categories */
#sidebar ul li ul li.current_page_item a,
#sidebar ul li ul li.current-cat a {
  text-decoration: none !important;
  color: #1f1f25 !important;
  background-color: #bff036;
}

/* Justify suxx */
#content p, #content p.postmetadataleft {
  text-align: left;
}

/* Img nicht floaten */
#content p img, #content .entry img {
  float: none !important;
  text-align: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
}

/* Img center */
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Rating Img */
.ratingstars img {
	border: 0 !important;
	margin-left: 5px;
}

/* Header Img */
#header h1 a {
  top: 45px;
  left: 0px;
  padding-left: 35px;
  z-index: 6;
}