    * {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
.wrapper {
	max-width: 978px;
	min-width: 640px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

	
a {
	color: #cf0c0a;
	text-decoration: none;
}
a:hover {
	color: #0a4672;
}
/* #0a4672; */
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 142px;
}
.header1 {
	width: 347px;
	height: 142px;
	background: #ebebec; /*kolor tła logo*/
	display:inline-block;
	float:left;
}

.header2 {
	width: 631px;
	height: 142px;
	display:inline-block;
	background: #ebebec;
	float:right;
}


/* forms */

input[type=text], input[type=password], input[type=number] {
	border: 1px solid #c3c3c3;
	font: normal 12px Verdana;
	color: #868082;
	height: 25px;
	outline: 1px solid #0a4672;
}
input[type=button], input[type=submit] {
	color: #fff;
	font: normal 15px Verdana;
	text-align: center;
	padding: 5px;
	border: 0;
}
input[type=button]:not(:disabled), input[type=submit]:not(:disabled) {
	background: #cf0c0a;
}

/* Footer  
-----------------------------------------------------------------------------*/
.footer {
	margin: -53px auto 0;
	min-width: 640px;
	max-width: 978px;
	height: 53px;
	position: relative;
	background: #ebebec; /*kolor paska pod copyright */
}
.footer1 {
	border-bottom: 9px solid #cf0c0a;
	height: 5px;
	background: #fff; /* kolor paska pod pogodą*/
}
.footer2 {
	background: #ebebec; /* kolor tła copyright*/
	color: red;	/*#838384; kolor copyright */
	font: normal 11px Verdana;
	line-height: 32px;
	text-align: center;
}
