/* Default CSS Stylesheet for a new Web Application project */

/* Improt stylu pro uniwebcomponenty */

@import "UniWebComponets.css";

BODY, A, TH, TD, INPUT,SELECT,FONT,DIV
{
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    
}

Table.BaseTable
{
/*	width:750px;*/
}

BODY
{
    BACKGROUND-COLOR: white;
    margin-top: 0px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
BODY.tisk
{
	background-color: White;
	background-image: none;
}

h1, .nadpis1{
	FONT-SIZE: 12pt;
	margin: 0px;
	padding: 0px;
}


h2, .nadpis2{
	FONT-SIZE: 11pt;
	font-weight : bold;
}

h3, .nadpis3{
	FONT-SIZE: 9pt; 
	font-weight : bold;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
    border-width: 0px;
    height: 1px;
    color: #018F47;
}
 

		
a
{
	color: Navy;
}


	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	


UL
{
	margin-left: 15px;
}	

UL LI	{	
	list-style-type:	square ;
	
	}	

UL LI LI
{
	margin-left: 5px;
	list-style-type: disc;
}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	



.zahlavi
{
	display: none;
	
}
.menu
{
	display: none;
	
}


.left_menu_td
{
	display: none;

}
.obsah_td
{
	/*width: 550px;*/

}

.zapati
{
	display: none;	
}

.notisk
{
	display: none;
}
.menu2
{
	display: none;
}
#mainpicture {text-align:center;}
#mainpicture img{width:620px;margin-left:auto;margin-right:auto;}

.greenbox{display:block;width:260px; 
	color:#fff;background:#0A680A;
	background-image:url('images/bggreen.jpg');
	background-position:top;
    background-repeat:repeat-x;
	margin-top:3px;margin-bottom:3px;text-align:center;padding-top:10px;padding-bottom:10px;}
	
.price{font-size:16px; font-weight:bold;}
.detail_podrobnosti, .detail_podrobnosti_top{background:none;}
.top{vertical-align:top;}
.popis{padding:10px;font-size:12px;text-align:justify;}
.center{text-align:center;}
.small{font-size:11px;}