body {
	background-color: Black;
	color: #F4A460;
	font: 12px sans-serif;
}

b {
  color:white;
}

img {
  border: 0 none;
}

h1 {
	font-size: 16px;
	color: White;
}

h2 {
	font-size: 14px;
	color: White;
}

li {
  list-style-type: disc;
}

.treneri {
  float: left;
}

.datum {
	position: relative;
	float: right;
	top: -40px;
	margin-bottom: -40px;
}

.main {
	margin-top: -30px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}

.logo {
	margin-bottom: 15px;
}

.menu {
	position: relative;
	background: url(pruh.png) no-repeat;
}

.obr {
  margin: 5px;
}

.img {
	position: relative;
	float: right;
	top: -70px;
	margin-bottom: -110px;
}

.obsah {
	position: relative;
	width: 600px;
	padding-right: 15px;
	overflow: auto;
	min-height: 580px;
	margin-bottom: 15px;
}

.foot {
	position: relative;
	text-align: justify;
	margin-bottom: 20px;
	background: url(pruh.png);
}

a:link, a:visited {
	border: 0px;
	text-decoration: underline;
	color: White;
}

a:hover {
	text-decoration: none;
	color: #F4A460;
}