body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #060024;
}
header {
	background-image: url('nightcities.jpg');
	background-size: 400px 180px;
	background-repeat: no-repeat;
	background-position: right top; 
	background-color: #060024;
	height: 120px;
	margin-right:0%;
	
	color:#CED5A9;
}


h1 {
	color: #CED5A9;
	font-style: italic;
	margin: 0;
}
nav {
	background-color: #666666;
	font-size: 120%;
	width: 18%;
	float: left;
}
nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 1em 0;
	text-align: center;
	display: block;
	height: 1em;
}
nav a:hover {
	color: #333333;
	background-color: #CCCCCC;
}
section {
	background-color: #E6E6E6;
	margin-left: 18%;
	margin-right:15%;
}
section a {
	color: #9F0000;
	font-weight: bold;
}
section, aside {
	padding: 1%;
}
footer {
	color: #CCCCCC;
	background-color: #666666;
	text-align: center;
	font-size: 0.7em;
	padding: 0.5em;
	margin-left: 18%;
	margin-right:15%;
}
figure {
	background-color: #FFFFFF;
	text-align: center;
	border: 15px solid #FFFFFF;
}
figcaption {
	font-style: italic;
	font-weight: bold;
}
figure em {
	font-weight: bold;
}
aside {
	
	border: 3px double #CCCCCC;
	margin: 2%;
	width: 12%;
	position:absolute;
	top:500px;	
}

aside h2 {
	color:#CED5A9;
}

aside p {
	background-color: #FFFFFF;
}
aside em {
	background-color: #FFFFFF;
}

aside a {
	color: #9F0000;
	font-weight: bold;
}

h2 {
	margin: 0;
}
section figure:hover {
	background-color: rgba(255, 224, 224, 0.5);
	border: 15px inset #CCCCCC;
}
.akcia {
	color: #FF0000;
	font-size: 1.5em;
}
section ol li li {
	font-style: italic;
}

section table {
	border-collapse: separate;
	border-spacing: 5px 1em;
	border: 5px double #999;
	background-color: white;
	empty-cells: hide;
	margin: auto;
}
section th, section td {
	border: 1px solid black;
	padding: 0.5em;
}
section table tr:nth-child(odd) {
	background-color: orangered;
}
section table tr:first-child {
	font-family: "Courier";
	font-size: 0.8em;
	background-color: gold;
}
section table tr:first-child th {
	border-bottom: 5px solid black;
}
section table tr th:first-child {
	background-color: plum;
	border-right: 5px solid black;
	border-bottom-width: 1px;
}
section table tr:first-child th:first-child {
	background-color: #CCCCCC;
	border-right: 5px solid black;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
#o_nakupe {
	background-color: #CCCCCC;
	padding: 1em;
	display: flex;
	
}
#o_nakupe h2{
	position:absolute;
}
#o_nakupe p{
	margin-left:100px;
}
#o_nakupe div img{
	position: absolute;
}
#o_nakupe div {
	background-color: #999;
  background: -webkit-linear-gradient(-10deg, #E6E6E6 0%, #999 30%, #E6E6E6 60%, #666666 100%);
  background: -o-linear-gradient(-10deg, #E6E6E6 0%, #999 30%, #E6E6E6 60%, #666666 100%);
  background: -moz-linear-gradient(-10deg, #E6E6E6 0%, #999 30%, #E6E6E6 60%, #666666 100%);
	background: linear-gradient(-10deg, #E6E6E6 0%, #999 30%, #E6E6E6 60%, #666666 100%);
	width: 33.3%;
	margin-top:30px;
}
#novinka {
	background-color: #9F0000;
	color:#CED5A9;
	padding: 1%;
	width: 13%;
	
}
.novinka-listok {
	background-color: red;
	color: white;
	padding: 3px 10px;
}

#reklama2 {
	width: 150px;
	
	text-align: center;
	font-size: 200%;
	margin-left:calc(100% - 15%);
	
	position:absolute;
	position: fixed;
	top:120px;
	
}
