body {
	background-image: url("background.png");
	background-repeat: repeat;
	background-size: 6%;
	background-position: top center;
	display:flex;
	flex-wrap:wrap;
	font-family: Trebuchet MS;
	
}
@media only screen and (max-width: 600px) {
#menu {
    display: none;
  }
 #content img {
	margin-top: 10%;
	width:100%;
 }
 #form {
	border:0px solid !important;
 }
}
#upper {
	left:0;
	top:0;
	padding: 5px;
	background-color: #FAF49F;
	position:fixed;
	width:100%;
	z-index:1;
	box-shadow: 0 3px 3px rgba(100,100,100,.2);
	height:5%;
	vertical-align:center;
}
#menu{
	padding:2px;
	margin-right:1%;
	float:right;
}
#menu a:link, a:visited{
	font-weight: 500;
	margin:4px;
	padding: 8px 10px 6px 10px;
	text-decoration:none;
	color:black;
	border-bottom: 2px double #FF6600;

}
#menu a:hover{
	margin:4px;
	padding: 8px 10px 6px 10px;
	text-decoration:none;
	color:black;
	border-bottom: 2px double #FFA366;
}
#content {
	margin-top:5%;
	position: relative;
	overflow: hidden;
	width:100%;
	text-align:center;
}

#content ul{
	list-style-type: disc;
}
#form{
	border: 1px solid black;
	display: inline-block;
	width: 450px;
}
#form td{
	border: 0;
}
#content .main{
	font-size: 26px;
	text-decoration: underline #FF6600;
}
#content .hint {
	font-size: 12px;
	font-style:italic;
}
#tabela-cen{
	display: inline-block;
	
}
#tabela-cen th, td {
  border-bottom: 1px solid #bbb;
}
.promocja {
	color:#FF6600;
	font-size:20px;
}