/*
	CSS Screen Styles by:
	Inferno Design Studio
	Karolina Kaszuba
	www.infernodesign.pl
*/


* {
	padding:0;
	margin:0; 
}

html, body { height:100%; }

body {
	background: #fff;
	color: #000;
	padding: 0px;
	margin: 0px auto;
	font: 13px/25px Arial, Verdana, Geneva, sans-serif;
}

a:focus { outline: none }

/* layout
----------------------------------------------- */

#container01 {
	background: #96cfec url('images/bg_top.png') repeat-x center top;
	padding: 0px;
	margin: 0px auto;
}

#container02 {
	background: url('images/bg_bottom.png') repeat-x center bottom;
	padding: 0px;
	margin: 0px auto;
}

#wrap1 {
	background: url('images/bgall_top.jpg') no-repeat center top;	
}

#wrap2 {
	width: 900px;
	margin: 0px auto;
	background: url('images/tx_top.jpg') no-repeat top;
}

#wrap3 {
	background: url('images/tx_bottom.png') no-repeat bottom;
}

#tresc {
	margin: 0px;
	width: 900px;
	position: relative;
}

#tresc #ids {
	text-indent: -4000px;
	height: 79px;
	width: 356px;
	top: 110px;
	left: 65px;
	position: absolute;
	z-index: 12000;
}

#tresc #ids h1 {
	margin: 0px;
	padding: 0px;
	height: 79px;
	width: 356px;
}

#tresc #ids a {
	display:block;
	width:100%;
	height:100%;
}

#tresc #tekst {
	position: relative;
	width: 796px;
	margin-top: 0px;
	min-height: 160px;
	padding-top: 290px;
	padding-bottom: 10px;
	padding-left: 52px;
}

/* for Internet Explorer */
/*\*/
* html #tekst {
height: 170px;
}
/**/

.break {
	padding: 0;
	width: 900px;
	height: 30px;
	margin: 0 0 0 -56px;
	background: url(images/tx_break.png) no-repeat center 20px;
	display: block;
	text-align: center;
	clear:both;
}

#footer {
	background: none;
	height: 141px;
	width: 900px;
}


/* menu
----------------------------------------------- */

#tresc ul#menu {
	top: 238px;
	left: 41px;
	position: absolute;
	z-index: 120;
	list-style-type: none;
}

ul#menu li {
	top:0;
	left:0;
	position: absolute;
	z-index:120;
}

ul#menu li a{
	position: absolute;
	height: 42px;
	display: block;
	text-indent: -4000px;
}

ul#menu.pl a#m01 {width: 109px; background: url('images/menu.png')}
ul#menu.pl a#m02 {width: 133px; left:109px; background: url('images/menu.png') -109px 0px}
ul#menu.pl a#m03 {width: 126px; left:242px; background: url('images/menu.png') -242px 0px}

ul#menu.pl a#m01:hover {background: url('images/menu.png') 0px -42px}
ul#menu.pl a#m02:hover {background: url('images/menu.png') -109px -42px}
ul#menu.pl a#m03:hover {background: url('images/menu.png') -242px -42px}

ul#menu.pl a#m01.aktiv {background: url('images/menu.png') 0px -42px;  }
ul#menu.pl a#m02.aktiv {background: url('images/menu.png') -109px -42px; }
ul#menu.pl a#m03.aktiv {background: url('images/menu.png') -242px -42px; }


#tresc ul#podmenu {
	top: 283px;
	left: 48px;
	position: absolute;
	z-index: 120;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

ul#podmenu li {
	top:0;
	left:0;
	position: absolute;
	z-index:120;
	padding: 0px;
	margin: 0px;
}

ul#podmenu li a {
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -4000px;
}

ul#podmenu.pl a#pm01 {width: 135px; background: url('images/podmenu.png')}
ul#podmenu.pl a#pm02 {width: 94px; left:135px; background: url('images/podmenu.png') -135px 0px}
ul#podmenu.pl a#pm03 {width: 126px; left:229px; background: url('images/podmenu.png') -229px 0px}

ul#podmenu.pl a#pm01:hover {background: url('images/podmenu.png') 0px -16px}
ul#podmenu.pl a#pm02:hover {background: url('images/podmenu.png') -135px -16px}
ul#podmenu.pl a#pm03:hover {background: url('images/podmenu.png') -229px -16px}

ul#podmenu.pl a#pm01.aktiv {background: url('images/podmenu.png') 0px -16px;  }
ul#podmenu.pl a#pm02.aktiv {background: url('images/podmenu.png') -135px -16px; }
ul#podmenu.pl a#pm03.aktiv {background: url('images/podmenu.png') -229px -16px; }



/* belka
----------------------------------------------- */

#tresc #belka {
	position: absolute;
	text-align: left;
	padding-top: 6px;
	color: #615749;
	width: 900px;
	line-height: 16px;
	z-index: 120;
	font-family: Verdana, Geneva, sans-serif;
}

#belka p {
	font-size: 10px;
	padding-left: 52px;
}

#belka a:link, #belka a:visited {
	color: #fd2742;
	text-decoration: none;
}

#belka a:hover {
	color: #000;
	text-decoration: underline;
}

/* footer
----------------------------------------------- */

#footer #copyright {
	position: absolute;
	text-align: left;
	padding-top: 118px;
	color: #615749;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
}

#copyright p {
	font-size: 10px;
	padding-left: 52px;
}

#copyright a:link, #copyright a:visited {
	color: #fd2742;
	text-decoration: none;
}

#copyright a:hover {
	color: #000;
	text-decoration: underline;
}


/* typography
----------------------------------------------- */

#tekst p {
	margin: 10px 0px 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: justify;
}

#tekst p a {
	color: #fff;
	padding: 2px;
	text-decoration: none;
}

#tekst p a:link, #tekst p a:visited {
	background: #76b4d3;
}

#tekst p a:hover, #tekst p a:active {
	background: #e5003b;
}

h1 {
	font: normal 30px DiavloLight-Regular, Arial, Helvetica, sans-serif;
	color: #00537d;
	text-align: left;
	margin-bottom: 2px;
	letter-spacing: 2px;
	padding-top: 40px;
}

h2 {
	font: bold 21px DiavloLight-Regular, Arial, Helvetica, sans-serif;
	color: #00537d;
	padding: 0px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

#tekst ul.cechy {
	margin-left: 50px;
	margin-bottom: 0px;
}

#tekst ul.cechy li {
	margin: 0px;
	padding: 0px;	
}

#tekst ul.cechy li p {
	margin: 0px;
	padding: 0px;	
}

#tekst p.na_srodku {
	text-align: center;	
}

.just {
	text-align: justify;
}


/* portfolio wybor
----------------------------------------------- */
#wybor {
	height: 270px;
	padding-top: 20px;
}

ul#wybor_portfolio {
	top: 0px;
	left: 0px;
	position: relative;
	z-index: 12000;
	list-style-type: none;
}

ul#wybor_portfolio li {
	top:0;
	left:0;
	position: absolute;
	z-index:12000;
}

ul#wybor_portfolio li a{
	position: absolute;
	height: 266px;
	display: block;
	text-indent: -4000px;
}

ul#wybor_portfolio a#p01 {width: 252px; background: url('images/portfolio_wybor.jpg')}
ul#wybor_portfolio a#p02 {width: 266px; left:252px; background: url('images/portfolio_wybor.jpg') -252px 0px}
ul#wybor_portfolio a#p03 {width: 260px; left:518px; background: url('images/portfolio_wybor.jpg') -518px 0px}

ul#wybor_portfolio a#p01:hover {background: url('images/portfolio_wybor.jpg') 0px bottom}
ul#wybor_portfolio a#p02:hover {background: url('images/portfolio_wybor.jpg') -252px bottom}
ul#wybor_portfolio a#p03:hover {background: url('images/portfolio_wybor.jpg') -518px bottom}


/* portfolio www
----------------------------------------------- */
.portfolio {
	clear: both;
	padding-top: 50px;
	height: 360px;
	margin-top: 0px;
	background: url('images/portgrafa.png') no-repeat left 25px;
}

.portfolio div.portfoto {
	float: left;
	background: url('images/portfolio_ramka.png') no-repeat left top;
	padding: 1px 0px 0px 1px;
	width: 479px;
	height: 350px;
	margin-top: 0px;
	margin-left: 0px;
}

.portfolio div.info {
	width: 293px;
	float: right;
}

div.info h2 {
	font: bold 22px DiavloLight-Regular, Arial, Helvetica, sans-serif;
	color: #006ea6;
	padding: 2px 0px 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: normal;
}

#tekst div.info p {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.portfolio p em {
	font-size: 13px;
}

#tekst .portfolio .tech {
	font-size: 12px;
	color: #006ea6;
}

.portfolio .tech strong {
	color: #333;		
}

.zobaczonline {
	clear: both;
	height: 33px;
	width: 196px;
	margin: 10px 0 0 -2px;
}

.zobaczonline a {
	background: url('images/zobaczonline.png') no-repeat left top;
	height: 33px;
	width: 196px;
	position: absolute;
	text-indent: -4000px;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.zobaczonline a:hover {
	background: url('images/zobaczonline.png') bottom;
}

.offline {
	clear: both;
	height: 33px;
	width: 121px;
	margin: 10px 0 0 -2px;
	text-indent: -4000px;
	background: url('images/offline.png') no-repeat left top;
}

#tekst .portfolio p.mala_uwaga {
	font-size: 10px;
	line-height: 15px;
	margin-top: 0px;
}

.portfolio div.info a:link img, .portfolio div.info a:visited img {
	border: 0;
	padding: 3px;
	margin: 20px 1px 0px 0px;
	background-color: #2681ae;
}

.portfolio div.info a:hover img, .portfolio div.info a:active img {
	border: 0;
	padding: 3px;
	background-color: #fff;
}


/* portfolio fotografia i grafika
----------------------------------------------- */
div.portfoto {
	background: url('images/portgrafa.png') no-repeat left 25px;
	margin-top: 20px;
}

div.portfoto h1 {
	font-size: 23px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #fff;
	margin-bottom: 0px;
}

div.foto {
	padding-top: 20px;
	text-align: left;
}

div.portfoto div.foto a img {
	padding: 3px;
	border: 0;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 3px;
}

div.portfoto div.foto a:link img, div.portfoto div.foto a:visited img {
	background-color: #76b4d3;
}

div.portfoto div.foto a:hover img, div.portfoto div.foto a:active img {
	background-color: #fff;
}


/* Autorka i kontakt
----------------------------------------------- */
#kontakt {
	margin-top: 0px;
	text-align: left;
	padding-left: 0px;
}

table.autorka {
	margin-top: 8px;
}

table.autorka td {
	vertical-align: top;	
}

div.wciecie {
	margin-left: 20px;	
}

div.wciecie p.male {
	font-size: 10px;
	line-height: 16px;
}

#linki ul li a:link, #linki ul li a:visited {
	text-transform: none;
	color: #00537d;
}

#linki ul li a:hover {
	color: #000;	
}


/* ozdobniki i inne
----------------------------------------------- */

#tekst div.kwiatki01 {
	background: url('images/kwiatki01.png') no-repeat right top;
	margin-right: 20px;
}

#tekst div.kwiatki01a {
	background: url('images/kwiatki01.png') no-repeat right top;
	margin-right: 160px;
}

#tekst div.kwiatki02 {
	background: url('images/kwiatki02.png') no-repeat right bottom;
	margin-right: 60px;
}


#showcase {
	background:url('images/index_showcase.jpg') top center no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width:798px; 
	height:384px;
	clear:both;
	margin-top: 30px;
}

#showcase a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -4000px;
}