body {
	text-align: center;
	font-family: Verdana, Arial, lucida, sans-serif;
	padding: 0;
	border: 0;
	font-size: 10pt;
	/*background: #F89A3E url(../img/pozadi_body.jpg) repeat-x;*/
	background-color: white;
}

a {color: black; font-weight: bold; text-decoration: none;}

a:hover {
	color: #FF8000;
	text-decoration: underline;
}

a.w {
	color: gray;
	font-weight: normal;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 3px 15px;
	margin: 0 20px 0 20px;
	color: rgb(204,0,51);
	letter-spacing: 1px;
}

#menu a:hover {
	color: rgb(255,102,0);
	padding: 0 0 3px 15px;
	background: url(../img/nota.gif) no-repeat left center
}

#container {
	position: relative;
	border: dashed rgb(180,14,24) 1px;
	width: 800px;
	margin: auto;
	background: white url(../img/pozadi.jpg) top left repeat-y;
	background-color: rgb(255,255,153);
}
  
#top {text-align: right;
	height: 120px;
	background: url(../img/banner.jpg) top right no-repeat;
	padding: 1px 70px 0 200px;
	margin: 0;}

#top h1 {
	border: 0;
	font-size: 1.4em;
	font-style: italic;
	margin-top: 85px;
	letter-spacing: 4px;
	color: maroon;
	text-align: right;
}

#logo {
	margin-bottom: 30px;
	padding: 10px 20px 10px 20px;
}

#menu {
	width: 200px;
	text-align: left;
	text-transform: lowercase;
	position: absolute;
	top: 180px;
	left: 0px;
	padding: 0;
}

#text {
	text-align: justify;
	padding: 20px 70px 10px 40px;
	margin: 0 0 0 200px;
	font-size: 1em;
	min-height: 300px;
	line-height: 1.5em;
}

#zapati {
	text-align: right;
	font-size: 0.7em;
	padding: 5px 0 0 0;
	margin: auto;
	width: 800px;
}


table, th, tr, td {border-collapse: collapse;
                  margin: 0px;
                  padding: 0px;
                  vertical-align: top;
                  font-family: inherit;
                  font-size: 1em;}
        
img {border: 0px;}

h1 {
	font-family: inherit;
	font-size: 1.3em;
	text-align: left;
	border-bottom: dashed 1px #FF8000;
	color: black;
	font-weight: bold;
}

h2 {
	font-family: inherit;
	font-size: 1.2em;
	text-align: left;
	border-bottom: dashed 1px #FF8000;
	color: black;
}

h3 {
	font-family: inherit;
	font-size: 1.1em;
	text-align: left;
	border-bottom: dashed 1px #FF8000;
	color: black;
}

span {font-weight: bold;}

.c {text-align: center;}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.b {font-weight: bold;}

.i {
	font-style: italic;
}

.cb {
	clear: both;
}

/***********    fotogalerie     **************/

.foto {
	width: 200px;
	float: left;
	padding: 10px;
	margin: 10px;
	border: solid 1px grey;
}

.foto:hover {
  background-color: rgb(234,234,234);
}

.popisek {
  text-align: center;
}

/***********    fotogalerie    ***************/