body {
  margin:0 0 0 0;
  padding:0;
  background:url(img/bg.jpg) repeat-y #026628 top center;
  font:75% arial, tahoma, verdana, sans serif;
  color:#000;
  text-align:center;
}
a {
  color:#006458;
}
a:hover {

}

h1 {
	font-size:110%;
	margin:0 0 10px 0;
	padding:0;
	color:#006558;
	text-transform:uppercase;
	text-align:right;
}


/**********************************************/


div.screen {
	width:770px;
	margin:180px auto 0 auto;
	text-align:left;
	padding:0 0 20px 0;
}
div.head {
	width:255px;
	height:202px;
	background:url(img/logo.jpg) no-repeat left;
	position:absolute;
	top:0;
	margin:0 0 0 80px;
}
a.to-home {
	display:block;
	width:255px;
	height:202px;
}

/*** levej sloup ***/
div.l {
	width:200px;
	float:left;
}

/*** pravej sloup ***/
div.r {
	padding:0;
	float:right;
	width:440px;
	margin:0 83px 0 0;
	_margin:0 42px 0 0;
}
div.r div.page {
	padding:0 15px 0 0;
}



/*** menu ***/
ul#menu {
	width:155px;
	margin:27px 0 10px 35px;
	padding:0;
	text-align:left;
}
ul#menu li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:18px;
}
ul#menu li a {
	display:block;
	color:#005c2b;
	font-weight:bold;
	padding:8px 0 0 50px;
	text-transform:uppercase;
}
ul#menu li.active a, ul#menu li a:hover {
	background:url(img/menu_li.gif) left top no-repeat;
	text-decoration:none;
}


/*** galerie ****/
div.galerie div.foto {
	margin:0 30px 10px 0;
	background:#eee;
}


/*** form1 ***/
form.form1 table th {
	background:#00463b;
}

/*** program ***/
div.program div.event, div.program div.event-even {
	border-bottom:1px solid #000;
}
div.program div.event-even span.event-in {
	background:#EEEEEE;
}
div.program span.name {
	border-left:1px solid #000;
}



