/**************************************
 Gymnasium Eschweiler 
 Ext:indexed_search Stylesheet
 Copyright Nicole Putscher-Wentland npw-media.de
 Date: 30.01.2007
 Modified: 
 
 grün: #A8BD77
 rot: #C73921
   
***************************************/


/* Ergebnisseite */
/* tx-indexedsearch-searchbox = Suchformular */

.tx-indexedsearch-searchbox fieldset{
 padding: 10px;
 border: 1px dotted #A8BD77;
 font-size: 80%;
}

.tx-indexedsearch-searchbox legend{
 background: #FFF;
}

.tx-indexedsearch-search-submit {
 margin: 10px 0 0 0;
}

.tx-indexedsearch-searchbox form p a:link{
  float: right;
  color: #C73921;
  font-size: 80%;
}

/* .tx-indexedsearch-whatis = Wonach wurde gesucht */

.tx-indexedsearch-whatis {
  padding: 15px 0 10px 0;
  border-bottom: 1px dotted #A8BD77;
}

.tx-indexedsearch-sw {
  color: #C73921;
  font-weight: bold;
}


/* tx-indexedsearch-searchbox = Ausgabe der Ergebnisse */

.tx-indexedsearch-res{
  margin: 20px 0;
}

.tx-indexedsearch-res h3{
  font-size: 90%;
  font-weight: bold;
  color: #C73921;
}

.tx-indexedsearch-res .result{
  margin: 30px 0;
}

.tx-indexedsearch-res h3 a{}
.tx-indexedsearch-res h3 a:link{
  font-weight: bold;
  color: #C73921;
}

/* ROW_LONG ->> Konfiguration der Infozeile */

.tx-indexedsearch-res dl {
  margin: 10px 0;
  padding: 10px;
  /*width: 95%;*/
  font-size: 60%;
  background: #F1CDC7;
}

.tx-indexedsearch-res dl dt {
  float: left;
  padding: 0 10px 0 0;
  width: 70px;
  color: #000;
}

.tx-indexedsearch-res dl dd {}
.tx-indexedsearch-res dl dd a{}
.tx-indexedsearch-res dl dd a:link, .tx-indexedsearch-res dl dd a:visited{
  color: #C73921;
  text-decoration: underline;
}
.tx-indexedsearch-res dl dd  a:focus, .tx-indexedsearch-res dl dd a:hover, .tx-indexedsearch-res dl dd a:active{
  color: #C73921;
  text-decoration: none;
}


/* Konfiguration der .browsebox */

.browsebox{
  /*border: 1px solid #67725B;*/
  font-size: 70%;
  margin: 15px 5px 0 0;
}

.browsebox ul{
  list-style: none; 
}

.browsebox li{
  display: inline;
  padding: 0 5px 0 0px;
}

.browsebox a{
  padding: 0px;
  color: #000;
  text-decoration: none;
}

.browsebox a:link,.browsebox a:visited {
  color: #000;
  text-decoration: none;
}

.browsebox a:focus, .browsebox a:hover, .browsebox a:active {
  color: #000;
  /*border-bottom: 1px dotted #F90;*/
}