
body{
background: url('Noise.png') #009aca;
 overflow-y: scroll;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
     }        
 
          
h2 {font-size: 2em;
    font-weight: normal;
    color: black;
    text-align: left;
    text-shadow: 2px 2px 1p #0a294b;
}

article div.hlavni {
        width: 920px;
        font-size: 120%;
        text-align: justify;
}

   article div.hlavni .na_stred{
   text-align: center;
   }

  
article div.vedlejsi {
        width: 460px;
        float: left;
}

.vetsi {
        font-size: 120%;
}



article section {
        margin: 10px;
        width: 460px;
        float: left;
        
}

.cistic {
        clear:both;
}

body {
        background: url('Hlavicka.png') #1c2228;
        margin: 0px;
        font: 14px Verdana;
        min-width: 960px;
        color: white;
}

header {
        height: 120px; 
}
  
#CRESD {
        width: 250px;
        height: 60px;
        float: left;
        margin: 10px 0px 0px 0px;
}

#CRESD h1 {
        margin: 0px 0px 0px 0px;
        font-size: 60px;
        color: #ffbb00;
        text-align: left;
}

#CRESD p {
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        color: #ffbb00;
        text-align: left;
}     

nav{
    display: inline-block;
}

nav ul {
        margin: 0px 0px 0px 20px;
        margin: 0px;
        list-style-type: none;
}



header ul.jazyk {
        list-style-type: none;   
        float: right   ;
        margin: 5px 0;
        padding: 0;
}


nav ul li {
        float: left;
        padding: 20px 25px;
        margin: 0px 5px 0px 0px;
        font-size: 20px;
        height: 80px;
        line-height: 4.3em;
}

ul li {
       
        padding: 10px 0px;
        margin: 0px 5px;
        font-size: 14px;
        height: 20px;
        line-height: 1em;
}

nav a {
        color: #ffbb00;
        text-decoration: none;
}

a {
        color: #ffbb00;
        text-decoration: none;
        margin: 0px 5px 0px 0px;
}

nav ul li:hover, .aktivni {
        background: black;
        box-shadow: 0px 0px 5px black;
}




footer {
        height: 40px;
        color: #ffbb00;
        margin: 0px 0 0 0px;
}

footer a {
        color:  #ffbb00;
        text-decoration: none;
}

article {
        background: url('Noise.png') #009aca;
        padding: 30px 0px;
}
 
.centrovac {
        margin: 0px auto;
        width: 960px;
}