<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0d88bf;
	width: 100%;
	margin: 0;
	padding: 0;
}

#upperPart {
	position: absolute; 
	top: 0px; 
	width: 100%;
}

#leftUpperPart {
	float:left; 
	width: 200px; 
	height: 200px;
	background: url('../images/leftUpper.gif') no-repeat top left transparent;
	z-index: 100;
}

#rightUpperPart {
	float:right; 
	width: 200px; 
	height: 200px; 
	top: 0%;
	background: url('../images/rightUpper.gif') no-repeat top right transparent;
}

#mainPart {
	width: 100%;
}

#mainPartBlock {
	position: relative; 
	margin: auto; 
	width: 740px; 
	height: 200px; 
	padding: 20px;
}

#bottomPart {
	width: 100%; 
	margin-top: -100px; 
}

#leftBottomPart {
	float: left; 
	background-color: rgb(0, 255, 0); 
	width: 200px; 
	height: 200px; 
	position: fixed; 
	bottom: 0px;
	background: url('le ftBottom.gif') no-repeat left bottom transparent;
}

#centerBottomPart {
	position: relative; 
	height: 110px; 
	bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100%; 
	background: url('copyright.gif') no-repeat scroll center bottom transparent;
}

#rightBottomPart {
	float: right; 
	background-color: rgb(0, 255, 102); 
	width: 200px; 
	height: 200px; 
	position: fixed; 
	bottom: 0px; 
	right: 0px;
	background: url('rig htBottom.gif') no-repeat right bottom transparent;
}

table.foodtable {
	background-color: #88bce5;
	color: #022e40; 
	width: 700px; 
	height: 300px; 
}

table.foodtable
{
	border: 1px solid #171616;
}

.foodCell{
	font-size: 0.8em;
	font-weight: bold;
	color: #022e40; 
	border: 1px solid #171616;
}

.weightCell {
	font-size: 0.8em;
	color: #8F3E3E; 
	border: 1px solid #171616;
}

.dayColumn, .foodtable  th{
	border: 1px solid #171616;
}

.eventDate {
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
	vertical-align: top;
}

td.eventName {
	font-size: 18px;
}

.eventDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #022e40;
}

.freetext {
	color: #022e40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

h4, .highlight {
	font-family: Arial, Helvetica, sans-serif; 
	margin-bottom: 0px;
	color: #022e40;
	padding-top: 30px;
}

.highlight {
	font-size: 1.15em;
}

.pageTitle {
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 25px;
	font-family: "Comic Sans MS", cursive;
}

.galeryList {
	list-style: none outside none;
	margin: 10px 0 6px 0;
	padding: 2px 1px 3px 4px;
}

.galeryListItem {
	float: left;
	height: 88px;
	padding: 0;
	background-color: white;
	margin-left: 15px;
	margin-bottom: 25px;
}

.galeryItem {
	width: 80px;
	height: 80px;
	background-color: white;
	position: relative;
}

.galeryImage {
	width: 70px;
	height: 70px;
	padding: 5px;
}

.fullscreenimage {
	margin: auto; 
	position: absolute;
	top: 50px;
	z-index: 9999;
	background-color: white;
}

#fullPic {
}

#galleria{ width: 700px; height: 400px; background: #0D88BF; }

.btnPrev, .btnNext {
	display: none;
}

#ctl00_mainContent_Note1, #ctl00_mainContent_Note2 {
	display: block;
	margin-top: 10px;
}

#ctl00_mainContent_dvojBodka1, #ctl00_mainContent_dvojBodka2 {
	display: none;
}

table.foodtable > tbody > tr > th {
	color: #fffbf8;
}

a, a:visited, a:hover {
    color: #022e40;
}
-->