/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	text-align:center;
	margin-top:34px;
	background-image:url("/cz/images/site-background.gif");
	background-repeat:repeat-x;
	background-color:#BBB7B3;
	behavior:url('/styles/iehover.htc');
}

h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
	padding:15px;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#33679A;
	letter-spacing:2px;
	padding-bottom:15px;
}

.vanoce {
	font-size:1.2em;
	font-weight:bold;
	color:#33679A;
	letter-spacing:2px;
	padding-bottom:15px;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#000000;
/*	text-decoration:underline;*/
	letter-spacing:1px;
	padding-top:5px;
	padding-bottom:0px;
	clear:left;
}

h3.header-bar {
	text-transform:uppercase;
	height:22px;
	padding-left:12px;
	margin:10px 0px 10px 0px;
 background:url('../cz/images/header-bar.gif') top left no-repeat;
}

h3.header-bar2 {
	height:22px;
	padding-left:12px;
	margin:10px 0px -20px 0px;
 background:url('../cz/images/header-bar.gif') top left no-repeat;
}
h3.header-bar-kurzy {
	height:22px;
	padding-left:12px;
	margin:10px 0px -20px 0px;

 background:url('../cz/images/header-bar.gif') top left no-repeat;
}
h3.header-bar-button {
	height:22px;
	padding-left:12px;
	margin:10px 0px -20px 0px;

 background:url('../cz/images/button-bar.gif') top left no-repeat;
}

h3.header-bar-kurzy a, h3.header-bar-button a {
  text-decoration:none;

}
h3.header-bar-kurzy a:hover, h3.header-bar-button a:hover {
  text-decoration: underline;

}

p {
	padding-bottom:5px;
}

a {
	color:#293F6F; 
 }

a:hover {
	text-decoration:underline;
}

h3 a {
	color:#000000;
}

h3 a:hover {
	text-decoration:none;
}

hr {
 display:none;
}

.virtual {
 display:none;
}

img {
 border:0px;
}

.warning {
	color:#FF0000;
}

.date {
	color:#33679A;
}

.motto {
	font-weight:bold;
	text-align:center;
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
}

.table-header {
	background-color:#DDE0E4;
}

.table-header2 {
	background-color:#F7F7F7;
}

.list-table {
	background-color:#F8F8F8;
}

.kurzy td {
	padding:2px;
}

input.buttons {
	height:22px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#33679A;
	border:2px solid #999999;
}

