/* 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: 9pt;
    
}



BODY
{
    BACKGROUND-COLOR: black;
    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{
	margin: 0px;	
}


h2, .nadpis2{
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	COLOR: #663333; 
	font-weight : bold;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	COLOR: #663333;
	height:1px;
}
 

		


A	{	
color: #FF6633;
	text-decoration: none;
	font-weight: bold;

	}	
		
		
A:hover	{	
	text-decoration:	underline;
	
	}
	
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_holder
{
	background-color: White;
	width: 750px;
}
.zahlavi
{
	
	height: 177px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 2px;
	
}

.domyvpohybu
{
	width: 600;
	position: relative;
	left: 150px;
	top: 9px;
	/*margin-left: 200px;
	margin-top: 8px;	*/
}	

.menu
{
	background-color: Black;
	width: 750px;
	text-align: left;
	border-bottom: 16px solid white;
	height: 20px;
}
.lastact
{
	background-color: #EA7B1A;
}
.menu div.menu_item
{
	float: left;
	background-image: url(images/menu_item_left.gif);
	background-repeat: no-repeat;
	height: 20px;	
	background-color: Black;
}
.menu div.first
{
  background-image: none;
}
.menu div.active, .menu div.last_active
{
	background-image: url(images/menu_item_left_hover.gif);
	background-color: #EA7B1A;
}
.menu div.first_active
{
	background-image: none;
	background-color: #EA7B1A;
}
.menu a
{
	display: block;
	color: White;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(images/menu_item_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	height: 18px;
	>height: 20px;
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.menu .last a, .menu .last_active a
{
	background-image: none;	
}
.menu div.active a, .menu div.first_active a
{
	background-image: url(images/menu_item_right_hover.gif);
}

.obsah
{
	width: 750px;
	background-color: White;
	padding-bottom: 10px;
	min-height: 400px;
    _height: expression(this.scrollHeight < 400? "400px" : "auto" )
}
.puvdoni_cena
{
	display: none;
}
.zapati
{
	width: 750px;
	text-align: right;
	color: White;
	font-size: 8pt;
	
}
.zapati a
{
	color: White;
	text-decoration: none;
	font-weight: normal;
}
.adresa
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	
	/*font-family: Arial;
	font-size: 8pt;*/
}
.adresa td
{
	font-weight: bold;
}
.adresa a
{
	color: Black;
	text-decoration: none;
}
.adresa a:hover
{
	text-decoration: underline;
}
