@charset "utf-8";
/* CSS Document */

/*Styl ogólny elementów strony */

body{
	position:relative;
	background:#FFF;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10pt;
	color:#848484;
}
div, p, a, img{
	margin:0;
	padding:0;
}
a{
	color:#848484;
	text-decoration:none;
}
a:hover{
	color:#373737;
}
ul{
	list-style:outside url(images/dot.gif);
}
li{
	padding:10px 0;
}
h1{
	margin:0;
	padding:0 15px;
	font-size:12pt;
	background-color:#FFF;
	display:inline;
	line-height:20pt;
	font-style:italic;
	color:#373737;
}
h2{
	margin:0;
	padding:0 15px;
	font-size:10pt;
	background-color:#FfF;
	display:block;
	line-height:25pt;
	font-style:italic;
	color:#373737;
}


/*---------------------------------------------------*/


.maxframe{
	position:relative;
	width:100%;
	height:100%;
}
.inframe{
	position:relative;
	width:930px;
	height:830px;
	margin:0 auto;
	background:url(images/frameback.png) no-repeat top center;
}
.content{
	position:relative;
	margin:0 auto;
	width:762px;
	height:400px;
	text-align:left;
}

/* --------------------------------------------------- */
/* style bannera */

.banner{
	position:relative;
	width:899px;
	height:375px;
	padding:7px 14px;
}
#main{
	background:url(images/main.jpg) no-repeat center;
}
#laser1{
	background:url(images/laser1.jpg) no-repeat center;
}
#laser2{
	background:url(images/laser2.jpg) no-repeat center;
}
#laser3{
	background:url(images/laser3.jpg) no-repeat center;
}
#kontakt{
	background:url(images/kontakt.jpg) no-repeat center;
}


/* --------------------------------------------------- */

.linkback{
	position:absolute;
	top:7px;
	left:-12px;
	background:url(images/backlink.gif) left top no-repeat;
	width:10px;
	height:14px;
}
.linkback:hover{
	background-position:bottom;
}
.linkbacktoo{
	position:relative;
	display:inline;
	padding:0 10px 0 15px;
	background:url(images/backlink.gif) left 2px no-repeat;

}
.linkbacktoo:hover{
	background-position:left bottom;
}
.linkforward{
	position:relative;
	display:inline;
	padding:0 15px 0 10px;
	background:url(images/forlink.gif) right 2px no-repeat;

}
.linkforward:hover{
	background-position:right bottom;
}

.mainlink{
	position:relative;
	display:block;
	background:url(images/undermainlink.gif) repeat-x bottom;
	margin:70px 0;
}
.mainlink a{
	font-style:oblique;
	font-weight:bolder;
	font-size:18pt;
	background:#FFF;
	padding:0 10px 0 0 ;
}
.bottomlink{
	position:absolute;
	left:80px;
	bottom:30px;
	display:block;
	width:762px;
	text-align:right;
	font-size:13pt;
	font-style:italic;
	line-height:20pt;
}
.bottomlink a{
	display:inline;
}
.bottomlink p{
	display:inline;
	padding:0 26px;
	color:#37A6A6;
	font-size:20pt;
}

/* --------------------------------------------------- */
/* boxy */

.mainline{
	position:relative;
	display:block;
	background:url(images/undermainlink.gif) repeat-x bottom;
	margin:0;
}
.noline{
	position:relative;
	display:block;
	margin:0;
}
.noline h1{
	color:#999;
	font-size:11pt;
}
.kontaktbox{
	position:relative;
	float:left;
	width:250px;
	height:100px;
	margin:10px 30px;
	line-height:14pt;
}
.kontaktbox li{
	list-style:outside url(images/dot.gif);
	line-height:14pt;
	margin:0;
	padding:0;
}
.kontaktbox a{
	color:#666;
}

.infobox{
	position:relative;
	float:left;
	width:350px;
	margin:30px 0 0 12px;
	line-height:14pt;
	text-align:center;
}
.infobox p{
	text-align:left;
}
.infobox img{
	padding:10px 0;
	margin:0 auto;
	text-align:center;
}
.rightbox{
	position:relative;
	margin:30px 10px 0 0;
	float:right;
	text-align:left;
}
.rightbox a{
	display:block;
	width:300px;
}
.leftbox{
	position:relative;
	margin:30px 0 0 10px;
	float:left;
}
.jumper{
	position:absolute;
	width:400px;
	right:0;
	top:20px;
	text-align:right;
}
.jumper p{
	display:inline;
}
.history{
	position:relative;
	width:360px;
	float:left;
	list-style:none;
	font-size:9pt;
	line-height:10pt;
	padding:0 0 0 15px;
}
.history li{
	padding:13px 0;
}
.intend{
	display:block;
	float:left;
	height:35px;
}

/* --------------------------------------------------- */
/* tabela */
table{
	width:762px;
	padding:0;
	margin:0;
	border:none;
	border-spacing:0;
	font-size:9pt;
}
th{
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	border-left:solid 1px #999;
	vertical-align:top;
	padding:5px;
}
td{
	border-left:solid 1px #999;
	padding:5px 5px 10px;
	vertical-align:top;
}


