﻿/* CSS reset layout defaults */
body,blockquote , hr, fieldset, form, address, li, ul, p, h1, h2, h3, h4, h5, h6, div   {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
	font-weight: normal;
}
fieldset, img {
    border: none;
}

ul {
    list-style: none;
}
address {
	font-style:normal;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.hidden {
	width: 0 !important; 
	height: 0 !important; 
	line-height: 0 !important; 
	font-size:0 !important;  
	display: none !important;}


a {
	color: #495268;
}
a:hover{
	color: #333;
}	
	
		
/* CSS  */
 body {
 	background: #e8edf3;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #495268;
	
 }
.wrapper {
	width: 958px;
	border: solid 1px #b4c1cb;
	border-top: none;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
}
	
#header {
	position: relative;
	width: auto;
	height: 185px;
	background: #b4c1cb url(../images/bg_header.jpg) no-repeat;
	border-bottom: solid 1px #778796;
}
#headerLogo {
	position: absolute;
	top: 150px;
	left: 0;
	overflow: hidden;
}
#headerLogo a {
	display: block;
	width: 350px;
	height:17px;
	background:url(../images/logotyp.jpg) no-repeat;
	text-indent: -3000px;
}
#headerContact {
	padding: 20px  0 0 20px;
	font-size: .95em;
	line-height: 125%;
	color: #293a42;
	
}
#container {
	background: #b3bfcb url(../images/bg_content_bottom.jpg) left bottom no-repeat;
}	

#kontakt #container {
	background: #b3bfcb url(../images/bg_content_kontakt.jpg) left bottom no-repeat !important;
}
#nav {
	width: 50.84em;
	height: 4.25em;
	background: #627482 url(../images/bg_nav.jpg) right bottom no-repeat;
}
#dossier #nav {
	width: 100%;
	background: #627482 url(../images/bg_nav_dossier.jpg) right bottom no-repeat;
}


#nav ul {
	padding: 10px 30px;
	}
#nav ul li {
	float: left;
	margin:0;
}
#nav ul li a{
	display: block;
	text-transform:uppercase;
	padding: 3px 25px;
	border-right: solid 1px #ebeff4;
	text-decoration: none;
	font: bold 1.2em Trebuchet MS ;
}
#nav ul li a.navLast {
	border-right: none;
}
#nav ul li a:hover {
	color: #ebeff4;

}
#nav ul li a:active {
	color: #ebeff4;

}
#nav ul li a:visited {
	color: #ebeff4;

}
#nav ul li a:link {
	color: #ebeff4;

}
#nav ul li a.current {
	color: #000 !important;
}
#nav ul li a:hover {
	background-color: #9baebc;
}
#content {
	float: left;
	width: 610px;
	background: #ECEFF4 url(../images/bg_content.jpg) repeat-y;	
	margin-bottom: 70px;
	/*padding-bottom: 70px;*/
}
#dossier #content  {
	width: 100%;
	float: none;
	background: transparent url(../images/bg_content.jpg) repeat-y;	
	margin: 0;
}
#kontakt #content {
	background: none;
	}
 #content .text {
	background: url(../images/bg_content_top.jpg) no-repeat;
	padding: 20px;
	padding-bottom:0;
}
#dossier #content .text {
	background: url(../images/bg_content_top_dossier.jpg) no-repeat;
}

.text .imgRight {
	float: right;
	padding: 0 10px;
	margin: 0 0 10px 10px;
	/*width: 130px;*/
}
.text .imgRight img {
	margin-bottom: 10px;
	display: block;
}
h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: solid 1px #627383;
	line-height: 150%;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 150%;
}
h3 {
	font-size: 1.1em;
	margin: 15px 0 5px;
}
h4 {
	font-size: 1.05em;
	margin: 7px 0 5px;
}

.lowAttention {
	font-size: .95em;
}
#projekty h2 {
	border-bottom: solid 1px #9CABB6;
	font-size: 1.1em;
	padding-bottom: .3em;
	margin-bottom: .5em;
}
#navLocal h3 {
	text-transform: uppercase;
	color: #ebeff4;
	font-size: 1.4em;
	font-weight: normal
}
.text p {
	margin-bottom: 10px;
	line-height: 160%;
	text-align: justify;
}
.topSpace {
	margin-top: 40px !important;
}
.bottomSpace {
	margin-bottom: 40px !important;
}
#dossier #content .text h1 {
	width: 570px;
}

#dossier #content .text p {
	width: 570px;
}

#dossier #content .text .sidebar  {
	float: right;
	width: 348px;
	margin:0 -20px 0 0 ;

}

#dossier #content .text .sidebar img {
	margin-top: -21px;
	
}
a.pdf {
	display: block;
	text-align: right;
	background: #b3bfcb url(../images/pdf.gif) right no-repeat;
	padding-right: 40px;
	padding-left: 125px;
	font-size: .95em;
}

#dossier a.pdf {
		width: 80px;
}
#projekty a.pdf {
		width: 120px;
}

.bottomDocuments {
	float: left;
	width: 348px;
	margin-top:800px;
}
/*ul#services {
	font-weight: bold;
	margin: 20px 0 35px 0;
	letter-spacing: .2px;
	
}
ul#services li {
	background: url(../images/arrow.gif) 0 .5em  no-repeat;
	margin: 10px 0;
	padding-left: 20px;
} */

.text ul {
	margin: 20px 0;
	letter-spacing: .2px;	
}
.text ul#services{
	margin-bottom: 35px;
	font-weight: bold;
}
.text ul li {
	background: url(../images/arrow.gif) 0 .5em  no-repeat;
	margin: 10px 0;
	padding-left: 20px;
}
.multiList ul {
	margin: 0 0 20px 20px;
	letter-spacing: 0;	
}

.multiList ul li {
	margin: 0 !important;
}
.kontaktFirma{
	border-bottom: solid 1px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	}
.kontaktLudzie {	
	}
dl.personal_dossier	{
	background: #dbe0e6 url(../images/bg_dl_dossier.gif) right repeat-y;
	margin:20px 80px 0 20px;
	padding: 20px;
	opacity: .8;
	overflow: hidden;
	font-size: .95em;
}
dl.personal_dossier dt {
	float: left;
	clear: both;
	width: 80px;
	padding: 3px 0;
	
}
dl.personal_dossier dd {
	float: left;
	padding: 3px 0 3px 20px;
	margin: 0;
	width: 650px;
	border-left: solid 2px #B1B4BD;
}
#sidebar {
	border-top: solid 3.45em  #B1B4BD;
	margin-top: -4.25em;
	float: left;
	width: 348px;
	min-height: 590px;
	background: url(../images/bg_sidebar_onas.jpg) top right no-repeat;
	position: relative;
}
#kontakt #sidebar {
	background: url(../images/bg_sidebar_kontakt.jpg) top right no-repeat;
	}
#projekty #sidebar {
	border-top: solid 3.45em  #9CA7B3;
	min-height: 0;
	background: #9CABB6 url(../images/bg_sidebar_projekty.gif) top right no-repeat;
	position: static; /*IE6 bug*/
	}
#navLocal {
	margin: -30px 0 0 0;
	padding-left: 15px;
	
}
#navLocal ul {
	margin-top: 33px;
	word-spacing: -1px;

}
#navLocal ul li {
	width: 100%; /*IE6 bug*/
}
#navLocal ul li a{
	display: block;
	text-transform:uppercase;
	padding: 10px 0;
	border-bottom: solid 1px #ebeff4;
	text-decoration: none;
	font: bold 1em Trebuchet MS ;
}
#navLocal ul li a:hover {
	color: #ebeff4;
}
#navLocal ul li a:active {
	color: #ebeff4;
}
#navLocal ul li a:visited {
	color: #ebeff4;
}
#navLocal ul li a:link {
	color: #ebeff4;
}
#navLocal ul li a:hover {
	background-color: #B1B4BD;
}
#navLocal ul li a.current {
	color: #495268 !important;
	border-bottom-color: #495268;
}
#navLocal ul li.navLast a {	
	background: #627482 url(../images/ksg.jpg) no-repeat;
	width: 333px;
	height: 58px;
	padding: 0;
	border: solid 1px #627480;
	border-right: none;
	margin: 50px 0;
	text-indent: -3000px;
	overflow: hidden;
}
#navLocal ul li.navLast a.current {
	background-image:url('../images/ksg.hover.jpg');
}
#navLocal ul li.navLast a:hover {
	border: solid 1px #EBEFF4;
	border-right: none;
	
}
	
a#ksgLink {
	display: block;
	text-indent: -3000px;
	width: 348px;
	height: 100px;
	position: absolute;
	bottom: 40px;
	overflow: hidden;
}
.projectDetails {
	border-top: solid 1px #9CABB6;
	margin-top: 10px;
	padding-top: 20px;
	font-size: .95em;
}
.projectDetails dt {
	float: left;
	clear: both;
	width: 150px;
	text-align: right;
	padding: 3px 0;
}
.projectDetails dd {
	float: left;
	width: 370px;
	padding: 3px 0;
	}

.photoCaption {
	border-bottom: solid 1px #9CABB6;
}
#gallery {
	padding-top: 20px;
	background: #B3BFCB;
}
#gallery h3 {
	padding: 0 0 5px 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9CABB6;
}
.g_chooser_container {
	padding-left: 20px;
}
.g_chooser_container a {
	width: 90px;
	height: 90px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 5px;
	border: solid 1px #000;
	font-size: .8em;
	line-height: 110%;
	text-decoration: none;
	
}
.g_chooser_container a:hover {
	border: solid 1px #fff;
}			
#footer {	
	padding: 10px 20px;
	border-top: solid 2px #A5AFBC;
	clear: both;
	background: #b3bfcb url(../images/bg_footer.gif) no-repeat;
	font-size: .95em;
	overflow: hidden;
}
#kontakt #footer {
	background: #b3bfcb url(../images/bg_footer_kontakt.gif) no-repeat;
}
#footer .copyright {
	float: left;
	width: 400px;
	font-weight: bold;
}
#footer .homeLink {
	float: left;
	width: 170px;
	text-align: right;
	font-weight: bold;
}
#footer .authors {
	float: right;
	font-size: .8em;
}
.ksgProjectDetails {
	border-top: solid 1px #9CABB6;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 220px;
	font-size: .95em;
	margin-right: 90px;
}
.ksgProjectDetails dt {
	
	font-weight: bold;
	margin: 10px 0;
}
.ksgProjectDetails dd {
	margin: 0;
	padding-bottom: 10px;
	width: 240px;
	}

.ksgUniaFooter {
	font-size: 0.85em;
	padding-left: 220px;
	padding-top: 60px;
	margin-right: 120px;
	background: url(../images/unia.gif) 120px 0 no-repeat;
	clear: 	both;
	line-height: 110% !important;
	word-spacing: -2px;	
}
.ksgProjectDetails  a {
	color: #495268;

}
.ksgContentImg {
	background-color: #DBE0E6;
	padding: 10px 10px 1px 10px;
	opacity: .85;
	margin-bottom: 20px;
}
.ksgContentImg img {
	margin-bottom: 5px;		
}

#ksgGallery {
	padding: 20px 0 1px 0;
	background: #B3BFCB;
}

.ksgGalleryImg {
	background-color: #DBE0E6;
	padding: 10px 10px 5px 10px;
	margin: 10px;
	margin-bottom: 50px;

}
 .ksgGalleryImg p {
	font-size: .95em;
	line-height: 130% !important;
	padding: 2px 0 10px 0
	
}

