body
{
	background-color: #99dd88;
	margin: 0 !important;
	color: white;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
}

#container
{
	width: 1000px;
	background-color: grey;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0 !important;
}

#header
{
	min-	width: 1000px;
	background-color: white;
	margin: 0 !important;
}

#logo
{
	width: 240px;
	background-color: #99cc00;
	float: left;
	padding: 5px 5px;
	height: 200px;
	text-align: center;
}

#napis
{
	background-color: #99cc00;
	padding: 5px 25px;
	width: 700px;
	float: left;
	height: 200px;
	text-align: center;
}
h2
{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
}
h3
{
	font-size: 32px;
	padding: 0px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
#menu
{
	background-color: #009400;
	margin: 0 !important;
	min-width: 1000px;
	padding: 5px 0px;
	text-align: center;
	font-size: 16px;
}

#sidebar
{
	background-color: #808080;
	width: 248px;
	min-height: 540px;
	float: left;
	border-right: 2px dashed #505050;
}

#content
{
	background-color: #dedede;
	width: 700px;
	float: left;
	padding: 10px 25px;
	min-height: 590px;
	color: black;
	text-align: justify;
	line-height: 200%;
}
#content p
{
	line-height: 150%;
}
#content ol
{
}
#content ol > li
{
	line-height: 200%;
}
#content a
{
	color: black;
	text-decoration: underline;
}

#content a:hover
{
	color: red;
}
 

#footer
{
	background-color: #11470A;
	width: 1000px;
	text-align: center;
	padding: 20px 0;
	margin: 0 !important;
	margin-bottom: 0 !important;
}

.agh
{
	margin: 10px;
	width: 230px;
	background-color: #71a525;
	height: 140px;
	text-align: center;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.agh:hover
{
	background-color: #508414;
}

.wimic
{
	margin: 10px;
	width: 230px;
	height: 140px;
	background-color: #d94348;
	vertical-align: middle;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.wimic:hover
{
	background-color: #b72126;
}

.kcha
{
	margin: 10px;
	width: 230px;
	height: 140px;
	background-color: #ffd700;
	text-align: center;
	font-size: 20px;	
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.kcha:hover
{
	background-color: #ff9900;;
}

.fb
{
	margin: 10px;
	width: 230px;
	height: 120px;
	background-color: #4668b3;
	font-size: 90px !important;
	padding: 10px 0px;
	font-weight: bold;
	text-align: center;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.fb:hover
{
	background-color: #244691;
}

a
{
	color: white;
	text-decoration: none;
	display: block;
	text-weight: 700;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px;
	text-align: center;
	display: inline-block;
	line-height: 230%;
	
}

ul > li
{
	float: left;
	height: 40px;
	width: 130px;
	display: block;
	border-right: 2px dotted black;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

ul > li:first-child
{
	border-left: 2px dotted black;
}

ul > li:hover
{
	background-color: #004500;
}
ul a
{
	text-decoration: none;
	color: white;
	display: block;
}

.sticky
{
	width: 1000px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	z-index: 100;
}

.foto
{
	float: left;
	padding: 10px;
	text-align: center;
	vertical-align: center;
	margin-left: auto;
	margin-right: auto;
}

h4
{
	text-align: center;
	margin: 0px;
	font-size: 16px;
	line-height: 160%;
}

h5
{
	text-align: center;
	margin: 0px;
	font-size: 14px;
	line-height: 120%;
}

ol
{
	margin: 0;
	margin-bottom: 20px;
	padding: 0px 20px;
}