#presse {
  position:relative;
  float:left;
  width:500px;
  margin:0px;
  padding:0px;
  margin-bottom:10px;
}

#presse a{
  color:#010101;
}

#presse p{
  margin:0px;
  padding:0px;
  color:#010101;
  vertical-align:middle;
}

#presse p.presse_top {
  width:500px;
  padding:5px 5px 5px 5px;
  border: solid 1px #000;
  background-color:#CDCDCD;
}

#presse p.presse_text {
  width:500px;
  min-height:100px;
  padding:5px;
  border: dotted 1px #000;
  background-color:#DEDEDE;
}

#presse_info {
  position:relative;
  float:right;
  width:186px;
  min-height:127px;
  padding:0px;
  border: dotted 1px #000;
  background-color:#DEDEDE;
}

#presse_info p.author{
  margin:0px;
  background-color:#CDCDCD;
  padding:5px;
  border-bottom: dotted 1px #000;
}

#presse_info p.quelle{
  margin:5px 0px 5px 0px;
}

#presse_info p.new_comment_head{
  padding:5px
  font-size:12px;
  margin:5px 0px 5px 0px;
}

#presse_info p.new_comment_top{
  background-color:#ABABAB;
  margin:0px;
  padding:2px;
}

#presse_info p.new_comment_text{
  background-color:#EFEFEF;
  margin:0px;
  padding:2px;
  font-size:10px;
}

#presse p.presse_comment {
  width:200px;
  padding:0px;
  background-color:#CDCDCD;
  text-align:center;
}
#comment_show{
  position:relative;
  clear:left;
}

#comment_show a{
  color:#010101;
}
#comment{
  position:relative;
  float:left;
  border: solid 1px #000;
  margin: 1px 0px 1px 20px;
}

#comment a{
  color:#010101;
}

#comment p{
  margin:0px;
  padding:0px;
  color:#010101;
  vertical-align:middle;
}

#comment p.comment_top {
  width:350px;
  padding:2px;  
  background-color:#CDCDCD;
}

#comment p.comment_text {
  width:350px;
  padding:2px;
  background-color:#DEDEDE;
}

