pre{
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	font-size:18px;


}
html {
    background-color: #fdfdfd;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-image: url('https://krimko.si/b1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #222;
		background-position: absolute;
}
form{
  position: fixed;
  width: 350px;
  height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
}
.form-field {
   border: 1px solid #c9b7a2;
   background: #ccc;
   border-radius: 4px;
   text-align: center;
   color: #fff;
   padding:8px;
   margin-bottom:20px;
   width:300px;
   }
.light-table-filter
{
	border: 1px solid #c9b7a2;
	background: #ccc;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	padding:8px;
	margin-bottom:20px;
	width:300px;
	align:center;
	}
.submit{
  border: 1px solid #c9b7a2;
  width: 75px;
  height: 30px;
  background: #bfbfbf;
}
.submit:hover{
  color: #fff;
}
html{
	background-color: #fdfdfd;
	 font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	 background-image: url(b1.jpg);
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 color: #222;
}
 footer {
        position: relative;
        height: 300px;
        width: 100%;
        background-color: #333333;
		width: 100%;
        color: #fff;
        line-height: 40px;
        font-size: 0.7em;
        text-align: center;
        bottom:0;

    }
.submit{
  border: 1px solid #c9b7a2;
  width: 75px;
  height: 30px;
  background: #bfbfbf;
}
.submit:hover{
  color: #fff;
}
.admin{
  bottom: 0;
     left: 0;
}
p{
  font-size: 20px;
}
table, td, th {
    border: 1px solid #000;
    text-align: center;

}

table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 15px;
}
td {
    padding: 15px;
    background-color:white;
}
th {
    padding: 15px;
    background-color:#ccc;
    font-family:sans-serif;
}
@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  border-bottom: 3px solid #47c9af;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu ul {
  background: #d9d9d9;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#cssmenu > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #47c9af;
}
h1{
text-align: center;

}
.fix{
    position:fixed;
    top:20px;
    left:95%;
		position: absolute;
}