div, td, body {
	color: #3b3b3b;
	font-family: arial;
	font-size: 10pt;
	line-height: 1.7;
	text-align: left;
}
.paticka, .paticka a{
	font-size: 8pt;
	color: #6A6A6A;
	text-align: center;
}
img {
	border: 0;
}
.blok {
	text-align: justify;
}
a {
	text-decoration: underline;
	color: #3b3b3b;
}
a:hover {
	text-decoration: none;
	color: #9c0606;
}
.clear {
	clear: both;
}
.kontejner {
	width: 900px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 15px #222;
}
.logo {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	margin-top: 10px;
}
.header {
	width: 950px;
	height: 215px;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 15px #222;
	overflow: hidden;
}
.red_over {
	position: absolute;
	right: 0;
	top: 0;
	height: 170px;
	width: 245px;
	padding: 45px 50px 0 110px;
	font-size: 12pt;
	line-height: 21px;
	color: #fff;
	background: url(data/red.png) right no-repeat;
	-webkit-border-radius: 5px;
}
.levy {
	width: 140px;
	float: left;
	padding-top: 10px;
}
.obsah {
	width: 540px;
	padding: 0 40px;
	overflow: auto;
	float: left;
	margin: 0;
	
}
.pravy {
	width: 140px;
	float: right;
	padding-top: 10px;
}

.paticka {
	width: 850px;
	height: 80px;
	padding: 0;
	background: url(data/paticka.png) top no-repeat;
	margin: 0 auto;
	line-height: 70px;
	clear: both;
}
h1 {
	text-align: left;
	color: #9c0606;
	font-size: 18pt;
	margin: 15px 0 20px 0;
}
h2 {
	text-align: left;
	overflow: hidden;
	color: #9c0606;
	font-size: 15pt;
	margin: 15px 0;
}
.logo a {
	position: relative;
	height: 100px;
	width: 379px;
	overflow: hidden;
	line-height: 100px;
	display: block;
	padding: 0;
	margin-left: 40px;
}
.logo a span {
	display: block;
	width: 379px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(data/logo.png);
	cursor: pointer;
}
ul {
	padding: 0;
	margin: 0 0 10px 30px;
	list-style-type: circle;
}
ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.menu li a {
	text-decoration: none;
	display: block;
	color: #3b3b3b;
	font-size: 10pt;
	line-height: 27px;
}
ul.menu li a:hover { 
	text-decoration: none;
	color: #9c0606;
}
.pozor {
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	background: #9c0606;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 7px #888;
}
.sekce {
	padding-left: 10px;
	border-left: 1px solid #E0E0E0;
	margin: 0 0 20px 10px;
}
.sekce b {
	font-size: 11pt;
}
.nazev_dokumentu {
	margin-top: 15px;
	font-size: 20pt;
	font-weight: bold;
	line-height: 40px;
}
.nazev_turnaje {
	font-size: 15pt;
	font-weight: bold;
	line-height: 25px;
	margin: 20px 0 10px 0;
}
BODY {
	background: #3b3b3b;
	margin: 0;
}