
/*################################################################
# 	HLAVNÍ NASTAVENÍ										   	                                 #
################################################################*/

body, html
{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif !important;
	font-size: 11px !important;
	line-height:140%;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	background:#000000;
}

samp, code, kbd
{ 
  font-size: 90%; 
} 

input, select, button, textarea { 
  font-size: 100%; 
}

p, img, table, tr, th, td, h1, h2, h3, h4, div 
{
	border:0px;
	padding:0px;
	margin:0px;
}

.reseter
{
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

ul, li
{
	line-height: 160%;
}

.hidden {
	display: none;
}

p {
	margin: 0 0 0.5em 0;
}


/*################################################################
# 	NADPISY, TEXTY											   	 #
################################################################*/

h1,h2,h3,h4{
	margin: 0 0 0.15em 0;
	line-height:160%;
	font-weight:bold;
	color:#F1BE7E;
}

h1 {
	font-size: 160%;
}
 
h2 { 
	font-size: 140%;
}

h3 { 
	font-size: 120%;
}

h4 { 
	font-size: 100%;
	line-height:130%;
}

#rightbox_big p h4
{
padding:20px 10px 0px 15px;
}

/*################################################################
# 	ODKAZY													   	 #
################################################################*/

/*****************************************************************/
/* hlavní odkazy + hover - černý */	

a{
	text-decoration:none;
	color:#FFFFFF;
}

a:hover
{
	text-decoration:underline;
	color:#F1BE7E;
}

a.blink
{
	color:black;
}

a.wlink
{
	color:white;
}

a.clink
{
	color:#F1BE7E;
}

/*################################################################
# 	SPODNÍ TEXTOVÁ NAVIGACE								   	                            #
################################################################*/

#bottomtextnavig
{
 width:100%;
 text-align:center;
}

#bottomtextnavig ul
{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

#bottomtextnavig li
{
	padding: 0px;
	margin: 0px;
	display:inline;
	color:#FFFFFF;
 font-size:85%;
}

#bottomtextnavig li a
{
   padding-right:15px;
}

/* posun obrázku nahoru při hoveru */

#bottomtextnavig li a:hover
{
   display:inline;
}
