@charset "windows-1250";
body {
	background-color: #FFFFFF;
}
#main {
	width: 1024px;
	text-align: center;
	margin: auto;
}
#main #logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 137px;
	margin-top: 10px;
}
#main #obsah {
	height: auto;
	width: auto;
}
#main #obsah #menu {
	height: auto;
	width: 240px;
	background-color: #cf0f0f;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	min-height: 550px;
	_height: 550px;
	margin-top: 0px;
	margin-right: 20px;
	text-align: left;
	float: left;
}
#main #obsah #menu h1 {
	background-image: url(../images/kat_bg.png);
	background-repeat: no-repeat;
	height: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #f5e211;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	margin-top: 15px;
}
#main #obsah #menu img {
	padding-left: 20px;
}
#main #obsah #menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
#main #obsah #menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #bf8b0e;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-right: 30px;
}
#main #obsah #report {
	text-align: left;
	height: auto;
	width: 760px;
	float: right;
	min-height: 550px;
	_height: 550px;
	margin-top: 30px;
}
#main #obsah #report h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	margin-left: 10px;
}
select {
	margin-right: 60px;
}
#main #obsah #report table td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#main #obsah #report img {
	border: thin dotted #666666;
	margin-left: 10px;
	padding: 5px;
}
#main #obsah #report a 
{
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main #obsah #report a:hover
{
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#main #obsah #report img:hover {
	background-color: #cf0f0f;
}
#main #copyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
	text-align: right;
	margin-right: 60px;
	float: right;
}

