/** 
 * Copyright 2006
 * =====================================     
 */     

/* ---		----- MENU ----*/
#mainweb .transMenu {
	position: absolute;
	overflow: hidden;
	width: 10em;
}
#mainweb .transMenu .content {
	position:absolute;
	}
#mainweb .transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}
#mainweb .transMenu.top .items {
	border-top:none;
	}
#mainweb .transMenu .item {
	color: Black;
	font-size:11px;
	font-family:sans-serif;
	text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
}
#mainweb .transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}
#mainweb .transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
#mainweb .transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
#mainweb .transMenu .item.hover {
	background: Red;
	color: black;
}
#mainweb .transMenu .item img {
	margin-left:10px;
	}
#mainweb {
	border: 1px solid black;
	position:absolute;
	left: 10px;
	top:10px;
	background: White;
	border-bottom: 1px solid Black;
	padding: 4px 0;
}
#mainweb a {
	padding: 4px 10px;
	font-weight: bold;
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
#mainweb a.hover {
	background: Red;
}
#mainweb table {
	border-collapse: collapse;
	width: 98%;
}
#mainweb th        {
	border: 0px solid #A9A9A9;
	padding: 0px;
}
#mainweb td {
	border: 0px solid #A9A9A9;
	padding: 0px;

}
#mainweb img           	{
	border: 0px;
}

/* -------- End MENU ----*/
/*  Zaklad  stranek */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6   {
	margin: 0;
	padding: 0;
	list-style: none;
}

body		    {
	font: normal 62.8%/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #003300 url('../image/bg-body.jpg') repeat-x;
	color: Black;
	padding: 70px 0;
}
a				{
	color: #42230F;
}
a:hover	      	{
	text-decoration: underline !important;
	color: #000;
}
a img   	    {
	border: 0;
}
img           	{
	border: 1px solid #FFFF99;
}
input
select,
textarea      	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
}
input, 
textarea	    {
	background: #90C100;
	padding: 2px 0;
	margin: 0;
	border: 1px solid #6A3500;
	color: #6A3500;
}
button	      	{
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 18px;
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #CCFF33;
	cursor: pointer;
}
.submit       	{
	width: auto !important;
	overflow: visible;
	background-color: #000066;
	border: 1px solid Black !important;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

h1	{
	font-size: 2.1em;
}
h2	{
	font-size: 1.7em;
}
h3	{
	font-size: 1.5em;
}
h4	{
	font-size: 1.3em;
}
h5	{
	font-size: 1.2em;
}
h6	{
	font-size: 1.1em;
}
p  {
	line-height: 21px;
}

h1, h2, h3, h4, h5, h6  {
	color: #990000;
	font-weight: bold;
}

table           {
	border-collapse: collapse;
	width: 100%;
}
table td,
table th        {
	border: 1px solid Black;
}
table th        {
	text-align: left;
}
table td.right  {
	padding-left: 1px;
}
table th.right  {
	padding-left: 1px;
}
table td.left   {
	padding-right: 1px;
}
table th.left   {
	padding-right: 1px;
}

blockquote  {
	margin: 0;
	padding: 10px 20px;
	color: #333;
	line-height: 1.6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
fieldset    {
	border: 0 !important;
}

/* Icons kontakt */

/* Schovani prvku */
.hidden   {
	display: none;
}

/* Zakladni nastaveni */
#view     {
	width: 1000px;
	margin: 0 auto;
}
#head     {
	font-size: 1.2em;
}
#content  {
	font-size: 1.2em;
}
#foot     {
	font-size: 1.2em;
	clear: both;
}

/* Hlavicka dokumentu */
#head img           	{
	border: 0px;
}

#main       {
	position: relative;
	padding-left: 0px;
	margin-bottom: 0px;
	width: 1000px;
}

#main ul 
{margin: 0; 
 padding: 0; 
 color: #000000;
 background: #FFFFFF;}

#main li 
{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 20%;
	background: #FFFFFF;
	text-align: center;
}

div#hlaseni
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin: 0 0 0 0px;
	text-align: center;
	position: relative;
	COLOR: #000000;
	background: #CCFF33;
}

#head a:hover {
	text-decoration: none !important;
}

#logo {
	position: relative;
	height: 333px;
	background: #678A00 url('../image/bg-logo.jpg') no-repeat;
}
#logo *     {
	color: #FFDEAD;
	text-decoration: none !important;
}
#logo h2    {
	font-weight: normal;
	font-size: 1.5em;
	color: #753A1D;
	margin: 100px 0 0 70px;
}
#logo .block{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* -- Stranka dokumentu -- */
.fr		    {
	float: right !important;
}
.fl		    {
	float: left !important;
}
.right	  {
	text-align: right !important;
}
.left		  {
	text-align: left !important;
}
.center	  {
	text-align: center !important;
}
.last		  {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.small	  {
	font-size: .80em;
}
.big      {
	font-size: 1.6em;
}
.item     {
	margin-bottom: 1.6em;
	clear: both;
}
.info     {
	font-size: .90em;
	margin: 2px 0 6px !important;
	color: #000066;
}
.self     {
	padding-left: 10px;
	float: left;
	margin-top: -4px;
}
.date     {
	font-weight: bold;
	color: #6C351A;
}
.perex    {
	margin-bottom: 0 !important;
	text-align: justify;
}
.col1     {
	width: 59%;
	float: left;
}
.col2     {
	width: 39%;
	float: right;
}
.col2 *   {
	padding-left: 0 !important;
}
img.left  {
	margin-left: 0 !important;
}
img.right {
	margin-right: 0 !important;
}

.tab1l {
	color: Black;
	background-color: White;
}

.tab2l {
	color: White;
	background-color: #7B68EE;
}

/* -- Odkazy na obrazky -- */
#logo       {
	position: relative;
	width: 100%;
	height: 335px;
	overflow: hidden;
	background: #678A00 url('../image/bg-logo.jpg') no-repeat 0 0;
}
#mainMenu   {
	height: 43px;
	padding: 0 12px;
	background: Black url('../image/bg-menu.gif') no-repeat;
}
#content    {
	width: 100%;
	height: 100%;
	background: #fff url('../image/bg-content.gif') repeat-y;
	float: left;
}
#foot       {
	height: 140px;
	background: #000066 url('../image/bg-foot.gif') no-repeat;
}

/* -- Telo panelu nastroju -- */
#menuBlock                      {
	width: 270px;
	float: right;
}
#menuBlock .box                 {
	margin-bottom: 20px;
	padding: 0 50px 0 10px;
	overflow: hidden;
	clear: both;
}
#menuBlock .firstBox            {
	padding-top: 15px;
	background: url('../image/bg-content_right.gif') no-repeat 0 0;
}
#menuBlock .box h3              {
	margin-bottom: 15px;
	padding-left: 20px;
	color: #663219;
	font-weight: bold;
	background: url('../image/bg-heading.gif') 2px 45% no-repeat;
}
#menuBlock .boxText p,
#menuBlock .boxText a           {
	color: #0b1621;
}
#menuBlock .subMenu ul          {
	padding-left: 21px;
}
#menuBlock .subMenu ul li       {
	margin: 10px 0;
}
#menuBlock .subMenu li a        {
	padding: 0 5px 0 20px;
	color: #000066;
	overflow: hidden;
	background: url('../images/bg-submenu_item1.gif') 0 60% no-repeat;
}
#menuBlock .subMenu li a:hover,
#menuBlock .subMenu li.active a {
	color: Black;
	background: url('../image/bg-submenu_item2.gif') 0 60% no-repeat;
}
#menuBlock  .w3cb 
{
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-top : 5px;
	WIDTH: 175px;
	LINE-HEIGHT: 1.2;
	FONT-SIZE: 10px;
	TEXT-ALIGN: center;
	FONT-FAMILY: Verdana, Geneva, Arial, lucida, Helvetica, sans-serif;
}
#menuBlock  .w3cb a
{
	BORDER-RIGHT: #ccc 1px solid;
	BORDER-TOP: #ccc 1px solid;
	BORDER-LEFT: #ccc 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #ccc 1px solid;
	BACKGROUND-COLOR: Yellow;
	TEXT-DECORATION: none
}
#menuBlock  .w3cb a:link 
{
	BORDER-RIGHT: #ccc 1px solid;
	BORDER-TOP: #ccc 1px solid;
	BORDER-LEFT: #ccc 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #ccc 1px solid;
	BACKGROUND-COLOR: Yellow;
	TEXT-DECORATION: none
}
#menuBlock .w3cb a:visited 
{
	BORDER-RIGHT: #ccc 1px solid;
	BORDER-TOP: #ccc 1px solid;
	BORDER-LEFT: #ccc 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #ccc 1px solid;
	BACKGROUND-COLOR: Yellow;
	TEXT-DECORATION: none
}
#menuBlock .w3cb a:hover 
{
	BORDER-RIGHT: #ccc 1px solid;
	BORDER-TOP: #ccc 1px solid;
	BORDER-LEFT: #ccc 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #ccc 1px solid;
	BACKGROUND-COLOR: Yellow;
	TEXT-DECORATION: none
}
#menuBlock  .w3cb a:hover 
{
	BORDER-RIGHT: #eee 1px ridge; 
  BORDER-TOP: #eee 1px ridge; 
  BORDER-LEFT: #eee 1px ridge; 
  BORDER-BOTTOM: #eee 1px ridge
}
#menuBlock  .w3cb span.w3c 
{
	PADDING-RIGHT: 0.4em;
	PADDING-LEFT: 0.4em;
	PADDING-BOTTOM: 0px;
	COLOR: Green;
	PADDING-TOP: 0px;
	BACKGROUND-COLOR: #fff;
}

/* -- Telo dokumentu stranky -- */
#content > #contentBlock        {
	margin-bottom: 0;
}
#contentBlock                   {
	position: relative;
	left: 1px;
	right: 1px;
	float: left;
	width: 720px;
	min-height: 550px;
	margin-bottom: -20px;
	padding: 50px 0;
	background: url('../image/bg-content_left.gif') 100% 100% no-repeat;
}
#contentBlock img               {
	margin: 3px;
}
#contentBlock table tr.add td,
#contentBlock table tr.add th   {
	background: url('../image/bg-table_line.gif') repeat-x;
}
#contentBlock .item             {
	position: relative;
	left: -1px;
	padding: 0 15px 0 40px;
}
#contentBlock .item h2,
#contentBlock .item h3,
#contentBlock .item h4,
#contentBlock .item p           {
	font-weight: normal;
}
#contentBlock .itemOdd          {
	position: relative;
	left: -11px;
	background: url('../image/bg-article.gif') repeat-y;
	width: 230px;
	padding-right: 0;
}
#contentBlock .itemEven         {
	padding-right: 0;
}
#contentBlock .mainItem         {
	padding-right: 0;
}
#contentBlock .mainItem .perex  {
	color: #573400;
	width: 430px;
}
#contentBlock FIELDSET {
	PADDING-RIGHT: 1em;
	PADDING-LEFT: 1em;
	PADDING-BOTTOM: 1em;
	PADDING-TOP: 1em;
}
#contentBlock LEGEND {
	PADDING-RIGHT: 0.5em;
	PADDING-LEFT: 0.5em;
	FONT-SIZE: 90%;
	PADDING-BOTTOM: 1em;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 1em;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	TEXT-ALIGN: right;
	BORDER-BOTTOM-STYLE: none;
}
#contentBlock LABEL {
	CLEAR: both;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0.2em;
	WIDTH: 25%;
	MARGIN-RIGHT: 0.5em;
	PADDING-TOP: 0.2em;
	TEXT-ALIGN: right;
}
#contentBlock span {
	color: Red;
	background: transparent;
	FONT-FAMILY: Verdana, Geneva, Arial, lucida, Helvetica, sans-serif;
	font-style: normal;
	width: 100%;
	font: bold;
}

/* -- Formatovani textu dokumentu -- */
#contentBlock p,
#contentBlock ul,
#contentBlock ol,
#contentBlock table,
#menuBlock .boxText p,
#menuBlock .boxText ul,
#menuBlock .boxText ol {
	margin-bottom: 1.5em;
	text-align: justify;
}
#contentBlock ul,
#contentBlock ol,
#menuBlock .boxText ul,
#menuBlock .boxText ol          {
	padding-left: 8px;
}
#contentBlock ol,
#menuBlock .boxText ol          {
	padding-left: 15px;
}
#contentBlock ul *,
#contentBlock ol *,
#menuBlock .boxText ul *,
#menuBlock .boxText ol *        {
	margin-bottom: 0 !important;
}
#contentBlock ul li,
#menuBlock .boxText ul li       {
	margin: 2px 0;
	list-style: disc;
}
#contentBlock ol li,
#menuBlock .boxText ol li       {
	margin: 3px 0 3px 10px;
	padding: 0;
	list-style: decimal;
}

/* -- Konec stranaky -- */
#foot p       {
	padding: 50px 50px 0;
}
#foot *       {
	color: #000066;
}
#foot a:hover {
	color: #fff;
}
