/* Styly pro zobrazení velké fotografie
----------------------------------------------- */
* { padding: 0; margin: 0; }



body
  {
  color: #666;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: Helvetica, Trebuchet-MS, Arial, sans-serif; 
  }
  
.obraz-zpet
  {
  font-size: 12px;
  font-weight: bold;
  float: left;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  margin-right: 20px;
  padding-left: 20px;
  background: url("../images/zpet.gif") 0 6px no-repeat;
  }

h1
  {
  font-size: 12px;
  font-weight: bold;
  float: left;
  }

h2
  {
  font-size: 12px;
  font-weight: bold;
  float: left;
  margin-left: 25px;
  color: #25c725;
  line-height: 30px;
  }

a:link, a:visited
  {
  text-decoration: none;
  }
  
a:hover
  {
  text-decoration: underline;
  }
  
h1 a span
  {
  color: #f8c837;
  margin-left: 5px;
  }
  
#header
  {
  display: block;
  }
  
#top-site
  {
  background:url(../images/topsite.gif) repeat-x left;
  width: 100%;
  height: 33px;
  text-align: center;
  }
  
#top-site div
  {
  float: left;
  position: relative;
  left: 50%;
  }

#top-site form
  {
  float: left;
  margin-top: 4px;
  margin-left: 20px;
  }

#top-site form select
  {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  padding: 0;
  width: 100px;
  text-align: center;
  }

#top-site form select.barva
  {
  width: 136px;
  margin-left: 5px;
  }

#top-site form option
  {
  padding-bottom: 1px;
  font-size: 0.875em;
  text-align: left;
  padding-left: 11px;
  }
  
#top-site form input
  {
  padding: 0 5px;
  margin-left: 5px;
  }

#top-site a
  {
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  }
  
#fotografie
  {
  width: 100%;
  text-align: center;
  }
  
.fotoobraz
  {
  position: absolute;
  left: 50%;
  top: 40px;
  }
  
#fotografie img
  {
  border: 0px solid #000000;
  }
  
#text
  {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  }
  
#ramecek
  {
  float: left;
  text-align: justify;
  background: #656565;
  color: #e5e5e5;
  border: 1px solid #000000;
  width: 600px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -310px;
  padding: 10px;
  }
  
/* Book
----------------------------------------------- */  
.bad
  {
  width: 400px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: red;
  padding: 7px;
  border: 1px solid silver;
  background: #999999;
  }

#kniha
  {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0px;
  width: 500px;
  }

#kniha textarea
  {
  background: #999999;
  border: 1px solid #000000;
  color: #ffffff;
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 3px;
  }
  
#kniha input
  {
  background: #999999;
  border: 1px solid #000000;
  color: #ffffff;
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 3px;
  }
  
.smile
  {
  float: left;
  height: 15px;
  margin-left: 170px;
  }

.submit
  {
  float: left;
  height: 15px;
  }

.post-book
  {
	border: 0px;
	padding: 0px;
	margin-bottom: 16px;
	width: 500px;
	color: #ffffff;
	float: left;
  }

.posttop-book
  {
	padding: 5px;
	background: #777777;
	border: 1px solid #000000;
	height: 12px;
	font-size: 12px;
  }
  
.username-book
  {
	font-weight: bold;
	width: auto;
	float: left;
  }
  
.userweb-book
  {
	width: auto;
	float: left;
	margin-left:10px;
  }
  
.userweb-image
  {
  width: 16px;
  height: 20px;
  border: 0px;
  }

.date-book
  {
	width: auto;
	text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  }

.posttext-book
  {
	padding: 5px;
	background: #999999;
	border: 1px solid #000000;
	border-top: 0px;
	text-align: left;
	font-size: 12px;
  }

.book-delete
  {
  border: #000000 1px solid;
  padding: 2px;
  }
