/*  STYLOPIS PRO CHYBOVOU STRÁNKU ->NEPODPOROVANÝ PROHLÍŽEČ-<  */

body {
   width: 100%; height: 100%; 
   margin: 0; padding: 0;
   font-family: Helvetica;
   
   background-color: #000;
   background-image: url('../images/background_space.jpg');
   background-position: center bottom;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
  }
html {width: 100%; height: 100%;}
div, img, a {border: none;} 
a {color: #FFF; text-decoration: none;}
ul {font-weight: bold;}
li {font-weight: normal;}


/* obsah  */
#content {
   position: relative;
   width: 100%; height: auto;
   margin-top: 50px;
   padding-top: 20px; padding-bottom: 20px;
   background-color: rgba(0,0,0,0.7);
   color: #FFF;
  }
#content div {
   position: relative;
   width: 100%;
  }
#content div img {
   display: block; position: relative;
   height: 150px;
   margin: auto;
  }
#content h1 {
   position: relative;
   width: 100%; margin: 20px auto 20px auto;
   text-align: center;
  }
#content p, #content ul {
   position: relative;
   width: 70%;
   padding: 0px 15% 0px 15%;
  }
 
/* patička  */
#foother {
   position: relative;
   width: 100%; 
   margin-top: 50px; margin-bottom: 20px;
   text-align: center;
   font-size: 0.6em;
  }