/*
Site:			www.flurnamenlexikon.de
Author:			Torsten Schrade
Created:
Modified:
Usage:			Special styles for the DFL plugin output
*/

/* ############################## SEARCH GENERAL ############################## */

fieldset li label, fieldset li input, fieldset li select {
  font-size: 1em;
}

#content .dfl-search-rules {
  margin: 0;
  padding: 0;
}

#content .dfl-search-rules a {
  position: absolute;
}

#content .dfl-search-rules a:hover {
  border: none;
}

#content .dfl-search-rules a span {
  display: none;
}

#content .dfl-search-rules a:hover span {
  display: block;
  position: absolute;
  right: 50%;
  z-index: 50;
  padding: 10px;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #283145;
}

/* ############################## QUICKSEARCH ############################## */

#dfl-quicksearch {
  min-height: 44px;
}

#dfl-quicksearch fieldset {
  margin: 0;
  border: none;
  border-top: 10px solid #C9CBD0;
  padding: 0;
  background: transparent;
}

#dfl-quicksearch-field {
  float: left;
  width: 166px;
  height: 21px;
  font-size: 1.1em;
  background: #FFFFFF url(../images/quicksearch_icon.gif) 5px center no-repeat;
  padding: 6px 0 0 23px;
}

#dfl-quicksearch-button {
  float: right;
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 29px;
  background: #EFEFEF;
  cursor: pointer;
}

#dfl-quicksearch-header {
  margin-bottom: -0.2em;
}

#dfl-quicksearch .dfl-search-rules a {
  top: 0.8em;
  right: 15px;
}

#dfl-quicksearch .dfl-search-rules a:hover span {
  left: -190px;
  width: 210px;
  height: 165px;
}

/* ############################## STANDARD SEARCHFORM ############################### */

#dfl-standardsearch fieldset ol {
  position: relative;
}

#dfl-standardsearch .dfl-search-rules a {
  top: -25px;
  top: 0;
  right: -10px;
  line-height: 1.3em;
}

#dfl-standardsearch .dfl-search-rules a:hover span {
  left: -320px;
  width: 330px;
  height: 150px;
}

#datestartend {
  position: relative;
}

#datestartend input {
  width: 60px;
}

#datestartend label {
  width: 30px;
}

#datestart {
  float: left;
  width: 160px;
}

#dateend label {
  clear: none;
}

#dfl-standardsearch-culture_fuzzy {
  width: 12px;
  border: none;
  padding: 0;
  background: none;
}

/* ############################## LIST ############################### */

.dfl-resultlist td {
  vertical-align: top;
}

.dfl-rowcount {
  width: 20px;
}

.dfl-year {
  width: 70px;
}

.dfl-gmap {
  width: 300px;
}

/* ############################## SINGLE ################################### */

.dfl-attribute {
  font-weight: bold;
}

#dfl-staticmap {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #333;
  padding: 2px;
}

#dfl-title {
  text-decoration: underline;
}

.dfl-description {
  padding-right: 310px;
}

/* ############################## RESULTBROWSER ############################ */

#content .browse {
  margin: 0 0 1em 0;
  /*border: 1px solid #333;
  padding: 15px 10px 10px 10px;*/
  padding: 3px 0px 0px 0px;
  background: #CCC;
}

#content .browse ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 1.8em;
}

#content .browse ul li {
  display: inline;
  padding: 0 0.3em;
}

#content .browse .prev {
  position: absolute;
  top: 0;
  left: 0;
  /*padding-left: 2.5em;
  background: url(../images/prev.gif) left center no-repeat;*/
}

#content .browse .next {
  position: absolute;
  top: 0;
  right: 0;
  /*padding-right: 2.5em;
  background: url(../images/next.gif) right center no-repeat;*/
}

#content .browse .jump {
  position: absolute;
  top: 0;
  left: 33%;
}

#content .browse fieldset {
  text-align: center;
  width: 260px;
  margin: 0 auto;
  border-bottom-width: 1px;
  padding: 3px;
  margin: 0 auto;
  padding: 0;
  border: none;
}

#content .browse .newsearch {
	margin-left: 4px;
}

#content .browse .backToList {
  border-right: 1px solid #006600;
}