﻿a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FFFFDD;
	text-align: center;
}
.month {
	text-align: center;
    -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  margin:3px;
  border-top:1px solid grey;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.50);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.50);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.50);
  box-shadow        : 0 4px 5px rgba(0,0,0,.50);

}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
/*	background-color: #FFFFDD;*/
	color: #000000;
	border-bottom:1px solid grey;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	color:  #000000;
}
.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: #5CB5C7;
	color: #ffffff;
	height:20px;
	width:20px;
}
.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;
	height:20px;
	width:20px;
}
.event a {
	color: red;
}
.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%;
}
.normal {
/*A*/
   background-color:#66FF99;
   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0C6), color-stop(0.5, #6F9));
  background-image: -webkit-linear-gradient(center bottom, #0C6 0%, #6F9 50%);
  background-image: -moz-linear-gradient(center bottom, #0C6 0%, #6F9 50%);
  background-image: -o-linear-gradient(top, #0C6 0%,#6F9 50%);
  background-image: -ms-linear-gradient(top, #0C6 0%,#6F9 50%);

  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;

	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.todaynormal {
/*A*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_gruen.png) no-repeat;
	
	color:black;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	text-decoration:blink;
	height:20px;
	width:20px;
}
.normal:hover {
/*A*/
    background-color:#00CC66;
    background-image:none;

}
.normalevent {
/*A*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_gruen.png) no-repeat;
	color: red;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	width:20px;
}
.normalevent a{
/*A*/
	text-decoration:none;
	color: red;
}
.normalevent a:hover{
/*A*/
	background:none;
	text-decoration:underline;
	color: red;
}
.laenger{
/*B*/
	background-color:#FFCC33;
	   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFA042), color-stop(0.5, #FC3));
  background-image: -webkit-linear-gradient(center bottom, #FFA042 0%, #FC3 50%);
  background-image: -moz-linear-gradient(center bottom, #FFA042 0%, #FC3 50%);
  background-image: -o-linear-gradient(top, #FFA042 0%,#FC3 50%);
  background-image: -ms-linear-gradient(top, #FFA042 0%,#FC3 50%);

  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;

	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.laenger:hover {
	background-color:#FFA042;
	background-image:none;
}
.todaylaenger{
/*B*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_gelb.png) no-repeat;
	color:black;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	text-decoration:blink;
	height:20px;
	width:20px;
}
.laengerevent {
/*B*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_gelb.png) no-repeat;
	color: red;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	width:20px;
}
.laengerevent a{
/*B*/
	text-decoration:none;
	color: red;
}
.laengerevent a:hover{
/*B*/
	background:none;
	text-decoration:underline;
	color: red;
}
.xlang {
/*C*/
	background-color:#FF9900;
	  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;
  
  	   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C30), color-stop(0.5, #F90));
  background-image: -webkit-linear-gradient(center bottom, #C30 0%, #F90 50%);
  background-image: -moz-linear-gradient(center bottom, #C30 0%, #F90 50%);
  background-image: -o-linear-gradient(top, #C30 0%,#F90 50%);
  background-image: -ms-linear-gradient(top, #C30 0%,#F90 50%);


	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.xlang:hover {
	background-color:#CC3300;
	background-image:none;
}
.todayxlang {
/*C*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_orange.png) no-repeat;
	color:black;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	text-decoration:blink;
	height:20px;
	width:20px;
}
.xlang a{
/*C*/
	text-decoration:none;
	color: red;
}
.xlang a:hover{
/*C*/
	background:none;
	text-decoration:underline;
	color: red;
}
.xlangevent {
/*D*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_orange.png) no-repeat;
	color: red;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	width:20px;
}
.xlangevent a{
/*D*/
	text-decoration:none;
	color: red;
}
.xlangevent a:hover{
/*D*/
	background:none;
	text-decoration:underline;
	color: red;
}
.xxlang {
/*D*/
	background-color:#FF5050;
	  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;
  	   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C00), color-stop(0.5, #FF5050));
  background-image: -webkit-linear-gradient(center bottom, #C00 0%, #FF5050 50%);
  background-image: -moz-linear-gradient(center bottom, #C00 0%, #FF5050 50%);
  background-image: -o-linear-gradient(top, #C00 0%,#FF5050 50%);
  background-image: -ms-linear-gradient(top, #C00 0%,#FF5050 50%);

	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.xxlang:hover {
	background-color:#CC0000;
	background-image:none;
}
.todayxxlang {
/*D*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_rot.png) no-repeat;
	color:black;
	text-align: center;
	font-size: 11px;
	text-decoration:blink;
	height:20px;
	width:20px;
}
.xxlang a{
/*D*/
	text-decoration:none;
	color: red;
}
.xxlang a:hover{
/*D*/
	background:none;
	text-decoration:underline;
	color: red;
}
.xxlangevent {
/*D*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_rot.png) no-repeat;
	color: red;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	width:20px;
}
.xxlangevent a{
/*D*/
	text-decoration:none;
	color: red;
}
.xxlangevent a:hover{
/*D*/
	background:none;
	text-decoration:underline;
	color: red;
}
.xxxlang {
/*E*/
	background-color:#CC33FF;
	  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;

	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.xxxlang:hover {
	background-color:#BC00FB;
}
.todayxxxlang {
/*E*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_helllila.png) no-repeat;
	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.xxxlang a{
/*E*/
	text-decoration:none;
	color: red;
}
.xxxlang a:hover{
/*E*/
	background:none;
	text-decoration:underline;
	color: red;
}
.xxxxlang {
/*F*/
	background-color:#CC00CC;
	  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;

	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.xxxxlang:hover {
	background-color:#B300B3;
}
.todayxxxxlang {
/*F*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_lila.png) no-repeat;
	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.xxxxlang a{
/*F*/
	text-decoration:none;
	color: red;
}
.xxxxlang a:hover{
/*F*/
	background:none;
	text-decoration:underline;
	color: red;
}
.geschlossen {
/*G*/
	background: none;
	color:#666666;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	height:20px;
	width:20px;
}
.todaygeschlossen {
/*G*/
	background: none;
	color:#666666;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	width:20px;
}
.winter {
/*W*/
	background-color:aqua;
	  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;

	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.winter:hover {
	background-color:#00DDDD;
}
.todaywinter {
/*W*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_blau.png) no-repeat;
	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.winter a{
/*W*/
	text-decoration:none;
	color: red;
}
.winter a:hover{
/*W*/
	background:none;
	text-decoration:underline;
	color: red;
}
.xwinter {
/*W*/
	background-color:#00CCFF;
	  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;

	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.xwinter {
	background-color:#00B8E6;
}
.todayxwinter {
/*W*/
	background: url(http://www.freizeitpark-welt.de/layout/kalender_dunkelblau.png) no-repeat;
	color:black;
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
}
.xwinter a{
/*W*/
	text-decoration:none;
	color: red;
}
.xwinter a:hover{
/*W*/
	background:none;
	text-decoration:underline;
	color: red;
}
