/* CSS Document */
body, table {
	margin: 0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	font-size: 13px;
}
body {
	text-align: center;
	background-color: #EEEEEE;
	border: 0px solid #fff;
}
H1 { font-size: 28px; }
H2 { font-size: 15px; background-color: rgb(211,211,211);  } /*lightgrey*/
H3 { font-size: 14px }
H4 { font-size: 13px }
H5 { margin-top: 5px; margin-bottom: 5px;  }
#pravy {
	width: 110px;
	top: 120px;
	left: 650px
}
/* index.html */
.card {
	margin: 10px 5px 10px 5px;
  width: 250px;
  height: 169px
}
img { border-style: none; }
#card1 { display: block; position: relative; margin: 20px 0px 0px 20px }
#card2 { display: block; position: relative; margin: 20px 0px 0px 290px }
#card3 { display: block; position: relative; margin: 210px 0px 0px 20px }
#card4 { display: block; position: relative; margin: 210px 0px 0px 290px }
p {
	text-indent: 30px;
	margin: 8px 0px 0px 0px
}
a {
	color: #039;
	text-decoration: underline;
}
#page {
  width: 770px;
  margin: 20px auto 20px auto;
  padding: 10px;
  border: 2px solid #cc9;
  color: #000;
  background : #fff none;
  text-align: left;
}
#obsah {
	width: 550px;
	text-align: center;
  padding-left: 0px;
	margin: 20px 0px 30px 190px;
/*	top: 177px;
  background-color : rgb(245,222,179) ; */
}
#obsah2 {
	position: relative;
	width: 550px;
	text-align: left;
	margin: 20px 0px 30px 190px;
  padding: 0px 10px 0px 10px;
/*	top: 177px;
  background-color : #eeb ; */
}
#hlavicka {
	position: absolute;
	width: 760px;
	height: 120px;
	top: 0px;
	left: 0px
}
#menu {
  font-weight: bold;
	width: 180px;
  float: left;
  left: 50px;
  padding: 0px 0px 0px 0px ;
  margin: 10px 0px 0px 0px;
	background: rgb(255,228,196); /*bisque*/
	border-bottom: solid 1px ;
}
#menu li {
	list-style: none;
	border-top: solid 1px ;
	background-image: url("odrazka6x6.png");
	background-repeat: no-repeat;
	background-position: 3px center;
  list-style-position: inside;
  padding: 5px 0px 5px 15px ;
}
#menu li:hover {
	background: rgb(222,184,135); /*burlywood*/
	background-image: url("odrazka6x6.png");
	background-repeat: no-repeat;
	background-position: 3px center;
}
#SMAZATpravy {
	position: absolute;
	width: 110px;
	top: 177px;
	left: 650px
}
#paticka {
  margin-top: 10px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	text-align: left;
	padding: 10px 0px 10px 10px;
	background-color: #EEEEEE;
	font-size: 8px;
	clear: both;
}
/* timetable */
.obrazek_right {
      float: right;
      clear: right;
      margin-left: 30px;
      margin-bottom: 10px;
}
.noscreen {
      float: none;
      clear: both;
      visibility: hidden
}

