body
{
	/* Background pattern from Toptal Subtle Patterns */
	background-image: url("img/tlo.png");
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}

#logo
{
	width: 100%;
	height: 50px;
	background-color: #485b3b;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
	letter-spacing: 3px;
	border-bottom: 2px solid #33402a;
	text-shadow:
	2px 2px 0px #33402a,
	-2px 2px 0px #33402a,
	-2px -2px 0px #33402a,
	2px -2px 0px #33402a;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	width: 878px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

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

ol
{
	maring-top: 0px;
}

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

ol > li > ul
{
	text-transform: none;
	font-size: 18px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 400;
	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
{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
}

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

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

a:hover
{
	color: #485b3b;
	text-decoration: underline;
}

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

.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;
}

#footer
{
	weight: 100%;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	background-color: #485b3b;
	color: #ffffff;
	margin-top: 0px;
	padding: 5px;
	border-top: 2px solid #33402a;
	border-bottom: 1px solid #f5f5f5;
	letter-spacing: 3px;
}