/* notdienst.css */

.dreieckl {
  font-family: Verdana,Arial,sans-serif;
  background-color:	#FBF3F3; color:	#52595E;
  margin: 0.5em 1.3em 0 0.9em;
  padding: 0px;
  font-size: 0.4em;
  width: 0;
  height: 0;
  border-right: 9px solid #999;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 0;
  content: "zurueck";
  display: inline-block;
}

.dreieckr {
  font-family: Verdana,Arial,sans-serif;
  background-color:	#FBF3F3; color:	#52595E;
  margin: 0.5em 1.3em 0 0.9em;
  padding: 0px;
  font-size: 0.4em;
  width: 0;
  height: 0;
  border-left: 9px solid #999;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 0;
  content: "vor";
  display: inline-block;
}

.dreieckl:hover	{ border-right: 9px solid #222;}
.dreieckr:hover	{ border-left: 9px solid #222;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    /* display: inline-block; */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    position: absolute;
	text-align: center;
    background-color: #f9f9f9;
    min-width: 14.0em; padding-top: 0.5em; padding-left: 0.5em;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

.dropdown-kal {
	float:		left;
	background-color: #f9f9f9;
}

/* Kalender stylesheets	*/
.calcellday {
	float:left;
	width:14%;
	font-weight:bold;
	margin-top: 0.5em;
}

.calcellleer {
  float:left;
  width:14%;
  margin-top: 0.2em;
}

.calcell {
  float:left;
  width:14%;
	margin-top: 0.2em;
}
.calcell:hover	{ background-color: #666; color: #F9F9F9;}

.calcellheute {
  float:left;
  width:14%;
	margin-top: 0.2em;
  color: #E9E9E9;
  background-color: #AAA;
}
.calcellheute:hover	{ background-color: #666; color: #F9F9F9;}

.calcellso {
	float:left;
	width:14%;
	margin-top: 0.2em;
  color: #E33;
}
.calcellso:hover	{ background-color: #666; color: #F9F9F9;}

.calcellro {					/*	readonly-Anzeige wenn nicht auswählbar	*/
  float:left;
  width:14%;
  margin-top: 0.2em;
  color: #C0C0C0;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content
 container when the user clicks on the dropdown button) */
.show {display:block;}

.apotel			{float: right}
