body{
	-x-system-font:none;
	/*background: #5b2324 url(../img/tlo.jpg) no-repeat center top;
	*/
	background: url(../img/kafel.png) repeat center;
	color:#333333;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2em;
	margin:20px 0;
	text-align:center;

}

#page{
	background:#FFFFFF url(../img/tlo.jpg)  repeat scroll 0 0;
	font-size:80%;
	margin:0 auto;
	text-align:left;
	width:950px;
	height: 700px;
	
}



#menu{
	text-align: center;
	display: block;
	width: 950px;
	height: 40px;

}

#menu ul{
	margin: 0;
	padding: 0;
}


.menuListItem {
	display: block;
	list-style: none;
	float: left;
	border-width: 1px 1px 0 1px;
	border-style: 1px solid #C8C8C8;
	font-size: 18px;
	font-weight: bold;

	
}

.menuListLink{
	text-decoration: none;
	display: block;
	width: 188px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color: #f3ca28;
	color: #000;
	/*border-top: 10px solid #C8C8C8;*/

}

a.current, a.currentLeft, a.currentRight{
	background-color: #FFFBFF;
	color: black;
}

li.leftTab{
	border-left: 0;
}

lig.rightTab{
	border-right: 0;
}


ul a:hover{
	color: #def;
}

#contentText{
	padding: 30px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	filter: alpha(opacity=50);
	color: black;
	
}

#content{
	
	width: 950px;
	opacity: 0.5;
	/*filter: alpha(opacity=50)*/
	float:left;
	background-color: #FFFBFF;

}


table.timetable td{
	border: 1px black solid;
	padding:10px; 
	text-align: center;
}


.photo{
	display: inline;
	position: relative;
	margin: 2px;
}

#gallery{
	padding: 5px;
}

div#popupPanel{
	z-index: 100;
	#background: transparent none repeat scroll 0 0;
	background: black repeat scroll 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	
}


div#popup{
	margin:0 auto;
	z-index: 101;
	width: 920px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	
}

.closeMark{
	position: absolute;
	top: 50px;
	left: 450px;
	border: 0;
	z-index: 102;
}

div#counter{
	position: absolute;
	bottom: 70px;
	left: 450px;
	border: 0;
	z-index: 102;
	font-size: 32px;
	color: white;
}


img#largeImage{
	border: 50px solid #303030 ;
}

.photoTitle{
	width: 200px;
	position: absolute;
	left: 20px;

}

#popupBg{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color:black;
	z-index: 2px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0.8;


}




