/******************************************************VZHLED*********************************************************************/
body {
	background-color: #414141;
}

/*******************************TEXTY a BARVY*************************************/

.text {
}

body, table, input, text {

	color: Black;
	font-family:  Arial, Tahoma, Helvetica,Verdana;
	font-size: 11px;
	letter-spacing: normal;
	line-height: 120%;
	/*word-spacing: 4px;*/
	text-decoration: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
}

.main_text {
	font-size: 12px;
	font-weight: bolder;
	background-color: #9DB894;
	padding: 2px 2px 2px 2px; /*font-stretch: wider;*/
	line-height: 120%;
	color:#FFFFFF;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	/*word-spacing: 1px;*/
	letter-spacing: 1px;
}

.main_text2 {
	font-size: 12px;
	font-weight: bolder;
	padding: 2px 2px 2px 2px; /*font-stretch: wider;*/
	line-height: 120%;
	text-decoration: none;
	text-transform: uppercase;
	/*word-spacing: 1px;*/
	letter-spacing: 1px;
}

.Text11Hand {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
	vertical-align: top;
}

/*****************************************************ODKAZY**************************************************/

a {
	color: #da8d00;
	font-weight:bolder;
	text-decoration: none;
	border: 0px;
	margin: 0px;
}

a:hover    { color: #ff5102}

/*********************************JEDNOTLIVE CASTI**************************************/

#index{
	width : 1000px;
	background-color: #b7b7b7;
	/*border:1px solid #a1a1a4; */
}

#indexhead{
	background-color: #72A392;
	width:100%; 
	height:127px; 
}

#indexleftcol{
	width: 165px;
	background-color: #999997;
	/*
	border-right-style: solid;
	border-right-color: #9DB894;
	border-right-width: 2px;*/
}

#indexbody{
	background-color: #b7b7b7;
	/*width:570px;*/
}

#indexrightcol{
	width: 165px;
	background-color: #999997;
	/*
	border-left-style: solid;
	border-left-color: #9DB894;
	border-left-width: 2px;*/
}

#indexfooter {
	width:100%;
	height:22px;
	background-color: #9DB894;
	/*border: 1px solid #9AF400;*/
}

