body{
	background-image: url("images/img02.jpg");
	background-repeat: repeat;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
div {
	display:block;
	width:100%;
	margin: 0;
}
.newPar{
	color: #4CAF50
}
#wrapper{
	/* margin: 10%; */
	/* width: 50%; */
	overflow: auto;
	/* display: inline-block; */
	/* width: 1200px; */
	margin: 0px auto;
	/* padding: 70px 50 px 30px 50px; */
}
#wrapper-text{
	margin: 2% 1% 10% 25%;
	float: left;
	width: 50%;
	text-align: justify;
}
#wrapper-image{
	/* vertical-align: top; */
	/* display: inline-block; */
	margin: 2% 0 0 0;
}
#menu{
	width: 100%;
}
#imgMoje{
	max-width:20%;
	max-height: 20%;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0;
	overflow: hidden;
	background-image: url("images/img01.jpg");
	width: inherit;
	text-align: center;
}
#menu li{
	display: inline-block;
	margin: 0;
	
}
#menu li a{
	/* border-right: 1px solid #bbb; */
	display:block;
	color: white;
	padding: 14px 16px; 
	text-decoration: none;
	text-align:center;
	margin: 0;
}
/* #menu li:first-child{ */
	/* border-left: 1px solid #bbb; */
/* }  */
#menu li a.active{
	background-color: #4CAF50;
	color: white;
}
#footer{
	height: 50px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    background-image: url("images/img01.jpg");
    border-top: 1px solid #A59282;
    font-family: 'Arvo', serif;
	color: white;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	
	
}
#templatedLink{
	text-decoration: none;
	color: white;
}
a{
	text-decoration: none;
	color: black;
}
/* #menu li a:hover{ */
	/* background-color: #555; */
	/* color: white; */
/* }  */

/* #menu li a:hover:not(.active){ */
	/* background-color: #111; */
	/* color: white; */
/* } */
/* #menu-wrapper{ */
	/* overflow: hidden; */
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
    /* height: 56px; */
/* } */
/* #menu { */
    /* width: 100%; */
    /* height: 55px; */
    /* margin: 0px auto; */
    /* padding: 0px; */
    /* background: #FD7144; */
/* } */
/* #menu ul { */
    /* margin: 0; */
    /* margin-top: 0px; */
    /* margin-right: 0px; */
    /* margin-bottom: 0px; */
    /* margin-left: 0px; */
    /* padding: 0px 0px 0px 0px; */
    /* padding-top: 0px; */
    /* padding-right: 0px; */
    /* padding-bottom: 0px; */
    /* padding-left: 0px; */
    /* list-style: none; */
    /* list-style-type: none; */
    /* list-style-position: initial; */
    /* list-style-image: initial; */
    /* line-height: normal; */
    /* text-align: center; */
/* } */
/* ul, menu, dir { */
    /* display: block; */
    /* list-style-type: disc; */
    /* -webkit-margin-before: 1em; */
    /* -webkit-margin-after: 1em; */
    /* -webkit-margin-start: 0px; */
    /* -webkit-margin-end: 0px; */
    /* -webkit-padding-start: 40px; */
/* } */