@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #0000CC;
	text-decoration: underline;
}
p {
	margin: .5em 0;
	text-align: justify;
}
.header {
	border-bottom: #CCDDEE thin solid;
}
.header div {
	margin: .3em auto;
	width: 728px;
}
.hlavni {
	margin: 1.2em auto 4em auto;
	width: 728px;
}
.fleft {
	float: left;
}
.l {
	text-align: left;
}
.fright {
	float: right;
}
.r {
	text-align: right;
}
.fclear {
	clear: both;
}
.fclearleft {
	clear: left;
}
.leftor {
	border-left: #FF6600 solid thick;
}
.t {
	clear: both;
	font-size: .7em;
	margin: .2em 0;
	padding: 0;
}
.t li {
	list-style-type: none;
	margin: 0 .6em 0 0;
	padding: 0;
	display: inline;
}
.t li a {
	color: #666666;
	text-decoration: none;
}
.t li a:hover {
	color: #666666;
	text-decoration: underline;
}

