@charset "utf-8";


/* Základní style odkazů */
a:link, a:active, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #EF0000;
	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;
}
/*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: Arial, Tahoma, Helvetica, sans-serif;
}
ol ol {
	list-style: circle;
}

ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	line-height: 170%;
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	list-style: disc;
}
#center-left ul, #main-menu ul {
	list-style: none;
	padding: 0;
}

#center-middle ul ul {
	list-style: none;
	padding-left: 20px;
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}



/**/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

img {
	border: 0;
}

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: 0;
	padding: 0;
	clear: both;
	font-weight: normal;
}


h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: normal;
}



h1, h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #333333;
	color: #EF0000;
	border-bottom: 2px #EF0000 solid;
	margin: 18px 0;
}

.grey-top h2 {
	display: none;
}

h3 {
	font-size: 18px;
	color: #003366;
	/*color:#202020;*/
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

h4 {
	color: #003366;;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 5px;
}

	#center-right h4 {
		color: #ffffff;
		font-weight: bold;
		border: 1px solid #909090;
		background: #989898;
		font-size: 11px;
		margin: 0 0 2px 0;
		padding: 0 0 0 10px;
	}

h5, h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

	h5 a {
		text-decoration: none !important;
		color: #000000;
	}

		h5 a:hover {
			color: #EF0000;
		}

p {
	color: #333333;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0px;
	line-height: 140%;
	margin-bottom: 10px;
}

form {
	margin: 0;
}

input {
	font-size: 11px;
}

textarea {
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

select {
	font-size: 0.75em;
}

select {
	font-size: 11px;
}

/* End Základní nastavení elementů*/

/* Rozšířené styly běžné pro každý web*/

p input {
	font-size: 11px;
}

p textarea {
	font-size: 11px;
}

p select {
	font-size: 11px;
}

p.article {
	text-align: left;
	line-height: 140%;
}

p.small {
	font-size: 11px;
}

p.small2 {
	font-size: 10px;
}
.legend {
	color: Gray;
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

p.proklik {
	padding-left: 25px;
	background: url('/images/gr/arrow.gif') left top no-repeat;
	min-height: 22px;
}

div.layout {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0 0 0;
	padding-top: 10px;
}

div.layout-left {
	float: left;
	width: 49%;
}

div.layout-right {
	float: right;
	width: 49%;
}
/* Rozšířené styly běžné pro každý web*/

p.article2 {
	text-align: justify;
	line-height: 140%;
	margin-bottom: 5px;
}
.harmonogram {
	border: 1px solid #000000;
}
.harmonogram td {
	border: 1px solid #000000;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}
.harmonogram .header {
	background-color: #989898;
}
.header p {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 100%;
}
p.cervena-velka {
	font-size: 20px;
	color: #333333;
	color: #EF0000;
}

ul.sokol {
	list-style: url('/images/gr/li-sokol.png');
	line-height: 200%;
	font-size: 14px;
}
.sokol li {
padding-top: 0;}

.vyplneno {
	background-color: #EEEEEE;
}
.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: #CC0000!important;
}
.pagination:hover {
	background: #CC0000;
}
.cara	{
	width: 100%;
	background: #555555;
	height: 1px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.highslide {
	
}
.stred {
	text-align: center;
}
