/* --- GLOBAL -*/

body {
	font-family: "Arial", Tahoma, Arial, Verdana, Helvetica;
	margin: 0px;
	background-image: url(img/bodyBgr.gif);
	background-repeat: repeat-x;
	text-align: center;
}



div {
}


a {
  color: #00ac50;
	text-decoration: none;
}

a:hover {
	color: #0596d3;
	text-decoration: underline;
}

.information a {
  color: #00ac50;
	text-decoration: none;
}

.information a:hover {
	color: #0596d3;
	text-decoration: underline;
}

a img {
  border: none;
}

.inf ul {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
.inf li {
  list-style-image: url(../img/ul.gif);
  font-size: 11px;
  color: #e2e2e2;
}

form {
	margin: 0px;
}




/* --- Header Title --- */
h1 {
  font-family: "Arial", Verdana, Times New Roman;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
h1 span{
	font-size: 14px;
	color: #b5b5b5;
	padding-left: 15px;
	font-weight: bold;
	margin: 0px;
}
h1.results {
	font-size: 13px;
	margin: 0px;
}

h1.header {
	font-size: 13px;
	margin: 0px;
}

/* --- Information Title --- */
h2 {
	font-size: 12px;
	font-weight: normal;
  margin: 0px;  
}

/* --- Intendent Title --- */
h3 {
	font-size: 13px;
	font-weight: bold;
  margin: 0px;
}

/* --- Module Header --- */
h4 {
	font-size: 12px;
	
  margin: 0px;
}


p {
  margin: 0px;
  padding: 0px;
  float: left;
}



/* --- Basic Layout definition --- */

#wrapper {
  font-family: "Arial", Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #202020;
	overflow: hidden;
	margin: 0 auto;
	/*float: left;*/
	text-align: left;
	width: 955px; /*955px;*/
	
}

#banner {
  width: 100%;
}


#horizontalMenu {
	width: 100%;
	float: left;
}

#container {
	width: 955px;
  padding-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  float: left;
  vertical-align: top;
}

div.paddingMenu {
  padding-right: 0px;
}
div.paddingRightMenu {
  padding-left: 15px;
}


.information {
  width: 100%;
  color: #333;
  margin-left: 0px;
  float: left;
}

#colA {
	float: left;
	width: 240px;
  text-align: left;
  margin-top: 0px;
  padding-top: 0px;
}

#colB {
	float: left;
	width: 441px;
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 15px;
}

#colBFull {
	float: left;
	width: 682px;
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 15px;
}

#colBPrint {
	float: left;
	width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 10px;
}

#colC {
	float: left;
	width: 241px;
  margin-top: 20px;
  padding-top: 0px;
  margin-left: 15px;
}

#colBCbaner{
  float: left; 
  width: 710px;
  margin-top: 5px; 
}

#colBC{
  margin-top: 45px; 
  float: left; 
  width: 695px;
  padding-left: 15px;
}


#footer {
	width: 100%;
	height: 40px;
	float: left;
	border-top: 2px solid #a2d54f;
}

/* --- TOP BANNER --- */
.topBanner {
  width: 955px;
  height: 124px;
  margin: 0 auto;
  font-size: 11px;
  /*top: 0px;
  left: 0px;*/
  text-align: center;
  position: relative;
}

.topBannerImg {
  width: 955px; 
  height: 124px;
  margin: 0 auto;
  float: left;
}
.topBannerScroll {
  width: 550px;
  height: 25px; 
  left: 20px;
  position: absolute;
  top: 90px;
  float: left;
  /*border: 1px solid red;*/
  }
.topBannerLinks {
  width: 250px;
  height: 25px; 
  position: absolute;
  top: 20px;
  left: 705px;
  text-align: right;
  float: right;
}

.topBannerLinks .links {
  float: right;
  margin-top: 10px;
}

.topBannerLinks .links .items {
  float: left; 
  margin-right: 8px;

}

.topBannerLinks .links .items img{
  padding-right: 3px;
}

.topBannerLinks .links .items a {
  color: #000;
}

.topBannerLinks .links .items a:hover {
  color: #000;
  text-decoration: underline;
}
/* --- STYOPKA --- */



.bottomFooter {
  background-image: url(img/bgrFooter.gif);
  background-repeat: repeat-x;
  background-position: top right;
  font-size: 11px;
  width: 100%;
  height: 40px;
  text-align: left;
  color: #999;
  padding-top: 0px;
  margin-top: 0px;
  float: left;
}

.bottomFooter .footerContainer {
  overflow: hidden;
  /*float: left;*/
  width: 955px; /*950px;*/
  display: block;
	margin: 0 auto;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
	
}


.footerContainer .menu {
  width: 50%;
  float: left;
  padding-top: 18px;
  padding-left: 3px;
}

.footerContainer .menu span{
  float: left;
  padding-bottom: 5px;
}


.footerContainer .menu a{
  padding-right: 3px;
  padding-left: 3px;
  text-decoration: none;
  color: #999;
}

.footerContainer .menu a:hover{
  text-decoration: underline;
}


.footerContainer .copy {
  width: 0 auto;
  float: right;
  height: 30px;
  padding-top: 10px;
}




/* ----------- WYDRUK ------------ */
.bottomFooterWydruk {
  font-size: 11px;
  width: 100%;
  height: 100px;
  text-align: left;
  color: #999;

  padding-top: 0px;
  margin-top: 0px;
  float: left;
}

.bottomFooterWydruk .footerContainer {
  overflow: hidden;
  /*float: left;*/
  width: 750px;
  display: block;
	margin: 0 auto;
	border-top: 3px solid #e6e6e6;
	line-height: 16px;
	padding-top: 10px;
	text-align: left;
	
}

.bottomFooterWydruk .footerContainer .menu{
  padding: 0px;
}

