﻿html {
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color:#e3e3e3;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
}


#container {
	overflow: hidden;
	width: 926px;
	margin:auto;
	color: #5e5e5e;
	font-family:Arial, Tahoma;
	font-size:13px;
	line-height:20px;
}

a {
	color:#339966;
	text-decoration:none;
	outline:0px;
}

a img {
	border:0px;
}

a:hover {
	color:#C32B1C;
}


a.more { display:inline; height:32px; width:588px; margin-bottom:12px; float:right; background: url(img/more.gif); -moz-opacity:1.0; opacity:1.0; filter: alpha(opacity=100); }

a:hover.more { -moz-opacity:0.8; opacity:0.8; filter: alpha(opacity=80); }


h1 {
	color:#005298;
	float:left;
	font-family: Arial, Tahoma;
	font-size:22px;
	font-weight:900;
	line-height:25px;
	margin:0px 0px 5px 0px;
	width:100%;
	height:47px;
	background-image: url(img/h1.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}


h2 {
	color:#005298;
	float:left;
	font-family: Arial, Tahoma;
	font-size:22px;
	font-weight:900;
	line-height:25px;
	margin:0px 0px 5px 0px;
	width:100%;
	height:47px;
	background-image: url(img/h1.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

h3 {
	color:#005298;
	float:left;
	font-family: Arial Black, Tahoma;
	font-size:18px;
	font-weight:normal;
	line-height:25px;
	margin:15px 0px 15px 0px;
	width:100%;
}

h4 {
	color:#d10101;
	float:left;
	font-family: Arial Black, Tahoma;
	font-size:22px;
	font-weight:normal;
	line-height:25px;
	margin:5px 0px 10px 0px;
	width:100%;
}


#topmap {
	display:block;
	float:left;
	width:926px;
	height:234px;
	background-image:url(img/topmap.jpg);
}

#mainMenu {
	margin: auto;
	width:926px;
	height:51px;
	display:block;
	float:left;
	background-image:url(img/menuBg.png);
	z-index:100;
	transition: all 0.3s ease 0s;
}

#mainMenu ul {
	padding: 0;
	margin: 0;
}

#mainMenu li {
	display: inline;
	float: left;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding:0;
}

#mainMenu li:last-child {
	border-right:none;
}

#mainMenu li a {
	font-size: 17px;
	color: #fff;
	text-shadow:0 1px 0 #000;
	font-family: Arial;
	font-weight:900;
	float: left;
	transition: padding 0.4s ease 0s;
	padding: 13px 9px 14px 10px;
	margin: 0;
}

#mainMenu li:hover a.menuTop {
	background:#275885;
	color:#ffe400;
	cursor:pointer;
}


body {
  /* These styles don't have to be on body,
     they could be on an element that wraps around
     the left-flyout-nav and the content. 
     This is to prevent a problem on Chrome that
     leaves the width of the container with the 
     added width of the flyout nav even after it's been
     hidden. */
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.layout-left-flyout {
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  -moz-transition: visibility 0 linear 0.2s;
  -o-transition: visibility 0 linear 0.2s;
  -webkit-transition: visibility 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: visibility 0 linear 0.2s;
  background: #005298;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
  visibility: visible;
  z-index: 1;
  -moz-transition: z-index 0 linear 0.2s;
  -o-transition: z-index 0 linear 0.2s;
  -webkit-transition: z-index 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 270px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cbFlyNav-wrap > nav {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0 ease-in-out;
  -o-transition: -o-transform 0 ease-in-out;
  -webkit-transition: -webkit-transform 0 ease-in-out;
  transition: transform 0 ease-in-out;
  /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-right-content {
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;

  z-index: 1;
  /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
  /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
  -moz-transform: translate3d(270px, 0, 0);
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  min-width: 320px;
}

.icon-cbmore {
    box-shadow: 1px -1px 0 0 #fff inset;
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-flyout-contentmask {
  z-index: 1;
}

.nav-flyout-navmask {
  right: 180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
/* Menu Toggle */
.btn-navbar {
	display: block;
    height: 32px;
    padding: 6px 0;
    position: absolute;
    width: 70px;
    z-index: 1;
}

.btn-navbar-navtoggle {
    left: 15px;
    top: 3px;
	background:#e99001;
}

.btn-navbar .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #fff;
  margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
}
@media screen and (min-width: 767px) {
  .btn-navbar {
    display: none;
  }
}
/* Navbar Styles */
.navbar {
  margin: 0;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navbar .nav-collapse {
    display: none;
  }
  #mainMenu { left:0; right:auto }
}
@media screen and (min-width: 321px) {
  .navbar {
    height: auto;
    position: relative;
    width: auto;
	transition: all 0.3s ease 0s;
    padding: 0;
  }
}
/* Mobile First Nav */
.the-nav ul.nav-flyout {
  display: block;
  margin-bottom: 15px;
  float: none;
  padding:10px 0 0 0;
  height: 100%;
}
.the-nav ul.nav-flyout > li {
  float: none;
  display: block;
  width: 270px;
}
.the-nav ul.nav-flyout li a {
  color: #FFF !important;
  display: block;
  text-decoration: none;
  width:auto;
  font-family:Arial;
  font-size:16px;
  padding: 11px 15px;
  text-transform: uppercase;
  margin-right: 0;
}
.the-nav ul.nav-flyout li ul li a {
    float: left;
	padding:0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    width: 155px !important;
}
.the-nav ul.nav-flyout li a:hover {
  color:#e68022;
}
.the-nav ul.nav-flyout .dropdown {
  position: static;
}
.the-nav ul.nav-flyout .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding:10px 0 0 0 !important;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background: #c3a75d;
  transition: width .2s ease-in-out;
}
.the-nav ul.nav-flyout .dropdown .subnav a {
  color:#fff !important
}
.the-nav ul.nav-flyout .dropdown .subnav > li {
  width: 180px;
  padding:6px 0 6px 15px;
  border-bottom: 1px dashed #999;
}
.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
  width: 180px;
  padding-top: 30px;
  padding-left:0;
  
}
.the-nav.is-inactive ul.nav-flyout > li > a {
  opacity: .2;
   
}
.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
  opacity: 1;
  color:
 
}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {
 
  .the-nav {
    display: table;   /* Allow the centering to work */
	margin: 0 auto;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }

  .the-nav > .nav {
    margin: 0;
    line-height: normal;
  }
/* Active State */
  .the-nav > .nav > li:hover > a {
    color: #303030;
  }

  .the-nav > .nav > li:hover .subnav {

  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #303030;
    border-bottom-color: #303030;
  }

  /* Subnav */
  .nav > li > .subnav {
    display: none;
    position: absolute;
    top: 99%;
    left: -1px;
    margin: 0;
    background:#c3a75d;
  }
  .nav li ul.subnav {
    padding: 5px 0 11px 20px !important;
    width: 200px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
  }
    .nav li ul.subnav.long {
    padding: 11px 0 10px 24px!important;
    width: 220px;
  }
  .nav li .subnav li {
    margin: 0 !important;
	display:block !important;
	float:left;
	border-bottom:1px solid #ed565b;
	width:100%;
  }
  .nav li .subnav li:last-child {
	border-bottom:none;
  }

  .nav li.dropdown .subnav li a {
    color: #fff !important;
	display:block !important;
	font-size:18px !important;
	line-height: 22px !important;
	width:185px;
	font-weight:normal !important;
	text-transform:none !important;
	border-right:none !important;
	padding: 5px 0px 5px 0 !important;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }

  .nav li .subnav li:hover a {
    color: #fff68d !important;
  }

}


#menu {
	display:block;
	float:left;
	width:926px;
	height:51px;
}

a#menu-01 {
	display:block;
	float:left;
	width:74px;
	height:51px;
	background: url(img/menu_01.gif);
}

a:hover#menu-01 {
	background-position:0px 51px;
}

a#menu-02 {
	display:block;
	float:left;
	width:143px;
	height:51px;
	background: url(img/menu_02.gif);
}

a:hover#menu-02 {
	background-position:0px 51px;
}

a#menu-03 {
	display:block;
	float:left;
	width:142px;
	height:51px;
	background: url(img/menu_03.gif);
}

a:hover#menu-03 {
	background-position:0px 51px;
}

a#menu-04 {
	display:block;
	float:left;
	width:157px;
	height:51px;
	background: url(img/menu_04.gif);
}

a:hover#menu-04 {
	background-position:0px 51px;
}

a#menu-05 {
	display:block;
	float:left;
	width:149px;
	height:51px;
	background: url(img/menu_05.gif);
}

a:hover#menu-05 {
	background-position:0px 51px;
}

a#menu-06 {
	display:block;
	float:left;
	width:169px;
	height:51px;
	background: url(img/menu_06.gif);
}

a:hover#menu-06 {
	background-position:0px 51px;
}

a#menu-07 {
	display:block;
	float:left;
	width:92px;
	height:51px;
	background: url(img/menu_07.gif);
}

a:hover#menu-07 {
	background-position:0px 51px;
}


#content {
	display:block;
	float:left;
	position:relative;
	overflow:visible;
	width:876px;
	min-height:483px;
	background-color:#fff;
	background-image: url(img/content.gif);
	background-repeat:no-repeat;
	padding:25px 20px 0px 30px;
}

#left {
	display:inline;
	float:left;
	width:585px;
}

.txt {
	display:block;
	float:left;
	width:575px;
	padding-left:7px;
}

#right {
	right:19px;
	top:19px;
	width:270px;
	position:absolute;
}

#newsletter {
	display:block;
	float:left;
	margin-bottom:25px;
	width:100%;
	margin-top:12px
}

#newsletterTxr { font-size:15px; line-height:22px }

#newsletterInput {
	BORDER: #BDBDBD 1px solid;
	FONT-SIZE: 13px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	TEXT-DECORATION: none;
	padding-top:4px;
	padding-left:3px;
	height:25px;
	width:250px;
	background-image: url('img/input.gif');
	background-repeat: repeat-x;
}

input#buttonAdd {display:block; float:right; background-image:url(img/dodaj.png); width:85px; height:33px; border:none; cursor:pointer; margin-top:15px; margin-right:100px;}
input:hover#buttonAdd { -moz-opacity:0.8; opacity:0.8; filter: alpha(opacity=80);}


#footer {
	display:block;
	float:left;
	width:926px;
	height:85px;
	background-image: url(img/footer.gif);
}


a#iartsLink {
	display:block;
	width:65px;
	margin:54px 0 0 546px;
	height:16px;
}

a:hover#iartsLink {
	-moz-opacity:0.3; opacity:0.3; filter: alpha(opacity=30); background-color:#e3e3e3;
}



hr { 
	height: 0 !important;
	height: 1px; /* wysokosc pod ie */
	color: #E5E5E5; /* kolor pod ie */
	background: transparent;
	border-width: 1px 0 0 0;
	border-color: #c8c8c8;
	border-style: solid; 
}


.input2 {
	BORDER-RIGHT: #BDBDBD 1px solid; BORDER-TOP: #BDBDBD 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #BDBDBD 1px solid; COLOR: #000000; BORDER-BOTTOM: #BDBDBD 1px solid; FONT-FAMILY: Tahoma, Arial, sans-serif; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; padding-top:4px; padding-left:3px; height:19px; background-image: url('img/input.gif'); background-repeat: repeat-x; 
}

.input3 {
	BORDER-RIGHT: #BDBDBD 1px solid; BORDER-TOP: #BDBDBD 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #BDBDBD 1px solid; COLOR: #000000; BORDER-BOTTOM: #BDBDBD 1px solid; FONT-FAMILY: Tahoma, Arial, sans-serif; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; padding-top:4px; padding-left:3px; background-image: url('img/input.gif'); background-repeat: repeat-x; line-height:17px;
}

	
.wyslijform {
	background-image: url('img/wyslij.gif'); height:30px; width:87px; margin-right:20px; border:1px solid #C0C0C0; 
	}
	
.resetform {
	background-image: url('img/reset.gif'); height:30px; width:100px; margin-right:20px; border:1px solid #C0C0C0; 
	}
