@import url("format.css");
@import url("format_font.css");
@import url("format_menue.css");
@import url("plugin/date-time.css");
@import url("plugin/tooltip.css");


/*_____________________________________  R E F E R E N Z E N */


/*_____________________________________  N A V I   L E F T */

div#seitzeichen
  {
  margin: 15px 0 20px 1px;
  width:124px;
  }

/*_____________________________________  P R A G R A P H */

p.lexi2
  {
  padding-left:0;
  }
p.referenz-p
  {
  margin-top:10px; line-height:140%;
  font-size: 0.82em; color: #333;
  font-family: arial;
  }
p.referenz-p:first-line
  {
  font-weight: bold;
  }
p.referenz-p:first-letter
  {
  font-size: 110%;
  color: red;
  }
p.referenz-p em
  {
  margin-top:12px;
  font-size:90%;
  display:block;
  }
div.referenz p.impressum
  {
  font-size:0.75em;
  margin:0;
  }
p#gallery-comment
  {
  width:652px; color:#666;
  margin: 15px auto;
  }
p#gallery-comment:first-letter
  {
  color:#666;
  }

/*_____________________________________  R E F E R E N Z   L A Y E R */

div.referenz
  {
  background: url("../img_css/guru_main1_foot.gif") #fff5e5 repeat-x left bottom;
  border: 1px solid; border-color: #e2bf87 #78561d #78561d #e2bf87;
  padding:10px 15px 15px 10px;
  margin: 1em 0;
  }
div.referenz img
  {
  float:left;
  margin: 0 26px 0 0;
  padding:6px;
  border:1px solid #AEAEAE;
  background:#e3e0db;
  width:200px;
  height:150px;
  }

/*_____________________________________  C E N T E R G A L L E R Y */

div#imagecentergallery
  {
  margin: 0 auto 15px auto;
  border-left: medium solid #606060;
  border-top: medium solid #808080;
  border-right: medium solid #505050;
  border-bottom: medium solid #404040;
  background: #CC8547;
  color: #4A2500;
  width: 652px;
  height: 304px;
  overflow: visible;
  text-align: center;
  font-size: 10pt;
  }
div#imagecentergallery h4
  {
  margin: 0;
  background: #CC8547;
  color: #4A2500;
  }
ul#centergallery
  {
  cursor: default;
  text-align: center;
  margin: 2px;
  }
ul#centergallery li
  {
  float: left;
  display: inline;
  background: #CC8547;
  border: 1px solid #000;
  color: inherit;
  margin: 1px;
  padding: 2px;
  position: relative;
  width: 154px;
  }
ul#centergallery li a
  {
  cursor: pointer;
  }
ul#centergallery li a img.centerpreview
  {
  display: none;
  }
ul#centergallery li a:hover img.centerpreview
  {
  display: block;
  position: absolute;
  top: -52px;
  left: -35px;
  z-index: 10;
  }
ul#centergallery li img
  {
  background: #000;
  border:1px solid #FFF;
  color: inherit;
  padding: 1px;
  vertical-align: top;
  width: 150px;
  }
ul#centergallery li img.centerpreview
  {
  border: 4px solid #CC8547;
  width: 220px;
  height: auto;
  }

/*_____________________________________  E Y E M O S */

div#eyemosdiv
  {
  position: relative;
  }
a#eyemos span
  {
  display: none;
  }
a#eyemos:hover span
  {
  background: url("../img_css/guru_main1_foot.gif") #fff5e5 repeat-x left bottom;
  display: block;
  position: absolute;
  left: -2px; top: -100px;
  z-index: 11;
  padding: 10px;
  border: 1px solid;
  border-color: #e2bf87 #78561d #78561d #e2bf87;
  font-size: 10pt;
  color: #222;
  width: 680px;
  }