

#languagePL,#languageEN,#map,
#logotype,#findBar,#collaborative,#findPL,#findEN,#finder,#findButton,#topMenu
{
    position:absolute;
    font-size:11px;
    font-family:tahoma;
    background-color:white;
    border:0px;
    margin:0 auto;
    padding:0px;
}



#logotype
{
    top:19px;
    left:0px;
    width:214px;
    height:36px;
    background-image:url('../gfx/menu/logotype.jpg');
	cursor:pointer;
}

#findBar
{
    top:0px;
    left:639px;
    width:259px;
    height:3px;
    background-color:#666666;
}

#collaborative
{
    top:26px;
    left:247px;
    width:337px;
    height:29px;
    background-image:url('../gfx/menu/collaborative.jpg');
    cursor:pointer;
}

#findPL,#findEN
{
    top:26px;
    left:646px;
    width:52px;
    height:22px;
}

#findPL
{
    background-image:url('../gfx/menu/find.jpg');
}

#findEN
{
    background-image:url('../gfx/menu/en/find.jpg');
}

#finder
{
    top:26px;
    left:712px;
    width:149px;
    height:22px;
    background-image:url('../gfx/menu/finderGfx.jpg');
}

#findButton
{
    top:26px;
    left:870px;
    width:28px;
    height:22px;
    background-image:url('../gfx/menu/findButton.jpg');
    cursor: pointer; 

}

#findText
{
   position:absolute;
   border:0;
   font-size:14px;
   font-family:tahoma;
   width:145px;
   background-color:white;
   color:#4b6e90;
   left:2px;
   top:1px;
}

#topMenu
{
   top:72px;
   left:0px;
   width:898px;
   height:38px;
}


#languagePL,#languageEN
{
   top:10px;
   text-decoration:underline;
   z-index:999;
}

#languagePL
{
   left:770px;
}

#languageEN
{
   left:805px;
}

#map
{
   top:10px;
   left:745px;
   text-decoration:underline;
   text-align:right;
   width:150px;
}

.btnBar,.btnText
{
    position:absolute;
    font-size:11px;
    font-family:tahoma;
    background-color:white;
    border:0px;
    margin:0 auto;
    padding:0px;
}

.btnBar
{
   top:0px;
   height:3px;
   z-index:10;
}


.btnBarColor
{
	background-color:#dddddd;
}

.btnBarColor-1
{
	background-color:#e01d25;
}

.btnBarColor_clicked
{
	background-color:#666666;
}

.btnBarColor_clicked-1
{
	background-color:#c71922;
}




.btnText
{
   top:20px;
   height:18px;
   cursor: pointer;
}


.small_btnBar,.small_btnText
{
    position:absolute;
    font-size:11px;
    font-family:tahoma;
    background-color:white;
    border:0px;
    margin:0 auto;
    padding:0px;
}

.small_btnBar
{
   top:30px;
   background-color:#dddddd;
   height:2px;
   z-index:10;
}

.small_btnText
{
   top:9px;
   height:15px;
   cursor: pointer; 

}
