
h1 {
	text-align:center
}
h2 {
	text-align:center
}
	
table, th, td {
border: 1px solid black;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.67em
margin-top: 0.67em;
border-collapse: collapse;
width: 500px;
text-align: center;
font-size: 2empx;
font-weight:bold;
}

header {
	background-image: url("header.png");
	color: white;
}

.ul1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #404040;
}

#list_1 {
	float: left;
}

.list_active_1 {
	display: inline-block;
	text-align: center;
	color: white;
	font-family: Helvetica;
	font-weight: bold;
	padding: 14px 16px;
	text-decoration: none;
}
.list_active_1:hover {
  background-color: #555;
  color: white;
}

.active {
  background-color: #04AA6D;
  color: white;
}
.fa-house {
	color: white;
}

#container
{
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid grey;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	text-align: center;
	font-size: 250%;
	color: brown;
	background-color: green;
}

#header > span
{
	padding: 25px;
	display: block;
}

#navbar
{
	text-align: center;
	font-size: 150%;
	padding: 15px;
	border-style: dashed solid dashed solid;
	border-width: 2px 0px 2px 0px;
	border-color: grey;
	background-color: navy;
}

#navbar a
{
	margin: 30px;
}

#main
{
	background-color: floralwhite;
	
}

#akapit1, #akapit2
{
	width: 45%;
	line-height: 200%;
	padding: 50px;
	box-sizing: border-box;
}

#content
{
	display: inline-block;
	width: 1000px;
	height: auto;
	text-align: justify;
	background-color: bisque;
	
}
#sidemenu
{
	line-height: 200%;
	display: inline;
	width: 150px;
	float: left;
	width: 200px;
	height: 708px;
	background-color: #C19A6B;
}