/*--základní--*/
body {
	height:100%;
    width:100%;
	margin:0;
	max-width: 800px;
	/*margin: auto;*/
	font-size: 12px;
    font-family: 'Verdana', Sans-serif;
	padding: 4px 50px 4px 50px;
	color: #017C7A;
	font-display: optional;
}
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}
/*----*/

.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;
}
/*.h_iframe iframe {
    width:100%;
    height:100%;
}
.h_iframe {
    height: 100%;
    width:100%;
}*/