﻿@charset "utf-8";
/* Základní style odkazů */
a {
	color: #216096;
	text-decoration: underline;
}
a: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, Helvetica, sans-serif;
}
ol ol {
	list-style: circle;
}
ul {
	margin: 0px;
	padding: 0px;
	padding-left: 22px;
	list-style: square;
	color: #333333;
	
	font-size: 12px;
	line-height: 170%;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}
	ul li {
		background: url('img/smlouvasmlouvy/icons/odrazka-li2.gif') 0 9px no-repeat;
		padding-left: 13px;
	}
ul ul {
	list-style: circle;
}
	ul li ul li {
		background: none;
		padding-left: 0;
	}
/**/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
/*table {
	border-collapse: collapse;
}
	table tr {
		
	}
		table tr td {
			color: #333333;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			padding: 1px 0;
		}*/
img {
	border: 0;
}
div {
	margin: auto;
}
hr {
	color: #000000;
	height: 1px;
}
h1, h2, h3, h4, h5, h6 {
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	clear: both;
	font-weight: normal;
}
h1 {
	display: none;
}
h2 {
	padding-top: 0;
	padding-bottom: 10px;
	
	font-size: 26px;
	color: #216096;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #1D5481;
	padding-top: 15px;
	padding-bottom: 10px;
}
h4 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #1D5481;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
form {
	margin: 0;
}
input {
	font-size: 12px;
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	font-size: 12px;
}
/* Rozšířené styly běžné pro každý web*/
p.article {
	text-indent: 20px;
	text-align: justify;
	line-height: 140%;
	margin-bottom: 5px;
}
p.article2 {
	text-align: justify;
	line-height: 140%;
	margin-bottom: 5px;
}
p.small {
	font-size: 11px;
}
p.small2 {
	font-size: 10px;
}
.ramecek {
	 padding: 7px 3px 6px 8px;
	background-color: #F2F2F2;
	 border: 1px dotted silver;
}
.legend {
	color: Gray;
	font-size: 11px;
}
.alert-div {
	padding: 10px; border: 1px solid #E1968A; background-color: #EAB7AD; background-image: url('../../admin/gr/icons/alert-background.html');
}
.pass-div {
	padding: 10px; border: 1px solid #C7D39A; background-color: #D7E0B8; background-image: url('../../admin/gr/icons/pass-background.html');
}
.proc-div {
	padding: 10px; border: 1px solid #E1C38A; background-color: #FFCC66; background-image: url('../../admin/gr/icons/proc-background.html');
}
.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: #96C63E!important;
}
.pagination:hover {
	background: #96C63E;
}
.cara	{
	width: 100%;
	background: #555555;
	height: 1px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.highslide {
	
}
#hledani-zalozky {
	border-bottom: 1px solid silver;
	height: 31px;
}
	#hledani-zalozky div {
		float: left;
		width: 100px;
		height: 30px;
		border: 1px solid silver;
		margin-left: 10px;
		text-align: center
	}
		#hledani-zalozky div p {
			padding: 7px 0 0 0;
		}
		#hledani-zalozky div a {
			text-decoration: none;
			color: #000000;
		}
		#hledani-zalozky div a:hover {
			text-decoration: underline;
		}