* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

/* definice pro tagy */
body	{ font-size:11px; margin:0; padding:0; }
h1		{ font-size:2em; }
h2		{ font-size:1.4em; }
h3		{ font-size:1.1em; }


a 		{ color:#A00; }
a:hover { color:#006; }

a { color: #c00; }
a:hover 	{ color: #AB552B; }


/* bezne pouzivana primitiva */
.clear		{ clear: both; visibility: hidden; font-size: 1px; }
.hide 		{ visibility: hidden; }
.hidden 	{ display: none; }
.found		{ color: #60D; font-weight:bold; }


/* styly specificke pro nasi aplikaci */
a.backlink { padding-left:20px; background: url('../../images/back.png') no-repeat 0 50%; }
a.backlink { padding-left:20px; background: url('../../images/back.png') no-repeat 0 50%; }
a.backlink:hover { background: url('../../images/back-hover.png') no-repeat 0 50%; }
a.logout { padding-right:20px; background: url('../../images/exit.png') no-repeat 100% 50%; }

.printform { position:absolute; top:1em; right:1em; text-align:right; width:300px; }

.filter_form { font-size:.9em; }
.submenu { margin-bottom:.2em; }

.user_message, .error_message {
	border: 1px solid #060;
	color: #060;
	background: #efe;
	padding: .5em;
	font-weight: bold;
	margin: 4px 2px;
}

.error_message {
	border-color: #600;
	color: #600;
	background: #fee;
}
