* {
	margin: 0px auto;
}
body {
	background-image: url('background.jpg');
}
#container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 1000px;
	background-color: white;
	box-shadow: 0px 0px 2px grey;
	font-family: 'Calibri';
}
#nav {
	padding-top: 20px;
	padding-bottom: 20px;
}
#nav-bar-1 {
	width: 395px;
	height: 150px;
	font-size: 25px;
	line-height: 6em;
	text-align: right;
	padding-right: 30px;
	float: left;
	color: grey;
}
#nav-bar-2 {
	width: 150px;
	height: 150px;
	background-image: url('http://fc.sarmacja.org/download/file.php?avatar=2153_1494139848.png');
	float: left;
	border-radius: 50%;
	box-shadow: 0px 0px 2px grey;
}
#nav-bar-3 {
	width: 395px;
	height: 150px;
	font-size: 25px;
	line-height: 6em;
	text-align: left;
	padding-left: 30px;
	float: left;
	color: grey;
}
#nav-bar-4 {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1000px;
	font-size: 25px;
	line-height: 2em;
	text-align: center;
	color: grey;
}
#menu {
	width: 280px;
	padding: 10px;
	float: left;
}
#menu a{
	display: block;
	width: 280px;
	font-size: 20px;
	line-height: 2em;
	text-align: left;
	color: grey;
	text-decoration: none;
	border-bottom: 1px dotted grey;
}
#menu a:hover {
	color: white;
	border-bottom: 1px dotted white;
	background-color: grey;
}
#content {
	width: 640px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: grey;
	float: left;
}
#content h1 {
	text-align: justify;
	font-size: 20px;
	line-height: 2em;
	font-weight: 700;
	padding-bottom: 15px;
}
#content h2 {
	text-align: justify;
	font-size: 16px;
	line-height: 2em;
	font-weight: 600;
	padding-bottom: 10px;
}
#content p {
	text-align: justify;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#krzykpudlo-panel textarea {
	width: 639px;
	height: 146px;
}
#page-krzykpudlo {
	width: 620px;
	margin-top: 5px;
	padding: 10px;
	border-bottom: 1px solid grey;
	color: grey;
	background-color: #f2f2f2;
}
#krzykpudlo-tresc{
	width: 620px;
	text-align: justify;
	font-size: 14px;
	line-height: 1.5em;
}