﻿
#divLayoutBody
{
	width: 980px;
	margin: 0px auto 0px auto;
	/*background-color: #adc9ec;*/
}

/*-------------------------------- hlava -------------------------------------*/
#divLayoutHlava
{
	width: 980px;
	height: 107px;
	background-image: url(Images/bckHlava.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
}

/*-- odkaz logo -- */
.odkazLogo
{
	width: 390px;
	height: 75px;
	display: block;
	text-decoration: none;
	position: absolute;
	margin: 25px 0px 0px 15px;
}

/*-------------------------------- menu -------------------------------------*/
#divLayoutMenu
{
	background-color:#036c83;
	margin-top: 2px;
	padding: 0px 0px 0px 110px;
	color: #ffffff;
}

#divLayoutMenu table { width: 100%; height: 22px; }

#divLayoutMenu a
{
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
}

#tdMenuodkazy a
{
	font-family: Verdana, Sans-Serif;
	border-right: solid 1px #ffffff;
	margin-right: -3px;
	padding: 4px 14px 4px 15px;
}

#tdMenuodkazy { border-left: solid 1px #ffffff; }

#tdMenuodkazy a:hover, #tdMenuodkazy a.linkMenuOn
{
	color: #ffffff;
	background-color: #81b6c1;	
}

#tdMenuJazyky
{
	text-align: right;
	padding-right: 15px;
}

#tdMenuJazyky a.linkJazykDisabled, #tdMenuJazyky span
{
	color: #4291a2;
}

#tdMenuJazyky a
{
	padding: 0px;
}

#tdMenuJazyky a:hover { color: #c0dae0; }
#tdMenuJazyky a.linkJazykDisabled:hover {color: #4291a2;}

/*-------------------------------- obrázek -------------------------------------*/
#divLayoutObrazek
{
	width: 980px;
	height: 212px;
	background-image: url(Images/bckObrazek.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px 0px 2px 0px;
}

/*-------------------------------- obsah -------------------------------------*/
#divLayoutObsahVnejsi
{
	width: 980px;
	overflow:visible;
}

#divLayoutObsahVnitrni
{
	margin: 0px;
}

#divNadPatou
{
	clear: both;
	padding-top: 20px;
}

/*-------------------------------- pata -------------------------------------*/
#divLayoutPata
{
	background-color: #a8aa7f;
	color: #ffffff;
	padding: 5px 10px 4px 10px;
}

#divLayoutPata a { color: #ffffff; text-decoration: none; }
#divLayoutPata a:hover { color: #dfe0cf; }

/*-------------------------------- rámeček -------------------------------------*/

.ramecek_LH
{
	background-image: url(Images/ramecek_LH.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.ramecek_PH
{
	background-image: url(Images/ramecek_PH.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 11px;
	line-height: 11px;
}

.ramecek_S
{
	background-color: #eaebdb;
	padding: 0px;
	border-left: solid 1px #a8aa7f;
	border-right: solid 1px #a8aa7f;
	background-position: left top;
	background-repeat: no-repeat;
}

.ramecek_LD
{
	background-image: url(Images/ramecek_LD.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.ramecek_PD
{
	background-image: url(Images/ramecek_PD.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 11px;
	line-height: 11px;
}

/*-------------------------------- button -------------------------------------*/
.button input
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(Images/bckBtn_S.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: Transparent;
	border: none;
	height: 29px;
	cursor: pointer;
}

.button a
{
	display: block;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 9px 0px 11px 0px;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(Images/bckBtn_S.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: none;
	cursor: pointer;
}

.button
{
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(Images/bckBtn_L.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 8px;
	text-align: center;
}

.button span
{
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(Images/bckBtn_P.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 8px;
	text-align: center;
}