/* EasyWeb html style file */

.ZakladniText {
  
   font-size: 13px;
   font-weight: normal;
   color: #222222;
   margin-bottom: 0px;
}



.VyraznyText {
  
   font-size: 13px;
   font-weight: bold;
   color: #E00000;
}



p.ZakladniOdstavec {
   
   font-size: 15px;
   font-weight: normal;
   color: #222222;
   
   
   margin-bottom: 15px;
}




.VetsiNadpis {
   
   font-size: 22px;
   font-weight: bold;
   color: #000000;
   text-align: left;
}






/* basic CSS styles for all browsers */
body, html
{
	background-color: #f0f0f0;
	height: 100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;
  
	font-size: 15px;
}


p, img, table, tr, th, td, h1, h2, h3, h4, h5
{
	border: 0px none;
	
}

p {
   
   font-size: 16px;
   font-weight: normal;
   color: #222222;
}


input.in
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #EEEEEE;
	color: #000000;
	width: 150px;
}

input.inbut
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #EEEEEE;
	color: #000000;
	width: 80px;
}




.label
{
    
	font-size: 15px;
	color: #000000;
}

.labelError
{
    
	font-size: 15px;
	color: #FF0000;
}

.errorText
{
   
	font-size: 15px;
	color: #FF0000;
}


.smallText
{
    
	font-size: 13px;
	color: #000000;
}

.title
{
   
	font-size: 16px;
	font-weight: bold;
	color: #000070;
}

A.command
{
  
	font-size: 13px;
	color: #0000A0;
	text-decoration: none;
}

A.command:hover, A.command:active:hover, A.command:visited:hover
{
	color: #000000;
	background-color: #EEEEEE;
}

