﻿
/* INIT
-----------------------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { text-decoration: none; }
a { color: #FFF; }
ol, ul { list-style: none; }
legend { display: none; }

body {
	background-image:url('../img/mainbg.png');
	background-repeat: repeat-x;
	background-position:-1px 0;
	font-size: 100%;
	background-color: #FFF;
}

body, input, textarea, select, option, optgroup, button {
	font-family: Tahoma;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

/* LAYOUT
-----------------------------------------------------------------------------*/

#page{
	border: 0;
	margin: 0px auto;
	position: relative;
	width: 848px;

}

#head, #main, #nav, #footer {
	position:relative;
	margin:0;
	width: 100%;
}

#border-left, #border-right{
	position:absolute;
	width:14px;
	height:690px;
	top: 159px;
}

#border-left{
	background: url('../img/left.png') no-repeat;
	left:0px;	
}

#border-right{
	background: url('../img/right.png') no-repeat;
	right:0px;
}

/* HEAD
-----------------------------------------------------------------------------*/

#head{
	height: 159px;
	background-image:url('../img/head.png');
	background-repeat:no-repeat;
}

#logo {
	margin: 10px 0 0 58px;
	float:left;
	display:inline;
	width:168px;
	height:107px;
	text-indent:-1000em;
}

#topnav{
	float: right;
	margin-top: 15px;
	margin-right: 90px;
	width:auto;
	display:inline;
}

#topnav a{
	display: inline;
	color: #cc0033;
	font-variant: small-caps;
	font-size: 0.75em;
	font-weight:bold;
}

#slogan{
	float: left;
	width:430px;
	padding: 13px 3px 3px 117px;
	color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 2.5em;
	margin:0;
}

/* NAV
-----------------------------------------------------------------------------*/
#nav{
	float: right;
	margin:278px 69px 0 0;
	width:auto;
	height:28px;
	display:inline;
}

#nav ul{
	list-style-type: none;
}

#nav li{
	float:left;
}

#nav li a{
	height:28px;
	float:left;
	display:inline;
	margin-left:5px;
}
#nav li a:hover{
	text-decoration:none;
}
.start{
	width:75px;
}
.ofirmie{
	width:101px;
}
.oferta{
	width:86px;
}

.kontakt{
	width:100px;
}
.link{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.link2{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.tabelaprawo{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #C1D6FF;
}


/* MAIN
-----------------------------------------------------------------------------*/

#main{
	background-color:#FFFFFF;
	width:820px;
	margin:0 14px;
}

#leadspace{
	position:relative;
	height: 317px;
	width:784px;
	padding: 0;
	margin:0 auto;
	background-image: url('../img/leadspace.jpg');
	background-repeat: no-repeat;
}
#leadspace img{
	float:left;
	margin: 4px 0 4px 4px;
	display:inline;
}
#content{
	padding: 14px 30px 170px 30px;
	background-image:url('../img/watermark.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:justify;
	float:left;
	background-color:#FFF;
	width:760px;
}

#content h1{
	color: #cc0033;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:italic;
	border:0;
}

#content h2{
	color: #3333cc;
	font-family: sans-serif;
	font-size: 0.83em;
	padding: 8px 0 0 8px;
	border:0;
}

#content p{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	line-height: 1.5em;
	padding: 8px 24px 8px 8px;
}

#content-thin{
	float: right;
	width: 240px;
	height:260px;
	padding-top:20px;
	background-image:url('../img/thinbg.jpg');
	background-repeat:no-repeat;
}

#content-wide{
	width: 516px;
	float: left;
	background-image:url('../img/textbg.png');
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:20px;
}

#content-one{
	width: 100%;
	float: left;
	background-image:url('../img/textbg.png');
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:20px;
	min-height:318px;

}

.img{
	border: 0;
}
.pic{
	margin:15px;
}


/* FOOTER
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 171px;
	background-image: url('../img/foot.png');
	background-repeat: repeat-x;
	background-position:0 top;
}

#margins {
	width: 848px;
	margin:0 auto;
	height:171px;
}

#footnav {
	background-image:url('../img/footnav.png');
	background-repeat:no-repeat;
	float:left;
	width:297px;
	height:30px;
	margin:23px 0 0 36px;
	padding:9px 0 0 5px;	
}

#footnav a{
	float:left;
	display:inline;
	margin-right:3px;
	height:12px;
}

#footnav .start{
	width:45px;
}
#footnav .ofirmie{
	width:60px;
}
#footnav .oferta{
	width:51px;
}
#footnav .galeria{
	width:59px;
}
#footnav .kontakt{
	width:59px;
}


#copyright {
	margin: 23px 0 0 0;
	background-image:url('../img/kambit.png');
	background-repeat:no-repeat;
	float: right;
}
#copyright a {
	width:186px;
	height:30px;
	display:block;
}
#copyright a:hover {
	text-decoration:none;
}
