.cont2 {
	display: block;
}

div#menubar {
	float: left;
	width: 200px;
}

.cont3 {
	float: right;
	width: 790px;
}

.telo, .cont1 {
	width: 1000px;
	margin: auto;
	text-align: justify;
}

.navibar {
	font-size: 80%;
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.tail {
	margin-top: 1em;
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
}

body {
	font-family: arial, verdana, sans-serif;
	line-height: 1.3;
	color: black;
	width: 98%;
	text-align: center;
}

h1 {
	margin: 1em 0 0.2em 0;
	font-size: 160%;
	font-weight: normal;
	color: #666666;
}

h2 {
	margin: 1em 0 0.02em 0;
	font-size: 120%;
	font-weight: normal;
	color: #666666;
}

h3 {
	margin: 1em 0 0.02em 0;
	font-size: 110%;
	font-weight: normal;
	color: #666666;
}


a {
	color: blue;
}

.obrazek {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px;
	display: inline;
	float: left;
}

.pic_block {
	margin: 10px;
	border: 0px;
	display: block;
/*	float: justify; */
}

.hidden {
	display: none;
}

.more {
	color: blue;
	font-size: 10px;
	cursor: pointer;
}

img.reflogo {
	position: relative;
	top: 20px;
	padding-right: 10px;
}

