@font-face {
	font-family: "Latin Modern";
	src: url('lmmono10-regular.otf');
}

body {
	background: #f2f2f2;
	font-size: 105%;
	font-family: "Latin Modern", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

div.all {
	width: 100%;
	max-width: 90em;
	margin: 0 auto;
	position: relative;
	text-align: justify;
}

div.block.announcement {
	text-align: center;
	width: 30%;
}

div.block.info {
	padding: 1.5em;
	padding-bottom: 1.75em;
	width: 34%;
}

div.block.info .intro {
	margin-bottom: 0.55em;
}

div.block.info .intro.last {
	margin-bottom: 0;
}

div.block {	
    margin: 0.7em 0.35em;
	padding: 0.9em;
	color: #070707;

	padding-bottom: 2.2em;
	background: #ffffff;
	min-width: 10.25em;
	max-width: 38em;
	
	display: block;
	float: left;
}

div.block.last {
	width: 22%;
}

div.small {
	color: #666666;
}

div.center {
	text-align: center;
}

div#pusa {
	display: inline-block;
	background-image: url("pusa.jpg");
	background-position: center;
	background-repeat: no-repeat;
	width: 400px;
	max-width: 100%;	
	height: 350px;
	background-size: 400px 350px;
}

.hspace {
	display: inline-block;
	width: 1.5em;
}
.vspace {
	display: block;
	vertical-align: text-top;
	height: 1.5em;
}

.last {
	margin-bottom: 0em;
	padding-bottom: 0em;
}

	span.atitle {
		text-align: left;
		display: inline-block;

	}

a {
	text-decoration: none;
	color: #3169C5;
}

img#karel_a_sona {
	margin-top: 1em;
	width: 200px;
	height: 156px;
}

.center {
	text-align: center;
}

/* two columns */
@media (max-width: 75em) {
	div.all {
		max-width: 55em;
	}

	div.block.announcement {
		width: 40%;
		margin-bottom: 0.5em;
	}

	div.block.info {
		width: 47.5%;
		float: right;
	}
	
	/* same as .announcement */
	div.block.info.last {
		width: 40%;
		float: left;
		margin-top: 0.4em;
		padding: 0.9em;
	}
	
	div.block.last .content {
		padding: 0.6em;
	}
}

/* one column */
@media (max-width: 53em) {
	div.all {
		max-width: 100%;
	}
	
	div.block, div.block.announcement, div.block.info, div.block.info.last {
		width: auto;
		max-width: 30em;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}