@charset "utf-8";
/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body {
	font-family: Arial, Verdana, Tahoma;
	color: #cccccc;
	font-size: 12px;
	background: #363636 url(../layout/bg.jpg) repeat-x left top;
	margin: 0px; 
	padding: 0px;
	text-align: center;	
}

a:link { 
	text-decoration: underline; 
	color: #660000;
}

a:visited { 
	text-decoration: none; 
	color: #660000;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #cccccc;
}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#container {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}

div, img, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: none;
}

ul {
	list-style-type: disc;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

#containerBg {
	width: 1160px;
	height: 712px;
	background: transparent url(../layout/background.jpg) no-repeat left top;
	margin-left: -96px;
	padding-top: 115px;
	padding-left: 275px;
}

#header {
	width: 210px;
	height: 35px;
	background: none;
}

#header a {
	width: 210px;
	height: 35px;
	background: none;
	display: block;
}

#menuBox {
	width: 520px;
	height: 21px;
	margin-top: 25px;
	position: relative;
}


#supportingText {
	width: 525px;
	height: 350px;
	margin-left: 60px;
	margin-top: 70px;
	position: relative;
}

#supportingText h1, #supportingText h2, #supportingText h3, #supportingText h4 {
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma;
	color: #cccccc;
	font-size: 14px;
	display: inline;
}

#copyright {
	width: 640px;
	margin-top: 30px;
	text-align: center;
	font-size: 10px;
	color: #707070;

}

#copyright a {
	color: #707070;
	text-decoration: none;
}

#wykonanie {
	width: 640px;
	margin-top: 15px;
	text-align: right;
	font-size: 10px;
	color: #707070;

}

#wykonanie a {
	color: #707070;
	text-decoration: none;
}

/* ----- PORTFOLIO --------------------------------------------------------------------------------------------- */

#portfolio_menu {
	width: 110px;
	float: left;
	margin-top: 62px;
}

#portfolio_menu ul {
	width: 105px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

#portfolio_menu ul li {
display: block;
padding: 0px;
margin: 0px;
margin-bottom: 15px;
text-indent: -5000px;
}

li#portfolio_nowe a {
text-align: center; 
background: url(../layout/portfolio/nowe.jpg) no-repeat left top;
width: 81px;
height: 28px; 
display: block;
overflow: hidden;
}

li#portfolio_nowe a:hover {
background-position: 0px -28px; 
}

li#portfolio_sciany a {
text-align: center; 
background: url(../layout/portfolio/sciany.jpg) no-repeat left top;
width: 95px;
height: 28px; 
display: block;
overflow: hidden;
}

li#portfolio_sciany a:hover {
background-position: 0px -28px; 
}

li#portfolio_obrazy a {
text-align: center; 
background: url(../layout/portfolio/obrazy.jpg) no-repeat left top;
width: 105px;
height: 28px;
display: block;
overflow: hidden;
}

li#portfolio_obrazy a:hover {
background-position: 0px -28px; 
}

li#portfolio_inne a {
text-align: center;
background: url(../layout/portfolio/inne.jpg) no-repeat left top;
width: 62px;
height: 28px; 
display: block;
overflow: hidden;
}

li#portfolio_inne a:hover {
background-position: 0px -28px; 
}


.portfolio_active {
	background-position: 0px -28px !important;
}


#portfolio_images {
	width: 404px;
	float: right;
}

.kontakt_info {
	width: 200px;
	float: left
}

.kontakt_send {
	width: 260px;
	float: right;
	line-height: 18px !important;
}

.kontakt_send input {
	width: 260px;
	border: 1px solid #333;
}

.kontakt_send textarea {
	width: 260px;
	height: 100px;
	border: 1px solid #333;
}

.kontakt_send .sendBtn {
	color: #FFF;
	background-color: #666;
}

.img_min {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	border: 3px solid #ffffff;
	margin-bottom: 10px;
	margin-left: 8px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
}

.stronicowanie {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

.ask_icon {
	width: 51px;
	height: 86px;
	background: url(../layout/znak.png) no-repeat left top;
	position: absolute;
	right: 0px;
	bottom: 20px;
}

/* ----- OTHER ------------------------------------------------------------------------------------------------- */

.a-center { text-align: center; }

.a-right { text-align: right; }

.a-left { text-align: left; }

.a-justify { text-align: justify; }

.p1 {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 25px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

#fix {
	clear: both;
}

.fix {
	clear: both;
}


/* -------------- FORM -----------*/

form {
  margin: 0px;
  padding: 0px
}

input {
  margin: 0px;
  padding: 2px;
  font-size: 11px;
  border: 1px solid #888888;
  background-color: #ffffff;
}

textarea {
  margin: 0px;
  padding: 2px;
  border: 1px solid #888888;
  font-size: 11px;
  background-color: #ffffff;
}
