@charset "utf-8";

@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;
}
/* End Základní styly odkazů */

/* Základní nastavení elementů*/
ul {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	list-style: none;
}
#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;
}

img {
	border: 0px;
}

div {
	margin: auto;
}

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: 18px;
	color: #EF0000;
}
h2 {
	padding-bottom: 15px;
	padding-top: 5px;
}
h3 {
	font-size: 20px;
	color: #003366;
	font-weight: bold;
}
h4 {
	color: #003366;;
	font-size: 14px;
	font-weight: bold;
}
	#center-right .novinky_h {
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		clear: both;
		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: 11px; 
	margin: 0px;
	line-height: 140%;
	margin-bottom: 10px;
}

form {
	margin: 0;
}

input {
	font-size: 11px;
}

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