div#wrap{
width:767px;
background-color:#E0EEEE;
display:inline-block; 
float:left;
}
#container {
display:inline-block; 
}


#left {
width:301px;
float:left;
margin-right:50px;
}

#right {
width:301px;
float:right;
margin-left:50px;
}
#zik {
position:fixed;
margin-top:30px;
width:301px;
height:601px;
}
#zak {
position:fixed;
margin-top:30px;
width:301px;
height:601px;
}

.frame {
    width:560px;
    height:315px;

}
header a {
   text-decoration: none;  
}
header {
background-color:#0451BC;
color:white;   
width:100%; 
float:left;
text-decoration: none; 
}
h1{
font-size:33px;
  -webkit-text-fill-color:#646464;
  -webkit-text-stroke: 1px lightgray;
  text-align: center;
  text-decoration: none;
}


 h2{
font-size:40px;
color:red;
text-shadow:-1px -1px 1px lightgray;
margin-top:-10px; 
}
h3 {color:red;}
h4 {
color:white;    
 margin-top:-10px;  
}
   a {
  color:red;  
  font-weight:bold;
       } 


 p {
font-size:17px;
font-weight:bold;
text-align:left;
margin-left:20px;
margin-right:20px;
}
 #pojam {
    background-color:white;
    border: 1px solid;
    width:99%;
 }

.classname {

	background:white;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #573357;
	display:inline-block;
	color:#1c0c1c;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c99198;
	margin:2px;
      
}
.classname:hover {
	background:silver;
        color:white;
}

.z {
color:red;

}