body, html
{
	border:  0px none;
	padding: 0px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important;
	font-size: 16px!important;
	text-align: center;
	margin: 0px;
	color: #000000;
	background-color: #cacaca;
}
body {
	text-align: center;
	list-style-image: url(bullet.jpg);
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
h2 {
	color: #C10000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 16px;
}
a:hover {
	color: #FF0000;
}

.strana {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-image: url(papir.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
.hlavicka {
	background-image: url(bar.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 106px;
	width: 940px;
	position: relative;
	left: 0px;
	top: 0px;
}
.obsah {					/* stredni cast stranky s obsahem */
	text-align: left;
	width: 820px;
	position: relative;
	min-height: 600px;
	_height: 600px;
	margin-left: 50px;

}
.pata {
	text-align: left;
	width: 100%;
	position: relative;
	font-size: 10px;
	color: #999999;
	background-image: url(pata.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
}
.pata .text {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	margin-left: 50px;
	margin-right: 60px;
	padding-top: 5px;
	color: #FFC1C1;	
}
.pata a{
	color: #FFC1C1;
	text-decoration: none;
}
.pata a:hover{
	color: #FF0000;
}

