body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}

p {
	text-align: left;	
}

h1 {
	font-size: 135%;
	font-weight:normal;
	margin:0 0 1.5em 0; 
	display: block;
	color:#EC7604;
}

table{
	text-align:left;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #F8E9D6;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #FFF8F0;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #D1C5B7;
	color: #000000;
	border-style: outset;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	background-color: #D1C5B7;
	color: #000000;
	border-style: outset;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF8A02;
	color: #ffffff;
	height:20px;
	width:20px;
	padding:3px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}

/*
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
*/
.event{
	font-size:13px;	
	border:none;
}

.event a {
	color:#000;
	font-weight:bold;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}



.todayreserviert {
	background-color: #E4E103;
	font-size: 11px;
	font-weight: bold;
}


.belegt {
	background-color: #FE4141;
	font-size: 11px;
	padding: 3px;
}

.belegtan {
	background:transparent url(belegtan.gif) no-repeat 0 0;
	font-size: 11px;
	padding: 3px;
}

.belegtab {
	background:transparent url(belegtab.gif) no-repeat 0 0;
	font-size: 11px;
	padding: 3px;
}

.reserviert {
	background-color:#FAEE2D;
	font-size: 11px;
	padding: 3px;
}

.reserviertan {
	background:transparent url(reserviertan.gif) no-repeat 0 0;
	font-size: 11px;
	padding: 3px;
}

.reserviertab {
	background:transparent url(reserviertab.gif) no-repeat 0 0;
	font-size: 11px;
	padding: 3px;
}

.todaybelegt {
	background-color: #FF94A1;
	font-size: 10px;
}

.doppeltr, .doppeltran, .doppeltrab {
	background-color: #FF9CF0;
	border:1px solid #000;
	font-size: 11px;
	padding: 1px;
}

.doppeltb, .doppeltban, .doppeltbab {
	background-color: #FF9CF0;
	border:1px solid #000;	
	font-size: 11px;
	padding: 1px;
}

.hidden {
	color:#FFF8F0;
}






/*Für Preistabelle*/

#preise table {
  width:690px;
	border-style: outset;
	border-width: 1px;
	background-color: #F8E9D6;
	text-align:left;
}

#preise td {
	font-size:12px;
	font-weight: normal;
	background-color: #E4E4E4;
	color: #384955;
	padding:0.25em 0.15em;
	vertical-align:top;
}

#preise ul {
	text-align:left;
}

#preise li {
	margin:0 0 0 -15px;
}

.abstand_oben {
	margin-top:3em;
}



