*{box-sizing: border-box;}
body {
	background-color: white;
	margin: 0;
	margin-top: 24px;
	
}
@media screen and (max-width: 1024px) {
        .contener section{
                            width: auto;
              
        }   
}
p {
	padding-right: right;
	font-size: bold;
	
}
img {
	border: 0;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: red;
	
}
a:hover {
	color: green;
}
div.contener {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	color: grey;
}
ul.menu {
	height: 36px;
	width: 100%;
	font-size: 0.8em;
	font-family: verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #dbdbdb;
}
ul.menu li {
	display: block;
	float: left;
	margin: 0 0 0 78px;
	
}
ul.menu li a {
	height: 28px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 0px 0px 0px;
	
}
ul.menu li a:hover {
	color: #fff;
	background: red;
	padding: 5px 15px 0;
	
}
article, aside {
	display: table-cell;
	vertical-align: top;
	padding: 28px;
	
}
article {
	width: 65%;
	padding-right: 0;
	text-align: justify;
	color: black;
}
aside {
	width: 25%;
	height: 400px;
	padding: 60px;
}
fieldset {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-color: darkblue;
}
legend {
	font-weight: bold;
	padding: 5px;
}
textarea {
	width: 400px;
	height: 200px;
	background-color: silver;
	
}
input {
	width: 400px;
	background-color: silver;
	
}
p.przycisk input{
	width: 100px;
}
p.przycisk {
	text-align: center;
}
footer{
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: smaller;
	height: 30px;
	color: black;
	margin-top: 15px;
}