html {overflow-y: scroll;}
*	{
	font-family:'Dosis', Arial, Tahoma, Verdana;
}
body	{
	margin:0;
	padding:0;
	background:#f1f1f1;
	font-size:12px;
	font-family:'Dosis', Arial, Tahoma, Verdana;
	color:#000;
}
a	{ color:#000; text-decoration:none; }
a img	{ border:0; }

table { border-spacing: 0px; border-collapse: collapse; border:0px; }
td { padding:0px; border:0px; }

.content	{ width:844px; margin:0 auto; }
#menu	{ background-image:url(bg_menu.jpg); background-repeat:repeat-x; height:38px; }
#menu table	{ height:38px; width:auto; font-size:14px;}
#menu table td.spacer	{  width:22px; }
#submenu	{ height:32px; width:auto; }
#submenu tr:first-child td	{ padding:0px 10px; }

/*lista projektów */
#projects_list	{ margin-top:10px; margin-bottom:37px; overflow:hidden;}
.photo	{ border:0; }
.photo_title	{
	font-family: 'Lobster Two', cursive;
	font-weight: 400; 
	font-size:18px;
	font-style:italic;
	color:#fff;
	height:24px;
	padding:3px 0;
	text-align:center;
	position:absolute;
	bottom:0;
	margin:0;
}
/*podstrona projektu*/
#project_gallery	{width:500px; float:left; text-align:center;}
#project_gallery a img	{border:7px solid #000;margin-bottom:25px;}
#project_divider	{width:22px; height:100px; float:left;}
#project_desc	{width:313px; float:left;}
#project_desc_1	{border-bottom:4px solid #ff0451; margin-bottom:40px; margin-top:20px;}
#project_desc_2	{border-bottom:4px solid #000; margin-bottom:44px;}
#project_desc_3	{border-bottom:4px solid #d1d1d1; margin-bottom:36px; float:right; width:160px;}
#project_desc_4	{text-align:justify;color:#101010; font-size:14px;}
.project_title_desc	{font-size:12px; display:inline-block; width:70px;}
.project_title	{
	font-family: 'Lobster Two', cursive;
	font-weight: 400; 
	font-size:16px;
	font-style:italic;
	color:#101010;
	display:inline-block;
	width:230px; 
	text-align:center;
}
/* podstrony tekstów */
#text_page	{ margin-top:10px; margin-bottom:37px; overflow:hidden;  font-size:14px; text-align:justify; display:none; }
#text_page h1	{ margin-top:0px; text-align:center;font-weight:700; font-size:22px; }

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#f1f1f1;
	z-index:99;
	background-image:url(loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

/* formularz kontaktowy */
input[type=text]	{
	border:4px solid #000;
	padding:10px;
	font-size:14px;
	width:300px;
	resize:none;
	background:#e6e6e6;
}
textarea	{
	border:4px solid #000;
	padding:10px;
	font-size:14px;
	font-family:'Dosis', Arial, Tahoma, Verdana;
	width:650px;
	height:150px;
	resize:none;
	margin-bottom:0;
	background:#e6e6e6;
}
input[type=button]	{
	border:3px solid #000;
	margin-top:10px;
	padding:4px 20px;
	font-size:14px;
	background:#fff;
}
/* podstrona kontakt */
#kontakt	{ width:440px; margin:0 auto; font-size:14px; }
#kontakt img	{ float:left; margin-right:20px; }

/* stopki */
#foot1	{ background-color:#303131;height:46px;width:100%;position:fixed;bottom:0;display:none; }
.foot2	{ background-color:#303131;height:46px;margin-top:20px; }
