/* 
Autor:  Thilo Beckmann  

Diese Datei beinhaltet die Styles für die Kommentare unter
den Artikeln.
*/


.commenticon {
  background-color:#efefef; 
  float:left; 
  margin-right:30px; 
  border:1px dotted #000000; 
  padding:5px; 
  font-size:15pt; 
  font-weight:bold;
}

.commentdiv {
  border:solid 2px #000000; 
  padding:5px;
}

.commenttop{
  float:left; 
  border-bottom:2px double #444444; 
  width:80%;
}

.commentname{
  float:left; 
  margin-right:10px; 
  font-style:italic;
}

.commentdatum{
  float:left; 
  margin-right:10px; 
  font-size:10pt;
}

.commenthomepage{
  float:left; 
  margin-right:10px;
}

.commentemail{
  float:left; 
  margin-right:10px;
}

.commenttext{
  
}

.commentbutton{
  color:#ffffff;
  padding:2px;
  font-weight:bold;
  border:groove 2px #666666;
  clear:left; 
  background-color:#000000;
}

.commentbutton a { color:#ffffff !important; }
.commentbutton a:link { color:#ffffff !important; }
.commentbutton a:visited { color:#ffffff !important; }
.commentbutton a:hover { color:#efefef !important; }
.commentbutton a:active { color:#ffffff !important; }
.commentbutton a:focus { color:#ffffff !important; }

