* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(/img/bg.jpg);
}

body, td {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

a {
  color: #BC0001;
  text-decoration: underline;
}

a:hover {
  color: #676767;
}

td {
  vertical-align: top;
}

.toplisten a {
  background-image: url(../img/tip.gif);
  background-repeat: no-repeat;
  margin-left: 7px;
  line-height: 1.5;
  font-weight: bolder;
  padding-left: 21px;
  text-decoration: underline;
  color: #000000;
  font-size: 14px;
}

.toplisten a:hover {
  color: #BC0001;
}

div#top {
  background-image: url(../img/top.jpg);
  margin-top: 15px;
  width: 871px;
  height: 178px;
  text-align: left;
}

div#top h1 {
  color: #FFFFFF;
  font-size: 40px;
  padding-top: 60px;
  text-align: center;

}

/* SLOGAN */
div#top h2 {
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
}

div#grid {
  background-image: url(../img/content_bg.jpg);
  width: 871px;
}

table#content {
  width: 857px;
  text-align: left;
}

td#left {
  width: 636px;
}

a.head_sticky {
  width: 622px;
  height: 30px;
  padding-top: 4px;
  padding-left: 4px;
  background-color: #BC0001;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 22px;
  display: block;
  text-decoration: none;
}

div.sticky {
  width: 610px;
  padding: 8px 8px 8px 8px;
  background-color: #EBEBEB;
  margin-top: 1px;
  margin-bottom: 10px;
}

div.sticky a img {
  border: 1px solid #EBEBEB;
}

div.sticky a:hover img {
  border: 1px solid #BC0001;
}

div.sticky p {
  text-align: justify;
  margin-top: 5px;
}

div.sticky_bottom {
  text-align: center;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 9px;
  width: 626px;
  margin-bottom: 16px;
}

div.post {
  width: 626px;
}

a.post_head {
  background-image: url(../img/post_headline.gif);
  height: 34px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 22px;
  padding-top: 3px;
  padding-left: 5px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}

div.post a {
  font-weight: bold;
}

div.post a img {
  border: 12px solid #E2E2E2;
  float: left;
  margin-right: 13px;
}

div.post a:hover img {
  border: 12px solid #BC0001;
}

div.post p {
  text-align: justify;
  line-height: 150%;
}

div.trenner {
  background-image: url(../img/post-trenner.jpg);
  width: 626px;
  height: 45px;
  margin-top: 14px;
  margin-bottom: 19px;
}

div.next_prev {
}

div.next_prev table {
  width: 100%;
  margin-top: 13px;
}

div.next_prev table td {
  text-align: left;
  width: 50%;
}

div.next_prev table td.text_right {
  text-align: right;
}

div.next_prev table td a {
  color: #BC0001;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

div.next_prev table td a:hover {
  color: #000000;
}




td#right {
  border-left: 1px solid #E3E3E3;
}

div#right_inhalt {
  width: 212px;
  margin-left: 7px;
  background-color: #EBEBEB;
  text-align: center;
}

div.headline_right {
  background-color: #BC0001;
  color: #FFFFFF;
  height: 30px;
  font-size: 18px;
  padding-top: 4px;
  padding-left: 7px;
  text-align: left;  
  margin-bottom: 11px;
  margin-top: 15px;
}

div#no_margin {
  margin-top: 0px;
}

div#right_inhalt ul {
  list-style-image: url(../img/liste_pfeil.gif);
  text-align: left;
  margin-left: 30px;
}

div#right_inhalt ul li {
  margin-top: 3px;
}

div#right_inhalt ul li a {
  color: #000000;
  text-decoration: underline;
}

div#right_inhalt ul li a:hover {
  color: #BC0001;
}




div#footer {
  background-color: #282828;
  color: #7B7B7B;
  width: 851px;
  padding: 5px 10px 10px 10px;
  text-align: justify;
}

div#footer h2 {
  font-size: 14px;
  margin-top: 10px;
}

div#footer a {
  color: #7B7B7B;
}

#next_prev {
  text-align: center;
  margin-bottom: 25px;
}

#next_prev a {
  background-color: #BC0001;
  border: 1px solid #282828;
  padding: 10px;  
  color: #FFF;
}

#next_prev a:hover {
  background-color: #282828;
  color: #FFF;
  border: 1px solid #282828;
}


.pad img {
padding-bottom: 15px;
}

.cl {
  clear: both;
}