body {
  margin:0 0 0 0;
  padding:0;
  background:url(img/bg.jpg) repeat-y #00463b 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 0 3px 2px;
	border-bottom:2px solid #010101;
	color:#006558;
	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:490px;
	height:190px;
	background:url(img/head.jpg) no-repeat left;
}
a.to-home {
	display:block;
	position:absolute;
	top:0;
	margin:30px 0 0 50px;
	width:300px;
	height:155px;
}

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

/*** pravej sloup ***/
div.r {
	padding:0;
	float:right;
	width:490px;
	margin:0 73px 0 0;
	_margin:0 37px 0 0;
}
div.r div.page {
	padding:0 15px 0 0;
}



/*** menu ***/
ul#menu {
	width:155px;
	margin:100px 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;
	background:url(img/menu_bg.jpg) no-repeat;
	color:#f1dcaf;
	font-weight:bold;
	padding:0 0 0 15px;
	text-transform:uppercase;
}
ul#menu li.active a, ul#menu li.active a:hover {
	background:url(img/menu_bg_act.jpg) no-repeat;
	color:#715a3b;
	text-decoration:none;
}


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


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

