* {
	margin: 0;
	padding: 0;
}

html {
	background: #362f2d url(/graphics/design/bg.jpg) repeat-x 0 0;
}
body {
	color: #cbc1b5;
	font: normal 75%/1 Arial, sans-serif;
	text-align: center;
}

html, body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
	border: 0;
}

ul, ol {
	list-style-type: none;
	margin-bottom: 15px;
}
ul li {
	background: url('../img/li.jpg') no-repeat 0 50%;
	padding: 7px 0 7px 30px;
}
p {
	line-height: 1.4em;
	padding: 0 0 15px 0;
}
p strong {
	font-size: 1.2em;
}

/* links */
a {
	color: #f6c47d;
}
a:link {
	color: #f6c47d;
}
a:focus {
	color: #f6c47d;
	outline: 0;
}
a:visited {
	color: #f6c47d;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a.more {
	background: url('/graphics/design/arrow2.gif') no-repeat 0 60%;
	padding-left: 18px;
}
/* headlines */
h1 {
	border-bottom: 1px solid #d7ccbf;
	font-size: 1.4em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 {
	border-bottom: 1px solid #d7ccbf;
	font-size: 1.4em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3 {
	border-bottom: 1px solid #d7ccbf;
	font-size: 1.4em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h4 {
	font-size: 1.0em;
}
h1 span, h2 span, h3 span {
	display: block;
	font-size: 0.7em;
	margin-top: 5px;
	font-weight: normal;
}

#pgWrap {
  background: transparent url('/graphics/design/bg-footer.jpg') repeat-x bottom;
}


#layout {
	margin: 0 auto;
	padding-top: 420px;
	position: relative;
	width: 1000px;
	text-align: left;
}

#header {
  display: block;
	background: url('/graphics/design/header.jpg') no-repeat right bottom; 
	height: 387px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	overflow: hidden;
}

#header.projekty {
	background: url('/graphics/design/header2.jpg') no-repeat right bottom;
}
#header.reference {
	background: url('/graphics/design/header3.jpg') no-repeat right bottom;
}
#header.blank {
	background: none;
}
#header.systemyNaMiru {
	background: url('/graphics/design/header4.jpg') no-repeat right bottom;
}

#flashCont {
  width:650px; 
  height:295px; 
  position:absolute; 
  top:92px; 
  right:0px;
}

#logo {
	color: #fff;
	display: block;
	height: 92px;
	position: relative;
	top: 0;
	text-decoration: none;
	width: 423px;
	overflow: hidden;
}
#logo:hover {
	color: #fff;
}
#logo span {
	background: url('/graphics/design/logo.jpg') no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#nav {
	height: 295px;
	position: absolute;
	top: 92px;
	margin: 0;
	width: 335px;
	overflow: hidden;
}
#nav li#reference {
	height: 100px;
}
#nav li#projekty {
	height: 95px;
}
#nav li#systemyNaMiru {
	height: 100px;
}
#nav li a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
#nav li {
	background: none;
	padding: 0;
}
#nav li a span {
	background: url('/graphics/design/nav.jpg') no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#nav li#reference a span {
	background-position: 0 0;
}
#nav li#projekty a span {
	background-position: 0 -100px;
}
#nav li#systemyNaMiru a span {
	background-position: 0 -195px;
}
#nav li#reference a:hover span, #nav li#reference a.active span {
	background-position: -363px 0;
}
#nav li#projekty a:hover span, #nav li#projekty a.active span {
	background-position: -363px -100px;
}
#nav li#systemyNaMiru a:hover span, #nav li#systemyNaMiru a.active span {
	background-position: -363px -195px;
}

#quicknav {
	color: #bcbcbc;
	font-size: 0.9em;
	right: 10px;
	position: absolute;
	top: 35px;
}
#quicknav a {
	background: url('/graphics/design/arrow.gif') no-repeat 0 50%;
	color: #d7ccc0;
	padding: 0 20px 0 9px;
	text-decoration: none;
	text-transform: uppercase;
}
#quicknav a:hover, #quicknav a.active {
	color: #fff;
}
/* paging */
.paging {
	width: 109px;
	height: 21px;
	position: absolute;
	bottom: 0;
	right: 26px;
	padding: 0;
}
.paging a {
	display: block;
	height: 19px;
	position: absolute;
	text-align: center;
	width: 50px;
}
.paging a.toLeft {
	left: 3px;
	top: 3px;
}
.paging a.toRight {
	top: 3px;
	right: 3px;
}
.paging a span {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.paging a.toLeft span {
	background: url('/graphics/design/to-left.jpg') no-repeat;
}
.paging a.toRight span {
	background: url('/graphics/design/to-right.jpg') no-repeat right top;
}
/* content */
#content {
	padding-bottom: 50px;
	position: relative;
	right: 30px;
	width: 610px;
}

.contFull {
  width:940px !important;
  float: right;
  
}

/* sidebar */
#sidebar {
	left: 30px;
	padding-bottom: 50px;
   position: relative; 
	width: 295px;
}
#sidebar .references a img {
	margin: 0 20px 10px 0;
}
#sidebar .image {
	background: url('/graphics/design/image-bg.jpg') no-repeat;
	display: block;
	height: 141px;
	margin-bottom: 15px;
	width: 292px;
}
#sidebar .image img {
	left: 8px;
	position: relative;
	top: 6px;
}

#sidebar a.refLink {
  display: block;
  float: left;
  width:135px;
  height:135px;
  overflow: hidden;
  position: relative;
  margin: 5px;
  text-decoration: none;
}

#sidebar a.refLink span {
  position: absolute;
  display: block;
  width:135px;
  height:135px;
  top:0;
  left:0;
  background-repeat: no-repeat;
  background-position: 0 -135px;
  cursor: pointer;
}

#sidebar a.refLink:hover span {
  background-position: 0 0;
}




/* footer */
#footer {
	line-height: 72px;
	height: 72px;
	text-align: center;
}













/* other styles */
hr {
	background: #ccc;
	border: 0 solid #ccc;
	color: #ccc;
	display: block;
	height: 1px;
	margin: 10px 0;
	padding: 0;
}

.noscreen {
	display: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
img.floatLeft {
	margin-right: 20px;
}
img.floatRight {
	margin-left: 20px;
}
.bold {
	font-weight: bold;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.cleaner {
  clear: both;
  height: 0px;
  line-height: 0px;
  overflow: hidden;
}

.kform input, .kform textarea {
  display: block;
  width:100%;
  border:1px solid #CBC1B5;
  background:#d7cdc1;
}

.kform textarea {
  overflow: auto;
  height:160px;
}

.kform label {
  display: block;
  padding: 5px 0 2px 0;
}

.kform img {
  padding-bottom: 3px;
}

.alCenter {
  text-align: center;
}