@charset "utf-8";
/* CSS Document */
html {
  background: url(color:#FFF) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.box{	
margin:auto;
width:1200px;
height:200px;
position:relative;
top:0px;
}
h1{
margin:auto;
position:relative;
top:20px;
}
.menu{
margin:auto;
position:relative;
top:0px;
left:-7px;
}
li{
position:relative;
top:20px;
display:inline;
padding-right:25px;
letter-spacing:0px;
font-family: 'Roboto Condensed', sans-serif;
font-size:18px;
font-weight: lighter;
}
ul a{
display:inline;
text-decoration:none;
color: black;
}
ul a:hover{
color:#900;
}
.box2{	
margin:auto;
width:1200px;
height:400px;
position:relative;
top:0px;
}
.lista{
margin:auto;
width:250px;
height:400px;
position:relative;
top:60px;
float:left;
}
.lista a{
text-decoration:none;
color: black;
}
.lista a:hover{
color:#900;
}
c1{
position:relative;
padding-right:25px;
letter-spacing:0px;
font-family: 'Roboto Condensed', sans-serif;
font-size:16px;
font-weight: lighter;
}
.tlo{
margin:auto;
width:610px;
height:436px;
position:relative;
	left:0px;
	top:20px;
}
#stopka {
width: 100%;
position: fixed;
height: 17px;
background:white;
bottom: 0;
left:0px;
}
footer{
position:relative;
font-family: 'Open Sans', sans-serif;
font-size:9pt;
font-weight: lighter;
letter-spacing:1px;
color:#999;
text-align:center;
}