body{
  	margin:0;
  	background-color: #FFFFFF;
  	font-size: 90%;
  	color: #000000;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
}
img{
  	border: 0;
}
a:link,
a:visited{
  	color: #000000;
  	text-decoration: underline;
}
a:hover{
  	text-decoration: none;
}
h1{
	font-size: 130%;
	font-weight: normal;
	padding:0;
	margin: 0;
}
h2{
	font-size: 120%;
	font-weight: normal;
	padding:0;
	margin: 0 0 10px 0;
}
h3{
	font-weight: normal;
	font-size: 100%;
	color: #b20303;
	padding:0;
	margin:0;	
}
div#header h1{
	background: url('../images/doti_logo.gif') no-repeat;
	width: 176px;
	height: 130px;
	margin: 18px 0 0 0;
	float: left;
}
div#header h1 span{
	position: relative;
	top: -1000px;
}
div#main{
  	width: 100%;
  	height: 200px;
  	margin: auto;
}
div#header{
  	width: 760px;
  	height: 150px;
  	margin: auto;
  	background-image: url('../images/kropki.gif');
  	background-position: 150px 0;
  	background-repeat:no-repeat;
}
div#header img{
  	margin: 20px 0 0 0px;
  	float:left;
}
div#slogan{
  	float: right;
  	width: 583px;
  	height: 150px;
  	background-image: url('../images/biedronka.jpg');
  	background-position: right 0px;
  	background-repeat:no-repeat;  	
}
div#slogan img{
  	padding:0;
  	margin: 25px 0 0 80px;
}
div#belka{
  	width: 100%;
	height: 25px;
	background-color: #000000;    
}
div#menu{
  	width:330px;
  	height: 100%;
  	margin: auto;
}
div#menu a:link,
div#menu a:visited{
  	color: #FFFFFF;
  	display: block;
  	float: left;
  	margin: 0 50px 0 0;
  	font-weight: bold;
  	font-size: 100%;
  	text-decoration: none;
  	padding: 5px 2px 0 2px;
  	height: 100%;
}
div#menu a:hover{
  	background-color: #FFFFFF;
  	color: #000000;
}
p#active{
  	color: #FFFFFF;
  	display: block;
  	float: left;
  	margin: 0 50px 0 0;
  	font-weight: bold;
  	font-size: 100%;
  	text-decoration: none;
  	padding: 5px 2px 0 2px;
  	height: 100%;  
  	background-color: #FFFFFF;
  	color: #000000;  	
}
div#content{
  	width: 760px;
  	height: auto;
  	margin: auto;
  	padding:40px 20px 0 20px;
  	text-align: left;
  	line-height: 150%;
}
p.srodek{
  	width: 100%;
  	text-align:center;
}
div#footer{
  	font-size: 70%;
  	width:760px;
  	clear: both;
  	margin: auto auto;
  	padding: 30px 10px 0 0px;
}
div#footer a{
  	float: left;
}
div#footer p{
  	float: right;
}
/*****portfolio************/
div.projekt{
  	width: 100%;
  	height: auto;
	clear:both;
	font-size: 90%;
}
div.zdjecie{
  	float: left;
  	height: 154px;
  	padding: 0 0 20px 0;
  	width: 280px;
}
div.zdjecie a.front img{
  	width: 200px;
  	height: 150px;
  	border: 2px solid #000000;    
  	float:left;
  	margin: 0 5px 0 0;
}
div.zdjecie a.thumb img{
  	float: left;
  	border: 1px solid #000000; 
	margin: 0 0 5px 0;    	
}
div.zdjecie a.front:hover img,
div.zdjecie a.thumb:hover img{
	opacity: 0.7;	  
}
div.opis{
  	width: 480px;
  	height: 150px;
  	float: right; 	 
}
#overlay{
  	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #000000; 
	opacity: 0.8;	
	display: none; 
	z-index:9999; 
}
#lightbox{ 
  	position: fixed;
	top: 50%; 
	left: 50%; 
	padding: 10px; 
	background: #ffffff; 
	width: 600px; 
	height: 400px; 
	margin: -200px 0 0 -300px; 
	display: none; 
	z-index:10000; 
}
#lightbox.loading{ 
  	background: #ffffff url('../images/ajax-loader.gif') no-repeat 50% 50%; 
}
#lightbox a.close{ 
  	color: #000000; 
	background: #ffffff; 
	position: absolute; 
	right: 10px; 
	top: 10px; 
	display: block; 
	font-size: 30px;
	font-weight:bold;
	padding: 0 0px 0 5px; 
	z-index: 5; 
	text-decoration:none;
	opacity: 0.2; 	
}
#lightbox a.prev, #lightbox a.next{ 
  	position: absolute; 
	top: 50%; 
	left: 0; 
	padding: 5px; 
	background: #fff; 
	margin-top: -0.5em; 
	width: 40px; 
	text-align: center; 
	opacity: 0.2; 
}
#lightbox a.next { left: auto; right: 0; }
#lightbox a:hover.prev, #lightbox a:hover.next,#lightbox a:hover.close { opacity: 1; }

