/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body {
	background-color: #f2f2f2;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	margin: 15px 0 15px 0;
	padding: 0px;
	text-align: center;  
}

a:link { 
	text-decoration: none; 
	color: #000000;
}

a:visited { 
  text-decoration: none; 
  color: #000000;
}

a:hover, a:active { 
  text-decoration: underline; 
  color: #000000;
}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#containerShadow {
	background: #fff url("layout/bg_shadow.gif") repeat-y top left;
  width: 839px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
  position: relative;
}

#containerBg {
	background: url("layout/bg.gif") repeat-x bottom left;
	margin-left: 19px;
	margin-right: 19px;
}

#container {
  width: 839px;
  margin-left: 20px;
  text-align: left;
  position: relative;
}

#top {
	background: url("layout/shadow_top.gif") no-repeat top left;
	width: 839px;
	height: 39px;
}

#bottom {
	background: url("layout/shadow_bottom.gif") no-repeat top left;
	margin: 0;
	width: 839px;
	height: 26px;
}

div, img, p, h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  border: none;
}

#header {
	width: 760px;
	height: 255px;
}



#contentBox {
  width: 761px;
  position: relative;
  padding-top: 11px;
}

#image_left {
	width: 203px;
	float: left;
}

#image_left img {
	padding-bottom: 11px;
}

#menu{
	clear: both;
	width: 556px;
	height: 38px;
}

#supportingText {
	background: url("layout/bg_content.gif") repeat-x 0px 38px;
	background-color: #ffffff;
	width: 556px;
	min-height: 580px;
	height: auto;
	position: relative;
	float: right;
	border: 1px solid #e1e1e8;
}

/* for Internet Explorer */
/*\*/
* html #supportingText {
	height: 580px;
}

#contentText {
	padding: 20px;
}

#footer {
  width: 731px;
  font-size: 11px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 4px;
  clear: both;
}

#footer a {
  color: #000;
  text-decoration: underline;
}

/* ----- OTHER ------------------------------------------------------------------------------------------------- */

#supportingText h1 {
	width: 411px;
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
  margin-bottom: 25px;
  border-bottom: 1px solid;
}

#supportingText h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 55px;
	margin-bottom: 55px;
}

#supportingText h3 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}


.kontakt a {
	text-decoration: underline;
}

.kontakt a:hover {
	text-decoration: none;
}

.p1 {
	margin-left: 5px;
	text-align: justify;
	text-indent: 15px;
	margin-bottom: 15px;
}

.p2 {
	margin-bottom: 10px;
	margin-left: 5px;
}

.p3 {
	margin-bottom: 25px;
	margin-left: 5px;
	padding-bottom: 15px;
}

.w-bold {
	font-weight: bold;
}

.realizacje {
	margin-bottom: 25px;
	margin-left: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e8;
}

.hh {
	font-family: verdana !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	display: inline  !important;
	
}

.hh2 {
	font-family: verdana !important;
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	display: inline  !important;
	
}

.fix {
	clear: both;
}
