@charset "utf-8";


.ceny td {
	width: 50% !important;
}

/* Základní style odkazů */
.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: #000000!important;
}
.pagination:hover {
	background: #000000;
}

a {
	color: #0575C7;
	text-decoration: underline;
}
a:hover {
	color: #0575C7;
	text-decoration: none;
}
/* End Základní styly odkazů */

.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');
}

/* Základní nastavení elementů*/
ol {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	
	font-size: 13px;
	line-height: 160%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol ol {
	list-style: circle;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
	
	font-size: 13px;
	line-height: 160%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-center ul {
	margin-left: 20px;
}

.main-menu ul li a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background: url('/images/gr/menu-line.png') left bottom no-repeat;
	padding: 3px 0 3px 0;
	margin: 0 0 0 20px;
}
	.zelena .main-menu ul li a {
		background: none;
	}
.main-menu ul li a:hover {
	text-decoration: underline;
}
.main-menu ul {
	list-style-type: none;
}
.main-menu ul li ul li a {
	padding-left: 20px;
	color: #BAD9EF !important;
	background: url('/images/gr/odrazka-main-menu.png') 5px center no-repeat;
}
.main-menu ul li ul li ul li a {
	padding-left: 30px;
	color: #BAD9EF !important;
	background: url('/images/gr/odrazka-main-menu.png') 15px center no-repeat;
}
.main-menu ul li ul li ul li ul li a {
	padding-left: 40px;
	color: #BAD9EF !important;
	background: url('/images/gr/odrazka-main-menu.png') 25px center no-repeat;
}
.main-menu {
	margin-bottom: 10px;
}


/**/
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

img {
	border: 0px;
}
	* img {
		border-color: #0575C7 !important;
	}

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;
	padding-left: 10px;
}

h1, h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	
	font-size: 20px;
	color: #056BB7;
}
h2 {
	padding-top: 0px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
	border-width: 0 0 0 13px;
	border-style: solid;
	border-color: #056BB7;
}
h3 {
	font-size: 16px;
	color: #3B821D;
	font-weight: bold;
	font-style: italic;
	border-width: 0 0 0 13px;
	border-style: solid;
	border-color: #3B821D;
	margin-bottom: 5px;
}
	.reference-row h3 {
		font-size: 17px;
		color: #999999;
		font-weight: normal;
	}
h4 {
	color: #E81C23;;
	font-size: 0.90em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
}
h6 {
	font-size: 0.75em;
	font-weight: bold;
}

p {
	color: #333333;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 13px; 
	margin: 0px;
	line-height: 150%;
}

form {
	margin: 0px;
}

input {
	font-size: 11px;
}

textarea {
	font-size: 11px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
}

select {
	font-size: 11px;
}


/* 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;
}
.blok-modry {
	background: #D9EEFD url('/images/gr/rozek.png') left top no-repeat;
	padding: 15px;
	font-weight: bold;
	color: #056BB7;
	width: 510px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

legend {
	color: Gray;
	font-size: 11px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
}


.pagination, .pagination-active { /* stránkování pagination()*/
	background: #D9EEFD;
	color: #0575C7!important;
	padding: 2px 5px!important;
	text-decoration: none!important;
	font-family: Verdana!important;
}
.pagination-active {
	background: #0575C7!important;
	color: #FFFFFF!important;
}
.pagination:hover {
	background: #0575C7;
	color: #FFFFFF!important;
}