/* CSS Document */
/*CSS Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CSS Reset*/


body{
    background:rgb(0,0,0);
    background-image: url("./img/Povrch1.jpg");
    background-attachment:fixed;
    color: rgb(0,0,0);
    font-size: 15px;
    font-weight: normal;
    font-family: Times New Roman;
    line-height: normal;
}
#h_body{
    width:98%;
    margin:0px auto;
}
header{
    background:#B3B500;
    width:97%;
    position: fixed;
    border-radius: 3px 3px 9px 9px;
    top:3px;
    z-index: 999; 
}

#header_logo{
    float: left;
    margin: 1px;
    height: 83px;
    width: 25%;
    background-image: url("./img/vms31.png");
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    background-size: 100% 100%;
}
#header_logo a{
   display: block;
    height: 90%;
    width: 90%;   
}
#header_pu{
    float: left;
    width: 73%;
    height: 44px;
    margin: 1px; 
}
#header_pu i{
    margin:1px 5px;
    float: left;
}
#header_pu p{
    margin:1px 5px;
    float: right;
}
#header_nav{
    float: left;
    width: 73%;
    height: 44px;
    margin: 1px; 
}
.header_nav_ul{
    width: 90%;
    height: 40px;
    margin: 2px auto auto auto;
} 
.header_nav_ul li{
    display: block;
    float: left;
    width: 15%;
    font-size: 120%;
    text-align: center;
    margin: 0 2px 1px 0;
    color: white;
    padding: 2px 1px;
    background: #B65400;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 0px 4px 3px #343455;
    transition: box-shadow 0.15s linear, margin 0.15s linear;
}   
.header_nav_ul li:active
{
    margin-bottom: 0px;
    margin-top: 4px;
    box-shadow: 0px 1px 1px #343455;
}
 section{
    clear: both;
    background:rgba(0,105,110,0.5);
    border:1px solid rgbs(0,105,110,0.5);
    margin:0px 0px 0px 2px; 
    width:100%; 
    float: left;
    position: relative;
    top: 95px;    
 }
  footer{
    background:#B3B500;
    background-image: linear-gradient(to bottom, #818686 20%, #B3B500 75%);
    overflow:hidden;
    width:100%;
    clear: both;
    position: relative;
    top: 95px;
 }   
