﻿


/* hlavni strana */
 .hlavstrana
{
	background-color: white;
	padding: 3px;
	margin: 0;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

/* paticka na hlavni strane */
.PublicMainPaticka {font-size: 11px; color: black; font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif ; }	 
.PublicMainPaticka  a:link { color: Blue; text-align: center;  text-decoration:none; }
.PublicMainPaticka  a:visited { color: Purple; text-align: center;  text-decoration:none; }
.PublicMainPaticka  a:hover { text-decoration: none; color:Red; }

/* menu na hlavni strance */
.menu { font-family: Tahoma ; font-size: 14px;}
.menu a:link { font-family: Tahoma ;font-family: Tahoma ;font-size: 14px;color: White ; text-align: center; font-weight: normal; height:15px; line-height:15px; vertical-align:middle; text-decoration:none; }
.menu a:visited { font-family: Tahoma ;font-size: 14px;color: White; text-align: center; font-weight: normal; height:15px; line-height:15px; vertical-align:middle; text-decoration:none; }
.menu a:hover { font-family: Tahoma ;font-size: 14px;text-decoration: none; color:Black; font-weight: normal; }



/* hlavni strana v pravo */
.PravaStrana { border-left: Solid 2px silver; background-color: white; font-size: 11px; color: black; font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif ; }	


/* tlacitko na odkaz */	
	
 a.button { display:block ; 
			width:250px; 
			height:41px; 
			font-weight:bold;
			text-align:center ; 
			line-height:40px; 
			background-color: #94B724; 
			background-image: url("/images/grafika/button2.png");
			}
	 
	 a.button:hover { font-size:14px; color:Red; font-weight: bold; text-decoration: underline; background-image: url("/images/grafika/button22.png"); width:250px; 
			height:41px;  }
	 a.button:link, a.button:visited { font-family:Arial; font-size:14px;color:Black; font-weight: bold; text-decoration:none ; }
	 

/* stranky s obsahem */
	.nasestranka H1
	{
		
		color: #f26631; 
		font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
		font-size: 18px ;	
		
	}
	
	.nasestranka H2
	{
		color: #439539;
		font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
		font-size: 16px ;
		height:14px; line-height:14px
	}
	
	.nasestranka TD
	{
		font-family: Arial ;
		font-size:12px;color:#5a5a5a;padding-top:0.3em
	}
	
	.nasestranka P
    {
		color: Black;
		font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
		font-size: 13px ;	
		font-weight:bold ;
		margin: 0; padding: 0;
		height:20px; line-height:20px
	}
	
	.nasestranka TH
	{
		
		font-weight:normal;
		font-family:arial,sans-serif;
		color:#2981d3;
		font-size:22px;
		line-height:1em;margin:0 0 10px -1px
		
	}
	

	
	/* hlavni panely s produktama */
	.MainProdInfo
	{
		margin: 0;
	}
	
	.MainProdInfo TH
	{
		font-weight:bold;
		font-family:arial,sans-serif;
		color:white;
		letter-spacing: normal;
		font-size:13px;
		line-height:20px;
		
		
	}
	
	.MainProdInfo TD P
	{
		font-family: Arial ;
		font-size: 11px ;
		color: Black;
		font-weight:normal;
	}
	
	

.MainProdInfo a:link {font-size: 13px;color: White ; text-align: center; text-decoration: none; font-weight:bold; font-family:Arial; }
.MainProdInfo a:visited {font-size: 13px;color: white; text-align: center; font-weight:bold; text-decoration: none;font-family:Arial;}
.MainProdInfo a:hover {font-size: 13px;text-decoration: underline; color:White; font-weight: bold; }

	
	
	/* detail jednotlivych produktu */
	
	.ProdDetail
	{
	}
	
	
	.ProdDetail TH
	{
		font-weight:normal;
		font-family:arial,sans-serif;
		color:#2981d3;
		letter-spacing:-1px;
		font-size:22px;
		line-height:1em;margin:0 0 10px -1px
	}
	
	.ProdDetail TD
	{
		font-family: Arial ;
		font-size:12px;color:#5a5a5a;padding-top:0.3em
	}
	
	.ProdDetail a:link, a:visited {font-family: Trebuchet MS ; font-size: 13px ; color: Blue;}
	.ProdDetail a:hover {color: Red;}
	
	/* upoutavka v produktu */
	
	.Upoutavka
	{
		background-color: lightyellow ;
		border: solid 1px #FF702C  ;
		
	}
	
	
	.Upoutavka TH
	{
		font-family: Trebuchet MS ;
		font-size: 16px ;
		color:red ;
		font-weight:bold;
	}
	
	.Upoutavka TD
	{
		font-family: Verdana ;
		font-size: 11px ;
		color: Black;
	}
	
	
	
	/* duvody proc produkt */
	
	
	.duvody H2
	{
		font-family: Arial ;
		font-size: 18px;
		color:#238C01;
		font-weight:bold;
	}
	
	.duvody TD
	{
		font-family: Verdana ;
		font-size:12px;color: #000080;padding-top:0.3em
	}
	
	
	
	/* HW detail v produktu */
	
	.HWDetail
	{
		background-color: lightblue ;
		border: solid 2px blue ;
		
	}
	
	
	.HWDetail TH
	{
		font-family: Trebuchet MS ;
		font-size: 16px ;
		color: white;
		background-color: Blue ;
		font-weight:bold;
	}
	
	.HWDetail TD
	{
		font-family: Trebuchet MS ;
		font-size: 11px ;
		color: Black;
	}
	
	
	/* Reference */
	
	.Reference
	{
		background-color: white ;
		border: solid 1px silver ;
		
	}
	
	
	.Reference TH
	{
		font-weight:normal;
		font-family:arial,sans-serif;
		color:#2981d3;
		letter-spacing:-1px;
		font-size:18px;
		line-height:1em;margin:0 0 10px -1px
	}
	
	.Reference TD
	{
		font-family: Arial ;
		font-size:12px;color:#5a5a5a;padding-top:0.3em
	}
	
	.Reference a:link {color: #2981d3;
		letter-spacing:-1px;
		font-size:18px;
		line-height:1em;margin:0 0 10px -1px}
	.Reference a:hover {color: Red ;}
	
	
	.obrazek
	{
		background-color: blue;
		margin: 3px ;
		padding: 3px;
		
	}
	
	
	.mujdatalist
	{
		background-color: lightyellow ;
	}
	
	
	
	.test
	{ 
		background-color:; color: #000080; }

	
	
	/* Kontakty */
	
	.Kontakt
	{
		background-color: white ;
	
	}
	
	
	.Kontakt TH
	{
		font-weight:normal;
		font-family:arial,sans-serif;
		color:#2981d3;
		letter-spacing:-1px;
		font-size:22px;
		line-height:1em;margin:0 0 10px -1px;
		text-align:left;
		
	}
	
	.Kontakt TD
	{
		font-family: Arial ;
		font-size:12px;color:#5a5a5a;padding-top:0.3em
	}
	
	.Kontakt a:link {color: Blue ;}
	.Kontakt a:hover {color: Red ;}
	
	.orange{color:#FF702C}
	.green { color: #238C01 }

/* Pokladny */
	
	.Pokladny
	{
		background-color: white ;
		border: solid 1px silver ;
		
	}
	
	
	.Pokladny TH
	{
		
		background-color: white ;
		font-weight:normal;
		font-family:arial,sans-serif;
		color:#2981d3;
		letter-spacing:-1px;
		font-size:22px;
		line-height:1em;margin:0 0 10px -1px
	}
	
	.Pokladny TD
	{
		font-family: Arial ;
		font-size:12px;color:#5a5a5a;padding-top:0.3em
	}
	
	.Pokladny A:link {font-family: Trebuchet MS ; font-size: 11px ; color: Blue};
	.Pokladny A:hover {color: Red ;}
	
	
	/* poptavka */
	
	
	
	.Poptavka TH
	{
		
		background-color: white ;
		font-weight:normal;
		font-family:arial,sans-serif;
		color:#2981d3;
		font-size:14px;
		line-height:1em;margin:0 0 10px -1px;
		text-align:left
		
	}
	
	.Poptavka TD
	{
		font-family: Arial ;
		font-size:13px;color:#5a5a5a;padding-top:0.3em
		
	}
	
	/* posledni instalace */
	.PoslInstalace
	{
		background-color: white ;
		border: solid 1px silver ;
	}
	
	.PoslInstalace TH
	{
		color: white ;
		font-weight:normal;
		font-size: 12px;
		font-family: Verdana ;
		background-color: #2981d3;
		text-align:left;
	}
	
	.PoslInstalace TD
	{
		font-family: Arial ;
		font-size:13px;color:#5a5a5a;padding-top:0.3em
	}
	
	.PoslInstalace a:link {font-family: Trebuchet MS ; font-size: 13px ; color: Blue};
	.PoslInstalace a:hover {color: Red ; text-decoration:none;}
	
	/* Novinky seznam na hlavni strance */
	.NovinkyLst
	{
		background-color: white ;
		border: solid 1px silver ;
	}
	
	.NovinkyLst TH
	{
		color: white ;
		font-weight:normal;
		font-size: 12px;
		font-family: Verdana ;
		background-color: #2981d3;
		text-align:left;
	}
		
		
	.NovinkyLst a:visited, a:link {font-family: Trebuchet MS ; font-size: 12px ; color: Blue; text-decoration:underline;}
	.NovinkyLst a:hover {color:Red ; text-decoration:none;}
	
	
	/* Novinky detail */
	.NovinkyDtl
	{
		background-color: white ;
		border: solid 1px silver ;
	}
	
	.NovinkyDtl TH
	{
		color: white ;
		font-weight:normal;
		font-size: 13px;
		font-family: Verdana ;
		background-color: #2981d3;
		
	}
		
	.NovinkyDtl TD
	{
		font-family: Arial ;
		font-size:13px;color:#5a5a5a;padding-top:0.3em
	}
		
	
	/* download */
	
	.download
	{
		margin: 0;
		border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	}
	
	.download TH
	{
		background-color: white ;
		font-weight:normal;
		font-family:arial,sans-serif;
		color:#2981d3;
		font-size:18px;
		line-height:1em;margin:0 0 10px -1px;
		text-align:left
		
		
	}
	
	.download TD
	{
		font-family: Verdana ;
		font-size: 12px ;
		color: Black;
		font-weight:normal;
		background-color: lightyellow
	}
	
	
/* admin-poptavky */
	
	.adminpoptavky
	{
	margin: 0;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	}
	
	.adminpoptavky TH
	{
		background-color: white ;
		font-weight:normal;
		font-family:arial,sans-serif;
		color:#2981d3;
		font-size:13px;
		
		
	}
	
	.adminpoptavky TD
	{
		font-family: Verdana ;
		font-size: 9px ;
		color: Black;
		font-weight:normal;		
	}
	
		.adminpoptavky TR
	{
		font-family: Verdana ;
		font-size: 9px ;
		color: Black;
		font-weight:normal;
		border: solid 1px black ;
		
	}


	
