 /* CSS Document */
 *{
 	margin: 0px;
 	padding: 0px;
 	font-family:Arial,Helvetica,sans-serif;
 }
 div{
 	background-color:#b1ddea;
 }
 body{
 	text-align: center;
 	background-color:#eaebf0;
 }
 #hlavicka{
 	height: 140px;
 	background-image: url(../img/hlava.jpg);
 }
 #hlavicka a{
  display: block;
  width: 76px;
  height:76px;
  float:left;
  position: relative;
 }
 #hlavicka a:hover{
  background-image: url(../img/t.gif);
 }
 #telo{
 	border: 1px solid black;
 	width: 995px;
 	margin: 5px auto;
 	text-align: left;
 }
 #menu{
  margin-top: 30px;
 	width: 165px;
 	float: left;
 	overflow: hidden;
 }
 #menu div{
  margin-left:32px;
  position: relative;
  top: 7px;
  font-size:18px;
  background-color: transparent;
  overflow: hidden;
  white-space: nowrap;
 }

#menu a{
  display: block;
	height: 35px;
  width: 165px;
  background-image: url(../img/mm.gif);
  margin-top:5px;
  text-decoration: none;
  color: blue;
  cursor: hand;
  cursor: pointer;
}
#menu a:hover{
  background-image: url(../img/mh.gif);
}

 #obsah{
 	margin-left:170px;
 	padding: 10px;
 }
 #paticka{
 	height: 140px;
 	clear: both;
 	background-image: url(../img/pat.jpg);
    text-align: right;
    font-size: 16px;
 }
 ul, ol{margin: 15px;}
 h1,h2,h3{margin: 10px;}
 p{
 	text-indent: 30px;
    margin-top: 10px;
 }
 td,th{padding:5px;}
 td{border: 1px solid black;}
 table{margin-top:10px;}
 .submenu div{
  text-decoration: underline;
  color: blue;
  cursor: hand;
  cursor: pointer;
 }
 .submenu a{
  background-image: none;
}
 .fotoa{
  float:left;
  border: 1px solid blue;
  margin: 5px;
  padding:5px;
  text-align: center;
 }
 .fotod{
     width: 370px;
     height: 300px;
 }
.krond{
    float:left;
    border: 2px solid blue;
    width: 780px;
    height: 164px;
    margin: 5px;
    padding:5px;
 }
 .message{
    float:left;
    border: 2px solid blue;
    width: 780px;
    margin: 5px;
    padding:5px;
 }
  .krond img{
    width:214px;
    height:160px;
    float: right;
 }
  .krond h2{
    text-decoration: underline;
 }
 .textimg{
     padding: 10px;
 }