*{
	margin:0;
	padding:0;
	outline:0;
} 

a { font-family:Arial, Helvetica, sans-serif; font-size: 1em; color: #1c5ba3; text-decoration: underline;}
a:hover { font-family:Arial, Helvetica, sans-serif; font-size: 1em; color: #5ca8e8; text-decoration: none;}

fieldset,img {  
    border:0; 
} 
.clear {
	clear:both;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	color :#393838;
	padding: 3px;
	border: 1px solid #0c315a;
}
.button {
	border: 1px solid #4e8bbf;
	font-size:0.92em; 
	color: #fff; 
	text-decoration: none; 
	display: inline; 
	padding: 3px 3px 3px 10px; 

	background-color: #4e8bbf;
	text-align: left;
	width: 100px;
	float: right; 
	background-image: url(../images/arrow.gif); 
	background-repeat:no-repeat; 
	background-position: 88px 9px;
	cursor: pointer;
}
.button_over {
	border: 1px solid #4e8bbf;
	font-size:0.92em; 
	color: #fff; 
	text-decoration: none; 
	display:inline; 
	padding: 3px 3px 3px 10px; 
	background-color: #659ac7;
	text-align:left;
	width: 100px; 
	float:right; 
	background-image:url(../images/arrow.gif); 
	background-repeat:no-repeat; 
	background-position: 88px 9px;
	cursor: pointer;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #525252;
	background: #fff;
	text-align:justify;
	vertical-align: bottom;
	padding: 5px;
	;
}
.container {
	width: 882px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
	min-height:880px;
}
.wrap {
	background: #fff url(../images/top.gif) repeat-x top;
}
.top {
	height: 200px;
	width: 882px;
}
.main{
width:882px;
margin-top:2px;
}
.leftcolumn {
width:300px;
padding-top:20xp;
float:left;
}
.rightcolumn {
width:550px;
padding-top:20xp;
padding-right:0px;
padding-bottom:30px;
float:right;
margin-top:10px;
}
.tekst {
margin-top:13px;
}

.menu {
	padding-top: 10px;
	height: 31px;
	background-image:url(../images/menu_line.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:1px;
}
/* ######### Menu gl�wne ######### */
.tabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #fff;
	list-style-type: none;
	text-align: left;
	font-size: 11px;
}
.tabs li{
	display: inline;
	margin: 0;
	text-transform:uppercase;
	padding:0;
	background: none;
	border-bottom: none
}
.tabs li a{
	text-decoration: none;
	padding: 13px 14px;
	color: #fff;
	font-weight:bold;
	margin-right: -3px;
	background-image:url(../images/menu_line.gif);
	background-repeat:no-repeat;
	background-position:right;
	
}
.tabs li a:hover{
	color: #fff;
	text-decoration:none;
	background-color: #01baf0;
}
.tabs li a.active {
	background-color: #01baf0;
	color: #fff;
}
/* ######### Rozwiniecie menu ######### */
.drop {
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height:17px;
	z-index:100;
	background-color: #01baf0;
	width: auto;
	visibility: hidden;
	padding: 1px;
}
.drop a{
	font-weight:bold;
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 3px 8px;
	padding-left: 4px;
	text-decoration: none;
	color: #fff;
}
.drop a:hover{ 
font-weight:bold;
	color:#fff;
	text-decoration:none;
	background-color: #007cc3;
}

.logo {
	float:left;
	padding-top: 4px;
	padding-left:10px;
}
.logo2 {
	float:left;
	padding-top:4px;
	padding-left:20px;
	}

.footer {
	border-top:solid 5px #01baf0;
	height:74px;
	background: url(../images/footer.gif) repeat-x top;
	
	margin:auto;
}

.footer1 {
	border-top:solid 5px #01baf0;
	height:74px;
	background: url(../images/footer.gif) repeat-x top;
	bottom:0px;
	margin:auto;
	width:100%;
}
.footer-content {
	width: 882px;
	margin: 0 auto;
}

.footer-menu {
	float:left;
	padding: 25px 0 0 40px;
	font-size: 0.92em;
}
.footer-menu a {color: #fff;	text-decoration:none; margin: 0 20px;}
.footer-menu a:hover {color: #01baf0;	text-decoration:none;margin: 0 20px;}

.copy {
	font-size: 0.92em;
	float:right;
	padding: 25px 10px 0 0;
	color: #fff;
	text-align:right;
}
.copy span {
	color: #fff;
}
.copy a { color:#fff; text-decoration:none; }
.copy a:hover {color:#01baf0; text-decoration: underline; }

/* FORLULARZE */
.red-star {
	color:#74bcf9;
}
.form-odstep {
	margin: 5px 0px;
	font-weight: bold;
}
.form-odstep-first {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}
.input-kontakt, .textarea-kontakt {
	padding: 4px;
	width: 260px;
}
p {
	padding-top:10px;
	font-family: Font, Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.96em;
}
p.kontaktp {
    padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	padding-left:25px;
	background-image:url(../images/kontakt.jpg);
	height:205px;}
h3 {
padding-top:10px;
color:#004B76;
}
h5 { padding-top:10px;
padding-left:5px;}

.kontaktleft {
margin-top:40px;
width:300px;
background-color:#007cc3;
font-family: Font, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:13px;

-moz-box-shadow:0 2px 2px #333333;
	-webkit-box-shadow:0 2px 2px #333333;
	box-shadow:0 2px 2px #333333;
}
li { padding-bottom:10px;
color: #6a6a6a;
}

.style2 {color: #FFFFFF}
.style5 {color: #004BA6; }
.style6 {color: #003366; }
ul {margin-left:60px;}
.style7 {
	color: #004B76;
	font-weight: bold;
	font-family:Tahoma;
}
.table { margin-left:30px;
	margin-top:20px;}
	
.style8 {
	font-size: 10px;
	font-style: italic;
	margin-left:5px;
	margin-right:5px;
}

.style10 {
	color: #004B76;
	font-weight: bold;
	}
td,th {
padding:5px;
font-size: 10px;}

.lf {
	width:300px;
	background: #f4f4f4;
	border: 1px solid #e6e6e6;
	padding-left: 0em;
	list-style-type: none;
	margin-top:40px;
	margin-left:0px;
}
.lf li {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom:0px;
}
.lf li a {
	display:block;
	padding:7px 25px 7px 15px;
	font-size:13px;
	color: #747474;
	text-decoration: none;
	font-family: Tahoma;
}
.lf li a:hover, .sub li a.active {
	display:block;
	padding:7px 25px 7px 15px;
	background: #fff;
	font-size: 13px;
	color: #007cc3;
	text-decoration: none;
	font-family: Tahoma;
}
/* formularz */

.form-kontakt {
    width:287px;
	font-family: Font, Arial, Helvetica, sans-serif;
	padding-left: 13px;
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
	font-size: 11px;
	font-weight:bold;
	float:left;
	background:#007cc3;
	margin-top:40px;

}
.form-odstep {
	margin: 5px 0px;
	font-weight: bold;
}
.form-odstep-first {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
.input-kontakt, .textarea-kontakt {
	padding: 3px 2px;
	width: 265px;
}

.red-star {
	color:#01baf0;
}

.button_kontakt {
	font-size: 1em;
	color: #fff;
	text-align:center;
	background-color:#01baf0;
	border: none;
	border-left: 7px solid #fff;
	padding: 3px 15px 3px 15px;
	cursor:pointer;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color :#575963;
	padding: 6px;
	border: 1px solid #b3b3b3;
}
.pasek1 {
margin-top:10px;}

.up {
	border-top: 1px solid #dcdcdc;
	padding: 5px 0;
	margin-top: 10px;
}
a.upb {
	float:right;
	display: block;
	height: 18px;
	padding:2px 15px 0px 15px;
	background: #007cc3;
	color: #fff;
	font-size: 0.92em;
	font-weight:bold;
	text-decoration:none;
}
a.upb:hover {
	float:right;
	display:block;
	height: 18px;
	padding:2px 15px 0px 15px;
	background: #01baf0;
	color: #fff;
	font-size: 0.92em;
	font-weight:bold;
	text-decoration:none;
}
.twitter {
	font-size:13px;
	color: #747474;
	text-decoration: none;
	font-family: Tahoma;
	padding-left:5px;
	margin-top:40px;
	background: #f4f4f4;
	border: 1px solid #e6e6e6; 
}

