* {
	margin: 0;
	padding: 0;
}
 html, body {
	background: #000 url(gfx/bg.jpg) no-repeat;
	background-position: top center;
	font-family: Arial, Verdana, Sans-serif;
	color: #cff7ff;
	font-size: 12px;
}
h1 {
	color: #fffbca;
	font-size: 24px;
	text-transform: uppercase;
	margin: 18px 0 15px 0;
}
h2 {
	color: #fff;
	background-color: #ae9e62;
	font-size: 15px;
	padding: 2px 0 0 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	width: 270px;
	margin-bottom: 10px;
}
p {
	margin: 8px 0 10px 0;
	line-height: 16px;
}
a, a:link, a:visited {
	color: #cff7ff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fffbca;
}
#container {
	width: 884px;
	height: 690px;
	margin: 0 auto;
}
#banner_menu {
	height: 218px;
}
#content {
	background: #000 url(gfx/content.jpg) top no-repeat;
	height: 428px;
}
	#left {
		width: 450px;
		height: 300px;
		float: left;
	}
	#right {
		width: 400px;
		height: 400px;
		float: right;
		padding-right: 30px;
	}

#footer {
	background: #000 url(gfx/footer.jpg) top no-repeat;
	height: 50px;
}
	#footer_left {
		height: 22px;
		float: left;
		width: 350px;
		margin-top: 28px;
		font-size: 11px;
	}
	#footer_left span {
		margin-left: 66px;
		color: #696450;
	}
	#menu {
		height: 22px;
		float: right;
		width: 343px;
		margin-top: 28px;
	}
	#menu ul {
		margin: 0 0 0 0;
		text-transform: uppercase;
		font-size: 12px;
	}
	#menu li {
		display: inline;
		color: #AE9E62;
	}
	#menu a, #menu a:link, #menu a:visited {
		text-decoration: none;
		margin: 0 5px 0 5px;
	}
	#menu a.menu1 {color: #fff;}
	#menu a.menu1:hover {color: #ccc;}
	#menu a.menu2 {color: #bbffad;}
	#menu a.menu2:hover {color: #85b87b;}
	#menu a.menu3 {color: #f6eab7;}
	#menu a.menu3:hover {color: #D0C28A;}
	#menu a.menu4 {color: #b1d1ee;}
	#menu a.menu4:hover {color: #80A6C8;}

table#oferta {
	border-collapse: collapse;
	width: 337px;
	height: 250px;
	margin: 25px 0 0 5px;
}
img {
	border: none;
}
div#linki {
	margin-top: 30px;
	text-align: center;
	margin-right: 120px;
}
/*-----------------FORMULARZ_KONTAKTOWY-------------------------------------*/
#formDiv {
	width: 350px;
	font-size: 11px;
	text-align: left;
	color: #ae9e62;
}
input, textarea {
	overflow: auto;
	border: 1px solid #AE9E62;
	margin-bottom: 3px;
	color: #666;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	padding: 2px;
}	
span.star {
	padding-left:3px;
	color: #6A7913;
	font-weight:bold;
	font-size:15px;
	vertical-align: top;
}
input[type="text"],textarea {
	background:#FBFBFB;
}
input[type="text"]:focus {
	background:#FFFFEC;
	color: Highlight;
}
input.focus,textarea:focus { background:#FFFFEC;
	color: Highlight; 
}
ul.error {
	font-size:11px;
	list-style: none;
	margin: 0;
	padding:0;
}
input#username, input#email {
	width: 155px;
}
input#phone {
	width: 128px;
}
input#submitButton {
	color: #fff;
	background-color: #ae9e62;
	border: none;
	height: 23px;
	width: 70px;
	font-weight: bold;
	margin: 0 0 30px 10px;

}
.sukces {
	color: #fffbca;
	font-weight: bold;
	text-align: center;
	padding: 60px 50px 0 0;
	font-size: 14px;
}
textarea {
	width: 320px;
	height: 75px;
}
#errors {
	color: #6A7913;
	font-size:11px;
	height: 56px
}