/* CSS Document */
/* letadla/seznam.css */

body{
     background-color:rgb(204,255,255);
    }

#obal{
      border-radius: 5px;
      margin-left: auto;
      margin-right: auto;
      background-color: #eeeeee;
      font-family: verdana;
      border-style: solid;
      border-color: rgb(51,153,255);
      border-width: 2px;
      width: 1024px;
      height: auto;
      }
 h1  {
      text-align: center; color: #00f; text-shadow: 2px 2px 5px #1c2228
      }

#odkaz{
      margin-left: 600px;
      margin-top: -40px;
      width:200px;
      height: 15px;
      }
      
 #odkaz a:hover{
              color: red;
      }      
 
 #ero{
      border-radius: 5px;
      border-style: solid;
      border-color: rgb(51,153,255);
      border-width: 1px;
      margin-top: 10px;
      margin-left: 10px;
      width: 202px;
      height: 152px;
     /*   background-image:url('../obrazky/miniatury/extra.jpg'); */
      }

#erotext{
      background-color: rgb(204,255,255);
      border-radius: 5px;
      border-style: solid;
      border-color: rgb(51,153,255);
      border-width: 1px;
      margin-top: -155px;
      margin-left: 220px;
	padding-left: 10px;
	padding-top: 5px;
      width: 782px;
      height: 150px;
      }








 










