#header {
background-color:#0451BC;
color:white;   
width:100%; 
float:left;
}


h1{

font-weight:bold;
  -webkit-text-fill-color:#646464;
  -webkit-text-stroke: 1px lightgray;
  text-align: center;
 
  color:red;
text-shadow:-2px -2px 4px black;
}
div#header p {
font-weight:bold;
color:white;
text-align: center;
}
div#header a {
text-decoration:none;
}
p {
font-style: normal;
margin-left:30px;
margin-right:20px;
text-align:left;
font-size:19px;
}
#content a {
font-weight: bold;
margin-left:30px;
margin-right:20px;
text-align:left;
font-size:19px; 
}


#kontejner {
position:relative;
}
#wrap {
width:700px;
border:2px ridge silver;
display:inline-block;
background-color:white; 
}

#zak {
position:fixed;
margin-top:30px;
display:inline-block;
color:white;
background-color:white; 
}

#oglas {
 margin-left:50px;   
}

a {
text-align:center;
font-size:20px;
font-weight:bold;

}
img {
border-style:ridge;
 border-width:3px;
 border-color:#7A90A7;
}
   li {
     text-align:left;  
     font-size:18px;
        } 
        .color {
    color:maroon;
    font-weight:bold;
        }
      

.a {
text-align:center;
}
div#footer {
background-color:#0451BC;
color:white;
font-size:15px;
}
.x {
display:none;
}