*{ 
	margin: 0; 
	padding: 0; 
/*	border: 0;*/ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: url(images/header_bg.jpg) repeat-x #F0F0F0;
	font-size: 11px;
	color: #000;
}
h1 { font-size: 1.3em; color: #6D0387; }
h2 { font-size: 1.1em; color: #6D0387; text-align: right; }
h3, .nadpis { font-size: 1em; color: #6D0387; }

fieldset {
	border: 1px solid #999999;
	margin: 10px;
	padding: 10px;
	background: #F0F0F0;
}
fieldset legend {
	color: #6D0387;
	background: #F0F0F0;
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
	margin-left: 7px;
}
input, select, option, textarea {
	font-size: 11px;
}
.text, .select{
	font-size: 12px;
	font-weight: normal; 
	padding: 1px; 
	margin: 0 2px; 
}
 
option{ 
	padding: 0 5px; 
}
label {
	padding-left: 10px;
}
*>label {
	padding-left: 0px;
}
#toptable {
	width: 100%;
	min-width: 780px;
	border-collapse: collapse;
}
#logo {
	height: 150px;
	width: 250px;
	float: left;
	background: url(images/logo.jpg) no-repeat left;
	position: relative;
}
#logo-home { 
	display: block; 
	width: 160px; 
	height: 70px; 
	position: absolute; 
	top: 40px; 
	left: 40px;
}
#obraz {
	background: url(images/header_zeny.jpg) no-repeat right;
	height: 150px;
	width: 488px;
	float: right;
}
#container {
	background: url(images/container_bg.jpg) repeat-y;
	width: 100%;
	min-width: 780px;
	height: 450px;
}
#left {
	width: 200px;
	height: auto;
	display: block;
	text-align: justify;
	vertical-align: top;
}
#left .hlavicka {
	width: 194px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	background-color: #BD92C9;
	color: #4B1C58;
	font-weight: bold;
}
#left a {
	width: 189px;
	display: block;
	color: #6D0387;
	background-color: #DAD3DC;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #D9C3DF;
}
#left a:hover {
	background-color:#9933CC;
	background-color:#CABFCD;
}
#centre {
	padding: 5px 10px 5px 15px;
	text-align: justify;
	vertical-align: top;
	width: 100%;
}
#centre ul li {
	list-style-image: url(images/odrazka.gif);
	line-height: 18px;
	margin-left: 40px;
}
#centre .motto {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#centre .imgleft {
	float: left;
	text-align: left;
	margin-right: 5px;
	border: 1px solid #6D0387;
}
#centre a {
	color: #6D0387;
	text-decoration: none;
}
#centre a:hover {
	text-decoration: underline;
}
#centre .border {
	border: 1px solid #6D0387;
}
#centre .otazka {
	font-style: italic;
}
#centre .otazkaautor {
	font-style: italic;
	text-align: right;
}
#right {
	width: 150px;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
}
#right a{
	color: #6D0387;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}
#right .hlavicka {
	width: 147px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	background-color: #BD92C9;
	color: #4B1C58;
	font-weight: bold;
}
#right .obsah {
	width: 140px;
	padding: 5px;
	background: url(images/right_obsah_bg.jpg) repeat-x;
	border: 1px solid #BD92C9;
	text-align: justify;
	margin-bottom: 5px;
}
#bottomtable {
	width: 100%;
	height: 50px;
	background-image: url(images/footer_bg.jpg);
	border-collapse: collapse;
	color: #666666;
}
#bottomtable a {
	color: #6D0387;
	text-decoration: none;
}
#bottomtable a:hover {
	text-decoration: underline;
}
#bottomtable .left {
	line-height: 50px;
	text-align: left;
	padding: 0 10px;
}
#bottomtable .right {
	line-height: 50px;
	text-align: right;
	padding: 0 10px;
}
.poznamka {
	color: #FF0000;
}
.lh20 {
	line-height: 20px;
}
.toplist {
	visibility: hidden;
	display: none;
}
.center {

	text-align: center;
}