#noshow
{
	display:none;
} 


body,html,input{
	background-color:#BFE081;
	margin: auto;
	font-family:verdana;
	font-weight:bold;
	color:#125403;
  }
  
input[type=submit] , input[type=button] 
{	
	background-color: #216627;
	color: #FFFFFF;
	overflow: visible;
	padding: 0 5px 0 5px;
    width: auto;
}

table.jCalendar {
	background: #d4ec9b;
    border-collapse: separate;
    border-spacing: 2px;
	padding: 5px;
	width: 700px;
}
table.jCalendar th {
	background: #d4ec9b;
	color: #125403;
	padding: 3px 5px;
	font-size: 11px;
}

table.jCalendar td {
	background: #F1FFB2;
	color: #125403;
	padding: 3px 5px;
	text-align: center;		
	border:1px solid orange;
}

table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #125403;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #125403;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #F1FFB2;
	color: #C4C4C4;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

div.dp-popup {
	position: relative;
	background: #d4ec9b;
	font-size: 12px;
	font-family: verdana;
	padding: 3px;
	width: 700px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {   /*Januar*/
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#but_zeit, select
{
	background: #F1FFB2;
	color: #125403; /*dunkelgrün*/
	padding: 1px;
	border: 0px;
}

#but_zeit:hover
{
	background: #fff;
	color: #000;
	text-align: center;
	border: 0px;
}

#stunden_block
{
	padding: 3px;
	background: #d4ec9b;
	width: 700px;
	text-align: center;
	font-size: 10px;
}


p, input, select
{
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}

input
{
	border: 1px;
	border-style: solid;
	text-align: center;
	padding: 3px;
}

#ergebnis
{
	padding: 3px;
	background: #d4ec9b;
	width: 700px;
	text-align: center;
}

#menu
{
	position: absolute;
	top: 10px;
	left: 10 px;
}

#container
{
	position: absolute;
	width: 700px;
	left:50%;
	margin-left:-350px;
	margin-top: 30px;
}

#liste table 
{
	min-width: 711px;
	width: 711px;
	position: relative;
	left: -2px;
	table-layout:auto;
}

#uliste
{
	width: 500px;
	table-layout:auto;
}

#liste td, tr
{
	border-collapse: separate;
	background: #F1FFB2;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

#liste th
{
	text-align: left;
	background:  #d4ec9b;
}

#liste caption, h1
{
	text-align: left;
	color: #212121;
	margin-bottom: 2px;
	font-size: 14px;
}

#login table, td, tr
{
	table-layout:auto;
	background: #F1FFB2;
}

#zeilefrei td,tr
{
	background: #BFE081;
}

#message
{
	width: 700px;
	color: #000000;
}

#error
{
	width: 700px;
	color: #CD3333;
}

a
{
	color: #125403; /*dunkelgrün*/
}

#admin td
{
	text-align: left;
}



