body {
	background: #dedada url('../img/kam_bg5.png');
	background-attachment: fixed;
}
#h_wrap1 {
	width: 100%;
	min-width: 320px;
	max-width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0 4px 10px 3px rgba(0,0,0,0.3);
}
a:not(.btn) {
	color: #0056b3;
}
.btn-primary {
	background-color: #0056b3;
}
#h_header {
	border-bottom: 2px solid #cccccc;
	margin-bottom: 5px;
}
#h_logo {
	font-size: 1.3rem;
	font-weight: bold;
}
#h_logo a {
	color: #752b02;
}
h1 {
	font-size: 1.6rem;
	text-align: left;	
}
#h_menu1 {
	background-color: #752b02;
	padding: 0.5rem 1rem;;
	font-size: 1.1rem;
}
#h_menu1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
}
#h_menu1 a {
	text-decoration: none;
	color: #ffffff;
}
#h_menu1 li {
	display: inline-block;
	padding-right: 2rem;
}
#h_menu1 li:last-of-type {
	padding-right: 0;
}
#h_menu1 .actual .p2, #h_menu1 a:hover .p2 {
	border-bottom: 2px solid #ffffff;
}
#h_awrap {
	width: 100%;
}
#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;
}
#h_main img {
	height: auto;
	max-width: 100%;
}
.h_noauth2 #navigaceDole .navstevnost, .h_noauth2 #navigaceDole .zpet, #navigaceDole .login {
    display: none !important;
}
.alert-info {
	color:#000000;
	background-color:#dedada;
	border-color:#a09595
}
