body {
	font-family: Arial;
	font-size: 11px;
	color: Black;
	margin: 0;
	padding: 0;
	background: #846218 url(background.jpg) repeat-y center; /*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/
	text-align: center;
}

.alert {
	color: Red;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.ok {
	color: #33CC33;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

   #banner {
	position: relative;
	background: url(bg-banner.jpg) no-repeat center;
	height: 300px;
	width: 900px;
}

   #lista {
	position: relative;
	padding-top: 0px;
	width: 900px;
	height: 30px;
	text-align: right;
	background: #5C1900 url(bg-lista.png) repeat-x;
}

   #lista-konvolut {
	position: absolute;
	bottom: -50px;
	left: -45px;
	width: 452px;
	height: 148px;
	background: url(konvolut.gif);
}

   .lista-font {
	color: #977500;
	font-size: 11px;
}

   #lista-zobrazeni {
	   position:absolute;
	   top:12px;
	   right:15px;
}

   #Hlavni {
	width: 900px;
	margin: 0em auto;
	text-align: left;
	/*background: #5C1900 url('bg-200.gif') repeat-y top right; /* border-top: 1px solid #C2CA8D; */
}

   #paticka2 {
	margin-bottom: 0;
	padding: 5px;
	height: 80px;
	background: #5C1900;
	text-align: center;
} 	 	
		
   #levysl {
	float: right;
	width: 200px;
	height: auto;
	margin: 10px 0px 0px 10px;
	padding: 0;
}
   #levysl-obsah {
	   margin: 0; /* padding: 0.5em 1em; */
	   font-size: 70%;
}
   #hlavni_sloupec {
	margin: 0px 200px 0px 0px;
	padding: 0px;
}
   #hlavni_sloupec-obsah {
	margin-top: 15px;
	padding: 0.5em 1em;
	font-size: 100%;
}

#hlavni-obsah {
	margin: 10px 10px 10px 10px;
	padding: 0.5em 1em;
	font-size: 100%;
	background: #F3DAA1 url(bg-hlavni-obsah.gif) repeat-x top;
	border: 2px solid #BC8737;
}
		
  hr.cleaner {
	clear: both;
	height: 1px;
	margin: 0px 0 0 0px;
	padding: 0;
	border: none;
	
	visibility: hidden;
} 

.zap-txt {
	text-align: center;
	color: #825C28;
	font-size: 11px;
	margin: 0.5em;
}



#login {
	display: block;
	background: #E23517;
	height: 30px;
	margin: 3px;
	padding: 5px;
	text-align: center;
	
}

.login	{
	margin: 3px;
	padding: 3px;
	text-align: center;
}

.login-uvitani	{
	background: #E23517;
	margin: 3px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}



/*      definicia blokov typu 1 az 5 - spolocne vlastnosti	*/
.blok1, .blok2, .blok2, .blok3, .blok4, .blok5	{
	margin: 0 0 0px 0px;
	padding: 3px;
	color: #F1E2C1;
	font-weight: bold;
	font-size: 12px;
}

/*      definicia blokov typu 1 az 5 - rozdielne vlastnosti	*/
.blok1	{
	background: #5C1900;
}
.blok2	{
	background: #5C1900;
}

.blok3	{
	background: #5C1900;
}

.blok4	{
	background: #5C1900;
}

.blok5	{
	
}

/*	definicia obsahu blokov 1-5 - spolocne vlastnosti	*/
.blok1obs, .blok2obs, .blok3obs  {
	padding: 5px;
	margin: 0 0 0px 0px;
	font-size: 11px;
	color: Black;
}

/*	definicia obsahu blokov 1-5 - rozdielne vlastnosti	*/
.blok1obs {
}

.blok2obs {
}

.blok3obs {
}

.blok4obs {
}

.blok5obs {
	padding: 3px;
	background: #E23517 url(bg-blok5.png) repeat-y;
	border: 1px solid #FF8C29;
}


A {
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
}
A:link {
	color: #90482F;
	text-decoration: none;
}
A:visited {
	color: #90482F;
	text-decoration: none;
}
A:hover {
	color: #90482F;
	text-decoration: underline;
}
A:active {
	color: #90482F;
}
A.clanek:link {
	color: #90482F;
	text-decoration: none;
}
A.clanek:visited {
	color:#90482F;
	text-decoration: none;
}
A.clanek:hover {
	color:#90482F;
	text-decoration: underline;
}
A.menu:link, A.menu:visited {
	display: block;
	font-weight: bolder;
	color: #5C1900;
	text-decoration: none;
	padding: 4px;
	margin: 1px 0;
	border-bottom: 1px solid #5C1900;
	font-size: 11px;
}
A.menu:hover {
	display: block;
	color: #FFD700;
	background: #5C1900;
	text-decoration: none;
	padding: 4px;
	margin: 1px 0;
}

A.lista:link, A.lista:visited {
	color: #CD9034;
	text-decoration: none;
}
A.lista:hover {
	color: #FFD700;
	text-decoration: none;
}


A.nov:link, A.nov:visited {
	display: block;
	color: #000000;
	background: #F4C25A;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 1px;
	border: none;
	font-size: 11px;
	border: 1px solid #000000;
}
A.nov:hover {
	display: block;
	color: #000000;
	background: #F4B83A;
	text-decoration: none;
	margin-bottom: 1px;
	padding: 3px;
	border: none;
	font-size: 11px;
	border: 1px solid #000000;
}

A.Bleskovky:link, A.Bleskovky:visited {
	display: block;
	color: #000000;
	background: #F4C25A;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 1px;
	border: none;
	font-size: 11px;
	border-bottom: 1px dotted #846218;
}
A.Bleskovky:hover {
	display: block;
	color: #000000;
	background: #F4B83A;
	text-decoration: none;
	margin-bottom: 1px;
	padding: 3px;
	border: none;
	font-size: 11px;
	border-bottom: 1px dotted #846218;
}

/* zakladni styly */

.z {
	color: Black;
	font-size: 11px;
	font-weight: normal;
}
.nadpis {
	text-align: center;
	padding: 0.2em 0 0.2em 10px;
	color: #FEEE9E;
	background: #5C1900;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid Black;
}
.podnadpis {
	color: #5C1900;
	text-align: center;
	font-size: 14px;
}
.bledy {
	color: #9C6F38;
}

/* komentare */

.kom-z {
	color: Black;
	font-size: 11px;
	font-weight: normal;
}
.kom-link {
	color: Black;
	font-size: 13px;
	font-weight: normal;
}
.kom-hlavicka {
	color: Black;
	padding: 4px;
	font-size: 11px;
	font-weight: normal;
}
.kom-text {
	color: Black;
	padding: 3px;
	background: #FADC9D;
	border: 1px solid #BB8A3D;
	font-size: 11px;
	font-weight: normal;
}
.kom-cely-ram {
	background: #F3D493;
	padding: 4px;
	border: 1px solid #5C1900;
	padding-bottom: 4px;
}

/* ankety */
.anketa-std-otazka,
.anketa-cla-otazka,
.anketa-blok-z,
.anketasysz {
	color: Black;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0.3em 0;
	border-bottom: 2px solid #C75214;
}
.anketasysodp,
.anketa-std-odpovedi,
.anketa-cla-odpovedi,
.anketa-blok-odpovedi {
	color: Black;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0.2em 0;
}
.anketa-cla-celkovy-ram {
	font-size: 11px;
	text-align: left;
	margin: 6px 0 12px 0;
}
.anketa-cla-ram {

}
.anketa-blok-odp-cara {
	width:140px;
	font-size:85%;
	line-height:1em;
	height:1em;
	margin:2px 0;
	padding:0;
}
.anketa-blok-odp-cara-hlasy {
	height: 1em;
	background: #FADC9D url('gr-inq.png') 100% 0 repeat-y;
}

.anketa-std-ram {
	text-align: left;
}

/* syst. blok - novinky */

.nov-duraz {
	color: Red;
	margin: 0px;
}

.nov-normal {
	color: #0085AE;
	margin: 0px;
}

.nov-datum {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.nov-titulek {
	color: Black;
	font-size: 12px;
	font-weight: bold;
}
.nov-titulek-duraz {
	color: #E23517;
	font-size: 12px;
	font-weight: bold;
}
.nov-text {
	color: Black;
	font-size: 11px;
	font-weight: normal;
}

/* clanky */

	/*	pozadie clanku ako modry vruh nalavo	*/
.cla-ram {
	margin-bottom: 8px;
	background: #F3D493;
	border: 1px solid #5C1900;
}

.cla-preram {
	padding-bottom: 2px;
	margin-bottom: 0px;
}

.cla-cely {
	margin: 0;
}
.cla_tempic {
	margin-top: 5px;
	margin-left: 4px;
	border: 1px solid Black;
}

	/*	vnutovne odsadenie clanku zlava a zdola 	*/
.cla-obsah {
	padding: 0 0 10px 85px;
}
	/*	nadpis clanku	*/
.cla-nadpis {
	position: relative;
	top: 0px;
	padding: 0.2em 0 0.0em 5px;
	color: #5C1900; /*background: #E9550B;*/
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 3px 80px;
}
	/*	text clanku	*/
.cla-text {
	padding: 0px 0 0 0;
	color: Black;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
}
	/*	styl pre informacie za clankom - autor, pocet precitani atd...	*/
.cla-informace {
	position: relative;
	top: 0px;
	padding: 0.2em 0 0.2em 10px;
	color: Black;
	background: #F3D493;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 15px 0px;
	border: 1px solid #5C1900;
}
	/*	odsadenie od krajov pri tlacovej sablone	*/
.tisk {
	padding:1em;
}
	/*		*/
.cla-informace-tisk {
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
	/*	odsadenie ikony temy	*/
.obrtema {
     margin-left: 5px;
     position: absolute;
}


/* hodnoceni clanku */

.hodnoceni-celkovy-ram {
	margin: 0px 0;
	padding: 6px;
	color: Black;
	font-size: 11px;
	font-weight: normal;
}

/* souvisejici clanky */

.souvis-cla-celkovy-ram {
	font-size: 11px;
	text-align: left;
	margin: 6px 0 12px 0;
}

/* download sekce */

.download-z {
	font-size: 11px;
}
.download-sekce {
	font-size: 11px;
	text-align: center;
	padding: 6px;
}
.download-sekce-akt {
	font-weight: bold;
}

/* weblinks sekce */

.weblinks-z {
	font-size: 11px;
}
.weblinks-sekce {
	font-size: 11px;
	text-align: center;
	padding: 6px;
}
.weblinks-sekce-akt {
	font-weight: bold;
}

/* std. navigacni lista */

.std-navig {
	font-size: 80%;
	background: Black;
	margin: 1em 0;
	text-align: center;
}

.std-navig-akt-str {
	color: Black;
} 

/* dalsi pomocne styly*/

.hodnoceni {

}
.banner1 {
	background:#9eaecd;
	color: #fff;
	margin:0;
	position:relative;
	top:9px;
}
/*.banner1d {
	background: #646943;
	color: Black;
	margin: 0;
	position: relative;
	top: 9px;
	margin: 0 10px 10 10;
	border: 1px solid #646943;
}*/

/*
nastavenie spodneho okraju pomocou border-bottom zabranuje nespravnemu
zobrazeniu hodnoty margin v MSIE. Ak nie je nastaneny border, bloky
banner a zapatie sa dotykaju - nezobrazi sa oddelovacia medzera
*/

.banner2 {
	background: Black;
	color: Black;
	margin: 0px 0px;
	border-bottom: 1px solid Black;
}

.bannerpod {
	color: Black;
	font-size: 9px;
	font-weight: normal;
	display: block;
	padding: 4px 0;
	margin: 0 0 10px 0;
}

.banner-text {
	color: Black;
	font-size: 9px;
	font-weight: normal;
	display: block;
	padding: 4px 0;
	margin: 0 0 10px 0;
}
.banner-img {
	color: #F6B913;
	font-size: 9px;
	font-weight: normal;
	padding: 4px 0;
	margin: 0 0 10px 0;
}

.strankovani {
	color: #F6B913;
	font-size: 10px;
	font-weight: bold;
}
.biltucne {
	color: Black;
	font-size: 11px;
	font-weight: bold;
}

.chybastredni {
	color:#f00;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/* rozsirujici styly pro plug-iny */
.kal-tabule {
	border: 2px solid #BC8737;
	background: #5C1900;
}

.kal-text {
	color: #977500;
	font-size: 12px;
	font-weight: normal;
	border: 2px solid #FFD700;
}
.kal-clanek {
	background-color: #5B0015;
	text-align: center;
	font-size: 10px;
}
.kal-dnesni {
	background-color: #CD9034;
	text-align: center;
	font-size: 10px;
}
.kal-akce {
	background-color: #7B7636;
	text-align: center;
	font-size: 10px;
}
.planakci {
	font-size: 10px;
}
.informace {
	color: #000;
	font-size: 9px;
	font-weight: normal;
	width: 100%;
}


.ram {
	margin-bottom: 8px;
}
.preram {
	padding-bottom: 2px;
	margin-bottom: 0px;
}

/* textova pole, tlacitka */

.textbox {
	border: 1px solid Black;
	background-color: #F4E9CA;
	color: #000000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 2px 0;
	padding: 2px; /*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/
}
.textpole {
   border: 1px solid Black;
   background-color: #F4E9CA;
	color: #000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 10px;
}

.tl {
	background-color: #F5D799;
	color: Black;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px solid Black;
}

.textpole-tm {
	border: 1px solid #B28B40;
	background-color: #7D4F25;
	color: #D09F5A;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 10px;
}

.tl-tm {
	background-color: #481400;
	color: #D09F5A;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #B28B40;
}

form {
	/*padding: 0px 0;*/
}

a img {
	border:none;
}

/* Blok akce a Hotnews */

.Akcetabhl {
	/*background: #F3D493;*/
	border: 0px solid Black;
	width: auto;
	height: 234px;
	margin-right: 150px;
}

#Akcepics {
   position: relative;
	background-image: url(../../plugin/Akce_blok/Image/akce-blok.jpg);
	width: 146px;
	height: 200px;
	display: block;
	float: right;
}

.Akcelegenda {
	margin-bottom: 10px;
	text-align: justify;
}

.Akceneni {
   background: #F3D493;
	border: 1px solid Black;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	padding: 10px;
}

#Newspics {
	position: relative;
	background-image: url(novinky.jpg);
	width: 158px;
	height: 200px;
	display: block;
	float: right;
}

.Newstabhl {
	margin-right: 170px; /*background: #F3D493;*/
	width: auto;
	height: 115px;
	background: #F4C25A;
	border: 1px solid Black;
	padding: 10px;
	margin-bottom: 10px;
}

.onas-txt-h1 {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

/* kniha navstev */
.gb_add-form {
	background-color: #F3D493;
	padding: 0.5em;
	border: 1px solid Black;
} 
.gb_add-form p, .gb_add-form form {
	margin: 0px;
} 
.gb_add-form input, .gb_add-form textarea {
	border: 1px solid Black;
	background-color: #F4E9CA;
	color: #000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 10px;
	margin: 2px 0;
	padding: 2px;
} 
.gb_nick, .gb_email, .gb_homepage {
	/*float: left;*/
	padding-right: 10px;
} 
.gb_nick input, .gb_email input, .gb_homepage input {
	width: 120px;
} 
/*.gb_message {
	clear: both;
} */
.gb_message textarea {
	width: 400px;
	height: 5em;
	font-size: 10px;
}
.gb_submit input {
	margin: 5px 0px;
	padding: 1px 3px;
	outline: 1px solid #666666;
}
.gb_total-posts {
	/*clear: both;*/
	margin: 1em 15%;
	border: 1px solid Black;
	background-color: #F3D493;
	font-size: x-small;
	text-align: center;
	color: Black;
}

.gb_navigator {
	/*clear: both;*/
	text-align: center;
}
.gb_other {
	font-size: xx-small;
}
.gb_post  {
	border: 1px solid #BB8A3D;
	margin-bottom: 10px;
}
.gb_post-top {
	padding: 2px 3px;
	background-color: #F3D493;
	border-bottom: 1px solid #BB8A3D;
}
.gb_post-top img {
	vertical-align: middle;
}
.gb_meno {
	font-weight: bold;
}
.gb_adresy {
	margin-left: 5px;
}
.gb_datum {
	margin-left: 10px;
}
.gb_post-middle {
	padding: 3px;
	background-color: #FADC9D;
	color: Black;
}
.gb-table-bb {
	font-size: 11px;
}
/*------ GALERIE ------ */
.galerie {
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}
.galerie input,.galerie select,.galerie textarea {
  border: 1px solid rgb(0,0,0);
  font-size: 11px;
  margin-left: 20px;
  width: 250px;
}
.gal_tlacitko {
  border: 1px solid rgb(0,0,0);
  background-color: rgb(166,166,166);
  font-weight: bold;
  width: auto;
}

/* Nejaky upozorneni */
.gal_bacha {
  font-weight: bold;
  text-align: center;
  color: rgb(153,0,0);
  margin: 10px 0;
}
/* Tabulka v galerii */
.gal_table {
	text-align: left;
	width: 625px;
	font-size: 11px;
	margin: 5px auto;
	border: 1px solid rgb(0,0,0);
	background-color: #F3D493;
}
.gal_table a img {
  border: 1px solid rgb(70,70,70);
}
.gal_table a:hover img {
  border: 1px solid rgb(0,0,0);
}
.gal_table td,.gal_table th {
  padding: 0 4px;
}
/* Bunka th v tabulce */
.gal_table th {
  font-weight: normal;
  font-style: italic;
}
/* div v th :-) */
.gal_table th div {
  text-align: center;
}
/* Oznaceni strong v th tabulce :-) */
.gal_table th strong,.gal_table th strong a {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  display: block;
}
/* Ovlivnuje navigaci vzdy dole/nahore na strance */
.gal_navigace {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  margin-top: 10px;
}
.gal_strankovani {
  font-size: 11px;
  text-align: left;
}
.gal_ident {
  text-align: left;
  font-size: 11px;
}

.gal_gal_titulek {
  font-size: 14px;
  text-align: center;
}


.gal_table_obr {
  margin: 0 auto;
  width: 530px;
}
.gal_table_obr td {
	padding: 5px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	border-bottom: 0px solid Black;
}
.gal_table_obr td a img {
	border: 1px solid Black;
	padding: 5px;
}
.gal_table_obr td a:hover img {
  border-color: rgb(0,0,0);
}



/*******************************************************************************************/
/*Hodnocení hvezdami - Rating star*/

.hodnoceni-hvezdami
{
list-style:none;
margin: 0px;
padding:0px;
width: 100px;
height: 20px;
position: relative;
background: url("hrzt_hv.gif") top left repeat-x;
}

.hodnoceni-hvezdami li
{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}

.hodnoceni-hvezdami li a
{
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	/*text-indent: -9000px;*/
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.hodnoceni-hvezdami li a:hover
{
background: url("hrzt_hv.gif") left center;
z-index: 2;
left: 0px;
}

.hodnoceni-hvezdami a.jedna-hvezda
{
left: 0px;
}

.hodnoceni-hvezdami a.jedna-hvezda:hover
{
width:20px;
}

.hodnoceni-hvezdami a.dve-hvezdy
{
left:20px;
}
.hodnoceni-hvezdami a.dve-hvezdy:hover
{
width: 40px;
}

.hodnoceni-hvezdami a.tri-hvezdy
{
left: 40px;
}

.hodnoceni-hvezdami a.tri-hvezdy:hover
{
width: 60px;
}

.hodnoceni-hvezdami a.ctyri-hvezdy
{
left: 60px;
}

.hodnoceni-hvezdami a.ctyri-hvezdy:hover
{
width: 80px;
}

.hodnoceni-hvezdami a.pet-hvezd
{
left: 80px;
}

.hodnoceni-hvezdami a.pet-hvezd:hover
{
width: 100px;
}

.hodnoceni-hvezdami li.current-rating
{
background: url("hrzt_hv.gif") left bottom;
position: absolute;
height: 20px;
display: block;
z-index: 1;
} 

.td-jezdectvo {
	color: #A47D82;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	background: #2B1B1B;
	border: 1px solid #000000;
}

.td-pechota {
	color: #A9A776;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	background: #363310;
	border: 1px solid #000000;
}

.td-delostrelectvo {
	color: #82A6A6;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	background: #1C2A2B;
	border: 1px solid #000000;
}

.nadpis-td {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #F1D8A2;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

img.obrazek-ram {
	border: 1px solid Black;
	margin: 3px;
}

.td-img {
	border: 1px solid #EFDCA4;
}

A.sekce:link, A.sekce:visited {
	display: block;
	font-weight: bolder;
	color: #F3DAA1;
	text-decoration: none;
	background: Black;
	padding: 2px;
	margin-top: 5px;
	font-size: 11px;
}
A.sekce:hover {
	display: block;
	font-weight: bolder;
	color: #F1B62C;
	text-decoration: none;
	background: Black;
	padding: 2px;
	margin-top: 5px;
	font-size: 11px;
}


/* styly pro plug-iny - kforum */

.frumnadpis {
	color: #B88A3D;
	background: #5C1900;
	font-weight: bolder;
	text-align: center;
	font-size: 20px;
}
.frumhlavi {
	background-color: #5C1900;
	color: #EDCFA9;
	font-weight: bolder;
	text-align: center;
	font-size: 10px;
}
.frumhlram {
	background-color: #F3DAA1;
}
.frumvnram {
	background-color: Black;
}
.frumodskoky {
	background-color: #F3DAA1;
	font-size: 11px;
	font-weight: normal;
}
.frumz {
	background-color: #F3D493;
	color: Black;
	font-size: 12px;
	font-weight: normal;
}
.frumzneg {
	background-color: #FBE8C1;
	color: Black;
	font-size: 12px;
	font-weight: normal;
}
.frumzmiddle {
	color: #2b3953;
	font-size: 11px;
	font-weight: normal
}
.frumzsmall {
	color: #2b3953;
	font-size: 9px;
	font-weight: normal
}
.frumzsmallng {
	color: #2b3953;
	font-size: 9px;
	font-weight: normal
}
.frumzsmallred {
	color: #FF0000;
	font-size: 9px;
	font-weight: normal
}
.frumzsmallp {
	color: #A87941;
	font-size: 9px;
	font-weight: normal;
}
.frumznews {
	color: #2b3953;
	font-size: 10px;
	font-weight: normal;
}
.frumznewsnazev {
  color: #2b3953;
	font-size: 10px;
	font-weight: bolder;
}

/* stranka act.php AKCE */

.act_table {
	background: #F3D493;
	border: 1px solid Black;
	margin-top: 5px;
	width: 500px;
}
.act_titulek {
	background: #F4C25A;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	color: #5C1900;
}
.act_datum {
	color: #5C1900;
	font-size: 11px;
	font-weight: bold;
}
.act-form-tab {
	background: #F3D493;
	border: 1px solid Black;
	margin-top: 5px;
	width: 500px;
	color: #5C1900;
	font-size: 11px;
}

.usermenu-text {
	background: #F3D493;
	border: 1px solid Black;
	padding: 10px;
	width: auto;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: justify;
}

.karta-hlavni {
	background: #F3D493;
	border: 1px solid Black;
	color: #5C1900;
	font-size: 11px;
	padding: 10px;
	width: 440px;
}

.karta-hlavicka {
	background: #F3D493;
	color: #5C1900;
	font-size: 14px;
	font-weight: bold;
	
}

.karta-img {
	border: 1px solid #000000;
}

#karta-avatar {
	position: relative;
	bottom: 10px;
	left: 0px;
	width: 40px;
	height: 50px;
	display: block;
	float: left;
}

.karta {
	border: 2px solid #5C1900;
	font-size: 11px;
	width: 440px;
	color: #5C1900;
	font-weight: bold;
}

.karta-txt {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}


