@import url("./list.css");           /* Lists */
@import url("./construction.css");   /* Construction */
@import url("./menus.css");   /* Construction */
@import url("./slider.css");   /* Construction */

/*
* html .mainMenu li { margin-right: 1px; }
*:first-child+html .mainMenu li { margin-right: 1px; }
*/

html, body
{
	margin: 0;
	padding: 0;
}

html
{
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

body
{
	font-size: 100%;
	text-align: center;
}



h1, h2
{
	font-weight: normal;
}
h3, h4, h5, h6
{
	font-weight: bold;
	font-size: 13px;
}
h1 { font-size: 18px; }
h2 { font-size: 15px; }

.header
{
	font-weight: bold;
	font-size: 15px;
}



table { text-align: left; }
img
{
	border: 0;
	/*vertical-align: middle;*/
}
.note
{
	font-size: smaller;
	font-style: italic;
}
.tright{text-align: right;}
.clear{clear: both;}
.hidden{visibility: hidden;}
.center{text-align: center;}
.quote{font-style: italic;}
.number{text-align: right;}
.enviroment{text-align: center;}
.error
{
	font-style: italic;
	color: #e02727;
	font-size: small;
}

a:hover img
{
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}




/* LAYOUT */
.page
{
	width: 100%;
	height: 100%;
	background: #c8ebfa url('./../img/page.bg.gif') repeat-x 0 -70px;
	min-height: 475px;
}
*:first-child+html .page
{
	position: relative;
	z-index: 1;
}


.mainMenu
{
     font-family: Verdana;
	width: 100%;
	background: url('./../img/menu.bg.png') repeat-x top left;
	height: 40px;
	line-height: 40px;
	position: absolute;
	z-index: 100;
}
* html .mainMenu  { position: static; }
*:first-child+html .mainMenu { position: static; }


.mainMenu ul
{
	width: 960px;
	text-align: center;
	padding: 0;
	margin: auto;
}
.mainMenu li
{
	position: relative;
	float: left;
	list-style: none;
}
.mainMenu li a
{
	float: left;
	display: block;
	font-size: 13px;
	padding: 0 27px;
}
	
/*sub*/
.mainMenu ul .level1 ul
{
	width: auto;
	position: absolute;
	left: -1px;
	top: 40px;
	display: none;
	border: 1px solid #01b4d0;
	border-top: 0;
	z-index: 100;
}
.mainMenu ul .level1 ul .level2 ul
{
	position: absolute;
	left: 188px;
	top: 3px;
	display: none;
	border: 1px solid #01b4d0;
	z-index: 200;
}
.mainMenu ul .level1:hover ul,
.mainMenu ul ul .level2:hover ul,
.mainMenu ul ul .level3:hover ul
{ display: block; }
.mainMenu ul li ul li
{
	position: relative;
	display: block;
	width: 190px;
	text-align: left;
	background: url('./../img/menu.bg.png') repeat-x top left;
	border-top: 0;
}

.mainMenu ul li ul li a
{
	width: 136px;
}






.menuStripe
{
	width: 100%;
	height: 4px;
	position: relative;
	top: 40px;
}
* html .menuStripe  { position: static; }
*:first-child+html .menuStripe { position: static; }


.content
{
	margin: 0 auto;
	width: 926px;
	text-align: left;
	position: relative;
	top: 40px;
}
* html .content  { position: static; }
*:first-child+html .content { position: static; }


.frame
{
	float: left;
	width: 308px;
	text-align: center;
}

.frameItem, .frameItemBg
{
	width: 308px;
	margin-bottom: 1px;
}
.frameItemBg
{
	background-color: #f7fcfe;
}
.frameItemBg.white
{
	background-color: #ffffff;
}
.frameItemBg.opening
{
	padding: 10px 0;

}
.frameItemBg.opening h2, .frameItemBg.opening p
{
	margin: 0;	
}




.frame .icons
{
	padding-top: 10px;
}
.frame .icons a
{
	text-decoration: none;
}
.frame .logo
{
	padding: 59px 0 46px 0;
}
.frame .frameBanners img
{
	margin: 8px 6px;
}
.frameItemBg .contacts img
{
	padding: 18px 0;
}
.frameItemBg .contacts h2
{
	margin: 0;
	color: #707173;
}

.navigation
{
	height: 31px;
	line-height: 31px;
	padding-left: 15px;
	float: left;
	text-align: left;
	
}

.contentItem, .contentItemBg
{
	padding: 8px 7px;
	width: 293px;
	margin: 0 0 1px 1px;
	float: left;
}

.contentItemBg.cal
{
	padding: 0;
	width: 307px;
	text-align: center;
}

.contentItemBg.cal table td
{
	padding: 1px;
}

.contentItemBg, .contentItemText
{
	background-color: #ffffff;
}

.contentItemText
{
     padding: 8px 35px;
	width: 624px;
	min-height: 827px;
	margin: 0 0 0 1px;
}

.contentItemBg .contacts
{
	text-align: center;
	padding: 25px 0;
}
.contentItemBg .contacts h2
{
	margin: 0;
	color: #707173;
}







.text
{
	width: 618px;
	float: right;
}
.tableMargin table
{
/*	margin-bottom: 40px;*/
}
.text .img
{
	border: 1px solid #82b7bf;
}



.pages, .pager
{
	text-align: right;
	padding: 3px;
}
	
	



/* NEWS */
.news
{
	text-align: left;
}

.news .pages
{
	text-align: center;
}
.news .pages .numbers
{
	margin: 0 15px;
}
.news .thumb
{
	float: left;
	padding: 6px;
}
.news .thumb img
{
	border: 1px solid #edfafc;
}



.news .item
{
	padding: 15px 0;
}


.newsShort
{
	padding: 0 32px;
	margin-bottom: 60px;
}
.newsOld
{
	position: relative;
	bottom: -2px;
	text-align: left;
}


.news h1
{
	padding-top: 10px;
	margin: 0;
}

.news ul
{
	margin: 0;
	padding: 0;
}
.news ul li
{
	padding: 10px 0 15px 0;
	list-style: none;
	border-bottom: 1px solid #e7f6fd;
}
.news ul .last
{
	list-style: none;
	border-bottom: 0;
}

.news ul li h2, .news h2
{
	font-size: 14px;
}
.news ul li h2 a, .news h2 a
{
	line-height: 35px;
	padding: 6px 9px;
	background-color: #e7f6fd;
}



/* TABLES */


/**/
.text table
{
	border: 0;
}

.text table th
{
	font-weight: bold;
	padding: 5px 8px;
}
.text table td
{
	padding: 5px 8px;
	font-weight: normal;
}

.text table.fotbal th
{
	background-color: #7aaf61;
	color: #ffffff;
}
.text table.fotbal td
{
	background-color: #d7e7be;
}
.text table.beach th
{
	background-color: #df9c1f;
	color: #ffffff;
}
.text table.beach td
{
	background-color: #ecdfbe;
}
.text table.multi th
{
	background-color: #ed7703;
	color: #ffffff;
}
.text table.multi td
{
	background-color: #fef5ed;
}
.text table.rink th
{
	background-color: #01b4d0;
	color: #ffffff;
}
.text table.rink td
{
	background-color: #edfafc;
}


.reservations
{

}
.reservations .border
{
	width: 100%;
	margin: 4px 0;
	border-top: 1px dotted #c8ebfa;
}
.reservations .playground
{
	background-color: #fcfcfc;
	padding: 15px 10px;
}
.reservations .playground, .reservations .title
{
	font-size: 22px;
}
.reservations input, .reservations select
{
	font-size: 18px;
	color: #707173;
}

.reservations .dateTable
{
	margin: 0 auto;
	width: 558px;
}

.reservations .cal
{
	padding: 15px 10px;
}
.reservations .cal table
{
	text-align: center;
}
.reservations .cal table th
{
	font-weight: normal;
	background-color: #686969;
	color: #ffffff;
	padding: 5px;
}
.reservations .cal table table td
{
	padding: 5px;
}
.reservations .cal table table td a
{
	color: #ffffff;
	text-decoration: none;
}
.reservations .cal table td.free
{
	background-color: #ececec;
}
.reservations .cal table td.reserved
{
	background-color: #01b4d0;
	font-weight: bold;
}
.reservations .cal table table td.url
{
	font-weight: bold;
	background-color: #db3838;
}
.reservations .cal table table td.picked, .reservations .cal table table td.reserved:hover, .reservations .cal table table td.calnews:hover
{
	font-weight: bold;
	background-color: #69e2f5;
}


.reservations .days
{
	background-color: #fcfcfc;
	padding: 15px 10px;
	height: 200px;
}
.reservations .minutes
{
	vertical-align: super;
	font-size: 8px;
}
.reservations .hours td
{
	text-align: center;
}
.reservations .hours td.free
{
	background-color: #d7e7be;
	color: #ffffff;
	padding: 6px;
}
.reservations .hours td.reserved, .reservations .hours td a:hover
{
	background-color: #f4aaaa;
	color: #000000;
	font-weight: bold;
	padding: 6px;
}
.reservations .resLink
{
	padding: 10px 0;
}
.reservations .hours td.reservedTo
{
	background: #ffffff url('./../img/reserved.to.gif') repeat-y top;
	color: #000000;
	font-weight: bold;
	padding: 6px;
}
.reservations .hours td.reservedFrom
{
	background: #ffffff url('./../img/reserved.from.gif') repeat-y top;
	color: #000000;
	font-weight: bold;
	padding: 6px;
}





.pager, .pager a{font-weight: bold;}

.pager .other.prev,
.pager .other.next
	{display: none;}

.pager .item.selected
	{font-size: 130%;}
	
	
	

.foot
{
	background: #ffffff url('./../img/foot.bg.jpg') no-repeat bottom;
	height: 296px;
	margin-top: -150px;
}
*:first-child+html .foot
{
	margin-top: 0;
}
.foot .copy
{
	color: #ffffff;
	padding: 260px 0 0 220px;
	text-align: left;
}
.foot .copy a
{
	color: #ffffff;
}
	
	
.user-menu
{
	float: right;
}
.user-menu ul
{
	margin: 0;
	padding: 8px 0;
}
.user-menu ul li
{
	float: left;
	list-style: none;
	padding: 0 5px;
	border-right: 1px solid #000000;
}
.user-menu ul li.last, .user-menu ul li.first
{
	border-right: 0;
}

.images
{
	
	margin: 30px 0;
	width: 100%;
}
.imagesItems
{
	float: left;
	margin-right: 8px;
}



.galleries, .galImages
{
	text-align: center;	
}
.galleries .thumb, .galImages .thumb
{
	
}
.gallery, .galImage
{
	float: left;
	margin: 5px;
	height: 120px;
}

.frameItemBg a:hover > img,
.contentItemBg > a:hover > img
{
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}



/* IE 6 conforms */
* html .contentItemText { width: 544px; }

* html .mainMenu .level1 a:hover { height: 40px; }
* html .mainMenu li.level1.active a { height: 40px; }





* html .mainMenu ul .level1 ul
{
	width: 500px;
	position: absolute;
	left: -1px;
	top: 40px;
	display: none;
	border: 0;
	z-index: 100;
	text-align: left;
}

* html .mainMenu ul .level1 ul .level2 ul
{
	position: absolute;
	left: 128px;
	top: 3px;
	display: none;
	border: 0;
	z-index: 200;
}

* html .mainMenu ul .level1:hover ul,
* html .mainMenu ul ul .level2:hover ul,
* html .mainMenu ul ul .level3:hover ul
{ display: block; }
* html .mainMenu ul li ul li
{
	float: none;
	border: 1px solid #01b4d0;
	border-top: 0;
	width: 135px;
}
* html .mainMenu ul li ul li a
{
	float: none;
	width: 135px;
}






* html .reservations .dateTable
{
	width: 520px;
}


* html .foot { margin-top: 0; }



	.reservations .hourCalendar
	{
     	padding: 0 35px;
	}
		.reservations .hourCalendar th > div
		{
			position: relative;
			height: 15px;
		}
			.reservations .hourCalendar th > div > span
			{
				position: absolute;
				left: -30px;
				
				font-size: 13px;
				font-weight: normal;
			}		
		.reservations .hourCalendar td
		{
			padding: 0;
			text-align: center;
			
			
		}			
          .reservations .hourCalendar .minutes
          {
          	position: relative;
          	width: 40px;
			height: 30px;
			
			background-color: #D7E7BE;			
		}
		.reservations .hourCalendar .minutes.last
		{
			width: 0;
		}
			.reservations .hourCalendar .hourNumber
			{
				position: absolute;
				top: 8px;
				left: -21px;
				width: 40px;				
				
				color: #000;
				font-size: 11px;				
			}
				.reservations .hourCalendar .hourNumber > .zeros
				{
					position: absolute;
					top: -2px;
					font-size: 6px;
				}
				
				
			.reservations .hourCalendar .minute
			{
				position: absolute;
				top: 0;
				left: 0;
				height: 30px;
				
				background-color: #F4AAAA;	
			}
			.reservations .hourCalendar .minute.full { width: 40px; }
			.reservations .hourCalendar .minute.firstHalf { width: 20px; }
			.reservations .hourCalendar .minute.lastHalf { width: 20px; left: 20px; }


#calendarMonthContainer
{
	position: relative;
}
#calendarMonth
{
	margin-top: 35px;
	margin-bottom: 10px;
	width: 288px;
}
	#calendarMonth > table
	{
		padding: 0 42px;
	}
				
		#calendarMonth table .monthCalendarNavigationHeader
		{
			position: relative;
		}
			#calendarMonth table .monthCalendarNavigationHeader .monthArrows
			{
				position: absolute;
				top: -30px;
				left: -40px;
			}
				#calendarMonth table .monthCalendarNavigationHeader .monthArrows a
				{
					padding-right: 5px; 
				}
				
			#calendarMonth table .monthCalendarNavigationHeader .monthName
			{
				position: absolute;
				top: -30px;
				right: -40px;
						
				font-size: 16px;
				font-weight: bold;
			}


.openingTable{
    width: 280px;
    margin: auto;    
}

.openingTable th {
    padding-top: 10px;
}
