/* CSS Document */

body  { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #f0f2f4;
 background-image:url('../images/bg.jpg');
 background-repeat: repeat-x;
 background-position: top-center;
 margin: 0px;
 overflow: auto;

}
img.floatLeft { 
    float: left; 
    margin: 10px; 
	
}
img.floatRight { 
    float: right; 
    margin: 10px; 
	
}
img {border:0px;}
input{background-color:#a7c8e2 ; color:#FFFFFF; font-size:11px; border: 1px solid #9c9c9c;}
textarea{background-color:#a7c8e2 ; color:#FFFFFF; font-size:11px; border: 1px solid #9c9c9c;}

#wrapper {
 background-image:url('../images/_content.png');
 background-repeat: repeat-y;
 margin: 0 auto;
 overflow: hidden;
 width: 987px;

}

#header {
 background-image:url('../images/header.png');
 background-repeat: no-repeat;
 width: 890px;
 height: 79px;
 float: left;
}

#lang {
 background-image:url('../images/lang.png');
 background-repeat: no-repeat;
 width: 97px;
 height: 79px;
 float: right;
}

/* START MENU */

#menu {
 background-image:url('../images/menu.png');
 width: 987px;
 height: 67px;
 float: left;
}

#menu2{
  color: white;
  font-size: 11pt;
  font-weight: bold;
  overflow: hidden;
  padding-top: 10px;
}

#menu2 a:link, #menu2 a:active, #menu2 a:visited{
  color: white;
  font-size: 11pt;
  font-weight: bold;
  overflow: hidden;
}

#menu2 a:hover{
  color: yellow;
  font-size: 11pt;
  font-weight: bold;
  overflow: hidden;
}

ul#menu2 li{
  list-style-type: none;
  float: left;
}

ul#menu2 li a{
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 10px;
  text-decoration: none;
}

ul#menu2 li li a{
  width: 280px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

ul#menu2 li li:hover{
  background: #0179fe; /* kolor hover li*/
}


ul#menu2 li ul{
  overflow: hidden;
  display:none;
}

ul#menu2 li:hover ul{
  position: absolute;
  background: #4db5da; /* kolor tła li*/
  padding:0px;
  border:1px solid white;
  display: block;
  width: 300px;
}

/* END MENU */

#FLASH_squares{
padding-left: 41px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border: solid yellow 0px;
float: left;
}



#graphics {

 width: 987px;
 height: 264px;
 float: left;
}

#content {
 background-image:url('../images/content.png');
 background-repeat: repeat-y;
 width: 987px;
 min-height: 500px;
 float: left;
 padding-bottom: 10px;
}  

.content_txt {
color: #5b6a77;
width: 900px;
font-size: 10pt;
font-weight: normal;
font-style: normal;
text-align: left;
text-decoration: none;
padding-left: 40px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border: solid black 0px;
float: left;

} 

.content_txt a:link, .content_txt a:active, .content_txt a:visited {
color: #5b6a77;
font-weight: bold;
text-decoration: none;
} 

.content_txt a:hover {
color: orange;
font-weight: bold;
text-decoration: none;
}

#banner_1{
 background-image:url('../images/B_1.png');
 width: 987px;
 height: 54px;
 float: left;
}  

.banner_1_txt{
width: 987px;
color: #ffff90;
font-weight: bold;
font-size: 12pt;
text-decoration: none;
text-align: center;
padding-left: 0px;
padding-right: 0px;
padding-top: 15px;
padding-bottom: 0px;
border: solid yellow 0px;
float: left;
} 

.banner_1_txt a:link, .banner_1_txt a:active, .banner_1_txt a:visited{
width: 987px;
color: #ffff90;
font-weight: bold;
font-size: 12pt;
text-decoration: none;
text-align: center;
border: solid yellow 0px;
float: left;
} 

.banner_1_txt a:hover{
width: 987px;
color: red;
font-weight: bold;
font-size: 12pt;
text-decoration: none;
text-align: center;
border: solid yellow 0px;
float: left;
} 

#footer{
 background-image:url('../images/footer.png');
 width: 987px;
 height: 86px;
 float: left;
 
}   

.logos{
width: 987px;
padding-left: 170px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 0px;
border: solid yellow 0px;
float: left;
visibility: hidden; /* niewidoczny ale zajmuje miejsce aby footer txt nie wyjechał do góry */
}  

.logos_index{
width: 987px;
padding-left: 270px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 0px;
border: solid yellow 0px;
float: left;
} 

.left_map{
width: 400px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border: solid yellow 0px;
float: left;
} 

.right_map{
width: 400px;
padding-left: 50px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border: solid yellow 0px;
float: left;
} 


.footer_txt{
color: black;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
text-align: center;
padding-left: 0px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 0px;
border: solid yellow 0px;
float: right;
}  
 
a:link, a:active, a:visited {
text-decoration: none;
} 

a:hover{
text-decoration: none;
} 

h1 {
color: #5b6a77;
width: 900px;
font-size: 12pt;
font-weight: bold;
font-style: normal;
text-align: left;
text-decoration: none;
border: solid black 0px;
float: left;

} 

h2 {
color: #5b6a77;
width: 900px;
font-size: 12pt;
font-weight: bold;
font-style: normal;
text-align: center;
text-decoration: none;
border: solid black 0px;
float: left;

} 


