/* 	DLRG Deutsche Lebens-Rettungs-Gesellschaft e.V.
	Benutzer-Layout für WWW-Server: www.dlrg.de
	Gliederung: Ortsgruppe Sarstedt e.V., Glückaufstraße 9, 31157 Sarstedt
	Kontakt: Christoph Wilhelms, christoph.wilhelms@dlrg-sarstedt.de
	custom.css - $Revision: #5 $

	CSS-Vorlage zum definieren eigener Styles als Ergaenzung
	zum Standard-Layout (layout.css, standard.css)
	Validieren mit http://jigsaw.w3.org/css-validator/  */


/* ---------- hide menu item---------- */
#itemtell {
  display:none;
}


/* ---------- eigene formate ---------- */
.myclass {}
#myid    {}

.wappen {
  float:left;
  display:block;
  position:relative;
  margin:7px;
}

.picto {
  float:right;
  display:block;
  position:relative;
  margin:7px;
}

.highlighter {
  background-color: #e4eef7;
}

.impress {
  margin:16px 80px 9px 60px;
}

.calendar {
  border-style:solid;
  border-width:1px;
  border-color:rgb(166, 199, 225);
  text-align:right;
  vertical-align:top;
  padding:2px 2px 2px 2px
}

.simple {
  text-decoration: none;
}

.terminbox {
  padding: 3px;
  border: #0072BC 1px solid;
}

.termin {
  border: #0072BC 1px solid;
  margin: 2px 0px;
  background-color: #FFFFFF;
}

.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
}

.today {
  vertical-align:top;
  border-style:solid;
  border-width:2px;
  border-color:#0072BC;
  text-align:right;
  padding:2px 2px 2px 2px
}

.navBar {
  padding-top:-10px;
  padding-right:10px;
  padding-bottom:25px;
}

.overview {
  background-image:url(../grafik/caltab.gif);
  background-repeat:no-repeat;
  padding-left:45px;
  padding-top:12px;
  padding-bottom:20px;
  margin-bottom:20px;
  width:40px;
  height:40px;
}

.next {
  background-image:url(../grafik/next.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.prev {
  background-image:url(../grafik/previous.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.last {
  background-image:url(../grafik/last.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.first {
  background-image:url(../grafik/first.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.nextDisabled {
  background-image:url(../grafik/next_off.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.prevDisabled {
  background-image:url(../grafik/prev_off.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.lastDisabled {
  background-image:url(../grafik/last_off.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.firstDisabled {
  background-image:url(../grafik/first_off.gif);
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.fotobox {
  padding-top:7px;
}

.sortDesc {
  background-image:url(../grafik/down.gif);
  background-repeat:no-repeat;
  background-position:right;
  padding-right:44px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}

.sortAsc {
  background-image:url(../grafik/overview.gif);
  background-repeat:no-repeat;
  background-position:right;
  padding-right:44px;
  padding-top:12px;
  padding-bottom:20px;
  width:40px;
  height:40px;
}
