/*
	JCal, 
*/

.jcalendar table {

	border-collapse: separate;
	border: 1px solid #CCC;
	border-width: 0px 0px 1px 1px;
	font-size: 20px;
}


.jcalendar table a 
{
	color:#383838;
	text-decoration:none;
	font-size:20px;
	display:block;
	height:25px;
	line-height:25px;
	padding-top:6px;
	padding-bottom:50px;
	cursor:default;
	outline:none;
}

.jcalendar table .allSem div
{
	margin-left:1px;
	margin-top:1px;
	
	
}

.jcalendar table .allSem a
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	
	border:1px solid white;
	height:auto;
	width:auto;
	background:#ccc;
	padding:2px;
	font-size:9px;
	line-height:10px;
	padding:0;
	margin:0;
}

.jcalendar table .allSem .bookAble a
{
	background:#9a9b01;
}

.jcalendar table .allSem .notBookAble a
{
	background:#D52B1E;
}

.jcalendar table .allSem a:hover
{
	background:#383838;
	color:#ccc !important;
}

.jcalendar table .allSem
{
	position:absolute;
	width:100px;
	margin-top:28px;
	z-index:2;
}

.jcalendar table .selected a
{
	color:white;
	cursor:pointer !important;
}

.jcalendar td, .jcalendar th {
	width: 102px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	position: relative;
}

.jcalendar td
{
	background: url(img/cells.png);
}

.jcalendar th
{
	background: url(img/table_th_back.jpg);
	color:white;
}

.jcalendar th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}

.jcalendar td:hover {
	/*
		background-position: 0px -100px;
	*/
	color: #222;
}

.jcalendar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -100px;
}
.jcalendar td.padding {
	background: url(img/calpad.jpg);
}

.jcalendar td.today {
	color: white;
}

.jcalendar .calNav
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	
	
margin-top:10px;
	padding-top:10px;
	width:721px;
	font-size:18px;
	height:25px;
}


.jcalendar .calNav a
{

text-decoration:none;
padding: 0 10px;

}

.link-prev
{
	float:left;
}
.link-next
{
	float:right;
}


.jcalendar td.selected {
	background-position: 103px 0px;
	color: white;
	cursor:pointer;
}

.jcalendar td.selected:hover
{
	background-position: 103px 80px;	
}

.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

#focusBox
{
	position:absolute;
	background:white;
	width:250px;
	padding:5px;
	display:none;
	border:1px solid black;
	top:100px;
	left:100px;
	z-index:99;
	
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-border-radius: 5px;

}

#focusBox.vieleTermine
{
	height:190px;
	overflow:auto;
}

#focusBox a
{
	color:#D62A20;
}

.openAccountsFull
{
	margin-top:20px;
}

.wunschliste
{
	margin-top:5px;
}

.jetztBuchen
{
	margin-top:5px;
}
.product-options {
	/*display: none;*/
}

form .readonly input :hover
{
	background:white;
	cursor:auto;	
}