@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: 12px;
	font-family: "Trebuchet MS", arial, tahoma, sans-serif;
	list-style: none;
}
ul ul {
	list-style: none;
	padding-left: 20px;
	font-size: 12px;
	font-family: "Trebuchet MS", arial, tahoma, sans-serif;
}

* html #pravemenu-container a {display: inline; background-position: left 5px;}

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

img {
	border: 0px;
}

div {
	margin: auto;
}

hr {
	color: #000000;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #00AEEF;
	font-family: "Trebuchet MS", arial, tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: normal;
}

h1, h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	
	font-size: 20px;
	color: #00AEEF;
}
h2 {
	background: url('/images/gr/h2-line.gif') left bottom repeat-x;
	margin-bottom: 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #C4DFE2;
}
h3 {
	font-size: 16px;
	color: #00AEEF;
}
h4 {
	color: #00AEEF;;
	font-size: 0.9em;
	font-weight: bold;
}
h5, h6 {
	font-size: 0.9em;
	font-weight: bold;
}

p {
	color: #777777;
	font-family: "Trebuchet MS", arial, tahoma, sans-serif;
	font-size: 13px; 
	margin: 0px;
}

form {
	margin: 0px;
}

input {
	font-size: 0.75em;
}

textarea {
	font-size: 0.75em;
	font-family: "Trebuchet MS", arial, tahoma, 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: 160%;
	margin-bottom: 5px;
}


p.small {
	font-size: 11px;
}
p.small2 {
	font-size: 10px;
}
p.legend {
	color: Gray;
	font-size: 11px;
	font-family: "Trebuchet MS", arial, tahoma, sans-serif;
}