* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url("pozadi_male.jpg");
	background-repeat: repeat;
	background-position: center top;
}
div.ext {
	background-image: url("telo_male.jpg");
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 981px;
}
div.int {
	background-image: url("popredi_male.jpg");
	background-repeat: no-repeat;
	min-height: 400px;
}

div.content {
	margin-left: 110px;
	margin-right: 100px;
	padding-top: 310px;
	font-size: 15px;
}

div.vers {
	font-style: italic;
	font-size: 12px;
	float:right;
	margin-left: 2em;
	margin-bottom: 1em;
}

div.vers span {
	font-style: normal;
}

h1 {
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 18px;
	font-weight: bold;
}

p {
	margin-top: 1em;
	text-align: justify;
}

a, span.link {
	color: #000070;
	text-decoration: none;
	font-weight: normal;
}

a:hover, span.link:hover {
	text-decoration: underline;
}

div.right {
	float: right;
}

div.clear {
	clear: both;
	height: 3em;
}

div.end {
	margin-left: 100px;
	height: 11px;
	width: 798px;
	background-image: url("konec_male.jpg");
	background-repeat: no-repeat;
}

div.ph {
	height: 2em;
}



@media print {
	div.ext { margin-top: 100px; }
	.noprint {display: none; }
	a, span.link { color: inherit; }
}

div.odkazy {
	text-align: center;
	font-size: .8em;
	margin-bottom: 1em;
}

div.copyleft {
	font-size: .8em;
	text-align: right;
}

div.copyleft a { color: inherit; text-decoration: none; }
