body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #555;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 80%;
	font-weight: bold;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a #select { background-position:0% -42px; }
 
 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: #eee url('images/banner.jpg') no-repeat left top;
}

#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 147px;
	line-height: 5ex;
	color: #eee;
	font-size: 200%;
}

#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 40px 5px 40px;
}

#sidebar {
    display: none;
}

#google-search {
	margin-right: 20px;
	text-align: center;
	float: right;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: left;
}

#footer {
	margin: 0 20px;
	padding-left: 20px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
	font-size: 80%;
}

#footer img {
	border: 0px;
	padding: 0px;
}

#content h1 { 
	font-size: 180%;
	text-align: center;
}

#content h2 { 
   margin-top: 30px;
   font-family: "Lucida Grande", "Trebuchet MS";
   font-size: 140%;
   letter-spacing: -1px;
   color: #993333;
	border-bottom: solid;
	border-width: 1px;
	border-color: Gray;
}

#content h3 { 
	font-size: 110%;
}

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }


/* galerie */

#nav {
	margin-bottom: 3px;
}

/* nahledy.php */
.nahledy	 {
	text-align: center;
}

.nahledy .cell {
	float: left;
	padding: 10px;
   padding-bottom: 0px;
}


.nahledy img {
	border-color: #789;
	border-style: solid;
	border-width: 6px;
	width: 114px;
	height: 114px;
}

.nahledy .popis {
	color: #888;
	font-size: 75%;
	text-align: left;
	line-height: 150%;
	width: 106px;
	height: 2.5ex;
	overflow: hidden;
}
/* nahledy.php konec */


/***********************************
* Google reklama
***********************************/

.google_banner {
	text-align: center;
	margin: 5px;
}


.google_box {
   background: #789;
   margin: 10px;
   padding-bottom: 0px;
   float: left;
   width: 126px;
   height: 126px;
}

