body{
	background-image: url("/graf/tlo.jpg");
	background-repeat: repeat;
	background-position: center;
	font-family: arial, helvetica, sans-serif;
}

#main{
	margin-left: auto;
	margin-right: auto;
	top:0;
	width:770px;
}

#intro{
	margin-left: auto;
	margin-right: auto;
	margin-top:-10px;
	width:640px;
}

#logo{
	position: relative;
	top:0;
	left:0px;
	width:600px;
	height:175px;
}

#nav{
	color: black;
	background-color: #c5cfdb;
	background-image: url("/graf/nav_back.jpg");
	float: left;
	width:135px;
	padding: 0px 15px;
	text-align: center;
}

#skip{
	text-align: center;
	color: white;
}

#skip a{
	color: white;
	text-decoration: none;
}
#content{
	position: relative;
	width:593px;
	top:-50px;
	color: black;
	background-color: #c5cfdb;
	background-image: url("/graf/content_back.jpg");
	float: right;
	margin-top:0px;
	padding:0px;
	vertical-align: top;
}

#con_text{
	margin-left: 20px;
	margin-right: 35px;
	text-align: justify;
}

h1{
	font-weight: bold;
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #555f6b;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h2{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom:0;
}

h3{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	margin-top:0;
}

P.paragraf, P.paragrafl{
	text-indent:25px
}
P.paragraf_sub, P.paragrafl_sub{
	text-indent:-18px;
	margin-left:60px;
	margin-top:0;
}

P.paragrafl_sub{
	text-align:left;
}

P.paragraf_sub_sub{
	text-indent:-20px;
	margin-left:80px;
	margin-top:0;
}
P.center{
	text-align: center;
}

SPAN.artykul{
	font-weight: bold;
}

A:VISITED{
	color: black;
}

A:LINK{
	color: black;
}

#topmenu {
	list-style:none;
	padding:0px;
	margin:0;
	margin-left:-10px;
}

#topmenu li a {
	display: block;
	padding-top: 10px;
	width:144px;
	height:23px;
	background-image: url("/graf/button.jpg");
	color: black;
	text-decoration: none;
	font-size: 8.4pt;
	text-align: center;
	margin-bottom:5px;
}

#topmenu li a:hover {
	background-image: url("/graf/button_down.jpg");
}
				
div.nav_top {
	margin: 0 -15px;
}

ul.adres{
	list-style:none;
	padding:10px;
	margin:0;
	margin-top:15px;
}

span.bold{
	font-weight: bold;
}

#input{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#alert{
	text-align:center;
	color: red;
	margin-top: 5px;
	padding: 0 10px;
}
#login_box{
	width:293px;
	margin: auto 0;
	color: black;
	background-color: #c5cfdb;
	margin:0 auto;
	padding:0px;
	vertical-align: top;
	padding:0px;
	border-style:outset;
	border-width:1px;
}

#header{
	background-image: url("graf/tlo_head.jpg");	
	text-align: left;
	padding: 1px 10px;
	font-weight: bold;
}

button, input.but {
	border: ridge 2px white;
	cursor: pointer;
	background-color: #C4C7CF;
}

button:hover, input.but:hover {
	border-style: inset;
}

input.wprowadz{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	background-color: #C4C7CF;
	
}

input.wprowadz_kw{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	background-color: #C4C7CF;
	text-align: right;
	
}

#menu{
	list-style:none;
	padding:0px;
	margin:0;
	margin-left:-10px;
	
}

#menu li a {
	display: block;
	padding-top: 3px;
	margin-left:auto;
	margin-right:auto;
	width:184px;
	height:20px;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border-style: ridge;
	border-color: white;
	background-color: #C4C7CF;
	border-width:2px;
	margin-top:10px;
	margin-bottom:10px;
}

#menu a:hover {
	border-style: inset;
	margin-bottom:10px;
	margin-top:10px;
}

#tabela{
	width: 520px;
	margin: 0 auto;
}

#taryfa_head{
	width: 516px;
	border: solid 2px black;
	font-size:14px;
	margin: 2px auto;
	text-align:center;
	background-color: #444;
	color:white;
	font-weight: bold;
}

#taryfa_foot{
	width: 476px;
	border: solid 2px black;
	font-size:18px;
	margin: 2px auto;
	font-weight: bold;
	padding:0 20px;
	padding-top:10px;
	background-color:#CCC;
}


#tabela table{
	width: 520px;
	border: solid 1px black;
	border-spacing: 0; 
	font-size:14px;
	background-color:#CCC;
 }

#tabela td{
	font-size:16px;
	border: solid 1px black;
	padding: 8px 10px;
	text-align: right;
	padding-right: 20px;
}
#tabela th{
	border: solid 1px black;
	text-align: center;
	background-color: #444;
	color:white;
}


#tabela td.amount{
	font-weight: bold;
	font-size: 10pt;
	padding-right:10px;
	text-align: justify;
}

div.uwaga{
	font-size:14px;
	border:solid 1px black;
	padding: 10px; 
	width: 480px; 
	margin:0 auto; 
	margin-top: 10px; 
	background-color:#AAA
}

div.rysunek{
	border:solid 1px black;
	width: 500px; 
	margin:0 auto; 
	margin-top:5px;
	padding:0;	
	background-color:black;
}


#footer{
	font-size:10px; 
	text-align:right; 
	color: #777;
	clear:both;
}

#footer a{
	color:#777;
	text-decoration: none;
}

