/*-----------------------------------------------------
   BASIC
------------------------------------------------------ */
*                                                      { margin: 0; padding: 0; list-style: none; }
html, body                                             { height: 100%; }
body                                                   {
	font: normal .8em/1.4em Arial, Helvetica, sans-serif;
	color: #222222;
	background: #f9f9ef;
	text-align: center;
	padding: 2px 0 0 0;
	height: 100%;
}
a img                                                  { border: none; }
a, a img,
a:link, a:visited,
a:hover, a:active                                      { outline: none; }
.clear                                                 { clear: both; }
/*-----------------------------------------------------
   LAYOUT - Basic
------------------------------------------------------ */
#wrapper                                               {
	width: 962px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-top: 1px solid #d3d3bd;
	background: #f9f9ef;
	height: 100%;
}
#wrapper-inner                                         { background: #fff url(../images/layout/wrapper-bg.gif) repeat-y 0 0; padding: 0 1px 40px 1px; }

/*-----------------------------------------------------
   HEADER
------------------------------------------------------ */	
#flash                                                 { width: 960px; height: 115px; margin: 0; }
#flash a                                               { color: #222222; text-decoration: underline; }
.noscript                                              { padding: 10px 40px 0 40px; }
	
/*-----------------------------------------------------
   TEL
------------------------------------------------------ */
#tel                                                   {
	height: 67px;
	padding: 20px 0 0 285px;
	background: #88a4c5 url(../images/layout/header.jpg) no-repeat 0 0;
	border-bottom: 1px solid #000;
}
#title                                                 {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	width: 300px;
}
#tel-no                                                {
	float: left;
	width: 330px; height: 50px;
	position: relative;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	padding: 10px 0 0 20px;	
}
#tel-no span                                           {
	display: block;
	position: absolute;
	top: -3px; right: 5px;
	width: 252px;
	height: 42px;
	line-height: 42px;
	font-size: 42px;
}
#tel-no p                                              {
	font-weight: bold;
	color: #5170ab;
	font-size: 11px;
	padding-top: 10px;
}	
	
/*-----------------------------------------------------
   mainMenu
------------------------------------------------------ */
#mainMenu                                              {
	width: 960px; height: 50px;
	position: relative;
	background: #ca0f64 url(../images/layout/mainmenu-bg.gif) no-repeat 0 0;
}
#mainMenu ul                                           {
	width: 645px;
	padding-left: 25px;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 18px;
}	
#mainMenu ul li                                        { display: inline; margin-right: 30px; }
#mainMenu ul a                                         { color: #fff; text-decoration: none; }
#mainMenu ul a:hover,
#mainMenu ul a.on,
#mainMenu ul a.on:hover                                { color: #000; }

#logo                                                  {
	font: bold 36px Georgia, "Times New Roman", Times, serif;
	color: #dadadb;
	text-decoration: none;
	position: absolute;
	top: 4px; left: 695px;
}
#logo span                                             { margin-left: 10px; font-size: 12px; }

/*-----------------------------------------------------
   NAV
------------------------------------------------------ */
#nav                                                   {
	padding: 5px 10px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	clear: both;
	height: 18px;
}
.home #nav                                             { width: 630px; }
#path                                                  {
	display: inline;
	float: left;
	font-size: .9em;
	font-weight: bold;
}	
#path li                                               { display: inline; margin-right: 5px; }
#path a                                                {
	color: #304b7f;
	background: transparent url(../images/layout/path-arrow.gif) no-repeat left center;
	padding: 0 0 0 22px;
	text-decoration: none;
}	

#print                                                 {
	display: block;
	width: 17px; height: 16px;
	float: right;
	margin: 1px 0 0 0;
	padding: 0 0 0 5px;
	text-indent: -9999px;
	border-left: 1px solid #c3c3c3;
	cursor: pointer;
}
#print span                                            {
	display: block;
	width: 17px; height: 16px;
	background: transparent url(../images/layout/print.gif) no-repeat 0 0;
	cursor: pointer;
}		

/*-----------------------------------------------------
   CONTAINER
------------------------------------------------------ */
#container                                             { padding: 25px; }
#mainContent                                           { line-height: 1.4em; }
	
.home #mainContent                                     { display: inline; float: left; width: 650px; }
	
#rightCol                                              { display: inline; float: right; width: 246px; }

#topLink                                               { clear: both; padding-top: 15px; }
.home #topLink                                         { padding-top: 15px !important; padding-top: 7px; }
#topLink a                                             {
	display: block;
	width: 89px; height: 19px;
	padding: 2px 0 0 28px;
	background: #e5e5e5 url(../images/layout/vrh-stranice.gif) no-repeat 0 0;
	color: #415f99;
	font-size: 10px;
	text-decoration: none;
}
#topLink a:hover                                       { color: #415f99; text-decoration: underline; }
	
/*-----------------------------------------------------
   rightCol (box)
------------------------------------------------------ */
#rightCol                                              { margin: -31px 0 0 0;line-height: 1.3em; }
.box h2                                                {
	color: #000;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 0 30px 10px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dbd3aa;
}
.box                                                   {
	background: transparent url(../images/layout/right-box-bg.gif) repeat-y 0 0;
	margin-bottom: 10px !important;
	margin-bottom: 5px;
	padding: 0;
	width: 246px;
}
.box .top                                              {
	width: 246px; height: 9px;
	line-height: 0;
	background: url(../images/layout/right-box-top.gif) no-repeat 0 0;
}
.box .bottom                                           {
	width: 246px; height: 9px;
	line-height: 0;
	background: #fff url(../images/layout/right-box-bottom.gif) no-repeat 0 0;
	clear: both;
}
.box .image                                            {
	display: inline;
	float: left;
	width: 70px;
	text-align: center;
	margin: 0 0 0 5px;
	padding: 5px 0;
}	
.box .content                                          {
	display: inline;
	float: right;
	width: 160px;
	padding: 0;
	margin: 0 5px;
}
#rightCol a                                            { color: #415f99; text-decoration: underline; }
#rightCol a:hover                                      { color: #415f99; text-decoration: none; }

/*-----------------------------------------------------
   FOOTER
------------------------------------------------------ */	
#footer                                                {
	margin: 0 25px;
	padding: 20px 30px;
	background: #ededed;
	font-size: .9em;
	color: #484848;
}
#footer a                                              { color: #484848; text-decoration: none; }
#footer a:hover                                        { color: #484848; text-decoration: underline; }		