@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {	
	background-color:#FFFFFF;
	color:#666666;
	font-family:Verdana,Arial,sans-serif;	
	font-size:small;
}
h1 {
	font-size:x-large;
	color:#666666;
	font-weight:normal;
}
h2 {
	font-size:large;
	color:#666666;
	font-weight:normal;
	padding:10px 0 5px 0;
}
h3 {
	font-size:medium;
	color:#666666;
	font-weight:normal;
}
a {
	color:#2e9fff;
	background-color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p {
	text-align:justify;
}
div#breadcrumb {
	position:relative;
	margin:auto;
	width:700px;
	margin-top:5px;
	font-size:x-small;
	margin-bottom:2px;
}
div#breadcrumb a {
	color:#000000;
}
div#header {
	position:relative;
	width:100%;
	height:107px;
	background-image:url(/public/layout/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#2E9FFF;
	color:#666666;
}
div#menu-envelope {
	position:relative;
	margin:auto;
	width:1000px;
	height:107px;
}
div#menu-envelope ul#menu {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	top:89px;
	left:58px;
	width:179px;
}
ul#menu li {
	list-style:none;
	border:2px solid #999999;
	border-top:none;
	font-size:medium;
	padding:8px 0 8px 10px;
}
ul#menu a {
	color:#2e9fff;
	background-color:#FFFFFF;
}
ul#menu a:hover {
}
ul#menu li.first {
	padding-top:0px;
}
ul#menu li.last {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
ul#menu li ul.submenu {
	border:none;
	background-color:#FFFFFF;
	padding:4px 30px;
}
ul#menu li ul.submenu li {
	list-style-type:disc;
	font-size:small;
	border:none;
	padding:4px 0 4px 0;
}
ul#menu li#menu-bottom {
	padding:0;
	margin:0;
	height:10px;
	background-image:url(/public/layout/menu-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	border:none;
}
div.pane {
	position:relative;
	margin:auto;
	margin-top:20px;
	left:109px;
	width:704px;
}
div.pane div.pane-top {
	width:100%;
	height:10px;
	background-image:url(/public/layout/pane-top.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
}
div.pane div.pane-content {
	padding:0 10px;
	border-left:2px solid #999999;
	border-right:2px solid #999999;	
	background-color:#FFFFFF;
}
div.pane div.pane-bottom {
	width:100%;
	height:10px;
	background-image:url(/public/layout/pane-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
div#footer-envelope {
	position:relative;
	clear:both;
	top:40px;
	width:100%;
	background-color:#999999;
}
div#footer-envelope div#footer {
	position:relative;
	margin:auto;
	width:1000px;
	padding:5px 0 5px 0;
	font-size:x-small;
}
div#footer a {
	color:#666666;
	background-color:#999999;
}
table#probihajici-kurzy {
	border-collapse:collapse;
	margin:20px 0;
}
table#probihajici-kurzy td {
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:2px 0;
}
table#probihajici-kurzy tr:hover td{
	color:#0099CC;
}
td.bad {
	text-decoration:line-through;
}
tr.aktualni td {
	color:#000000;
	font-weight:bold;
}
.pane-content ul {
	margin-left:25px
}
div.important {
	text-align:center;
	font-weight:bold;
	padding:5px 0;
}
h3.important {
	text-align:center;
	padding:5px 0;
	font-size:x-large;
	color:#2e9fff;
}
label.help {
	cursor:help;
	border-bottom:1px dashed #990000;
}
div.error {
	padding:6px;
	background-color:#990000;
	color:#FFFFFF;
	margin:4px 0px;
}
div.prispevek {
	padding:5px 0;
	clear:both;
}
div.prispevek h3 span{
	font-size:small;
}
div.navbar a{
	display:block;
	padding:10px 0;
}

/* Pomocné styly - Martin Chouò */
.zvyrazni_aktualne {
	color: #D16000/*#990000*/;
}

.skrtni {
	text-decoration: line-through;
}

.pozor_li{
	/*background-color: #990000;*/
	color: #990000;
	/*padding: 2px 2px 2px 2px;*/
}
