* {
	margin: 0;
	padding: 0;
}
body {
	padding: 20px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: Maroon;
}
a:hover {
	color: #FD2600;
	background-color: #FFF8DC;
}
table td a:hover {
	background: none;
}
h1 {
	font-size: 1.2em;
	margin-top: 15px;
	padding: 5px 10px;
	background-color: #FAFAD2;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
}
fieldset {
	padding: 10px;
}
.small {
	font-size: 0.8em;	
}
.red {
	color: #FF6347;
}
.green {
	color: #2DB62F;
}
table.vypis td, table.vypis th {
	border: 1px dashed white;
	padding: 2px 5px;
	background-color: #EEE8AA;
	font-size: 0.8em;
	vertical-align: top;
}
table.form, table.form1 {
	border-collapse: collapse;
	font-size: 0.9em;
/* 	border: 2px dashed #1A3EA3; */
}
table.form td, table.form1 td {
	border-bottom: 3px solid white;
	background-color: #D6ECF3;
	padding: 3px 5px;
}
table.form1 td {
	background-color: #FFDEAD;
}
table.bez_borderu td {
	padding: 0;
	border: none;
}

tr.future td {
	color: navy;
}
tr.past td {
	color: #606060;
	font-style: italic;
}
tr.aktivni td {
	font-weight: bold;
}
tr.neschvaleno td {
   background-color: #FFDAB9;

}
ul.menu li {
	display: block;
	float: left;
	list-style: none;
	margin-right:15px;
}

table.form select, table.form1 select {
	width: 200px;
}
div.aktualita {
	border: 1px solid silver;
	background-color: #E6E6FA;
	margin: 10px 0 0;
	padding: 10px;
}
div.odkazy {
	background-color: #F1F1F1;
	padding: 2px 5px;
	margin-top: 10px;
}
a.button {
display: block;
text-decoration: none;
background-color: #D1D1D1;
color: black;
padding: 2px 5px;
margin-left: 10px;
border-left: 2px solid #DBDBDB;
border-top: 2px solid #DBDBDB;
border-right: 2px solid gray;
border-bottom: 2px solid gray;
cursor: default;
}
a.button:hover {
	background-color: #D1D1D1;
	color: Black;
}
a.button:active {
border-right: 2px solid #DBDBDB;
border-bottom: 2px solid #DBDBDB;
border-left: 2px solid gray;
border-top: 2px solid gray;
}
#copyright {
	text-align: right;
	border-top: 2px solid #F6F1BD
}
a.help
{
cursor: help;
border-bottom: 1px dotted black;
color: black;
text-decoration: none;
}
a.help:hover
{
color: blue;
}

a.help span
{position: relative;
font-size: 100%;
font-weight: normal;
text-align: left; 
}

a.help span span
{
position: absolute;
top: 2em;
left: .5em;
display: block;
visibility: hidden;
padding: .2em .5em;
width: 10em;
background: #FFFFA4;
border: solid black 1px;
color: black;
}
a.help span span.wider
{
position: absolute;
top: 2em;
left: .5em;
display: block;
visibility: hidden;
padding: .2em .5em;
width: 50em;
background: #FFFFA4;
border: solid black 1px;
color: black;
}
a.help:hover span span
{
 visibility: visible;

}
input.submit {
	background: #F0E68C;
	color: #8B4513;
	border: #8B4513 1px solid;
	float: right;
	margin-left: 20px;
	cursor: pointer;
}