body {
	background-color: #f5f5f6;
	background-color: #eeeeee;
}
#h_wrap1 {
	box-shadow: 0 4px 10px 3px rgba(0,0,0,0.3);
}
#h_header {
	border-bottom: 2px solid #000000;
}
.h_toggler {
	border: none;
	background-color: transparent;
}
.h_toggler_img {
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 10px;
	width: 54px;
	height: 38px;
	margin-top: 5px;
	background: url('../img/menu_btn.png') no-repeat center center;
}
#h_wrap1 {
	width: 100%;
	min-width: 320px;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
}
#h_toggler_wrap {
	padding-left: 20px;
}
a:not(.btn) {
	color: #0056b3;
}
.btn-primary {
	background-color: #0056b3;
}
#h_col1 {
	background-color: #2230ac;
	border-radius: 5px;
}
#h_col1 a {
	color: #ffffff;
}
#h_menu1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#h_menu1 a, #h_menu1 .actual {
	display: inline-block;
	color: #ffffff;
	width: 100%;
	padding: 0.4rem 0;
	font-weight: bold;
}
#h_menu1 a:hover, #h_menu1 .actual, #h_menu1 .active {
	text-decoration: underline;
}
#h_search {
	display: table;
	background-color: #ffffff;
	border-radius: .25rem;
}
#h_search_text {
	display: table-cell;
	width: 100%;
}
#h_search_btn {
	display: table-cell;
}
#h_search .btn {
	color: transparent;
	width: 35px;
	height: 35px;
	background: url('/img/lupa.png') no-repeat center center;
}
#h_content a:not(.btn) {
	text-decoration: underline;
}
#h_content a:not(.btn):hover {
	text-decoration: none;
}
#h_content ol {
	padding-left: 1.5rem;
}
#h_content ul {
	padding-left: 1rem;
}
#h_content ul ul, #h_content ol ol, #h_content ul ol, #h_content ol ul {
	padding-left: 1.5rem;
}
#h_content ul ul ul, #h_content ol ol ol {
	padding-left: 2rem;
}
#h_content ul ul ul ul, #h_content ol ol ol ol {
	padding-left: 2.5rem;
}
#h_content li {
    line-height: 1.7;
}
img {
	height: auto;
	max-width: 100%;
}
.h_noauth2 #navigaceDole .navstevnost, .h_noauth2 #navigaceDole .zpet, #navigaceDole .login {
/*    display: none;*/
}

@media (min-width: 768px) {
	#h_logo_box {
		text-align: right;
	}
	#h_col1 {
		width: 250px;
		min-width: 250px;
		display: table-cell;
		vertical-align: top;
	}
	#h_menu1 a, #h_menu1 .actual {
		padding: 0.2rem 0;
	}
	#h_content {
		display: table-cell;
		vertical-align: top;
		width: 100%;
	}
}
#public_kapitola .odstavec1 {
	text-align: center;
	margin-top: 0;
}
