body {
  margin:0 0 0 0;
  padding:0;
  background:url(img/bg.jpg) repeat-y #000 center 116px;
	font:75% arial, tahoma, verdana, sans serif;
	color:#280F0A;
  text-align:center;
	font-family:georgia!important;
}
a {
  color:#B30207;
}
a:hover {

}

h1 {
	font-size:130%;
	margin:0 0 10px 0;
	padding:0 0 3px 0px;
	border-bottom:2px solid #562713;
	color:#DD051C;
	text-transform:uppercase;
}


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


div.screen {
	width:770px;
	margin:0 auto 0 auto;
	text-align:left;
}
div.bott {
	margin:50px 0 10px 0;
	text-align:center;
}
div.bott img {
	margin:0 10px 0 0;
}
div.head {
	width:770px;
	height:454px;
	background:url(img/head.jpg) no-repeat left;
}
a.to-home {
	display:block;
	position:absolute;
	top:0;
	margin:0 0 0 0;
	width:770px;
	height:420px;
}

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

/*** pravej sloup ***/
div.r {
	padding:0;
	float:right;
	width:510px;
	margin:0 0 20px 0;
}
div.r div.page {
	width:435px;
	margin:0 45px 0 0;
	padding:10px 15px 10px 15px;
	border:2px solid #562713;
	background:#FAEBD2;
	Filter: Alpha(Opacity=90,Style=0);
	opacity:.90;
}



/*** menu ***/
ul#menu {
	width:200px;
	margin:0px 0 10px 27px;
	padding:0;
	text-align:left;
}
ul#menu li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:28px;
}
ul#menu li a {
	display:block;
	line-height:28px;
	height:28px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/img/menu_bg.png'); 
	background:url(/img/menu_bg.png) no-repeat;
	_background:0;
	color:#f1dcaf;
	font-weight:bold;
	padding:2px 0 3px 0;
	text-transform:uppercase;
	cursor:hand;
	font-size:90%;
	text-align:center;
}
ul#menu li.active a, ul#menu li.active a:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/img/menu_bg_act.png'); 
	background:url(/img/menu_bg_act.png) no-repeat;
	_background:0;
	color:#000;
	text-decoration:none;
}


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


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

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

