﻿/*
 Modulus - www.modulus.ch

 Filename    : web.css
 Created by  : Bettina Gloor (bettina@modulus.ch)
 Purpose     : Stylesheet für Browserdarstellung Login
 Please note :
*/


/* ---------------------------------------------------
   Kalender
   =================================================== */


#calendar_box {
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: #4C4C4C;
	border-style: solid;
	border-width: 3px;
	padding: 0;
	background: #232321;
	margin: 10px 0 0 0;
	width: 100%;
}


#calendar_anmeldung {
	float: left;
}
.step {
    display: none;
}


.AbstandTabelle {
	padding: 10px;
}

/* ---------------------------------------------------
   Monat Jahr
   =================================================== */
#calendar_box #monat_jahr {
	margin: 10px 10px 0 10px;
	width: auto;
}

#calendar_box #monat_jahr .month {
	font-size: 32px;
	color: #80C41C;
	font-family: "SonySketchEF", Arial, Georgia, serif;
	font-weight: lighter;
	margin-bottom: 10px;
}

#calendar_box #monat_jahr .year {
	text-align: right;
	font-size: 22px;
	margin-top: 0px;
	color: #0860A8;
	font-family: "SonySketchEF", Arial, Georgia, serif;
	font-weight: lighter;
	margin-bottom: 10px;
}


/* ---------------------------------------------------
   Kalender
   =================================================== */
#calendar_box .calendar body {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: #0860A8;
	border-style: solid;
	border-width: 3px;
	background: #232321;
	margin: 10px 0 0 0;
}


#calendar_box table.calendar {
	font-family: "SonySketchEF", Arial, Georgia, serif;
	font-weight: lighter;
	font-size: 18px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#calendar_box table.calendar td, td.day{
     height: 45px;

     border-top-color: #DDDDDD;
     border-top-style: solid;
     border-top-width: 1px;

     vertical-align: top;
     font-weight: bold;
     text-align: center;
     font-family: "SonySketchEF", Arial, Georgia, serif;
     font-weight: lighter;
}

/* ----------------
	HEUTE
------------------- */
#calendar_box table.calendar td.today {
     background-color: white;
     color: #3F3F3C;
}

/*#calendar table.calendar td.today:hover{
     outline: 0 none;
     cursor: pointer;
}*/


/* ----------------
	WOCHENTAG
------------------- */
#calendar_box table.calendar td SPAN.showEvent{
	background-image: url( /templates/airzone/media/img/icons/schnuppertag.png );
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0860A8;
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 45px;
}

#calendar_box table.calendar td SPAN.showEvent:hover, 
#calendar_box table.calendar td SPAN.active, 
#calendar_box table.calendar td SPAN.nurhover {
     background-color: #80C41C;
}

#calendar_box table.calendar td SPAN.showEventInaktiv{
	background-image: url( /templates/airzone/media/img/icons/schnuppertag.png );
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3F3F3C;
	color: #FFF;
	display: block;
	height: 45px;
}


/* ----------------
	WOCHENENDE
------------------- */
#calendar_box table.calendar td.weekend {
	color: #CDCDCD;
	background-color: #3F3F3C;
}


/* ----------------
	Control
------------------- */
#calendar_box table.calendar TFOOT, 
.calendar TFOOT TR TH.sel {
     height: 15px;

     font-size: 20px;
     font-weight: lighter;
     color: #FFFFFF;
     text-align: center;

     cursor:pointer;
}

#calendar_box table.calendar TFOOT TR TH.sel:hover {
     background: #5D5D58;
     outline: 0 none;
     cursor: pointer;
     color: #FFFFFF;
}

#calendar_box table.calendar .arrow{
     padding: 10px 0px 0px 0px;
}


/* ---------------------------------------------------
   Gewähltes Datum
   =================================================== */
#choosenDate {
	display: none;
	float: left;
	font-family: "SonySketchEF", Arial, Georgia, serif;
	font-size: 18px;
	margin: 15px 0 20px 0;
	font-weight: lighter;
	text-align: left;
}
#preis {
	display: none;
	float: left;
	font-family: "SonySketchEF", Arial, Georgia, serif;
	font-size: 19px;
	margin: 0 0 10px 0;
	font-weight: lighter;
	text-align: right;
	width: 100%;
}


#anmelden {
	float: right;
	display: none;
}

/* ---------------------------------------------------
   Upgrade
   =================================================== */
.upgrade {
	width: 100%;
	text-align: left;
}

.upgrade a {
	margin-top: 10px;
}
.btn-tandem {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0860A8;
	*background-color: #0860A8;
	background-image: -moz-linear-gradient(top, #0860A8, #0860A8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0860A8), to(#0860A8));
	background-image: -webkit-linear-gradient(top, #0860A8, #0860A8);
	background-image: -o-linear-gradient(top, #0860A8, #0860A8);
	background-image: linear-gradient(to bottom, #0860A8, #0860A8);
	background-repeat: repeat-x;
	border-color: #0860A8 #0860A8 #0860A8;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0860A8', endColorstr='#0860A8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-tandem:hover,
.btn-tandem:focus {
	color: #ffffff;
	text-decoration: none;
}

.btn-tandem-off {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #80C41C;
	*background-color: #80C41C;
	background-image: -moz-linear-gradient(top, #80C41C, #80C41C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#80C41C), to(#80C41C));
	background-image: -webkit-linear-gradient(top, #80C41C, #80C41C);
	background-image: -o-linear-gradient(top, #80C41C, #80C41C);
	background-image: linear-gradient(to bottom, #80C41C, #80C41C);
	background-repeat: repeat-x;
	border-color: #80C41C #80C41C #80C41C;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-tandem-off:hover,
.btn-tandem-off:focus {
  display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #80C41C;
	*background-color: #80C41C;
	background-image: -moz-linear-gradient(top, #80C41C, #80C41C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#80C41C), to(#80C41C));
	background-image: -webkit-linear-gradient(top, #80C41C, #80C41C);
	background-image: -o-linear-gradient(top, #80C41C, #80C41C);
	background-image: linear-gradient(to bottom, #80C41C, #80C41C);
	background-repeat: repeat-x;
	border-color: #80C41C #80C41C #80C41C;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
