﻿body{
	margin:0;
	font-family:Tahoma;
	color:white;
	font-size:16px;
	background:#eaeaea;
}
a{
	text-decoration:none;
	color:white;
}
a:hover{
	text-decoration:none;
	color:#ff8aa1;
}
a.view-all-photos{
	position:absolute;
}
a.menu{
	font-size:13px;
	margin:0 0 0 32px;
}
a.view-all-photos img{
	position:absolute; top:240px; cursor:pointer; border:none;
}
a.view-all-photos:hover img, a.footer img{
	border:none;
}
a.footer{
	margin-top:3px;
}
p.reference a{
	color:#d5011f;
	margin-left:50px;
}

p.header{
	font-size:25px;
	font-family:"Segoe UI", "Trebuchet MS", Tahoma;
	margin:0 30px 0 30px;
	padding:20px 0 10px 0;
	border-bottom:1px #555 dotted;
}
div#tiny p {
	margin:15px 30px 0 30px;
	font-size:80%;
	text-align:justify;
}
p.reference{
	margin:8px 30px 0 30px;
	font-size:80%;
	border-bottom:1px #888 dotted;
}
/* listy */
ul{
	margin:0;
	padding:0;
}
div.txt-container ul{
	padding:0;
	margin:10px 30px 10px 30px
}
div.txt-container ul li.gallery img{
	border:1px white solid;
	margin:7px 2px 0px 8px;
	cursor:pointer;
}
li.gallery img{
	border:1px white solid;
	margin:3px 5px 0 0;
	cursor:pointer;
}
li.gallery{
	list-style-image:none;
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}

/* szkielet */
td.bcg{
	width:50%;
	background:transparent url('../images/menu-bcg.png') repeat-x scroll 0 20px;
}
div.main-container{
	width:900px;
	height:602px;
}
div.dynamic-bcg{
	width:900px;
	z-index:1;
}
div.welcome{
	z-index:11;
	position:relative;
	top:-348px;
	left:20px;
	
	font-size:70%;
}

div.menu-bcg{
	z-index:11;
	position:absolute;
	top:20px;
	
	width:900px;
	
	background:transparent url('../images/menu-bcg.png') repeat-x scroll 0 0;
}
div.menu{
	margin-top:111px;
}

div.sample-work{
	z-index:11;
	position:relative;
	top:-194px;
	left:20px;
}

div.txt-container{
	z-index:11;
	position:relative;
	background:transparent url('../images/content-bcg.png') no-repeat scroll 0 0;
	width:590px;
	height:354px;
	
	top:-195px;
	left:280px;
}
div.gallery{
	z-index:11;
	position:relative;
	width:240px;
	height:260px;
	top:-400px;
	left:20px;
}
div.footer{
	z-index:11;
	position:relative;
	width:180px;
	height:30px;
	top:-420px;
	left:690px;
}

