/********************************************************************
 *
 *		NASTAVENIE VZHLADU JEDNOTLIVYCH CASTI
 *
 ********************************************************************/

/********************************************************************
 * 	Format stranky
 ********************************************************************/
body 
{
	background-color: #FFFFFF;
	margin: 0px 1px 1px 1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/********************************************************************
 * 	Standartna tabulka
 ********************************************************************/
td 
{ 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
	LINE-HEIGHT: 1.4em;
}

/********************************************************************
 * 	Tabulky
 ********************************************************************/
.td1-head
{ 
	font-size: 12px; 
	font-weight: bold; 
	color: #C36A1B;
	background-color: #F8C598;
}
.td1-body
{ 
	border: 1px solid #D6D6D6;
	background-color: #FFFAF5;
}

.td2-body
{ 
	border: 1px solid #A05D1C;
	background-color: #FBC48F;
}

/********************************************************************
 * 	Header
 ********************************************************************/
.header_table 
{
	background-color: ;
	height: 25px;
	font-size: 17px;
	color: #D57003;
	font-weight: bold;
	font-style: italic;
}

/********************************************************************
 * 	Menu
 ********************************************************************/
.menu_left-head 
{
	background-color: #F7E699;
	height: 25px;
	font-size: 15px;
	color: #967C00;
	font-weight: bold;
	font-style: italic;
}
.menu_left-body 
{
	background-color: #EAEDF2;
}
.menu_right-head 
{
	background-color: #F7BB81;
	height: 25px;
	font-size: 15px;
	color: #783E06;
	font-weight: bold;
	font-style: italic;
}
.menu_right-body 
{
	background-color: #EAEDF2;
}

.level1-td
{
	height: 22px;
	background-color: #C2CAD6;
}
.level1
{
	font-size: 13px;
	font-weight: bold; 
	color: #2C5FAE; 
	text-decoration: none; 
}
a.level1:hover 
{ 
	color: #18396A; 
	text-decoration: none; 
}
.level2
{
	font-weight: normal; 
	color: #1751A9; 
	text-decoration: none; 
}
a.level2:hover 
{ 
	color: #082A5E; 
	text-decoration: normal; 
}
.level3
{
	font-weight: normal; 
	color: #3E80E2; 
	text-decoration: none; 
}
a.level3:hover 
{ 
	color: #0D3775; 
	text-decoration: normal; 
}
.level4
{
	font-weight: normal; 
	color: #7AA8EE; 
	text-decoration: none; 
}
a.level4:hover 
{ 
	color: #0D3775; 
	text-decoration: normal; 
}

/********************************************************************
 * 	Rozne
 ********************************************************************/
.input 
{
	font-family: Arial;
	font-size: 12px;
	width: 200px;
}

.button 
{
	font-family: Arial;
	font-size: 12px;
	background-color: #EBC6A5;
	font-weight: bold;
	color: #B55601;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 22px;
}

/********************************************************************
 * 	Odkliky
 ********************************************************************/
.simple
{ 
	font-weight: normal; 
	color: #FF8B19; 
	text-decoration: none; 
}
a.simple:hover 
{ 
	color: #292B89; 
	text-decoration: none; 
}

.shallow
{ 
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline; 
}
a.shallow:hover 
{ 
	color: #FF0000; 
	text-decoration: underline; 
}

.page
{ 
	font-weight: bold; 
	color: #2C5FAE; 
	text-decoration: none; 
}
a.page:hover 
{ 
	color: #FF0000; 
	text-decoration: none; 
}

.logout
{ 
	font-size: 12px;
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none; 
}

.way
{ 
	font-size: 12px;
	color: #808080; 
	font-weight: normal;
	text-decoration: none; 
}
a.way:hover 
{ 
	text-decoration: underline; 
}

/********************************************************************
 * 	Text
 ********************************************************************/
.message
{ 
	color: #FF0000; 
	font-weight: bold;
}

.silver
{ 
	color: #B0B0B0; 
	font-weight: normal;
}

/********************************************************************
 * 	Ceba euro
 ********************************************************************/
.euro
{  
	color: #000099;
	font-size: 10px;
}

