* {
	margin: 0;
	padding: 0;
}
body {
	background: #666 url(gfx/bg.jpg) repeat-x;
	font-family: Arial, Sans-serif;
	font-size: 12px;
}
h1 {
	text-align: left;
	font-size: 20px;
	margin: 0 0 0 40px;
	padding: 0 0 0 52px;
	color: #bb3201;
	background-image: url(gfx/h1.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
a, a:link, a:visited {
	color: #656F4C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A23808;
}
img {
	border: none;
}
p {
	margin: 7px 0 7px 0;
}
#container {
	width: 855px;
	margin: 0 auto;
}
#top {
	height: 219px;
}
#logo {
	height: 219px;
	width: 442px;
	background: transparent url(gfx/logo.jpg) no-repeat;
	float: left;
}
#flash {
	height: 219px;
	width: 413px;

	float: right;
}

#menu {
	height: 44px;
	background: transparent url(gfx/menu.jpg) no-repeat;
}
	#menu ul {
		list-style: none;
		padding: 15px 0 0 30px;
	}
	#menu li {
		display: inline;
		margin: 0 15px 0 15px;
	}
	#menu a, #menu a:link, #menu a:visited {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		padding: 0 0 0 1px;
	}
	#menu a:hover {
		color: #ccc;
	    border-top: 2px solid #656F4C;
	}

#content {
	height: 441px;
	background: transparent url(gfx/content.jpg) no-repeat;
	color: #555;
}
	#in_content {
		text-align: left;
		width: 450px;
		padding: 40px 70px 0 0;
		float: right;
	}
#footer {
	height: 66px;
  background: transparent url(gfx/footer.jpg) no-repeat;
	text-align: right;
	font-size: 11px;
	color: #bbb;
	padding-right: 35px;
}

#footer a, a:link, a:visited {
	color: #A23808;
	font-weight: bold;
	text-decoration: none;
}

#selected {
	color: #ccc !important;
	border-bottom: 2px solid #656F4C;
	border-top: 2px solid #656F4C;
}
#selected2 {
	color: #A23808;
}
ul#lista {
	list-style: inside;
	list-style-type: square;
	margin: 10px 0 0 15px;
}
	#lista li {
		padding-bottom: 5px;
	}
ul#realizacje {
	list-style: none;
	margin-left: 92px;
}
	#realizacje li {
		display: inline;
		padding: 0 2px 0 0;
	}

#zdjecia {
	margin: 15px 0 0 50px;
}

#zdjecia img {
    border: 1px solid #8A9867;
	margin: 5px;
}
.hid {
	display: none;
}
/*-----------------FORMULARZ_KONTAKTOWY-------------------------------------*/
#formDiv {
	width: 350px;
	float: right;
	font-size: 11px;
	text-align: left;
	margin-top: 15px;
}
input, textarea {
	overflow: auto;
	border: 1px solid #aaa;
	margin-bottom: 3px;
	color: #666;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	padding: 2px;
}	
span.star {
	padding-left:3px;
	color:#656F4C;
	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 {
	width: 155px;
}
input#submitButton {
	color: #fff;
	background-color: #A23808;
	border: none;
	height: 23px;
	width: 70px;
	font-weight: bold;
	margin: 0 0 30px 10px;

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