html {
  overflow-y: scroll;
}
body, * {
	font-family: tahoma;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #025a95;
}
input, select, textarea {
	border: 1px solid #999999;
	padding: 2px;
	padding-left: 5px;
}
option {
	padding-left: 3px;
	padding-right: 10px;
}
input.submit {
	padding: 0px;
	border: 0px;
	background-color: #083174;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
}
select {
	padding: 0px;
	padding-left: 3px;
}
textarea {
	padding: 0px;
	padding-left: 5px;
}
thead {
	background-color: #cccccc;
	color: white;
	font-weight: bold;
}
thead td {
	padding: 2px;
}
.req {
	background-image: url('../img/layout/req.png');
	background-repeat: no-repeat;
	background-position: right top;
}
img.required {
	vertical-align: top;
}
.message-error {
	text-align: center;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	background-color: #ffd5d5;
	border: 2px solid #d54a4a;
	color: #d54a4a;
	font-weight: bold;
}
.message-ok {
	text-align: center;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	background-color: #e7fee6;
	border: 2px solid #0a9103;
	color: #0a9103;
	font-weight: bold;
}
img {
	border: 0px;
}
#container {
	margin: auto;
	width: 840px;
}
#logo {
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 220px;
	height: 90px;
}
#banner {
	float: left;
	width: 580px;
	height: 90px;
	background-color: #e7e5e6;
}
#banner div {
	margin: auto;
	margin-top: 15px;
	width: 468px;
	height: 60px;
}
#banner-left {
	overflow: hidden;
	width: 220px;
	margin-top:20px;
	text-align: center;
	padding-bottom:2px;
}
#banner-left img {
  margin-bottom: 10px;
}
#banner-bottom {
	float: left;
	width: 580px;
	height: 90px;
}
#banner-bottom div {
	margin: auto;
	margin-top: 15px;
	width: 468px;
	background-color: #ffffff;
}
#left-column {
	clear: both;
	float: left;
	width: 220px;
	background-image: url('../img/layout/bg_menu.png');
	background-repeat: no-repeat;
	min-height: 400px;
	margin-bottom: 20px;
}
#right-column {
	float: left;
	width: 580px;
	margin-bottom: 20px;
}
#right-column .content{
	width: 545px;
  margin:20px;
	margin-right:15px;
}
#right-column .mapa {
	text-align: center;
	margin-bottom: 20px;
}
#mapa area {
	cursor: pointer;
}
#quicksearch {
	height: 83px;
	text-align: left;
	padding-left: 0px;
	padding-left: 25px;
}
#quicksearch h1 {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 2px;
	border: 0px;
}
#quicksearch #quicksearchfield {
	width: 140px;
	border: 1px solid #000000;
	color: #000000;
	vertical-align: middle;
}
#quicksearch #quicksearchbutton {
	margin-left: 5px;
	vertical-align: middle;
}
#menu-left {
	margin-top: 38px;
	text-align: right;
	margin-bottom: 37px;
}
#menu-left p {
	font-size: 11px;
	font-weight: bold;
	padding-right: 23px;
	margin-bottom: 11px;
}
#menu-left p a {
	color: #000000;
}
#menu-top {
	background-color: #616362;
	width: 580px;
	height: 90px;
	background-image: url('../img/layout/bg_menu_top.png');
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}
#menu-top div {
	padding: 35px;
}
#menu-top .item {
	padding: 30px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu-top .item a {
	color: #ffffff;
}
.scroll-left {
	margin-top: 10px;
	background-color: #f0f0f0;
	border: 3px solid #cdcdcd;
	height: 160px;
	overflow-y: scroll;
}
.scroll-left div {
	margin: 10px;
}
.scroll-left h1 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 3px solid #cdcdcd;
	color: #79b200;
	padding-bottom: 10px;
}
.scroll-left p {
	margin-top: 11px;
}
#footer {
	clear: both;
	width: 800px;
	padding-top:10px;
	background-image: url('../img/layout/bg_footer.png');
	background-repeat: no-repeat;
}
#footer #validity {
	float: left;
	width: 220px;
	height: 60px;
	background-image: url('../img/layout/validity.png');
	background-repeat: no-repeat;
}
#footer #copyright {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 580px;
	color: #a2a9a6;
}
#pocet-servisu {
  float: left;
}
  #pocet-servisu .inner {
    margin: 5px;
    margin-left: 10px;
  }
#svatek {
	margin: 5px;
	margin-left:10px;
	margin-right: 10px;
	text-align: right;
	border-bottom: 3px solid #f0f0f0;
	padding-bottom: 5px;
	color: #025a95;
}
#svatek .highlight {
	color: #000000;
}
#advanced-search {
  width: 100%;
	border-bottom: 3px solid #f0f0f0;
}
#advanced-search td {
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-right: 0px;
}
#advanced-search select {
	/*width: 150px;*/
}
#advanced-search option {
	padding-left: 3px;
	padding-right: 2px;
}
.clanek-preview {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #f0f0f0;
	line-height: 1.5;
}
.clanek-preview h2 {
	font-size: 13px;
	font-weight: bold;
	color: #025a95;
	margin-bottom: 5px;
}
.clanek-preview a {
	color: #000000;
}
.clanek-preview p {
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: justify;
}
.clanek-preview .external a {
	color: #4b790c;
}
.clanek-preview .read-full {
	white-space: nowrap;
	color: #025a95;
}
.clanek-preview .date {
	white-space: nowrap;
	color: #025a95;
	float: right;
	font-weight: normal;
}
.clanek {
  margin:0px;
  padding: 0px;
  float: left;
  width:540px;
}
.clanek .perex {
	text-align: justify;
	font-style: italic;
}
.clanek .text {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.clanek .text p, .clanek p {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5;
}
.clanek .images {
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: right;
	margin-top: -25px;
	background-color: #ffffff;
	background-color: transparent;
}
.clanek .images_ {
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	float: right;
	background-color: #ffffff;
	background-color: transparent;
}
.clanek .images img, .clanek .images_ img {
	padding: 5px;
	margin: 5px;
	border: 1px dotted #cccccc;
}
.small {
  font-size: 75%;
  color: #555555;
  font-weight: normal;
}
h1 {
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #4b790c;
	font-size: 16px;
	border-bottom: 3px solid #f0f0f0;
}
h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fe0000;
}
.servis-detail {
	width: 375px;
	width: 100%;
}
.servis-detail .atribut {
	color: #000000;
	text-align: right;
	min-width: 10px;
	white-space: nowrap;
}
.servis-detail .value {
	color: #025a95;
	padding-left: 5px;
	text-align: left;
}
#contact-form-table td {
	padding-top: 5px;
}
#contact-form-table .atribut {
	color: #000000;
	text-align: right;
	width: 120px;
	vertical-align: top;
}
#contact-form-table .value {
	color: #025a95;
	padding-left: 5px;
	text-align: left;
}
#submit-form {
	text-align: center;
}
.servis-detail .hodiny {
	color: #025a95;
	text-align: center;
	min-width: 10px;
	white-space: nowrap;
}
.servisy {
	width: 100%;
}
.servisy .legenda td {
	border-bottom: 1px dashed #cccccc;
}
.servisy td {
	padding: 2px;
	padding-left: 5px;
}
.podpora h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.podpora p {
	text-align: justify;
	}
.podpora p a {
	color: #000000;
	font-size: 9px;
}
.podpora .date {
	white-space: nowrap;
	color: #025a95;
	float: right;
	font-weight: normal;
}
.portfolio h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.search-results h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.content h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px dotted #f0f0f0;
	border-bottom: 0px dotted #f0f0f0;
	color: #025a95;
}
#portfolio_registrace {
	width: 100%;
	table-layout: fixed;
}
#portfolio_registrace .delete {
	text-align: center;
}
.value input {
	width: 160px;
}
.htmlcode {
  text-align: left;
  padding: 20px;
  background-color: #f0f0f0;
  border: 1px solid black;
  margin-top: 15px;
  margin-bottom: 15px;
}
.htmlcode * {
  font-family: Courier New;
  font-size: 11px;
}
.intro {
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #f0f0f0;
}
.intro, .intro p, .intro p * {
	font-size: 13px;
	text-align: justify;
}
.intro h1 {
	border: 0px;
	margin-bottom: 0px;
}
