body, html, p, h1, h2 {
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
	background-color: white;	
	color: black;
	font-family: Verdana,"Geneva CE",lucida,sans-serif;
	font-size: 13px;
	height: 100%;
}

h1 {
	font-size: 26px;
	padding: 10px 0 10px 0;
	color: #0078A8;
}

h2 {
	font-size: 20px;
	margin: 10px 0 10px 0;
}

p {
	margin: 10px 0 10px 0;
}

a {
	color: #31497A;
}

#map {
	height: 100%;
	position: relative;
	border-right: 1px solid #999999;
}

#bodyContent {
	height: auto;
}

#content {
	max-width: 770px;
	margin: 5px auto 5px auto;
	padding: 10px;
	background-color: white;
}

#sidebar {
	width: 250px;
	float: right;
	background-color: white;
	padding: 15px;
}

#sidebar-obsah {
	position: absolute;
	overflow-y: auto;
	top: 160px;
	bottom: 0px;
	margin-right: 15px;
}

#navigace {
	border-bottom: 1px solid #BBBBBB;
}

#sidebar-menu {
	padding: 5px;
	border: 1px solid #BBBBBB;
}

.logo {
	margin: 0 0 0 45px;
}

.podpora {
	margin-top: 10px;
}

#button-hide {
	position: absolute;
	top: 60px;
	height: 50px;
	font-weight: bold;
	z-index: 2;
	right: 280px;
	border: none;
	background-color: white;
	border-radius: 5px 0 0 5px;
}

#button-hide:hover {
	background-color: #339900;
}

#menu {
	float: right;
	font-size: 15px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#nadpis {
	margin-top: 20px;
}

.menu-item {
	margin: 0 10px 0 10px;
}

.logo-propagace {
	margin-right: 10px;
}

.leaflet-container .leaflet-control-attribution{
	margin: 0 0 10px 5px;
}

#field-poi {
	margin: 15px 0 15px 0;
}

.field-category {
	margin-left: 10px;
}

.addinfo, #comments-wrapper {
	display:none;
}

.leaflet-popup-content hr {
	display: none;
}