body {
  background: #03508D url(../images/gradient_background_tile.gif) repeat-x;/*#F0FBFF;*/
  color: #135B85;
  font-family: Tahoma, sans-serif, arial, helvetica;
  margin: 0;
  padding: 0;
  text-align: center;
}

#page {
  margin: 10px auto;
  text-align: left;
  width: 883px;
}

#menu_min {
  background: url(../images/header1.png) no-repeat top;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

#menu_min ul {
  font-size: 11px;
  font-weight: bold;
  color: white;
  list-style-type: none;
}

#menu_min ul li {
  display: inline;
  float: right;
  padding-right: 17px;
}
#menu_min ul li a {
  color: white;
}
#menu_min ul li:hover a{
  color: #AEE9FF;
}

#page_header {
  background: url(../images/header2.png) no-repeat scroll 0 12px;
  height: 129px;
  border-bottom: 4px solid #13568A;
}

/***menu***/
#page_menu {
  list-style: none outside;
  margin:0;
  margin-left: 112px; /*(883-658) / 2 ~= 112*/
  padding: 0;
  position: absolute;
  top: 114px;
  width: 658px /* 7*80 + 14*7=560+98=658  (7 zakladek razy 80px szer. + 14 razy obramowanie kazdej zakladki) */;
}

#page_menu li.tab {
  display: block;
  float: left;
  color: #1e6291;
  width: 80px;
  height: 18px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 11px;
  padding: 6px 2px 0 5px;
  text-align: left;
  border: 1px solid #5298C1;
  background: url(../images/tab.png) no-repeat;
}

#page_menu li.hover {
  background: #1C6AB4;
  background: url(../images/tab_hover.png) no-repeat;
  color: white;
}

#page_menu li.hover a {
  color: white;
  display: block;
}
#page_menu > li > a {
  display: block;
  padding: 5px 0 0 5px;
  margin: -5px 0 -6px -5px;
  height: 19px;
  width: 82px;
}

#page_menu li.tab:hover {
  background: #4C8EFF;
  background: url(../images/tab_over.png) no-repeat;
  color: white;
}

#page_menu li.tab:hover a {
  color: white;
}

#page_menu li > ul > li > a {
  color: white;
}

#page_menu li.tab:hover > ul {
  display: block;
}

#page_menu li.tab:hover ul li:hover {
  background: #4C97FF;
}

#page_menu li.tab:hover > ul > li:hover > ul {
  display: block;
}

#page_menu ul {
  list-style-type: none;
  padding: 0;
  padding-left: 6px;
  margin: 5px 0 0 -6px;
  border: 1px solid #5298C1;
  border-top: none;
  width: 120px;
  font-weight: normal;
  position: absolute;
  z-index: 9999;
  display: none;
 }
 
 #page_menu ul li {
  padding: 8px;
  background: #4C8EFF;
  margin-left: -6px;
  color: white;
}

.submenu {
  display: none;
  position: relative;
  left: 132px;
  bottom: 28px;
}

.subarrow {
  float: right;
  margin-top: -14px;
}

/***menu-end***/

/***banner***/
#banner {
  background: white;
  border: 1px solid #DDEEFA; 
  border-bottom: none;
}

#slides {
  width: 883px;
  height: 247px;
  margin: 0 auto;
}
#slides img{
  margin: 0;
/*   border: 1px solid black; */
  position: absolute;
} 
/***banner-end***/

/***page_content***/
#page_content {
  background: #fff;
  color: #626262;
  padding: 10px 0px;
  border: 1px solid #DDEEFA;
  border-bottom: none;
  border-top: none;
}

#content_left {
  display: block;
  float: left;
  width: 200px;
  text-align: center;
}

.box {
  width: 184px;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  border-top: 2px solid #9FC8E6;
}

.box_title {
  color: white;
  background: #156695;
  margin: 0;
  padding: 0;
}

.box_title h4, .box_title h5, .articlebox_title h4 {
  padding: 2px 8px;
  margin: 0;
}

.box_title a:hover {
  color: white;
}

.box_content {
  border-bottom: 1px solid #A7C2D1;
  border-left: 1px dotted #A7C2D1;
  border-right: 1px dotted #A7C2D1;
  border-top:1px solid #F1F6FB;
  background: #F1F6FB;
  padding: 0;
  margin: 0;
}

.box_content ul {
  list-style-type: none;
  font-size: 12px;
  margin: 9px 10px;
  padding: 0;
}

.box_content ul li {
  margin: 5px 0;
}

.box_content ul.submenu {
  display: block;
  position: relative;
  top: 0;
  left: 20px;
  margin: 0 10px;
}
.box_content ul.submenu li {
  margin: 0px;
}

.box_content > ul > li > img {
  margin-bottom: 3px;
}

#content_main, #content_wide {
  display: block;
  float: left;
  width: 681px;
  font-size: 12px;
}

#content_wide {
  width: 875px;
  margin-left: 7px;
}

.articlebox {
  font-size: 12px;
  margin-right: 8px;
}

.articlebox_title {
  color: black;
  background: #CDDCE9;
  border-top: 2px solid #6190B9;
  margin: 0;
  padding: 0;
}

#fontAdj {
  float: right;
  font-weight: bold;
  position: relative;
  bottom: 18px;
  right: 20px;
  color: #42539E;
}

.articlebox_content {
  border: 1px solid #DDEEFA;
  padding: 10px;
  margin: 2px 0;
  line-height: 150%;
  text-align: justify;
}

.articlebox_content li {
  margin: 10px 0;
}

.articlebox_content img {
  border: 2px solid #F1F6FB;
}
.articlebox_content img.text_img_left {
  float: left;
  margin-right: 5px;
  border: 4px solid black;
  }

/***page_content-end***/

#page_footer {
  height: 50px;
  background: url(../images/footer.png) no-repeat top;
  border-top: 1px solid #DDEEFA;
}

#footer_content {
  font-size: 10px;
  text-align: center;
  /*position: relative;
  top: 30px;*/
}

/***inne***/
.clear {
  clear: both;
}

.join {
  margin-right: 5px;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #175D90;
}

a:hover {
 color: #79ADD3
}

.raquo {
  margin-right: 3px;
}

#google-search-input {
  width: 160px;
  height: 15px;
  border: 1px solid #A7C2D1;
  font-size: 11px;
  margin: 5px 8px;
  padding: 2px 2px;
}

#google-search-submit {
  float: right;
  font-size: 11px;
  margin: 0 8px 5px 0;
}

hr {
  background-color: #edeff1;
  border: 0 none;
  height: 1px;
  color: #edeff1;
}

.strong {
  font-weight: bold;
}

.center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.right {
  text-align: right;
}

.switchfontsmall {
  font-size: 11px;
}

.switchfontdefault {
  font-size: 14px;
}

.switchfontdefault:hover {
  color: black;
}

.switchfontlarge {
  font-size:16px;
}

div.form {
  background: #F1F6FB;
/*   border-top: 3px solid #156695; */
}

#adres {
  margin-bottom: 20px;
}

#adres img{
  float: right;
}

table.order {
  border: 0 none;
  width: 100%;
  border-collapse: collapse;
}

td.label {
  text-align: right;
  width: 180px;
  vertical-align: middle;
}

table.order input[type="text"] {
  width: 200px;
}

td {
  padding: 4px 0px;
  vertical-align: middle;
}

td.top {
  vertical-align: top;
}

label {
  margin-right: 20px;
  color: black;
  font-weight: bold;
}

input[type='text'], input[type='password'], textarea {
  border: 1px solid #A7C2D1;
  font-size: 11px;
  padding: 2px 2px;
  color: #5A7A9B;
}

.ok {
  font-weight: bold;
  color: green;
}

.error {
  font-weight: bold;
  color: red;
  padding-left: 5px;
}
#capcha div {
  float: left;
}

#tipBox {
/*  border: 1px solid #A5B6FF;
  color: #576C97;
  width: 160px;
  background: #C8E4FF;*/
  font-size: 80%;
  text-align: left;
/*  padding: 4px;*/
}

.red {
  color: red;
}

.offert {
	display: none;
	background: #F7F9FA;
	padding: 1px 10px;
	border: 1px solid #F5F6F7;
}

.offert small {
	float: right;
}

.offert ul {
	list-style-type: circle;
}

.transparent {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.roundedCorners {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.shadow {
  -moz-box-shadow: 5px 5px 5px gray;
  -webkit-box-shadow: 5px 5px 5px gray;
  box-shadow: 5px 5px 5px gray;
}

.row {
	cursor: pointer;
}

.row td {
	background-color: #F7F9FA;
	padding: 5px;
	border: 1px solid #F5F6F7;
}

.row:hover td {
  background-color: #F5F6F7;
}

.row:hover td.first {
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.row:hover td.last {
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.rowContent {
	padding: 0px;
	margin: 0px;
}

.rowContent td {
	padding: 0px;
	margin: 0px;
}

.center {
	text-align: center;
}

