html, body {
	margin:0px;
	padding:0px;
	background:#CCCCCC;
	font-family:verdana;
}
html, body, td {
	font-size:8pt;
}
h1 {
	text-align:center;
	font-size: 13pt;
	margin:0em;
	padding:0em;
}
h2 {
	text-align:left;
	font-size: 10pt;
	line-height:1em;
	margin-top: 2em;
	margin-bottom:0.5em;
}
h3 {
	text-align:left;
	font-size: 8pt;
	margin:0em;
	font-weight:bold;
}
ul {
	margin-left:0px;
	margin:0em;
	padding:0em;
}
li {
	text-align:left;
	margin:0em;
	margin-left:3em;
	padding:0em;
}
img {
	border: 0px;
}
hr {
	height:1px;
	border:0px;
}
p {
  margin: 0.5em;
}
a {
	color:#0050A0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#head {
	height:12em;
	display:block;
	margin:0em;
	padding:0em;
	background:#0051a0;
}
#foot {
	display:block;
	height:4em;
	margin:0px;
	background:#F0F0F0;
}
.footer {
	font-size:7pt;
	text-align:center;
}
#head, #foot {
	min-width:72em;
	max-width:117em;
	text-align:center;
}
#head table {
	width:100%;
	color:#FFFFFF;
}
#head table td {
	background: #0051a0 url('headbgr.gif') repeat-x;
}
.head-left {
	width:16em;
	padding:0em;
	margin:0em;
}
.head-right {
	width:15em;
}
#head a {
	color:#FFFFFF
}
.logo {
	width:17em;
	height:12em;
}
#container {
	position:relative;
	display:block;
	background:#DDDDDD;
	background:#F0F0F0;
	border-left:22em solid #F0F0F0;
	border-right:20em solid #F0F0F0;
	overflow:visible;
	min-width:30em;
	max-width:75em;
}
#left {
	float:left;
	position:relative;
	width:20em;
	margin-left:-21em;
	display:inline;
}
#middle {
}
#middle-in {
	margin-left:1.5em;
	margin-right:1.5em;
}

#right {
	margin-right:-19em;
	_margin-right:-21em; /* for IE */
	width: 19em;
	float:right;
	position:relative;
	display:inline;
	background-color:#F0F0F0;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
#left h2, #right h2 {
	font-size: 10pt;
	margin-left:1em;
	margin-top: 2em;
	margin-bottom:0.5em;
}
.title {
	font-weight:bold;
	font-size:10pt;
}
#left a,  .head-right {
	line-height:2em;
	margin-left:1em;
	font-weight:bold;
}
#right a {
	line-height:1.5em;
	margin-left:0em;
	font-weight:normal;
}

#left p, #right p {
	text-indent:1em;
	margin:0em;
}
.bad {
	color: #DD0000;
	font-size:12pt;
	text-align:center;
}
.good {
	color: #00DD00;
	font-size:12pt;
	text-align:center;
}
.none {
	display:none;
}
input {
	width:15em;
}
.inputsubmit
{
	width:10em;
}

fieldset {
	margin:1em 0em 1em 0em;
	width: 95%;
	padding:0.8em;
}
.login {
	margin-left:1em;
}
.login input {
	width:7em;
	border:1px solid #DDDDDD;
}
.firstcol {
	width:25%;
}
.tabform {
	width:100%;
}
table { /* zkousim jestli bych to nemohl nastavit globalne.. */
	width:99%;
}

.widtha {
    width:40em;
}
th {
    text-align:left;
}
code {
	font-size:8pt;
}

.borderbox, fieldset,  textarea, input
{ 	/* Musi byt presne tady */
	border:1px solid #BBBBBB;
}
textarea {
	width: 95%;
	height:8em;
	font-size:8pt
}

.graf td {
	font-size:10px;
}
.graf div {
	background-color:#FF0000;
	height:1px;
}
.graf .celysloupec {
	width:400px;
	margin-bottom:1px;
}


#left .comments a {
	line-height:1.2em;
	font-size:8pt;
	font-weight:normal;
}
.catrank {

	font-size:15pt;
	padding: 0.2em 0.5em;
	margin: 0em 1em;
	color:#FFFFFF;
	background-color:#006100;
	font-family: sans-serif;
}
.inzeraty td {
    width:234px;
    height:60px;
    border:1px solid blue;
    padding:0.5em;
}
.inzeraty p {
    margin: 0.3em 0.5em;
}
.inzeraty strong {
    display:block;
}
.inzeraty a {
    display:block;
    color:green;
    text-align:right;
}
.center {
    text-align:center;
}