@charset "utf-8";
/* Základní style odkazů */
a:link, a:active, a:visited, a:hover {
	color: #0575C7;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.no-underline {
	text-decoration: none;
}
a:hover.no-underline {
	text-decoration: underline;
}
/*oštření teček u odkazu v FF*/
* a {
	outline: none;
}
/* End Základní styly odkazů */

/* Základní nastavení elementů*/
ol {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	
	font-size: 12px;
	line-height: 160%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol ol {
	list-style: circle;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	list-style: square;
	
	font-size: 12px;
	line-height: 160%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul ul {
	list-style: circle;
}

#menu ul {
	padding: 0 0 0 0;
	margin: 0;
	border: 0;
	list-style: none;
}
#menu li {
	float: left;
	background: url('/images/gr/menu-sep.png') right center no-repeat;
}
* html #menu li {
	background-image: url('/images/gr/menu-sep.gif');
}
#menu li a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	padding: 0 13px;
}
#menu li a:hover {
	text-decoration: underline;
}


/**/
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: #E81C23;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: normal;
}

h1, h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	
	font-size: 1.25em;
	color: #336480;
}
h2 {
	padding-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.0em;
	color: #1A6FA5;
	font-weight: bold;
}
	.reference-row h3 {
		font-size: 17px;
		color: #999999;
		font-weight: normal;
	}
h4 {
	color: #333333;
	font-size: 0.90em;
	font-weight: bold;
}
h5 {
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
}
h6 {
	color: #333333;
	font-size: 0.75em;
	font-weight: bold;
}

p {
	color: #333333;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 12px; 
	margin: 0px;
}

form {
	margin: 0px;
}

input {
	font-size: 0.75em;
}

textarea {
	font-size: 0.75em;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
}

select {
	font-size: 0.75em;
}


/* Rozšířené styly běžné pro každý web*/
p input {
	font-size: 12px;
}

p textarea {
	font-size: 12px;
}

p select {
	font-size: 11px;
}

p.article {
	/*text-indent: 20px;*/
	text-align: justify;
	line-height: 160%;
	margin-bottom: 5px;
}


p.small {
	font-size: 11px;
}
p.small2 {
	font-size: 10px;
}
.legend {
	color: Gray;
	font-size: 11px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.alert-div {
	padding: 10px; border: 1px solid #E1968A; background-color: #EAB7AD; background-image: url('/admin/gr/icons/alert-background.gif');
}
.pass-div {
	padding: 10px; border: 1px solid #C7D39A; background-color: #D7E0B8; background-image: url('/admin/gr/icons/pass-background.gif');
}
.proc-div {
	padding: 10px; border: 1px solid #E1C38A; background-color: #FFCC66; background-image: url('/admin/gr/icons/proc-background.gif');
}

.pagination, .pagination-active { /* stránkování pagination()*/
	background: #666666;
	color: #FFFFFF!important;
	padding: 2px 5px!important;
	text-decoration: none!important;
	font-family: Verdana!important;
}
.pagination-active {
	background: #1A6FA5!important;
}
.pagination:hover {
	background: #1A6FA5;
}
.cara	{
	width: 100%;
	background: #555555;
	height: 1px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}