/* 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: 10pt;
    
}

Table.BaseTable
{
	background-color:white ;
	width:740px;
}
table.basetable td
{
	/*vertical-align: top;*/
}

BODY
{
    BACKGROUND-COLOR: #EEECE8;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    background-position: 0px 30px;
    margin-top:0px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

h1, .nadpis1
{
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	FONT-SIZE: 11pt;
	COLOR: #C40001;
	font-weight : bold;
	padding-left: 10px;
	padding-top:0px;
	margin-top:0px;
}


h2, .nadpis2{
	FONT-SIZE: 10pt;
	COLOR: #F44444;
	font-weight : bold;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	COLOR: #663333; 
	font-weight : bold;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	COLOR: #663333;
	height:1px;
}
 
a
{
	color: #C40001;
}
		


A:link	{	
	text-decoration:	none;

	}	
		
A:visited	{	
	text-decoration:	none;
	
	}	
		
A:active	{	
	text-decoration:	none;
	
	}	
		
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;
	}	



table.Okno
{
border-width: 1px;
border-bottom-width:2px;
border-style: solid;
border-color: #663333;
background-color :#ffcc66;
width:120px;

}


.filtr
{
	width: 740px;
	height: 26px;
	_height: 30px;
	>height: 30px;
	text-align: left;
	padding-top: 4px;
}
.lang
{
	float: right;
}
	
.zahlavi
{
	margin-top: 0px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 85px;
	_height: 87px;
	>height: 87px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.menu
{
	border-top: 4px solid #EEECE8;
	background-color: #C40001;
	height: 27px;
	_height: 31px;
	>height: 31px;
	width: 740px;
	_padding-top: 5px;
	>padding-top: 5px;
}
.menu a
{
	font-size: 10pt;
	color: #FFEBEC;
	font-weight: bold;
	
	margin-right: 3px;
	margin-left: 3px;
	padding: 5px 7px 6px 7px;
	_padding: 5px 4px 6px 4px;
	>padding: 5px 4px 6px 4px;
	display: table-cell;
}
.menu a:hover
{
	background-color: #FF6464;
}
.menu .ubytovani
{
	background-color: #F44444;
	/*margin-top: 4px;*/
	
}
.overmenu
{
	display: none;
	position: absolute;	
	text-align: left;
	background-color: #C40001;
}
.overmenu a
{
	display: block;	
	font-size: 10pt;
	color: #FFEBEC;
	font-weight: bold;
	padding: 3px;
	
}
.overmenu a:hover
{
	background-color: #FF6464;
}
.pruh
{
	width: 4px;
}
.pruh2
{
	height: 4px;
	background-color: White;
}
.aktuality_td
{
	width: 165px;
	background-color: #E2E7D3;	
	vertical-align: top;
}
.obsah_td
{
	background-color: #D5DEC1;	
	vertical-align: top;
	padding-left:30px;
	padding-right:30px;
}
.obsah
{
	padding: 16px;
	margin: 0px;
}
.obsah p, .obsah li
{
	text-align: justify;
}
img.decor
{
	border: 3px solid white;
	margin-left: 14px;
}
.novinky_td
{
	background-color: #C3D0A5;	
}
.novinky_td td
{
	vertical-align: top;
}
.zapati
{
	background-color: #C40001;
	height: 13px;
}
.aktualita_polozka p
{
	margin: 0px;
}
.aktualita_nazev
{
	font-weight: bold;
}
.aktualita_text
{
	text-align: justify;
}
.detail_odkazy a
{
	font-size: 10pt;
	font-weight: bold;
}
.decor_hp
{
	margin-left: 12px;
}
.howitwork
{
	font-size:11pt;
	font-weight: bold;
	background-color: #EEECE8;
	padding: 4px;
}