/********************************************************************
 *
 *		NASTAVENIE VZHLADU JEDNOTLIVYCH CASTI
 *
 ********************************************************************/

/********************************************************************
 * 	Format stranky
 ********************************************************************/
body 
{
	background-color: #000000;
	margin: 1px 0px 0px 0px;
	font-family: Arial; 
	font-size: 11;
	color: #FFFFFF;

	background-image: url("images/bcg_page.jpg"); 
	background-position: center;
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

/********************************************************************
 * 	Standartna tabulka
 ********************************************************************/
td 
{ 
	/* font-family: Arial; */
	font-size: 11; 
	font-weight: normal; 
	color: #FFFFFF;
}

/********************************************************************
 * 	Hlavna tabulka
 ********************************************************************/
.table_main
{
	border-right: 2px solid #E20000;
	border-bottom: 2px solid #E20000;
}
.table_main_rows
{
	LINE-HEIGHT: 1.4em;
}

/********************************************************************
 * 	Nadpis stranky
 ********************************************************************/
.header 
{ 
	font-family: Arial; 
	font-size: 15; 
	font-weight: bold; 
	color: #FFE6CB; 
	text-decoration: none; 
}

/********************************************************************
 * 	Podnadpis zalozky
 ********************************************************************/
.subheader 
{  
	font-size: 12;
	font-weight: bold; 
	color: #DFE200; 
	text-decoration: underline; 
}

/********************************************************************
 * 	Podnadpis zalozky
 ********************************************************************/
.subheader2 
{  
	font-size: 12;
	font-weight: bold; 
	color: #F6007A; 
	text-decoration: underline; 
}

/********************************************************************
 * 	Sekcie v menu
 ********************************************************************/
.sections 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #F200B0; 
	text-decoration: none; 
}

/********************************************************************
 * 	Info
 ********************************************************************/
.info 
{ 
	font-weight: bold; 
	color: #FF495A; 
	text-decoration: none; 
}

/********************************************************************
 * 	Nedolezite
 ********************************************************************/
.notimportant 
{ 
	font-weight: normal; 
	color: #8D8B8B; 
	text-decoration: none; 
}

/********************************************************************
 * 	Strankovanie
 ********************************************************************/
.page 
{ 
	font-weight: normal; 
	color: #FF0983; 
	text-decoration: none; 
}
a.page:hover 
{ 
	font-weight: normal; 
	color: #FFCEB3; 
	text-decoration: none; 
}

/********************************************************************
 * 	Main Menu odklik
 ********************************************************************/
.main 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #FF81B6; 
	text-decoration: none; 
	font-style: italic;
}
a.main:hover 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #FFDB49; 
	text-decoration: none; 
	font-style: italic;
}

/********************************************************************
 * 	Comon Menu odklik
 ********************************************************************/
.common 
{ 
	font-weight: normal; 
	color: #CE9170; 
	text-decoration: none; 
}
a.common:hover 
{ 
	font-weight: normal; 
	color: #808080; 
	text-decoration: none; 
}

/********************************************************************
 * 	Aktuality odklik
 ********************************************************************/
.actualities 
{ 
	font-weight: bold; 
	color: #FFA201; 
	text-decoration: none; 
}
a.actualities:hover 
{ 
	font-weight: bold; 
	color: #808080; 
	text-decoration: underline; 
}

/********************************************************************
 * 	Obycajny odklik
 ********************************************************************/
.simple 
{ 
	font-weight: normal; 
	color: #DBAD7B; 
	text-decoration: none; 
}
a.simple:hover 
{ 
	font-weight: normal; 
	color: #D19DAD; 
	text-decoration: underline; 
}

/********************************************************************
 * 	Login odklik
 ********************************************************************/
.login_menu 
{ 
	font-weight: normal; 
	color: #FFBF73; 
	text-decoration: none; 
}
a.login_menu:hover 
{ 
	font-weight: normal; 
	color: #FDCBFF; 
	text-decoration: none; 
}

/********************************************************************
 * 	Odklik copyright
 ********************************************************************/
.copyright 
{ 
	font-weight: normal; 
	color: #808080; 
	text-decoration: none; 
}
a.copyright:hover 
{ 
	font-weight: normal; 
	color: #808080; 
	text-decoration: none; 
}

/********************************************************************
 * 	Policko
 ********************************************************************/
.input
{  
	font-size: 10; 
	font-weight: normal; 
	color: #000000; 
	width: 250px; 
	height: 20px;
}

/********************************************************************
 * 	Select
 ********************************************************************/
.select
{  
	font-size: 11; 
	color: #000000; 
	width: 140px; 
	height: 19px;
}

/********************************************************************
 * 	Tlacitko
 ********************************************************************/
.button 
{  
	font-family: Arial; 
 	font-size: 11; 
 	font-weight: bold; 
 	color: #FF61A4; 
 	background-color: #404040; 
	border: 1px solid #FF61A4;
 	width: 120px; 
 	height: 20px; 
}

/********************************************************************
 * 	Sekcie v menu - prava strana
 ********************************************************************/
.sections_rignt 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #D70100; 
	text-decoration: none; 
}

/********************************************************************
 * 	Oznam login
 ********************************************************************/
.login_error 
{ 
	color: #FFFB87; 
}

/********************************************************************
 * 	Vymazanie
 ********************************************************************/
.delete 
{ 
	font-weight: bold; 
	color: #FA0000; 
	text-decoration: none; 
}
a.delete:hover 
{ 
	font-weight: bold; 
	color: #FA6A00; 
	text-decoration: none; 
}

/********************************************************************
 * 	Povinne
 ********************************************************************/
.duty 
{  
	font-size: 11;
	font-weight: bold; 
	color: #FFD735; 
	text-decoration: none; 
}

/********************************************************************
 * 	Dolezite
 ********************************************************************/
.important 
{  
	font-size: 11;
	font-weight: bold; 
	color: #FF6565; 
	text-decoration: none; 
}

/********************************************************************
 * 	Vystavovatel na uvode
 ********************************************************************/
.exhibitors 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #FF0155; 
	text-decoration: none; 
}
a.exhibitors:hover {
	font-size: 13; 
	font-weight: bold; 
	color: #C0C0C0; 
	text-decoration: none; 
}

/********************************************************************
 * 	Akcia na uvode
 ********************************************************************/
.actions 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #D781FF; 
	text-decoration: none; 
}
a.actions:hover 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #FFFFD9; 
	text-decoration: none; 
}

/********************************************************************
 * 	Galeria na uvode
 ********************************************************************/
.galeries 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #F8FFAD; 
	text-decoration: none; 
}
a.galeries:hover 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #E8B68A; 
	text-decoration: none; 
}

/********************************************************************
 * 	Inzerat na uvode
 ********************************************************************/
.insertions 
{ 
	font-size: 13; 
	font-weight: bold; 
	color: #FFB165; 
	text-decoration: none; 
}
.insertions_text
{ 
	color: #FFF8AD; 
}

/********************************************************************
 * 	Ohodnodte
 ********************************************************************/
.ranking 
{ 
	font-size: 12; 
	font-weight: bold; 
	color: #C78800; 
}

/********************************************************************
 * 	Nadpis v okne
 ********************************************************************/
.wdw_header
{ 
	font-size: 13;
	font-weight: bold; 
	color: #D8A574; 
}

/********************************************************************
 * 	Profil Usera
 ********************************************************************/
.profile 
{ 
	font-weight: bold; 
	color: #FF438E; 
	text-decoration: none; 
}
a.profile:hover 
{ 
	font-weight: bold; 
	color: #FFCEB3; 
	text-decoration: underline; 
}
.profile2 
{ 
	font-weight: bold; 
	color: #D7799F; 
	text-decoration: none; 
}
a.profile2:hover 
{ 
	font-weight: bold; 
	color: #FFCEB3; 
	text-decoration: underline; 
}

/********************************************************************
 * 	Email
 ********************************************************************/
.email 
{  
	font-weight: normal; 
	color: #6769BF; 
	text-decoration: underline; 
}
a.email:hover 
{ 
	font-weight: normal; 
	color: #808080; 
	text-decoration: underline; 
}

/********************************************************************
 * 	Odpoved
 ********************************************************************/
.answer 
{ 
	font-weight: bold; 
	color: #5968B5; 
	text-decoration: none; 
}
a.answer:hover 
{ 
	font-weight: bold; 
	color: #D7B8D8; 
	text-decoration: none; 
}