* {
	padding: 0px 0px;
	margin: 0px 0px; 
}

img {
	border-style: none;
	border: 0;
}

h1 { font-size: 16px; border-bottom: 1px solid #967f4e; color: 3625333; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h5 { font-size: 8px; }

p, h1, h2, h3 {
	margin: 20px 0px;
	color: #353535;
}

a { 
	background: inherit; 
	color: #967f4e; 
	text-decoration: none; 
}
a:hover { 
	background: inherit; 
	color: #967f8e; 
	text-decoration: underline; 
}

table {
	width: 100%;
	text-align: left;
	padding: 15px;
   border-collapse: collapse; 
}

td, th {
	border: 1px solid white;
	padding: 4px;
}

th {
	background-color: #967f4e;
	color: white;
}

tr {
}

tr.row-a {
	background-color: #e0e0e0;
}

tr.row-b {
	background-color: #f5f5f5;
}

body {
   font-family:
    Verdana, Arial, Helvetica, Sans-serif;
    font-size: 12px;
}

#header {
	height: 80px;
	background-color: #967f4e;
	color: white;
	border-bottom: 2px solid white;
}

	
#header-center {
	width: 760px;
	margin: 0 auto;
}

#header-inner-left {
	float: left;
	font-size: 18px;
}

#title {
	margin-top: 10px;
	font-size: 32px;
	font-weight: bold;
}

#title .second {
	color: #BFBFBF;
}

#header-inner-right {
	float: right;
	background: url(../img/litomysl4.png) no-repeat right top;
	width: 100px;
	height: 80px;
}

#lang-select {
	float: right;
	width: 100px;
	height: 20px;
	margin-top: 60px;	
}

#lang-select a { 
	background: inherit; 
	color: white; 
	text-decoration: none;
	font-weight: bold; 
}
#lang-select a:hover { 
	text-decoration: underline; 
	color: #BFBFBF; 
}


#page {
	float: left;
	width: 100%;
	background: #f2f2f2 url(../img/gradient1.png) repeat-x;
}

#page-center {
	width: 760px;
	margin: 0 auto;
	background-color: white;
}

#sub-header {
	height: 200px;
}

#menu {
	width: 260px;
	height: 200px;
	float: left;
	font-size: 14px;
	background-color: #fff9df;
}

#menu ul {
	list-style:none;
	margin: 10px 10px;
	background-color: #fff9df;
}

#menu li {
	border-bottom: 1px dashed #D4D4D4;
}

#menu ul li.first{	
	border-top: 1px dashed #D4D4D4;
}

#menu ul a {
	display:block;
	padding: 5px 10px;
	text-decoration:none;
	color: #525252;
}


#menu ul a:hover {
	border-left: 5px solid  #967f4e;
	color: black;
	padding: 5px 5px;		
}

#sub-header-photo {
	float: right;
	width: 500px;
	height: 200px;
	background-color: black;
}

#sub-header-photo.photo1 { background: url(../img/photo4.jpg) no-repeat; }
#sub-header-photo.photo2 { background: url(../img/photo2.jpg) no-repeat; }
#sub-header-photo.photo3 { background: url(../img/photo3.jpg) no-repeat; }
#sub-header-photo.photo4 { background: url(../img/photo1b.jpg) no-repeat; }
#sub-header-photo.photo5 { background: url(../img/photo5.jpg) no-repeat; }
#sub-header-photo.photo6 { background: url(../img/photo10.jpg) no-repeat; }

#main-body {
	margin: 0 0; 
	clear: both;
	background-color: white;
	float: left;
	width: 760px;
}

#main-right {
	margin: 0 0; 
	width: 160px;
	float: right;
}

.box {
	font-size: 10px;
	width: 137px;
	margin: 5px;
	padding: 5px;
	border: 2px solid #e7e7e7;
	background-color: #FFFFFF;
}

.box h1 {
	font-size: 12px;
	border-bottom: 1px dashed #D4D4D4;
	margin-top: 2px;	
	margin-bottom: 4px;
}

.box p {
	padding: 0px 0px;
	margin: 0px 0px;
}

#main-content {
	margin: 0px 0px;
	float: left;
	width: 600px;
	background-color: white;
}

#main {
 	width: 580px;
 	padding: 10px;
}

#footer {
	height: 40px;
	width: 100%;
	float: left;
	border-top: 1px solid #acacac;
	background-color: #c6c6c6;
}

#footer-center {
	margin: 0 auto;
	width: 760px;
	font-size: 10px;
	text-align: right;
	padding: 5px;
}

#location {
	width: 425px;
	height: 370px;
	margin: 0 auto;
}

#gallery {
	padding: 10px;
	width: 100%;
}

#gallery th {
	text-align: left;
	padding: 2px;
	background-color: #6b6b6b;
	color: white;
}

#gallery td {
	width: 33%;
	text-align: center;
	background-color: #d9d9d9;
	padding: 10px 0px;
} 

.spearator {
	width: 30px;
	height: 10px;
}
