﻿/*********************** Nastavenie vzhladu nadpisov v ramci weboveho sidla ****************************/

h1
{
	font-size: 2.0em;
	font-weight: bolder;	 
}

h2
{
	font-size: 1.8em;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

h3
{	
	font-size: 1.2em;
	font-weight: bolder;
	margin: 0px 0px 10px 0px;
}

h4
{
	font-size: 1.1em;
	font-weight: bolder;
	margin: 20px 0px 10px 0px;	
}

h5
{
	font-size: 1.0em;
	margin: 5px 0px 5px 10px;	
}

h6
{
	font-size: 0.9em;
	color: Green;
}

/******************************** Vzhlad odkazov *******************************/

a.link
{
	color: red;
	text-decoration: underline;
}

a.link:hover
{
	color: Green;
	text-decoration: underline;	
}


/*********************** Vzhlad Grid View komponenty ****************************/
.gridView
{
	font-size: 0.8em;
	text-align: left;	
}

.gridViewRow
{
	color: black;
	font-weight: bold;
	border: 1px solid black;
}

.gridViewHeader
{
	color: White;
	background-color: Black;
	
}





.gvSpNovinka
{
	font-size: 0.9em;
	vertical-align: top; 	
	text-align: justify;
	
	border: none;	
}

/*********************** Vzhlad Tree View ****************************/


.treeViewNodeStyle
{
	color: Black;
	
}

.treeViewRootStyle
{
	font-size: 1.3em;
	font-weight: bold;
	color: Green;
	
}

.treeViewLevel1Style
{
	font-size: 1.0em;
	color: Green;
}

.treeViewLevel2Style
{
	color: Black;
	width: 470px;
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px 0px 0px 0px;	
}

.treeViewLevel3Style
{
	color: Navy;
	width: 470px;
	font-size: 0.9em;
}

.treeViewLevel4Style
{
	color: red;
	width: 100px;
	font-size: 0.9em;
}

.treeViewHoverNodeStyle
{
	color: Green;
	text-decoration: underline;
}

/*********************** Vzhlad ikon (XLS, PDF, HTML, DOC) ****************************/

img.iconXls
{
	height: 20px;
	width: 20px;	
	
	border: 0px solid black;
}


img.iconDoc
{
	height: 20px;
	width: 20px;	
	
	border: 0px solid black;
}

img.iconHtml
{
	height: 23px;
	width: 17.5px;	
	
	border: 0px solid black;
}

img.iconPdf
{
	height: 21px;
	width: 22px;	
	
	border: 0px solid black;
}

/*********************** Vzhlad ukazovatelov v menu (sipiek) ****************************/

img.iconArrow
{
	border: 0px solid black;
	padding: 3px 7px 0px 0px;
}

img.iconLeftMenuArrow
{
	margin: 0px 2px 0px 2px;
	border: 0px solid black;
}

a.link2
{
	color: Green;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bolder;
	
}

a.link2:hover
{
	color: Navy;
	text-decoration: underline;
}

/***************************************************/

img.kontakty_mapa
{
	
  border: none;
	
}