@charset "utf-8";


/* Základní style odkazů */
a:link, a:active, a:visited, a:hover {
	color: #0057BF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a.nounderline:link, a.nounderline:active, a.nounderline:visited, a.nounderline:hover {
	color: #003366;
	text-decoration: none;
}
a.nounderline:hover {
	color: #000000;
	text-decoration: underline;
}

a.invert:link, a.invert:active, a.invert:visited, a.invert:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.invert:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.navigation:link, a.navigation:active, a.navigation:visited, a.navigation:hover {
	color: #666666;
	text-decoration: underline;
}
a.navigation:hover {
	color: #000000;
	text-decoration: none;
}
/* End Základní styly odkazů */


/* Základní nastavení elementů*/
ul {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-size: 0.75em;
	font-family: Tahoma, Helvetica, sans-serif;
	list-style: none;
}
ul ul {
	list-style: none;
	padding-left: 20px;
	font-size: 0.95em;
	font-family: Tahoma, Helvetica, sans-serif;
}
#main-menu ul li, #content-mapa-webu ul li {
	padding-left: 13px;
	background: url('/images/gr/menu-odrazka4.gif') left top no-repeat;
}
#main-menu ul li li, #content-mapa-webu ul li li {
	padding-left: 13px;
	background: none;
	color: #999999;
	background: url('/images/gr/menu-odrazka3.gif') left top no-repeat;
}

#main-menu a {
	color: #333333;
	text-decoration: none;
}
#main-menu a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

div {
	margin: auto;
}

hr {
	color: #000000;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: normal;
}

h1, h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	
	font-size: 1.25em;
	color: #003366;
}
h2 {
	background: url('/images/gr/h2-line.gif') left bottom repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.1em;
	color: #003366;
	font-weight: bold;
}
h4 {
	color: #003366;;
	font-size: 0.9em;
	font-weight: bold;
}
h5, h6 {
	font-size: 0.9em;
	font-weight: bold;
}

p {
	color: #333333;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 0.75em; 
	margin: 0px;
}

form {
	margin: 0px;
}

input {
	font-size: 0.75em;
}

textarea {
	font-size: 0.75em;
	font-family: Tahoma, Helvetica, sans-serif;
}

select {
	font-size: 0.75em;
}
/* End Základní nastavení elementů*/


/* Rozšířené styly běžné pro každý web*/
p input {
	font-size: 0.95em;
}

p textarea {
	font-size: 1em;
}

p select {
	font-size: 0.95em;
}

p.article {
	text-indent: 20px;
	text-align: justify;
	line-height: 140%;
	margin-bottom: 5px;
}


p.small {
	font-size: 0.7em;
}
p.small2 {
	font-size: 0.6em;
}
p.legend {
	color: Gray;
	font-size: 0.70em;
	font-family: Tahoma, Helvetica, sans-serif;
}