/* *************************************************************************  */
/* |                                                                        | */
/* | CSS STYLY SABLONY NAVSTEVNI KNIHY                                      | */
/* | ver. 1.0.0.0                                                           | */
/* |                                                                        | */
/* | Copyright (c) 2010 Martin Polasek                                      | */
/* | Author: Martin Polasek (polasek.martin@seznam.cz)                      | */
/* |                                                                        | */
/* | last modified: 06.03.2010                                              | */
/* | created 28.01.2010                                                     | */
/* |                                                                        | */
/* *************************************************************************  */
.gb_prispevek
{
  margin-top: 7px;
  border-top: 1px dotted gray;
  padding-top: 7px;
}

.gb_pop_jmeno
{
  margin: 2px 0px 2px 0px;
  padding-right: 5px;

	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
  font-size: 8pt;
}

.gb_pop_titulek
{
  margin: 2px 0px 2px 0px;
  padding-right: 5px;

	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
  font-size: 8pt;
}


.gb_jmeno
{
  width: 200px;
  margin: 2px 0px 2px 0px;
  padding-right: 5px;
  
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

.gb_titulek
{
  width: 200px;
  margin: 2px 0px 2px 0px;
  padding-right: 5px;
  
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

.gb_email
{

  width: 250px;
  margin: 2px 0px 2px 0px;
  padding-right: 5px;
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
  font-size: 10pt;
}

.gb_datum
{
  margin: 2px 0px 2px 0px;
  padding-right: 5px;
  float: right;
  
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

.gb_text
{
  padding-top: 5px;
}
/*----------------------------------------------------------------------------*/

