@charset "utf-8";
/* CSS Document */

/*  reset  */

* {
	margin:0; padding:0;
	
}

body {
	font-family:"Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size:10pt;
	margin:0 auto;
	background-color:#F1EAC9;
	text-align:center;
}

#photo-detail #text h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 16px;
  text-align: center;
}

#photo-detail {
  padding-top: 15px;
}
#photo-detail #text p, #photo-detail #text h1 {
  margin-left: 30px;
  margin-right: 30px;
}
#photo-detail #text p {
  margin-bottom: 16px;
  font-size: 0.9em;
}
#photo-detail #text p.foto {
  margin-bottom: 8px;
  text-align: center;
}
#photo-detail div.pagenavigation {
  padding: 6px 12px;
  margin-bottom: 20px;
  clear: both;
  font-size: 0.8em;
  text-align: center;
}

#photo-detail div.pagenavigation a {
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}

#photo-detail div.pagenavigation a:hover {
  text-decoration: underline;
  color: #000000;
}

#photo-detail div.pagenavigation span.delimiter {
  color: #eeeeee;
}

input.fbutton {
  font-size: 12px;
  color: #444444;
  background: #f8efd7;
  border: 1px solid #e1ca97;
  font-weight: bold;
}

select.frekvence {
  font-size: 12px;
  width: 40px;
  background: #fbf7ed;
  border: 1px solid #e1ca97;
}

.cleaner {
	width:100%;
	height:0px;
	font-size:0;
	clear:both;
}

#sekce-text div.pagenavigation, #photo-detail div.pagenavigation {
  background-color: #b6bd73;
}

p.flo-right {
  display: none;
}

p.flo-left {
  font-size: 0.8em;
  text-align: right;
  padding-bottom: 0px;
	color:#748827;
}

