.kategoriebeitrag {
  width:730px;
  height:115px;
  background-color:rgb(224,224,224);
  margin:5px;
  background-image:url('bilder/white.bmp');
  background-position:17px;
  background-repeat:repeat-y;
  font-family:"Trebuchet MS",sans-serif;
}

.kategoriebeitrag:hover {
  background-color:rgb(224,224,180);
}

.kategoriebeitrag .bild {
  margin:0;
  margin-left:20px;
}

.beitragsinhalt {
  height:4.5em;
  margin-left:50px;
}

.bild {
  float:right;
}

.bild img {
  border:0;
  float:right;
  height:115px;
  width:115px;
}

.kategorie {
  color:red;
  font-size:11px;
  font-weight:bold;
  padding-top:5px;
  width:130px;
  float:right;
  text-align:right;
}

.titel {
  font-size:22px;
  font-weight:bold;
  margin-top:0.5em;
  padding-top:0.5em;
}

.titel a {
  color:black;
  text-decoration:none;
}

.untertitel {
  font-size:14px;
}

.kategoriebeitrag .plus {
  float:right;
  margin-left:0;
  margin-right:0px;
}

.plus a, .plus a:hover, .plus a:focus, .plus a:active {
  color:black;
  font-weight:bold;
  text-decoration:none;
}

#fehlermeldung {
  height:200px;
  font-family:"Trebuchet MS",sans-serif;  
}

#seiten {
  font-family:"Trebuchet MS",sans-serif; 
  clear:both;
  text-align:center;
  border-top:1px dashed #666;
  border-bottom:1px dashed #666;
  width:390px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:195px;
  color:black;
  display:table;
}

#seiten .innen {
  width:100%;
}

#seiten a:link,
#seiten a:active,
#seiten a:hover,
#seiten a:focus,
#seiten a:visited {
  color:black;
  text-decoration:none;
}

#seiten #aktiveseite {
  color:rgb(230,184,0);
}

#redaktion {
  padding-top:2em;
  padding-bottom:2em;
}

.redakteurlink {
  display:inline;
}

.redakteurlink img {
  border:0;
  margin:5px;
}