/*--základní--*/
body {
	max-width: 960px;
	margin: auto;
	font-size: 12px;
    font-family: 'Verdana', Sans-serif;
	padding: 4px 50px 4px 50px;
	color: #017C7A;
	font-display: optional;
}
div {
    position: relative;
	List-style-type: none;
}
p {
    padding-left: 0;
    margin: 0 0 10px 0;
	text-align: justify
}
hr {
	border-bottom: #017C7A 0px solid;
	border-top: #017C7A 1px solid;
	border-right: #017C7A 0px solid;
	border-left: #017C7A 0px solid;
}
a {
    font-weight: bold;
    color: #017C7A;
    text-decoration: none;
}
	a:hover {text-decoration: underline}
img {
    border-right: #cecece 0 solid;
    border-top: #cecece 0 solid;
    border-left: #cecece 0 solid;
    border-bottom: #cecece 0 solid;
}
input {color: #017C7A}
/*----*/


/*--centrování prvků--*/
.center {margin-left: auto; margin-right: auto}
/*----*/


/*--záhlaví stránky - menu--*/
.zahlavi {
    background: #ffffff;
    position: sticky;
    z-index: 5;
    top: 0;
	/*left: auto;*/
	/*right: auto;*/
	width: auto;
	height: auto;
	padding: 15px 0 5px 0;
	/*margin: 0 auto 0 auto;*/
	margin-left: auto;
	margin-right: auto;
	/*background-image: url("images/background.svg"), url("images/logo_ATOK.png");*/
	/*background-repeat: no-repeat;*/
	/*background-color: rgb(255,0,0,0.9);*/
	/*background-size: 10%;*/
	/*background-position: right 10%;*/
	/*background-image: linear-gradient(#017C7A, #ffffff);*/
}
hr.zahlavi-cara {
	border-style: dashed;
	border-width: 2px 0 0 0;
	border-color: #017C7A;
	margin-bottom: -6px;
	margin-left: 0px;
	margin-right: 0px;
 }
#zahlavi-menu {
    font-size: 12px;
    text-align: center;
	padding: 0px 0px 5px 0px;
	line-height: 1.5;
}
img.zahlavi-logo {
	float: left;
	display: inline-block;
}
#zahlavi-nadpis {
    font-size: 18.5px;
    font-weight: bold;
    text-align: center;
	margin: 11px 0px 6px 0px;
	width: auto;
}
/*----*/


/*--bannery--*/
.bannery {
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 4px 2px 20px 2px;
	display: flex;
	justify-content: center; /*space-evenly;*/
	align-items: center;
	height: auto;
	border-top: #017C7A 1px solid;
	/*border: 3px solid green;*/
	gap: 30px 20px;
	flex-flow: row wrap;
}
/*----*/


/*--zápatí--*/
#zapati {
	font-size: x-small;
	text-align: center;
    color: white;
	clear: both;
	width: auto;
	line-height: 1.5;
	height: auto;
	/*border-top: #017C7A 1px solid;*/
	padding: 17px 0px 0px 0px;
	background: #017C7A;
}

.iframe-placeholder
{
   background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="24" text-anchor="middle">Obsah se načítá...</text></svg>') 0px 0px no-repeat;
}

/*----*/