/*Elements CSS Framework by Ben Henschel*/
/*Mass Reset*/
/*Thanks to Eric for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
	
a img {border:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/* Właściwy arkusz styli */
body{
	font: 8pt Tahoma, Verdana, Arial, Sans;
	color: #2c2c2c;
}
a{
	color: #629db2;
}
a:hover{
	text-decoration: none;
}

#top{
	background: url('../images/top.jpg') no-repeat;
	height: 102px;
	width: 897px;
	position: relative;
	color: #fff;
}
#top #pieczatka{
	position: absolute;
	top: 3px;
	left: 350px;
	z-index: 10000;
}
#top ul{
	list-style-type: none;
	position: absolute;
	right: 50px;
	top: 40px;
}
#top ul li{
	float: left;
	margin: 0 4px;
	height: 50px;
	line-height: 50px;
}
#top ul li a{
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	width: 80px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#top ul li a:hover{
	text-decoration: underline;
}
#home{
	background-image: url('../images/icon-home.gif');
}
#sitemap{
	background-image: url('../images/icon-sitemap.gif');
}
#mail{
	background-image: url('../images/icon-mail.gif');
}
h1{
	line-height: 68px;
	height: 68px;
	padding: 15px 20px;
}
#main-logo{

}
#logo-laskar{
	padding: 0 0 15px 20px;
}
.top-photo{
	display: block;
}
#nav{
	background: url('../images/nav.jpg') no-repeat;
	height: 61px;
	width: 759px;
	list-style-type: none;
}
#nav li{
	float: left;
	position: relative;
}
#nav li a{
	display: block;
	width: 119px;
	height: 61px;
	overflow: hidden;
	text-indent: -200px;
}
#nav li a:hover{
	background: url('../images/nav-bullet.gif') no-repeat 60px 43px;
}
#nav li ul{
	display: none;
	width: 159px;
	background: url('../images/submenu-bg.png') bottom repeat-x;
	position: absolute;
	bottom: 61px;
	left: 0;
	z-index: 21;
	list-style-type: none;
	padding-top: 10px;
	margin-left: 10px;
}
#nav li ul li a{
	display: block;
	color: #fff;
	text-indent: 0;
	width: 159px;
	height: auto;
	margin-bottom: 4px;
	font-size: 1.1em;
	font-weight: bold;
}
#nav li ul li a:hover{
	background: none;
}
#nav li:hover ul{
	display: block;
}
#middle{
	overflow: auto;
}
#content{
	width: 700px;
	margin: 20px;
	overflow: auto;
	float: left;
}
h2{
	width: 271px;
	height: 36px;
	background: url('../images/header-bg.jpg') no-repeat;
	line-height: 36px;
	padding: 4px 0 0 20px;
	margin-bottom: 15px;
	color: #000;
	font-size: 1.7em;
	position: relative;
}
h2 span{
	color: #fff;
	position: absolute;
	top: 3px;
	left: 19px;
}
h3{
	font-size: 1.3em;
	margin: 0 0 5px 10px;
	font-weight: bold;
}
p{
	text-indent: 10px;
	margin: 0 0 10px 10px;
	line-height: 150%;
	text-align: justify;
}
p img.photo{
	float: left;
	margin: 10px;
}
#content ul{
	margin: 0 0 10px 40px;
}
#sidebar{
	float: left;
	width: 197px;
	margin: 25px 0;
	border-left: 1px solid #629db2;
	padding-left: 10px;
}
#footer{
	border-top: 1px solid #629db2;
	background: url('../images/footer.jpg') no-repeat;
	height: 53px;
}
#footer p{
	display: inline;
	margin: 0 0 0 20px;
}
#footer a{
	text-decoration: none;
	font-weight: bold;
}
#footer ul{
	list-style-type: none;
	font-weight: normal;
	color: #fff;
	height: 53px;
	line-height: 53px;
	padding: 0 30px;
	width: 400px;
	display: inline;
}
#footer ul li{
	display: inline;
	color: #fff;
	margin: 0 3px;
}
#footer ul li a{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#footer ul li a:hover{
	text-decoration: underline;
}

.lightbox{
	border: 1px solid #5d96ad;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	margin: 5px;
	display: block;
	float: left;
}
strong{
	font-weight: bold;
}
form div{
	margin-bottom: 4px;
}
legend{
	display: none;
}
label{
	width: 120px;
	display: block;
	text-align: right;
	padding-right: 10px;
	float: left;
	cursor: hand;
	cursor: pointer;
}
input, textarea{
	padding: 3px;
	font: 1em Tahoma, Verdana, Arial, Sans;
	border: 1px solid #ddd;
	background: none;
	color: #666;
	background: rgba(255,255,255,0.5);
	width: 400px;
}
textarea{
	line-height: 140%;
}
input:focus, textarea:focus{
	border: 1px solid #aaa;
}
.submit{
	margin-left: 130px;
	font-weight: bold;
	width: 130px;
}
#mailing p{
	margin: 0 0 5px;
	padding: 0;
}
#mailing label{
	display: block;
	text-align: left;
}
#mailing input{
	width: 190px;
}
#mailing .submit{
	margin-left: 0;
	width: 90px;
}
.telefon{
	font-size: 1.2em;
	font-weight: bold;
}
br{
	clear: both;
}
table{
	margin-bottom: 15px;
	width: 500px;
}
tr{
	height: 1.4em;
}
tr:hover{
	background-color: #fafafa;
}
th{
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-right: 5px;
	border-right: 1px solid #ddd;
	width: 120px;
}
td{
	padding-left: 5px;
}
.error{
	color: #9d0606;
	border-left: 2px solid #9d0606;
	line-height: 140%;
}
.info{
	color: #55970d;
	border-left: 2px solid #55970d;
	line-height: 140%;
}

/* Slideshow */
#slideshow{
	position: relative;
	height: 265px;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow img.active {
	z-index:10;
}

#slideshow img.last-active {
	z-index:9;
}
