@import url(https://fonts.googleapis.com/css?family=Amiri:400,700&subset=arabic,latin);

body {
	padding: 10px;
	background-color: #FFFFFF;
	background-position: top;
	overflow-x: hidden;
	font-family: 'Georgia', 'Amiri', serif;
	font-weight: normal;
}

div {
	margin: auto;
	display: block;
}

#strona {
	width: 720px;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#ramka {
	width: 500px;
	float: right;
}

#logo {
	width: 720px;
	height: 100px;
	background-position: top;
}

#tresc {
	width: 700px;
	float: center;
	padding: 10px;
	text-decoration: none;
	color: #000000;
}

#stopka {
	width: 700px;
	padding: 10px;
	text-decoration: none;
	font-size: 0.75em;
	color: #000000;
	background-position: top;
	float: right;
}

#menu {
	width: 200px;
	height: 100%;
	float: left;	
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul li {
	display: list-item;
	padding: 0;
}

#menu ul li a {
	display: list-item;
	font-size: 1em;
	text-decoration: none;
	color: crimson;
	cursor: pointer;
}

#menu ul li a:hover, #menu ul li a.active {
	background-color: #f7eaa6;
}

#tekst {
	float: left;
	font-size: 0.9em;
	text-decoration: none;
	color: #000000;
	letter-spacing: -0.5px;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 -10px 0;
	color: #000000;
	display: inline-flex;

}

hr {
	border-top: 3px double #8c8b8b;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #e31e24;
}

p {
	text-align: justify;
	margin-left: 200px;
	text-indent: 20px;
}

