/* CSS for web: www.starehry.site.cz             */
/* Author: Michal Zima, e-mail: m.zima@email.cz        */
/* Update: 1.1.2005                  */

/* Debug                     */
/** { background: #FFCC00 !important }*/
/** { border: 1px black solid !important }*/

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background: #FFEA00;
/* Scrollbar                 */
	scrollbar-face-color: #E2CF00;
	scrollbar-highlight-color: #E1E1E1;
	scrollbar-3dlight-color: #363636;
	scrollbar-darkshadow-color: #efefef;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #363636;
	scrollbar-track-color: #ffffff;
/* Font                      */
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}
table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	border: 1px black solid !important;
}

/* Links                     */
a, a:link, a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover, a:focus {
	text-decoration: underline;
	background: #d0d0d0;
	color: #333399;
}
h1 {
	font-size: 17pt;
	color: #909090;
}
.vypheader {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px #000000 solid;
	height: 20px;
}
input {
	font-size: 8pt;
}

.topmenu {
	font-weight: bold;
	text-align: center;
	background-image: url(menu.gif);
	background-repeat: repeat x;
	padding: 0;
}
.ok {
	font-weight: bold;
	color: #005500;
}
.err {
	font-weight: bold;
	color: #cc0000;
}
.copy {
	border-top: 1px black solid;
	font-weight: bold;
	text-align: center;
	color: #808080;
}
