body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
    background: white;
    color: black;
}

a:link, a:active, a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.vybrany {
	font-weight: bold;
}

.upozorneni {
	font-weight: bold;
}

.alert {
	font-weight: bold;
	color: red;
}

.wait {
	font-weight: bold;
	color: purple;
}

.kategorie {
	
	color: green;
	font-weight: bold;
}

.skategorie {
	
	color: olive;
	font-weight: bold;
}

.disabled {
	color: gray;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	color: black;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: black;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: black;
}

input, select, textarea {
	font-size: 11px;
}