body
{
	background-image: url("img/sayagata.png");
    background-attachment: fixed;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}

a:link
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: #485b3b;
}

a:active
{
	color: black;
	text-decoration: none;
}

#logo
{
	width: 100%;
	height: 45px;
	background-image: url("img/confectionary.png");
    background-attachment: fixed;
font-weight:normal;
color:#000000;
letter-spacing:1pt;
word-spacing:0pt;
font-size:36px;
text-align:center;
font-family:impact,
sans-serif;
line-height:1
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;

	border-bottom: 2px solid #33402a;
	/* text-shadow: */
	/* 2px 2px 0 #33402a, */
	/* -2px 2px 0 #33402a, */
	/* -2px -2px 0 #33402a, */
	/* 2px -2px 0 #33402a; */
}

#container
{
	background-image: url("img/ss.png");

	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 0px 15px 40px 6px #bababa;
}

#spis
{
	width: 780px;
	padding-left: 100px;
}

ol
{
	margin-top: 5px;
}

ol > li
{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px;
	letter-spacing: 3px;
}

ol > li > ul
{
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	padding: 0px;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-left: 30px;
	list-style-type: none;
}

ol > li > ul > li
{
	margin: 0px;
}

ol > li > ul > li:before
{
	color: #485b3b;
	content: "♥";
	margin-right: 5px;
}

.slajd
{
	padding: 20px 40px;
	text-align: justify;
}

h1
{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}

.scrollup
{
	width: 64px;
	height: 64px;
	text-decoration: none;
	background: url("img/up.png") no-repeat 0px 0px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none;
}

#stopka
{
	width: 100%;
	height: 32px;
	background-color: #003399;
	font-size: 20px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
	letter-spacing: 3px;
	border-top: 2px solid #33402a;
	text-shadow:
	2px 2px 0 #33402a,
	-2px 2px 0 #33402a,
	-2px -2px 0 #33402a,
	2px -2px 0 #33402a;
}
