#meinungen {
  position:relative;
  float:left;
  width:720px;
  margin:0px;
  padding:0px;
}

#meinungen a{
  color:#010101;
}

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

#meinungen p.meinungen_top {
  width:690px;
  height:20px;
  padding:5px 5px 0px 5px;
  border: solid 1px #000;
  background-color:#CDCDCD;
  margin-top:10px;
}

#meinungen p.meinungen_text {
  width:690px;
  min-height:50px;
  padding:5px;
  border: dotted 1px #000;
  background-color:#DEDEDE;
}

#meinungen p.meinungen_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:0px;  
  background-color:#CDCDCD;
}

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

