body {
	background-color: #E1EFF2;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #253837;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	text-align: center;
	font-size: x-large;
}

h2 {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: x-large;
}

h3 {
	text-align: center;
	font-size: large;
}

h4 {
	font-size: medium;
}

h5 {
	text-align: center;
	font-size: small;
}

.oferta, .sections {
	width: 170;
}

.foot {
	font-size: 7pt;
}

.container {
	width: 1000px;
	text-align: center;
	margin: auto;
}

.prezentacja {
	position: relative;
	width: 660px;
	height: 250px;
	z-index: 1;
	overflow: auto;
	font-size: 11pt;
	text-align: left;
	color: #3F3F3F;
}

textarea {
	background: #E1EFF2;
	color: Navy;
	font-weight: bold;
	border: 2px solid Navy;
	font:14px 'Courier New', Courier, monospace;
	padding:5px;
	width:370px;
	height:200px;
	clear:both;
	line-height:18px;
	overflow:auto;
	scrollbar-track-color: Navy;
	scrollbar-face-color: #E0FFFF;
	scrollbar-3dlight-color: Navy;
	-moz-border-radius: 10px;
}

input.txt {
	background: #E1EFF2;
	color: Navy;
	border: 2px solid Navy;
	-moz-border-radius: 5px;
}

input.button {
	background-color: Silver;
	color: Navy;
	width: 110px;
	font-weight: bold;
	border: 3px solid Orange;
	-moz-border-radius: 5px;
}

input.file, select {
	background-color: NavajoWhite;
	color: Navy;
	border: 2px solid Navy;
	-moz-border-radius: 5px;
}

input.file {
	width: 280px;
}

select {
	width: 150px;
}

.ding {
	font-size: medium;
	font-weight: bold;
}

