/* --Bilder Archiv links--*/
#linkbutton {
  cursor:pointer;
  border:1px solid #F9A033;
  background-color: #FFFAF5;
  padding: 0px 1px 0px 1px;
  margin:0px 0px 0px 0px;
  font-family : verdana;
  font-size: 11px;
  font-weight: bold;
}

#linkbutton A:link {
color: #000000; text-decoration: none; font-size: 11px;
}
#linkbutton A:visited {
color: #000000; text-decoration: none; font-size: 11px;
}
#linkbutton A:hover {
color: #65ACF2; text-decoration: none; font-size: 11px;
}
#linkbutton A:activ {
color: #65ACF2; text-decoration: none; font-size: 11px;
}

/* --Bilder Archiv  mit Verlinkung aktiv--*/
.linkbutton_ak {
  border-style: solid;
  border-top-color: #F9A033;     
  border-bottom-color: #F9A033;  
  border-left-color: #F9A033;    
  border-right-color: #F9A033;
  border-width : 1px; 
  background-color: #FFFAF5;
  padding: 0px 4px 4px 4px;
  color: #000000;
  font-family : verdana;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

.linkbutton_ak A:link {
color: #000000; text-decoration: none; font-size: 11px;
}
.linkbutton_ak A:visited {
color: #000000; text-decoration: none; font-size: 11px;
}
.linkbutton_ak A:hover {
color: #ffffff; text-decoration: none; font-size: 11px;
}
.linkbutton_ak A:activ {
color: #ffffff; text-decoration: none; font-size: 11px;
}

/* --Bilder Archiv  ohne Verlinkung--*/
.linkbutton_in {
  border-style: solid;
  border-top-color: #F9A033;     
  border-bottom-color: #F9A033;  
  border-left-color: #F9A033;    
  border-right-color: #F9A033;
  border-width: 1px; 
  background-color: #eeeeee;
  padding: 0px 1px 0px 1px;
  color: #a0a0a0;
  font-family : verdana;
  font-weight: normal;
  font-size: 11px;
}

