/* Guestbook */

#gbook a:link    { color:#9B9Fa0; text-decoration:none }
#gbook a:visited { color:#9B9Fa0; text-decoration:none }
#gbook a:hover   { color:#bBbFc0; text-decoration:none }
#gbook a:active  { color:#bBbFc0; text-decoration:none }
#gbook a:focus   { color:#9B9Fa0; text-decoration:none }

#gbook .select {
  padding-left: 8px;
  margin-bottom: 8px;
}

#gbook .title  {
  font-family: palatino, georgia, times new roman, serif;
  font-size: 13pt;
  color: #7B7F80;
  clear:both;
} 

#gbook .image {
  margin:4px;
  /* border: #7B7F80 1px solid; */
}

#gbook .archiv-title {
  margin:4px;
  font-weight:bold;
  text-align: center;
  font-family: palatino, georgia, times new roman, serif;
  font-size: 13pt;
  color: #9B9Fa0;
} 

#gbook .archiv  {
  
  font-family: palatino, georgia, times new roman, serif;
  font-size: 12pt;
  color: #7B7F80;
} 


#gbook .name  {
  font-family: palatino, georgia, times new roman, serif;
  font-size: 8pt;
  color: #7B7F80;
  padding-left:2px;
} 

#gbook .text  {
  font-family: palatino, georgia, times new roman, serif;
  font-size: 10pt;
  color: #9B9FA0;
  margin-top:4px;
  padding:8px;
  background-color:#2B2F30;
} 

#gbook .line {
  height:1px;
  border-top: #2B2F30 2px solid;
  clear:both;
}
#gbook .line2 {
  font-size:0px; 
  height:2px;
  border-top: #7B7F80 1px solid;
}

#gbook .button {
  font-size:12px; 
  border: #7B7F80 1px solid;
} 
