
* { 
	font-family: "Geneva CE", "Helvetica", "Arial CE", "Arial", sans-serif; 
}
body   { font-size: 10pt; margin: 0px; padding: 5px;}

input, select, option, textarea {
	font-size: 10pt;
	}
td {
	font-size: 10pt;
}

div.error {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 5px;
}

.menu {
	background-color: #93130A;
	padding: 3px;
	color: #FBFAE6;
	font-weight: bold;
}

.menu a {
	text-decoration: none;
}

.menu a:hover, .menu a:active {
	color: #93130A!important;
	text-decoration: none;
	background-color: #FBFAE6;
}

.menu a:link, .menu a:visited {
	color: #FBFAE6;
	text-decoration: none;
}

.menu a.active {
	color: white;
}

.page_title {
	padding: 5px 5px 5px 30px;
	border-bottom: 2px solid #93130A;
	font-size: 12pt; 
	font-weight: bold;
}

table.rozvrh {
	border: 2px;
	background-color: none;
	text-align: center;
	border: 1px solid black;
}

table.rozvrh tr td {
	font-weight: bold;
	background-color: white;
	margin: 0px;
	padding: 3px;
	border: 1px solid black;
}

table.rozvrh tr td a {
	background-color: transparent;
}

table.rozvrh tr td a img{
	border: 0;
}

div.rozvrh_top {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
}

div.rozvrh_bottom {
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
}

div.rozvrh_top a, div.rozvrh_bottom a {
	background-color: transparent;
}

div.rozvrh_top a img, div.rozvrh_bottom a img{
	border: 0;
}